Csaba Tuncsik
762e00570a
refactor(editor): Showing errors in input pane ( #4059 )
...
* refactor(editor): removing output error reporting from input panel
* refactor(editor): input panel error notification with linking back to the errored node
* fix(editor): switching to the correct node after backlinking from the error in a further node
* fix(editor): input pane error message font size and translation keys
* fix(editor): output error message layout
* fix(editor-ui): update input panel node error title translation
* fix(editor-ui): achieve proper update when changing node from input error link
* fix(editor-ui): adding local utility class to not break output error layout
2022-09-19 12:26:02 +02:00
कारतोफ्फेलस्क्रिप्ट™
651d788ddb
fix: revert CI checks to ensure that the package-lock.json file is up to date ( #4135 )
...
* Revert "ci: fail the build if `package-lock.json` is out of sync (#4101 )"
This reverts commit b2807cecb3
.
* Update package-lock.json
2022-09-19 11:07:28 +02:00
Jan Oberhauser
f8ef2e99fa
refactor(Shopify Trigger Node): Remove console.log
2022-09-17 09:32:11 +02:00
Ricardo Espinoza
28ab4f66f0
fix(public-api): Create correct OAuth2 credential schema ( #4111 )
2022-09-16 10:12:59 -04:00
Ricardo Espinoza
0ab89ad5d6
fix(HTTP Node): fix instance crashing when batching enabled ( #3902 )
...
* 🐛 Fix instance crashing when batching enabled
* Add flag parsing for simple mode
* 🐛 Fix issue with simple flag
* ⚡ improvements
* ⚡ Improvements
* 🔥 Remove console.log
Co-authored-by: Omar Ajoue <krynble@gmail.com>
2022-09-15 16:32:13 -04:00
Ricardo Espinoza
6c41b29ad2
fix(cli): Fix issue with n8n crashing when error in poll method ( #4008 )
...
* 🐛 Fix issue with n8n crashing when error in poll method
* Remove unnecessary imports and add async property
* Remove unnecessary imports
* ⚡ Move createErrorExecution to genericHelper
* ⚡ Improvements
Co-authored-by: Omar Ajoue <krynble@gmail.com>
2022-09-15 16:16:54 -04:00
Jan Oberhauser
07672cce7d
📚 Update CHANGELOG.md and main package.json to 0.194.0
2022-09-15 16:42:30 +02:00
Jan Oberhauser
d2835e1815
🔖 Release n8n@0.194.0
2022-09-15 14:36:26 +00:00
Jan Oberhauser
f463c22d2d
⬆️ Set n8n-core@0.134.0, n8n-editor-ui@0.160.0, n8n-nodes-base@0.192.0 and n8n-workflow@0.116.0 on n8n
2022-09-15 14:36:25 +00:00
Jan Oberhauser
28d690ca6a
🔖 Release n8n-editor-ui@0.160.0
2022-09-15 14:34:42 +00:00
Jan Oberhauser
3b28239a43
⬆️ Set n8n-design-system@0.34.0 and n8n-workflow@0.116.0 on n8n-editor-ui
2022-09-15 14:34:42 +00:00
Jan Oberhauser
ce4c0b9cba
🔖 Release n8n-design-system@0.34.0
2022-09-15 14:34:34 +00:00
Jan Oberhauser
be54f0a32a
🔖 Release n8n-nodes-base@0.192.0
2022-09-15 14:33:49 +00:00
Jan Oberhauser
d87a05a9db
⬆️ Set n8n-core@0.134.0 and n8n-workflow@0.116.0 on n8n-nodes-base
2022-09-15 14:33:48 +00:00
Jan Oberhauser
7451b8f17c
🔖 Release n8n-node-dev@0.73.0
2022-09-15 14:33:39 +00:00
Jan Oberhauser
e6be3d352b
⬆️ Set n8n-core@0.134.0 and n8n-workflow@0.116.0 on n8n-node-dev
2022-09-15 14:33:39 +00:00
Jan Oberhauser
3c436ed2b5
🔖 Release n8n-core@0.134.0
2022-09-15 14:33:28 +00:00
Jan Oberhauser
9ec2eacbd6
⬆️ Set n8n-workflow@0.116.0 on n8n-core
2022-09-15 14:33:28 +00:00
Jan Oberhauser
eb650419a0
🔖 Release n8n-workflow@0.116.0
2022-09-15 14:33:16 +00:00
Jan Oberhauser
76b0dd9de5
refactor(Merge Node): Change parameter names
2022-09-15 16:31:20 +02:00
Omar Ajoue
5130529066
fix: AWS credential testing issue ( #4107 )
2022-09-15 15:03:16 +02:00
Iván Ovejero
680d255df5
refactor(telemetry): Add personalization survey event to PostHog ( #4093 )
...
⚡ Add personalization survey event to PH
2022-09-15 13:31:19 +02:00
Csaba Tuncsik
ec2c55211c
refactor(design-system): merge n8n square button into n8n button ( #4075 )
...
* feat(design-system): button as square shape
* refactor(editor-ui): drop n8n-square-button in favor of n8n-button
* refactor(design-system): remove obsolete n8n-square-button
* fix(design-system): icon only square button icon position
* fix(design-system): icon only square button icon position
* chore(design-system): update button test snapshot
* fix(design-system): overriding default square button styles
* fix(editor-ui): using tertiary button variant in survey without local style overrides
* refactor(design-system): simplifying and partially merging icon-button and button
* fix(design-system): remove unused prop from icon-button
* fix(design-system): square button should have the old dimensions
* fix(design-system): square button update test snapshots
2022-09-15 11:41:12 +02:00
Iván Ovejero
98ed207607
feat(core, editor-ui): Introduce node deprecation ( #4103 )
...
⚡ Introduce node deprecation
2022-09-15 10:52:24 +02:00
Mike Arvela
f40ae501b4
fix(public-api): Fix error updating workflow with property not defined in the schema ( #4089 )
...
* fix(cli): catch errors on updating workflow
* ⚡ Don\'t allow additionalProperties in the workflow schema
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
2022-09-14 11:40:45 -04:00
कारतोफ्फेलस्क्रिप्ट™
b2807cecb3
ci: fail the build if package-lock.json
is out of sync ( #4101 )
2022-09-14 15:29:00 +02:00
Alex Grozav
9a59d0a5d1
feat(Adalo Node): MVP Adalo node N8N-3263 ( #3102 )
...
* ✨ Added Adalo node using declarative API.
* fix: Updated authentication headers.
* fix: Fixed node linting issues.
* ⚡ improvements
* fix: Fixed Adalo node pagination.
* fix: Fixed Adalo node linting issues.
Co-authored-by: Michael Kret <michael.k@radency.com>
2022-09-14 13:36:53 +03:00
Michael Kret
f70e6d2345
fix(MongoDb Node): update mongo driver to 4.9.1 n8n-2622 ( #4095 )
2022-09-14 12:54:05 +03:00
कारतोफ्फेलस्क्रिप्ट™
fd9b5f6b2b
ci: PR title/description change should not re-trigger the build-lint-test workflow ( #4100 )
2022-09-14 10:50:42 +02:00
कारतोफ्फेलस्क्रिप्ट™
43c9f019bd
fix(cli): use absolute paths for loading custom nodes and credentials ( #4099 )
...
custom-node loading broke because of this change, as we started using relative paths for the files returned by `glob` #4082
2022-09-14 10:37:51 +02:00
freya
a8127dfc05
test(core): WorkflowCredentials Test Suite
2022-09-14 09:19:44 +01:00
freya
dd3ba96372
fix(core): update oauth endpoints to use instance base url
2022-09-14 09:05:31 +01:00
कारतोफ्फेलस्क्रिप्ट™
461848fcc4
fix(cli,core): Address Dependabot warnings [N8N-4121] ( #3883 )
...
* feat(cli): upgrade passport
* feat(core): upgrade file-type
* force upgrade browserslist
* force upgrade ejs
* force upgrade globby and fork-ts-checker-webpack-plugin
2022-09-14 09:50:33 +02:00
Omar Ajoue
9e1fa4c045
fix: Issue with versioned nodes not loading properly ( #4094 )
2022-09-13 17:46:47 +02:00
OlegIvaniv
ea2d18b66d
feat(editor): Implement HTML sanitization for Notification and Message components ( #4081 )
...
* feat(editor): Implement HTML sanitization when using `dangerouslyUseHTMLString` option of Notification and Message components
* 🐛 Implement mechanism to allow for A href actions from locale strings
* 🐛 Prevent link action default
* ♻️ Use `xss` library instead of `sanitize-html` to handle sanitization
* 🔥 Remove `onLinkClick` functionality of `$showMessage`
2022-09-13 17:39:47 +02:00
Michael Kret
381c09fa47
fix(core): Fix node renaming in expressions
2022-09-13 18:09:16 +03:00
OlegIvaniv
8c95d6ec53
feat(editor): Show input number for multi-input nodes ( #4000 )
...
* feat(editor): Show input number for multi-input nodes
* ✨ Added multiple inputs detection logic to input panel
* 🐛 Fix a case where Input 1 and Input 2 are identical, do not display nodeIndex for single input nodes
* 🔥 Delete unused `MERGE_NODE_TYPE` constant
* ♻️ Get input names dynamically for multi-input nodes
Co-authored-by: Milorad Filipovic <milorad@n8n.io>
2022-09-13 15:42:44 +02:00
freya
36ec81f624
fix(node): Google Cloud Storage linting rules
2022-09-13 12:41:08 +01:00
freya
1e963d8e1e
feat(GoogleCloudStorage Node): add GCS Node with Bucket and Object operations
2022-09-13 12:03:17 +01:00
Iván Ovejero
3a9c7acb04
refactor(nodes-base): Apply lint rule node-param-operation-option-description-wrong-for-get-many
( #4064 )
...
* 👕 Enable rule
* ⬆️ Upgrade linter
* 📦 Update `package-lock.json`
* 👕 Apply rule
* ✏️ Fix plurals
* ✏️ More typos
* ✏️ Final typos
2022-09-13 12:36:36 +02:00
Jonathan Bennetts
9f92a4d681
fix(googleBigQuery Node): fix empty response when creating records ( #4056 )
2022-09-13 08:55:58 +01:00
Csaba Tuncsik
c4fd8ce28b
refactor(editor-ui): leverage the editor url in frontend ( #4085 )
...
* refactor(editor-ui): remove unused interfaces
* refactor(editor-ui): add urlBaseEditor setting to application state
* fix(editor-ui): webhook urls for test and production
* fix(editor-ui): jsPlumb Anchor interface
2022-09-13 09:54:23 +02:00
Michael Kret
f1a569791d
feat(Merge Node): overhaul of merge node
2022-09-13 08:59:49 +03:00
कारतोफ्फेलस्क्रिप्ट™
b6c1187922
fix(cli): load nodes and credentials on windows using the correct file-path ( #4084 )
2022-09-12 18:48:50 +02:00
Jonathan Bennetts
3de0e228cb
fix(core): fix issue with returnJsonArray helper breaking nodes that return no data
2022-09-12 16:30:47 +01:00
Michael Kret
de4ca3b0cc
test(UM tests): add missing UM tests n8n-3648 ( #4077 )
...
* ⚡ added test for users reinvite
2022-09-12 17:07:56 +02:00
कारतोफ्फेलस्क्रिप्ट™
84b56eb48e
fix(cli): avoid scanning unnecessary directories on windows ( #4082 )
...
fixes #4007
Ticket: N8N-4603
2022-09-12 16:31:49 +02:00
Omar Ajoue
dd2b55e352
test: Add more tests to active executions file ( #4071 )
...
* test: Add more tests to active executions file
2022-09-12 15:52:06 +02:00
Omar Ajoue
beb6c38a1f
test: Add tests for Credential Types ( #4078 )
...
* test: Add tests for Credential Types
2022-09-12 12:53:03 +02:00
कारतोफ्फेलस्क्रिप्ट™
69eb97999d
fix(eslint): setup eslint to run on every package - N8N-4553 ( #4050 )
...
* fix(eslint): setup eslint to run on every package
Also, unify eslint config and dependencies into a private package in the workspace.
2022-09-12 11:41:50 +02:00