Iván Ovejero
eafef019d7
fix: Expand nodes-base
formatting validation (no-changelog) ( #4689 )
...
* ⚡ Simplify `format` command
* 🎨 Format more deeply nested files
2022-11-22 13:43:28 +01:00
Omar Ajoue
ad6c6f60a1
refactor: Improve warnings and error messages to users about sharing ( #4687 ) (no-changelog)
...
* refactor: Improve warnings and error messages to users about sharing
2022-11-22 13:05:51 +01:00
Alex Grozav
91408dccf5
fix: Update subview switch condition (no-changelog) ( #4688 )
2022-11-22 14:01:22 +02:00
Iván Ovejero
60d66426ff
refactor: Validate formatting in nodes-base
(no-changelog) ( #4685 )
...
* 🔥 Remove Prettier exceptions
* 👕 Start linting on formatting
* ⚡ Update `format` command
* 🎨 Apply formatting
2022-11-22 12:44:35 +01:00
Alex Grozav
4f64e26a83
feat: Show delete button based on workflow permissions ( #4686 )
2022-11-22 13:40:20 +02:00
Alex Grozav
6f8d0de55d
feat: Show toast when saving workflow sharing settings ( #4684 )
2022-11-22 13:26:03 +02:00
Alex Grozav
173badc4e0
feat: Add save confirmation modal when leaving sharing modal ( #4683 )
2022-11-22 13:03:15 +02:00
Alex Grozav
249b7eba15
fix: Update workflow title in workflowsById as well (no-changelog) ( #4682 )
2022-11-22 12:33:59 +02:00
Alex Grozav
a356d7bdba
feat: Add share button to workflows list ( #4681 )
...
* feat: Add share button to workflows list
* fix: take empty workflow into account when sharing
2022-11-22 12:33:40 +02:00
Alex Grozav
b5b44d1b59
feat: Add credentials E2E test suite and page object ( #4596 )
...
* fix: Fix inferred type of X cannot be named error after pnpm update
* feat: Change page objects to expose actions and getters. Add credential creation suite
2022-11-22 11:37:26 +02:00
कारतोफ्फेलस्क्रिप्ट™
772ec78349
fix(core): Use CredentialsOverwrites when testing credentials ( #4675 )
...
* fix(cli): use CredentialsOverwrites in credentials testing
* fix(editor-ui): do not set credential properties if they have been overwritten
2022-11-22 10:08:35 +01:00
Omar Ajoue
4c423762d6
refactor: Adjust credential endpoints permissions ( #4656 ) (no-changelog)
...
* refactor: Adjust credential endpoints permissions
2022-11-22 08:37:52 +01:00
Alex Grozav
fe0178150f
fix: Fix settings header text slot (no-changelog) ( #4667 )
...
fix: Fix settings sidebar header
2022-11-22 09:29:08 +02:00
Alex Grozav
e3e17e5dac
feat: Switch owner subview to all subview if has shared resources ( #4672 )
2022-11-22 09:27:45 +02:00
Marcus
753f4c9a7d
fix(IF Node): Fix "Is Empty" and "Is Not Empty" operation fails for date objects ( #4670 )
...
* IF node isEmtpy and IsNotEmpty operation: ignore empty date objects
* IF node isEmtpy and IsNotEmpty operation: treat invalid dates as empty
2022-11-21 18:26:59 +01:00
कारतोफ्फेलस्क्रिप्ट™
63ceea2f60
fix: Docker custom image needs the scripts
folder to build (no-changelog) ( #4673 )
2022-11-21 17:54:44 +01:00
कारतोफ्फेलस्क्रिप्ट™
de5b0b03fe
feat: Use longer stack-traces when error-reporting is enabled ( #4674 )
2022-11-21 17:54:29 +01:00
कारतोफ्फेलस्क्रिप्ट™
c0e13c2a8f
fix: Workflow activation should not crash if one of the credential is invalid ( #4671 )
...
fix: workflow activation should not crash if one of the credential is invalid
fixes https://sentry.io/organizations/n8nio/issues/3755260584
2022-11-21 15:51:23 +01:00
Mutasem Aldmour
30e5d3d04c
feat(core): Add license support to n8n ( #4566 )
...
* add sdk
* add license manager
* type fix
* add basic func
* store to db
* update default
* activate license
* add sharing flag
* fix setup
* clear license
* update conosle log to info
* refactor
* use npm dependency
* update error logs
* add simple test
* add license tests
* update tests
* update pnpm package
* fix error handling types
* Update packages/cli/src/config/schema.ts
Co-authored-by: Cornelius Suermann <cornelius@n8n.io>
* make feature enum
* add warning
* update sdk
* Update packages/cli/src/config/schema.ts
Co-authored-by: Cornelius Suermann <cornelius@n8n.io>
Co-authored-by: Cornelius Suermann <cornelius@n8n.io>
2022-11-21 15:41:24 +01:00
कारतोफ्फेलस्क्रिप्ट™
a9bdc0bbfe
fix: Use the updated slots syntax in ResourceLocator (no-changelog) ( #4663 )
...
Co-authored-by: Alex Grozav <alex@grozav.com>
2022-11-21 15:28:24 +01:00
कारतोफ्फेलस्क्रिप्ट™
5518bd95c7
fix: Community package uninstall button should show the confirmation modal (no-changelog) ( #4668 )
...
Update CommunityPackageManageConfirmModal.vue
2022-11-21 14:11:29 +01:00
Alex Grozav
6c992233a0
fix: Fix broken n8n-info-tip slots ( #4665 )
2022-11-21 14:31:49 +02:00
Csaba Tuncsik
3ac9ba3491
fix(editor): Table view column limit tooltip ( #4655 )
...
* fix(editor): Table view column limit tooltip
* fix(editor): lint fix
* fix(editor): fix max column limit
* fix(editor): code formatting
2022-11-21 13:00:21 +01:00
कारतोफ्फेलस्क्रिप्ट™
6b52e4b111
ci: Block execution of npm install
(no-changelog) ( #4662 )
...
ci: block execution of `npm install` (no-changelog)
2022-11-21 12:53:11 +01:00
OlegIvaniv
60746dc92e
fix(editor): Prevent node-creator tabs from showing when toggled by CanvasAddButton ( #4661 )
2022-11-21 12:19:54 +01:00
agobrech
2fb8ed825b
fix(Schedule Trigger Node): Fixes inconsitent behavior with cron and weekly intervals ( #4558 )
...
* 🐛 Fixes weekly schedule trigger and inconsitent behavior from Cron
* 🐛 Explicitly check if number of items is undefined
* 🐛 Add flag for first time execution
* Fix merge issues
* 🎨 Decomplexise logic for week interval
* fix: account for periods longer than minimum interval and first executions
Co-authored-by: Omar Ajoue <krynble@gmail.com>
2022-11-21 10:32:23 +01:00
Michael Kret
a6df51b6e8
fix(core): Fix for unused imports
2022-11-21 09:27:48 +02:00
Iván Ovejero
c2da21621f
fix: Add temporary slot syntax lint exceptions (no-changelog) ( #4652 )
...
👕 Add temporary slot lint exceptions
2022-11-18 18:03:51 +01:00
Iván Ovejero
44182f23a5
fix(editor): Fix missing resource locator component ( #4649 )
...
🐛 Fix missing RLC
2022-11-18 17:08:22 +01:00
Iván Ovejero
0d9eeea024
refactor(core): Introduce overload for record-type node parameter (no-changelog) ( #4648 )
...
* 📘 Set up overload
* 🔥 Remove inferrable record assertions
* 👕 Fix semicolon
* 👕 Fix another semicolon
2022-11-18 16:29:44 +01:00
Iván Ovejero
0565194473
refactor(core): Introduce overload for number-type node parameter (no-changelog) ( #4644 )
...
* 📘 Set up overloads
* 📘 Add temporary assertion
* 🔥 Remove inferrable number assertions
* ✏️ Add ticket ref
2022-11-18 15:26:22 +01:00
कारतोफ्फेलस्क्रिप्ट™
600b285a44
refactor: Migrate Vue slots to the new syntax ( #4603 )
...
Co-authored-by: Alex Grozav <alex@grozav.com>
2022-11-18 14:59:31 +01:00
Iván Ovejero
6757c9a2ea
refactor(core): Introduce overload for boolean-type node parameter (no-changelog) ( #4647 )
...
* 📘 Set up overloads
* 📘 Add temporary assertion
* 🔥 Remove inferrable boolean assertions
* ⏪ Undo autoformatting
2022-11-18 14:31:38 +01:00
Alex Grozav
919cb9180d
fix: Make users fakedoor route visible on cloud ( #4645 )
2022-11-18 14:21:59 +01:00
Jan Oberhauser
0dc8925865
📚 Update CHANGELOG.md and main package.json to 0.203.1
2022-11-18 14:20:15 +01:00
Jan Oberhauser
3bf7175994
🔖 Release n8n@0.203.1
2022-11-18 13:13:34 +00:00
Jan Oberhauser
6972b8569c
⬆️ Set n8n-nodes-base@0.201.1 on n8n
2022-11-18 13:13:34 +00:00
Jan Oberhauser
5ac8c34ae9
🔖 Release n8n-nodes-base@0.201.1
2022-11-18 13:11:25 +00:00
Jan Oberhauser
39c991ec8e
🔖 Release n8n-node-dev@0.82.1
2022-11-18 13:11:12 +00:00
Michael Kret
4e66672df2
fix(Google Sheets Node): Versioning fix
2022-11-18 14:33:54 +02:00
Omar Ajoue
e1a491edce
refactor: Forbid access to workflows when enterprise features is unavailable ( #4635 ) (no-changelog)
...
* refactor: Forbid access to workflows when enterprise features is unavailable
2022-11-18 13:07:39 +01:00
कारतोफ्फेलस्क्रिप्ट™
bb5ebdf6c9
ci: Send Slack notifications when important builds fail (no-changelog) ( #4638 )
...
ci: Send Slack notifications when important builds fail
2022-11-17 18:52:03 +01:00
Jan Oberhauser
4ce24b310e
📚 Update CHANGELOG.md and main package.json to 0.203.0
2022-11-17 18:29:41 +01:00
Jan Oberhauser
4d58951a06
🔖 Release n8n@0.203.0
2022-11-17 18:19:01 +01:00
Jan Oberhauser
b8ea073124
🔖 Release n8n-core@0.143.1
2022-11-17 18:18:14 +01:00
Jan Oberhauser
fdaba921ea
⬆️ Set n8n-core@0.143.0, n8n-editor-ui@0.169.0, n8n-nodes-base@0.201.0 and n8n-workflow@0.125.0 on n8n
2022-11-17 18:14:27 +01:00
Jan Oberhauser
943b040cfa
🔖 Release n8n-editor-ui@0.169.0
2022-11-17 17:06:54 +00:00
Jan Oberhauser
c49d9e0b0a
⬆️ Set n8n-design-system@0.43.0 and n8n-workflow@0.125.0 on n8n-editor-ui
2022-11-17 17:06:54 +00:00
Jan Oberhauser
fb07fba53c
🔖 Release n8n-design-system@0.43.0
2022-11-17 17:06:37 +00:00
Jan Oberhauser
54300bf140
fix: Fix node-dev build (no-changelog)
2022-11-17 17:55:57 +01:00