n8n/packages/cli/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
..
databases Change credentials structure (#2139) 2021-10-13 15:21:00 -07:00
ActiveExecutions.ts 🎨 Set up linting and formatting (#2120) 2021-08-29 20:58:11 +02:00
ActiveWorkflowRunner.ts 🐛 Fix startup behavior for scaled mode (#2242) 2021-09-24 08:42:41 +02:00
CredentialsHelper.ts Change credentials structure (#2139) 2021-10-13 15:21:00 -07:00
CredentialsOverwrites.ts 🎨 Set up linting and formatting (#2120) 2021-08-29 20:58:11 +02:00
CredentialTypes.ts 🎨 Set up linting and formatting (#2120) 2021-08-29 20:58:11 +02:00
Db.ts 🎨 Set up linting and formatting (#2120) 2021-08-29 20:58:11 +02:00
ExternalHooks.ts 🎨 Set up linting and formatting (#2120) 2021-08-29 20:58:11 +02:00
GenericHelpers.ts Change credentials structure (#2139) 2021-10-13 15:21:00 -07:00
index.ts 🎨 Set up linting and formatting (#2120) 2021-08-29 20:58:11 +02:00
Interfaces.ts Update credentials modal (#2154) 2021-09-11 10:15:36 +02:00
LoadNodesAndCredentials.ts Updated node design and node versioning (#1961) 2021-09-21 19:38:24 +02:00
Logger.ts 🎨 Set up linting and formatting (#2120) 2021-08-29 20:58:11 +02:00
NodeTypes.ts Updated node design and node versioning (#1961) 2021-09-21 19:38:24 +02:00
Push.ts 🎨 Set up linting and formatting (#2120) 2021-08-29 20:58:11 +02:00
Queue.ts 🎨 Set up linting and formatting (#2120) 2021-08-29 20:58:11 +02:00
ResponseHelper.ts 🎨 Set up linting and formatting (#2120) 2021-08-29 20:58:11 +02:00
Server.ts Change credentials structure (#2139) 2021-10-13 15:21:00 -07:00
TagHelpers.ts 🎨 Set up linting and formatting (#2120) 2021-08-29 20:58:11 +02:00
TestWebhooks.ts 🎨 Set up linting and formatting (#2120) 2021-08-29 20:58:11 +02:00
WaitingWebhooks.ts 🎨 Set up linting and formatting (#2120) 2021-08-29 20:58:11 +02:00
WaitTracker.ts 🎨 Set up linting and formatting (#2120) 2021-08-29 20:58:11 +02:00
WebhookHelpers.ts Updated node design and node versioning (#1961) 2021-09-21 19:38:24 +02:00
WebhookServer.ts Allow webhook processes to wake up waiting executions (#2153) 2021-08-31 11:55:06 +02:00
WorkflowCredentials.ts Change credentials structure (#2139) 2021-10-13 15:21:00 -07:00
WorkflowExecuteAdditionalData.ts 🎨 Set up linting and formatting (#2120) 2021-08-29 20:58:11 +02:00
WorkflowHelpers.ts Change credentials structure (#2139) 2021-10-13 15:21:00 -07:00
WorkflowRunner.ts Add execution ID to queue processes for clarification (#2168) 2021-09-02 18:58:13 +02:00
WorkflowRunnerProcess.ts Updated node design and node versioning (#1961) 2021-09-21 19:38:24 +02:00