n8n/packages/workflow/src
Ben Hesseldieck 3137de2585
Change credentials structure (#2139)
*  change FE to handle new object type

* 🚸 improve UX of handling invalid credentials

* 🚧 WIP

* 🎨 fix typescript issues

* 🐘 add migrations for all supported dbs

* ✏️ add description to migrations

*  add credential update on import

*  resolve after merge issues

* 👕 fix lint issues

*  check credentials on workflow create/update

* update interface

* 👕 fix ts issues

*  adaption to new credentials UI

* 🐛 intialize cache on BE for credentials check

* 🐛 fix undefined oldCredentials

* 🐛 fix deleting credential

* 🐛 fix check for undefined keys

* 🐛 fix disabling edit in execution

* 🎨 just show credential name on execution view

* ✏️  remove TODO

*  implement review suggestions

*  add cache to getCredentialsByType

*  use getter instead of cache

* ✏️ fix variable name typo

* 🐘 include waiting nodes to migrations

* 🐛 fix reverting migrations command

*  update typeorm command

*  create db:revert command

* 👕 fix lint error

Co-authored-by: Mutasem <mutdmour@gmail.com>
2021-10-13 15:21:00 -07:00
..
Expression.ts 🎨 Set up linting and formatting (#2120) 2021-08-29 20:58:11 +02:00
index.ts 🎨 Set up linting and formatting (#2120) 2021-08-29 20:58:11 +02:00
Interfaces.ts Change credentials structure (#2139) 2021-10-13 15:21:00 -07:00
LoggerProxy.ts 🎨 Set up linting and formatting (#2120) 2021-08-29 20:58:11 +02:00
NodeErrors.ts Add description to NodeOperationError (#2148) 2021-08-31 10:49:55 +02:00
NodeHelpers.ts Updated node design and node versioning (#1961) 2021-09-21 19:38:24 +02:00
ObservableObject.ts 🎨 Set up linting and formatting (#2120) 2021-08-29 20:58:11 +02:00
Workflow.ts Display node-error only on executing nodes (#2274) 2021-10-06 19:02:31 +02:00
WorkflowDataProxy.ts 🎨 Set up linting and formatting (#2120) 2021-08-29 20:58:11 +02:00
WorkflowErrors.ts 🎨 Set up linting and formatting (#2120) 2021-08-29 20:58:11 +02:00
WorkflowHooks.ts 🎨 Set up linting and formatting (#2120) 2021-08-29 20:58:11 +02:00