mirror of
https://github.com/n8n-io/n8n.git
synced 2026-06-01 01:07:04 +02:00
* ✨ 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> |
||
|---|---|---|
| .. | ||
| databases | ||
| ActiveExecutions.ts | ||
| ActiveWorkflowRunner.ts | ||
| CredentialsHelper.ts | ||
| CredentialsOverwrites.ts | ||
| CredentialTypes.ts | ||
| Db.ts | ||
| ExternalHooks.ts | ||
| GenericHelpers.ts | ||
| index.ts | ||
| Interfaces.ts | ||
| LoadNodesAndCredentials.ts | ||
| Logger.ts | ||
| NodeTypes.ts | ||
| Push.ts | ||
| Queue.ts | ||
| ResponseHelper.ts | ||
| Server.ts | ||
| TagHelpers.ts | ||
| TestWebhooks.ts | ||
| WaitingWebhooks.ts | ||
| WaitTracker.ts | ||
| WebhookHelpers.ts | ||
| WebhookServer.ts | ||
| WorkflowCredentials.ts | ||
| WorkflowExecuteAdditionalData.ts | ||
| WorkflowHelpers.ts | ||
| WorkflowRunner.ts | ||
| WorkflowRunnerProcess.ts | ||