Jan Oberhauser
ab82864065
🔖 Release n8n@0.209.3
2022-12-27 15:22:23 +00:00
Jan Oberhauser
cd3f80f133
⬆️ Set n8n-core@0.149.2, n8n-editor-ui@0.175.3, n8n-nodes-base@0.207.2 and n8n-workflow@0.131.2 on n8n
2022-12-27 15:22:22 +00:00
Jan Oberhauser
8fee2c0910
🔖 Release n8n-editor-ui@0.175.3
2022-12-27 15:20:00 +00:00
Jan Oberhauser
517d8f45f0
⬆️ Set n8n-design-system@0.49.3 and n8n-workflow@0.131.2 on n8n-editor-ui
2022-12-27 15:19:59 +00:00
Jan Oberhauser
b646638d1b
🔖 Release n8n-design-system@0.49.3
2022-12-27 15:19:38 +00:00
Jan Oberhauser
c1fbc08167
🔖 Release n8n-nodes-base@0.207.2
2022-12-27 15:18:22 +00:00
Jan Oberhauser
933435b46f
⬆️ Set n8n-core@0.149.2 and n8n-workflow@0.131.2 on n8n-nodes-base
2022-12-27 15:18:22 +00:00
Jan Oberhauser
3d887e64bc
🔖 Release n8n-node-dev@0.88.2
2022-12-27 15:18:10 +00:00
Jan Oberhauser
b36cd7a180
⬆️ Set n8n-core@0.149.2 and n8n-workflow@0.131.2 on n8n-node-dev
2022-12-27 15:18:10 +00:00
Jan Oberhauser
902f225d60
🔖 Release n8n-core@0.149.2
2022-12-27 15:18:01 +00:00
Jan Oberhauser
00f0e14adb
⬆️ Set n8n-workflow@0.131.2 on n8n-core
2022-12-27 15:18:01 +00:00
Jan Oberhauser
2ffabb3c2a
🔖 Release n8n-workflow@0.131.2
2022-12-27 15:17:52 +00:00
कारतोफ्फेलस्क्रिप्ट™
6efbac307f
fix(core): Non owner should be permitted to use their own credentials ( #5036 )
2022-12-27 09:09:43 -06:00
Milorad FIlipović
d0865e28ff
fix(editor): Fix for loading executions that are not on the current executions list ( #5035 )
...
* fix(editor): fixed executions list scroll not working on large screens
* ⚡ Use limit to only load necessary number of additional executions
* 🐛 Fixing loading execution that is not on the current execution list
* ✔️ Fixing lint error
* ⚡ Fixing more executions count logic
* 📚 Updating comments
* 🔥 Removing leftover `console.log`
2022-12-27 14:51:48 +01:00
Iván Ovejero
d113977b10
feat(core): Implement webhook-only manual execution ( #4960 )
...
* ⚡ Implement webhook-only manual execution
* ♻️ Apply feedback
2022-12-27 12:50:50 +01:00
Csaba Tuncsik
d6bc760ab4
fix(editor): Transparentize tertiary button on Usage page ( #5033 )
2022-12-27 09:47:43 +01:00
Iván Ovejero
52077e2c45
feat(editor): Improve UX for brace completion from selection ( #5024 )
...
⚡ Improve UX for brace completion from selection
2022-12-27 09:21:32 +01:00
Jan Oberhauser
afc529799d
fix(core): Do not send credentials to browser console ( #5031 )
2022-12-23 23:25:59 +01:00
कारतोफ्फेलस्क्रिप्ट™
a229788d4b
ci: Fix linting issues on master (no-changelog) ( #5030 )
...
* make CI logs less noisy. suppress linting warning
* fix linting issues
2022-12-23 19:09:52 +01:00
Mutasem Aldmour
a8f4efaf3e
fix(editor): Update credential owner warning when sharing ( #5029 )
...
fix: update cred owner message
2022-12-23 12:00:01 -06:00
कारतोफ्फेलस्क्रिप्ट™
5cf70e1007
refactor: Consolidate redundant code in workflow execution-functions (no-changelog) ( #4884 )
...
* refactor: Consolidate redundant code in workflow interfaces (no-changelog)
* consolidate all execution-functions interfaces code
* move rawBody definition back
* address PR comments
2022-12-23 18:27:07 +01:00
Jan Oberhauser
2b1eb94906
📚 Update CHANGELOG.md and main package.json to 0.209.2
2022-12-23 11:03:54 -06:00
Jan Oberhauser
e38865eb7d
🔖 Release n8n@0.209.2
2022-12-23 17:01:12 +00:00
Jan Oberhauser
b40e38e555
⬆️ Set n8n-editor-ui@0.175.2 on n8n
2022-12-23 17:01:09 +00:00
Jan Oberhauser
12a64ff367
🔖 Release n8n-editor-ui@0.175.2
2022-12-23 16:59:04 +00:00
Jan Oberhauser
e581b19c76
⬆️ Set n8n-design-system@0.49.2 on n8n-editor-ui
2022-12-23 16:59:04 +00:00
Jan Oberhauser
456a180f7e
🔖 Release n8n-design-system@0.49.2
2022-12-23 16:58:44 +00:00
Mutasem Aldmour
6a8448da5f
fix: Fix automatic credential selection when credentials are shared ( #5020 )
...
* fix: fix default credentials when inserting nodes
* fix: update default without sharing
* fix: fix clearing credential bug, automatically selecting shared cred bug
* fix: include sharable creds in automatic selections
* fix: update getter
* fix: refactor subscribe logic, fix update bug
* fix: remove unnessary import
* format: prettier
2022-12-23 16:32:06 +01:00
Omar Ajoue
4651147096
refactor: Add missing schema keys (no-changelog) ( #5028 )
2022-12-23 16:24:11 +01:00
Iván Ovejero
47854ebc36
fix(editor): Ensure full tree on expression editor parse ( #5027 )
...
🐛 Ensure full tree on expression editor parse
2022-12-23 16:13:16 +01:00
Omar Ajoue
8881ba8d4a
test: Add test case for when policy is set to any and fix a few others ( #5019 )
...
* 🚨 - testing subworkflow policies
* test: Add test case for workflow policy 'any'
* refactor: Remove unnecessary information in tests
* test: Improve types and lint
* fix: Add not throw to tests
* fix: Adding missing await statements
Co-authored-by: freyamade <freya@n8n.io>
2022-12-23 15:23:36 +01:00
Cornelius Suermann
eeac4768e5
fix(core): Update license SDK to v1.8.0 (no-changelog) ( #5023 )
2022-12-23 15:01:21 +01:00
Omar Ajoue
bb0eedada9
perf: Improve workflows list performance ( #5021 )
...
* spike: Improve workflow list performance
* fix: Correcting override behavior
* refactor: Remove unnecessary promise
* remove duplicate code
* remove the `async` that is breaking the listings page
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
2022-12-23 13:58:34 +01:00
कारतोफ्फेलस्क्रिप्ट™
a12606828e
ci: Enforce code formatting on editor-ui (no-changelog) ( #5022 )
...
* ci: Enforce code formatting on editor-ui (no-changelog)
* pnpm format on all frontend code
2022-12-23 13:37:32 +01:00
Jan Oberhauser
ff810794ef
📚 Update CHANGELOG.md and main package.json to 0.209.1
2022-12-22 12:38:49 -06:00
Jan Oberhauser
4b3aebdd6a
🔖 Release n8n@0.209.1
2022-12-22 18:34:10 +00:00
Jan Oberhauser
9f2e306eaf
⬆️ Set n8n-core@0.149.1, n8n-editor-ui@0.175.1, n8n-nodes-base@0.207.1 and n8n-workflow@0.131.1 on n8n
2022-12-22 18:34:09 +00:00
Jan Oberhauser
d95aaf8fc1
🔖 Release n8n-editor-ui@0.175.1
2022-12-22 18:31:50 +00:00
Jan Oberhauser
70cd974cc0
⬆️ Set n8n-design-system@0.49.1 and n8n-workflow@0.131.1 on n8n-editor-ui
2022-12-22 18:31:49 +00:00
Jan Oberhauser
bd57ab1cf7
🔖 Release n8n-design-system@0.49.1
2022-12-22 18:31:30 +00:00
Jan Oberhauser
9939f29a7e
🔖 Release n8n-nodes-base@0.207.1
2022-12-22 18:30:26 +00:00
Jan Oberhauser
64222af720
⬆️ Set n8n-core@0.149.1 and n8n-workflow@0.131.1 on n8n-nodes-base
2022-12-22 18:30:26 +00:00
Jan Oberhauser
1e84d46a94
🔖 Release n8n-node-dev@0.88.1
2022-12-22 18:30:11 +00:00
Jan Oberhauser
70b3075b75
⬆️ Set n8n-core@0.149.1 and n8n-workflow@0.131.1 on n8n-node-dev
2022-12-22 18:30:11 +00:00
Jan Oberhauser
bcbc86a985
🔖 Release n8n-core@0.149.1
2022-12-22 18:30:01 +00:00
Jan Oberhauser
361e2ef29c
⬆️ Set n8n-workflow@0.131.1 on n8n-core
2022-12-22 18:30:01 +00:00
Jan Oberhauser
d2b40681f6
🔖 Release n8n-workflow@0.131.1
2022-12-22 18:29:51 +00:00
Mutasem Aldmour
e7cb1907cd
fix: Show trigger actions again in nodes panel ( #5016 )
...
Revert "fix(editor): Correctly display trigger nodes without actions and with related regular node in the "On App Events" category (#4976 )"
445463a605
2022-12-22 18:48:53 +01:00
freya
789682763c
test: Ensure all subworkflow execution policies are tested ( #5010 )
2022-12-22 17:28:23 +00:00
Iván Ovejero
22fcc8f2be
fix(editor): Force parse on long expressions ( #5009 )
...
⚡ Force parse on long expressions
2022-12-22 17:42:37 +01:00