n8n/packages/editor-ui/src
Michael Kret d31fbbba27
feat(editor): add automatic credential selection for new nodes (#2746)
*  implemented automatic credential selection in nodes

*  fixed implementation

*  fixed linter error

* 🔨 in progress, removed watching for auth type, added check for more then one existing credential

* 🔨 removed console log

* 🔨 changing auth method for one that have default credential

* 🔨 credentials will be set only at node creation time

* 🔨 fixed authentication parameter assigment for nodes that does not have it

*  better properties checking

* 🔨 improvements

* 🔨 extracted into function, fix issue with assigning hidden credentials

* remove console log

* fix bug with multiple creds

* fix defaults issue

* remove import

* simplify to just auth

* Revert "simplify to just auth"

042c9cc30f

* fix get

Co-authored-by: Mutasem <mutdmour@gmail.com>
2022-10-17 13:39:42 +02:00
..
__tests__ feat: add support for unit testing using vitest in editor-ui (#4184) 2022-09-28 11:26:20 +03:00
api feat(HTTP Request Node): Redesign and add the ability to import cURL commands (#3860) 2022-09-29 17:28:02 -04:00
components feat(editor): add automatic credential selection for new nodes (#2746) 2022-10-17 13:39:42 +02:00
declarations feat(editor-ui): JSON mapping (#4270) 2022-10-06 15:03:55 +02:00
event-bus feat(Code Node): create Code node (#3965) 2022-10-13 14:28:02 +02:00
modules feat(Code Node): create Code node (#3965) 2022-10-13 14:28:02 +02:00
plugins feat(Code Node): create Code node (#3965) 2022-10-13 14:28:02 +02:00
views feat(editor): add automatic credential selection for new nodes (#2746) 2022-10-17 13:39:42 +02:00
App.vue feat(editor): Main navigation redesign (#4144) 2022-09-26 15:25:19 +02:00
constants.ts feat(Code Node): create Code node (#3965) 2022-10-13 14:28:02 +02:00
Interface.ts feat(Code Node): create Code node (#3965) 2022-10-13 14:28:02 +02:00
main.ts feat: migrate editor-ui to Vite.js and various DX improvements (N8N-2277) (#4061) 2022-09-23 17:14:28 +03:00
n8n-theme-variables.scss feat: migrate editor-ui to Vite.js and various DX improvements (N8N-2277) (#4061) 2022-09-23 17:14:28 +03:00
n8n-theme.scss feat(editor): Main navigation redesign (#4144) 2022-09-26 15:25:19 +02:00
pairedItemUtils.ts feat(editor): update expressions display (#4171) 2022-10-12 14:06:28 +02:00
permissions.ts feat: add support for unit testing using vitest in editor-ui (#4184) 2022-09-28 11:26:20 +03:00
router.ts fix(editor): fix BASE_PATH for Vite dev mode (#4342) 2022-10-14 10:05:25 +02:00
shims-element-ui.d.ts feat: migrate editor-ui to Vite.js and various DX improvements (N8N-2277) (#4061) 2022-09-23 17:14:28 +03:00
shims-vue.d.ts refactor(editor): Implemented NodeIcon design system component (#3727) 2022-08-01 22:35:45 +02:00
shims.d.ts fix(editor): fix BASE_PATH for Vite dev mode (#4342) 2022-10-14 10:05:25 +02:00
store.ts fix(editor-ui): fix axios baseUrl when hosted under a subfolder (#4336) 2022-10-13 16:29:58 +02:00
typeGuards.ts feat(editor): update expressions display (#4171) 2022-10-12 14:06:28 +02:00
utils.ts feat(editor-ui): JSON mapping (#4270) 2022-10-06 15:03:55 +02:00
vue-agile.d.ts Add Templates (#2720) 2022-02-28 10:57:44 +01:00