Commit graph

9040 commits

Author SHA1 Message Date
Alex Grozav f6aaa4ffe4 fix: fix popper left placement arrow 2023-07-24 15:53:45 +03:00
Alex Grozav d0a0c85352 fix: update ndv e2e tests 2023-07-24 15:31:33 +03:00
Alex Grozav d975b34794 fix: fix localizeNodeNames 2023-07-24 15:10:17 +03:00
Alex Grozav 971fb3949a fix: fix workflows and credentials e2e tests 2023-07-24 13:54:41 +03:00
Alex Grozav 197efef03b chore: merge master and fix broken items 2023-07-24 12:11:33 +03:00
Alex Grozav 38fe111709 fix: fixed remaining unit tests 2023-07-24 10:59:57 +03:00
Michael Auerswald 4029386349
fix(core): Support redis cluster in queue mode (#6708)
* support redis cluster

* cleanup, fix config schema

* set default prefix to bull
2023-07-21 23:31:52 +02:00
Marcus 8ceb8322eb
fix(GitLab Trigger Node): Fix trigger activation 404 error (#6711)
* fix webhook checkExists not deleting static data

* improve webhook checkExists not deleting static data
2023-07-21 14:09:48 +02:00
Alex Grozav 48ecfd3d32 fix: fix source control tets 2023-07-21 14:51:12 +03:00
Alex Grozav 876b492008 fix: fix multiple tests and n8n-route attr duplication 2023-07-21 14:46:15 +03:00
Michael Kret 95837d2604
fix(Google BigQuery Node): Error description improvement (#6715) 2023-07-21 13:28:26 +03:00
Alex Grozav ce2081184e fix further resource mapper test adjustments 2023-07-21 13:04:36 +03:00
कारतोफ्फेलस्क्रिप्ट™ 710421fcc3
ci: Fix running e2e tests in dev mode (no-changelog) (#6717) 2023-07-21 11:48:23 +02:00
Alex Grozav 7d38ed939d fix: fix personalization modal tests 2023-07-21 12:26:33 +03:00
Marcus 995d5cc470
fix(FTP Node): List recursive ignore . and .. to prevent infinite loops (#6707)
ignore . and .. to prevent infinite loop

Co-authored-by: Michael Kret <michael.k@radency.com>
2023-07-21 11:07:49 +02:00
Alex Grozav beea77229c fix: remove import cycle. 2023-07-21 12:03:40 +03:00
Alex Grozav 206289a7b0 test: fix most unit tests 2023-07-21 11:36:05 +03:00
Michael Auerswald 08331c63fb
fix(core): Redirect user to previous url after SSO signin (#6710)
redirect user to previous url after SSO signin
2023-07-20 17:23:29 +02:00
Iván Ovejero 2a7f5437e6
test: Move test timeout to /cli (no-changelog) (#6712) 2023-07-20 17:05:43 +02:00
Val b1838f7fab
fix: Add missing indices on sqlite (#6673)
* fix: enforce tag name uniqueness on sqlite

* rename migration and add other missing indices

* add tags tests
2023-07-20 10:34:45 +01:00
Alex Grozav 964811243c test: fix unit tests in design-system 2023-07-20 11:37:49 +03:00
Milorad FIlipović 76a765a151
fix(editor): Remove global link styling in v1 banner (#6705) 2023-07-20 09:30:30 +02:00
Alex Grozav 9006019ce7 fix: fix styling for el-button without patching 2023-07-19 18:01:15 +03:00
Milorad FIlipović c3455a4ad8
feat(editor): Removing ph-no-capture class from some elements (#6674)
* feat(editor): Remove `.ph-no-capture` class from some of the fields
* ✔️ Updating test snapshots
*  Redacting expressions preview in credentials form
* 🔧 Disable posthog input masking
* 🚨 Testing PostHog iFrame settings
* Reverting iframe test
*  Hiding API key in PostHog recordings
*  Added tests for redacted values
* ✔️ Updating checkbox snapshots after label component update
* ✔️ Updating test snapshots in editor-ui
* 👕 Fix lint errors
2023-07-19 16:51:49 +02:00
Alex Grozav 96f94853b4 chore: prepare for testing 2023-07-19 17:27:15 +03:00
कारतोफ्फेलस्क्रिप्ट™ 250175d066
fix(Postgres Node): For select queries, empty result should be be replaced with {"success":true} (#6703)
* fix(Postgres Node): For select queries, empty result should be be replaced with `{"success":true}`

*  less checks

---------

Co-authored-by: Michael Kret <michael.k@radency.com>
2023-07-19 16:15:43 +02:00
Alex Grozav 82f6ffbc56 fix: fix expressions editor styling 2023-07-19 17:10:47 +03:00
Alex Grozav 16f7f76b49 fix: fix expression toggle padding 2023-07-19 17:01:44 +03:00
कारतोफ्फेलस्क्रिप्ट™ 8bb7243c2d
fix(core): Banner dismissal should also work for users migrating to v1 (no-changelog) (#6700) 2023-07-19 15:59:49 +02:00
Alex Grozav 284feb0c2b fix: fix drawer visibility 2023-07-19 16:57:38 +03:00
कारतोफ्फेलस्क्रिप्ट™ cc29c4da74
ci: Fix test workflows (no-changelog) (#6698)
* ci: Fix test workflows (no-changelog)

We removed `pdf-parse` in #6640, so we need to get these test PDF files from the `test-workflows` repo instead ([which has been updated to include these files](0f6ef1c804))

* remove `\n` from ids and skipList text files
2023-07-19 14:15:38 +02:00
Jon c7e10130d6
fix(API): Fix issue with workflow setting not supporting newer nanoids (#6699) 2023-07-19 13:02:35 +01:00
Milorad FIlipović a79aa19833
fix(editor): Prevent RMC from loading schema if it's already cached (#6695)
* fix(editor): Prevent RMC from loading schema if it's already cached
*  Adding new tests for RMC
* 👕 Fixing lint errors
* 👌 Updating inline loader styling
2023-07-19 13:07:39 +02:00
कारतोफ्फेलस्क्रिप्ट™ cd0e41a6b4
feat(Google Cloud Storage Node): Use streaming for file uploads (#6462)
fix(Google Cloud Storage Node): Use streaming for file uploads
2023-07-19 12:54:31 +02:00
Iván Ovejero c7b74c3c1f
fix(editor): Ensure default credential values are not detected as dirty state (#6677)
* fix(editor): Ensure default credential values are not detected as dirty state

* chore: Remove logging

* refactor: Improve comment
2023-07-19 12:08:43 +02:00
Jon 81e98e82fd
fix(Contentful Node): Fix typo in credential name (no-changelog) (#6692) 2023-07-19 09:41:50 +01:00
Iván Ovejero 3566c13afc
feat: Allow eslint-config to be externally consumable (#6694)
* feat: Allow `eslint-config` to be externally consumable

* refactor: Adjust import styles
2023-07-19 09:35:10 +02:00
कारतोफ्फेलस्क्रिप्ट™ 0a31b8e2b4
feat(Read PDF Node): Replace pdf-parse with pdfjs, and add support for streaming and encrypted PDFs (#6640) 2023-07-18 20:07:29 +02:00
कारतोफ्फेलस्क्रिप्ट™ acda7f269f
fix(crowd.dev Node): Fix documentation urls for crowd.dev credentials and nodes (#6696) 2023-07-18 17:18:06 +02:00
Csaba Tuncsik f93b821bbb
fix(editor): Prevent execution list to load back when leaving the route (#6697)
fix(editor): prevent execution list to load back when leaving the route
2023-07-18 17:08:08 +02:00
Michael Auerswald fce5609fa3
fix(core): Load SAML libraries dynamically (#6690)
load SAML dynamically
2023-07-18 16:01:56 +02:00
Iván Ovejero 667c15d0df
fix(core): Filter out workflows that failed to activate on startup (#6676)
* fix(core): Deactivate on init workflow that should not be retried

* fix(core): Filter out workflows with activation errors
2023-07-18 15:57:14 +02:00
Alex Grozav 522015f5b4 fix: fix tags dropdown and executions status spcing 2023-07-18 16:18:54 +03:00
Alex Grozav bffa67bcfb fix: show input panel only if trigger panel enabled or not trigger node 2023-07-18 15:21:43 +03:00
Alex Grozav 472ab7c988 fix: fix value access 2023-07-18 15:17:42 +03:00
Alex Grozav 842cdc5b80 fix: fix data unpinning 2023-07-18 15:12:39 +03:00
Iván Ovejero 92192fbd61
fix(API): Do not add starting node on workflow creation (#6686)
* fix(API): Do not add starting node on workflow creation

* chore: Remove comment
2023-07-18 14:03:19 +02:00
Alex Grozav 14c5a74d29 fix: fix node title visibility 2023-07-18 15:00:10 +03:00
Alex Grozav db23394c07 fix: fix nodes list panel transition 2023-07-18 14:54:41 +03:00
Alex Grozav d24dbaf9e9 fix: fix workflow saving and grabber notch 2023-07-18 14:51:44 +03:00