n8n/packages/editor-ui/src
OlegIvaniv f89ef83c76
feat(editor): Prevent saving of workflow when canvas is loading (#6497)
* feat(editor): Prevent saving of pristine workflow

Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>

* Prevent saving if loading

Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>

* Fix 7-workflow-actions spec

Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>

* Restrict delay intercept to GET only

Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>

* Wait for WF patch

Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>

* Add helper to remove all active WFs in e2e

Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>

* Use META_KEY env var

* Remove cy.wait

* Delete debugging DB reset console log

Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>

* Fix clashin mixins `isReadOnly` property

Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>

---------

Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
2023-06-27 13:05:20 +02:00
..
__tests__ feat: Migrate integer primary keys to nanoids (#6345) 2023-06-20 19:13:18 +02:00
api refactor(editor): Update endpoint to retrieve limits (no-changelog) (#6539) 2023-06-26 22:08:17 -04:00
components feat(editor): Prevent saving of workflow when canvas is loading (#6497) 2023-06-27 13:05:20 +02:00
composables feat(editor): Replace root events with event bus events (no-changelog) (#6454) 2023-06-20 13:00:53 +03:00
declarations refactor(editor): Apply Prettier (no-changelog) (#4920) 2022-12-14 10:04:10 +01:00
event-bus feat(editor): Replace root events with event bus events (no-changelog) (#6454) 2023-06-20 13:00:53 +03:00
mixins feat(editor): Prevent saving of workflow when canvas is loading (#6497) 2023-06-27 13:05:20 +02:00
models ci(editor): Enfore stricter linting rules from eslint-plugin-vue (no-changelog) (#6242) 2023-05-19 15:31:16 +02:00
plugins fix(editor): Change default branchColor and remove label (#6541) 2023-06-26 12:43:53 +02:00
stores fix(editor): Add default author name and email to source control settings (#6543) 2023-06-26 20:17:44 +02:00
styles feat(editor): SQL editor overhaul (#6282) 2023-06-22 16:47:28 +02:00
types feat(editor): Completions for extensions in expression editor (#5130) 2023-02-02 12:35:38 +01:00
utils feat: Migrate integer primary keys to nanoids (#6345) 2023-06-20 19:13:18 +02:00
views feat(editor): Prevent saving of workflow when canvas is loading (#6497) 2023-06-27 13:05:20 +02:00
App.vue feat: Migrate integer primary keys to nanoids (#6345) 2023-06-20 19:13:18 +02:00
constants.ts refactor: Remove triggers and actions experiment (no-changelog) (#6512) 2023-06-26 13:33:31 +02:00
Interface.ts feat: Migrate integer primary keys to nanoids (#6345) 2023-06-20 19:13:18 +02:00
main.ts fix: Remove Vue.component usage and refactor plugins into Vue Plugins (no-changelog) (#6445) 2023-06-16 10:30:57 +03:00
n8n-theme-variables.scss refactor(editor): Apply Prettier (no-changelog) (#4920) 2022-12-14 10:04:10 +01:00
n8n-theme.scss fix(editor): Fix resource mapper dropdown width and disabled styling (#6493) 2023-06-20 18:51:51 +02:00
permissions.ts refactor(editor): Add infix to Pinia stores (no-changelog) (#6149) 2023-05-05 10:41:54 +02:00
router.ts feat: Migrate integer primary keys to nanoids (#6345) 2023-06-20 19:13:18 +02:00
shims-vue.d.ts ci: Setup eslint-import-resolver-typescript for improved TS linting (#4996) 2022-12-22 09:55:39 +01:00
shims.d.ts feat: Replace Vue.extend with defineComponent in editor-ui (no-changelog) (#6033) 2023-04-21 18:51:08 +03:00
vue-agile.d.ts Add Templates (#2720) 2022-02-28 10:57:44 +01:00