mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-31 08:46:58 +02:00
* ✨ n8n start trigger node * first declaration of WorkflowActivationMode * implement first WorkflowActivationMode: 'init', 'create', 'update', 'activate' * fix Server missing id * add activation infos to triggers * remove WorkflowActivationMode from webhook execution function * add some missing activation and add manual activation * clean up and fix some code * fix UnhandledPromiseRejectionWarning: Error: Overwrite NodeExecuteFunctions.getExecuteTriggerFunctions.emit function! * fix spaces * use a better name for the node * fix ident in package.json * Contributions to lublak's PR #1287 * Fixed linting issues and change the way parameters are displayed * ⚡ Fix name and minor improvements Co-authored-by: lublak <lublak.de@gmail.com> Co-authored-by: lublak <44057030+lublak@users.noreply.github.com> Co-authored-by: Jan Oberhauser <jan.oberhauser@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 | ||
| NodeTypes.ts | ||
| Push.ts | ||
| Queue.ts | ||
| ResponseHelper.ts | ||
| Server.ts | ||
| TestWebhooks.ts | ||
| WebhookHelpers.ts | ||
| WebhookServer.ts | ||
| WorkflowCredentials.ts | ||
| WorkflowExecuteAdditionalData.ts | ||
| WorkflowHelpers.ts | ||
| WorkflowRunner.ts | ||
| WorkflowRunnerProcess.ts | ||