n8n/packages/cli/src
2022-07-20 18:32:33 +02:00
..
api fix(editor): Fix issue that new nodes did not get automatically displayed in all connected browsers (#3745) 2022-07-20 18:32:33 +02:00
CommunityNodes feat: Make it possible to dynamically load community nodes (#2849) 2022-07-20 16:24:03 +02:00
databases feat(editor): Add data pinning functionality (#3511) 2022-07-20 17:50:39 +02:00
PublicApi fix(api): Add missing node settings parameters (#3737) 2022-07-20 08:58:38 +02:00
telemetry refactor: Telemetry updates (#3529) 2022-07-10 09:53:04 +03:00
UserManagement feat: Add n8n Public API (#3064) 2022-06-08 20:53:12 +02:00
ActiveExecutions.ts refactor: Remove reintroduced non-null assertions in Db calls (#3162) 2022-04-28 18:39:57 +02:00
ActiveWorkflowRunner.ts feat(core): Run Error Workflow also on trigger activation error (#3470) 2022-06-06 09:17:35 +02:00
constants.ts feat: Make it possible to dynamically load community nodes (#2849) 2022-07-20 16:24:03 +02:00
CredentialsHelper.ts feat: Add support for preAuthentication and add Metabase credentials (#3399) 2022-07-19 10:09:06 +02:00
CredentialsOverwrites.ts Fix credential overwrite via environment variables 2021-10-20 20:49:07 -05:00
CredentialTypes.ts feat(core): Allow credential reuse on HTTP Request node (#3228) 2022-05-24 11:36:19 +02:00
Db.ts feat: Make it possible to dynamically load community nodes (#2849) 2022-07-20 16:24:03 +02:00
ExternalHooks.ts Enable esModuleInterop compiler option and upgrade to TypeScript 4.6 (#3106) 2022-04-08 23:32:08 +02:00
GenericHelpers.ts feat(editor): Improve n8n welcome experience (#3289) 2022-05-16 18:19:33 +02:00
index.ts Introduce telemetry (#2099) 2021-10-19 05:57:49 +02:00
Interfaces.ts feat(editor): Add data pinning functionality (#3511) 2022-07-20 17:50:39 +02:00
InternalHooks.ts feat: Make it possible to dynamically load community nodes (#2849) 2022-07-20 16:24:03 +02:00
InternalHooksManager.ts Improve telemetry (#2604) 2022-01-07 17:14:59 +01:00
LoadNodesAndCredentials.ts feat: Make it possible to dynamically load community nodes (#2849) 2022-07-20 16:24:03 +02:00
Logger.ts test: Make oclif commands testable (#3571) 2022-06-25 21:03:46 -07:00
NodeTypes.ts feat: Make it possible to dynamically load community nodes (#2849) 2022-07-20 16:24:03 +02:00
Push.ts Enable esModuleInterop compiler option and upgrade to TypeScript 4.6 (#3106) 2022-04-08 23:32:08 +02:00
Queue.ts Enable esModuleInterop compiler option and upgrade to TypeScript 4.6 (#3106) 2022-04-08 23:32:08 +02:00
requests.d.ts feat(editor): Add data pinning functionality (#3511) 2022-07-20 17:50:39 +02:00
ResponseHelper.ts feat: Add n8n Public API (#3064) 2022-06-08 20:53:12 +02:00
Server.ts feat(editor): Add data pinning functionality (#3511) 2022-07-20 17:50:39 +02:00
TagHelpers.ts feat(core): Add support to import/export tags (#3130) 2022-06-02 12:39:42 +02:00
TestWebhooks.ts Enable esModuleInterop compiler option and upgrade to TypeScript 4.6 (#3106) 2022-04-08 23:32:08 +02:00
TranslationHelpers.ts i18n feedback refactorings (#2597) 2022-01-07 22:02:21 +01:00
WaitingWebhooks.ts refactor: Remove reintroduced non-null assertions in Db calls (#3162) 2022-04-28 18:39:57 +02:00
WaitTracker.ts Remove non-null assertions for Db collections (#3111) 2022-04-14 09:02:12 +02:00
WebhookHelpers.ts feat(editor): Add data pinning functionality (#3511) 2022-07-20 17:50:39 +02:00
WebhookServer.ts fix(core): Do allow OPTIONS requests from any source (#3555) 2022-06-17 19:14:05 +02:00
WorkflowCredentials.ts Remove non-null assertions for Db collections (#3111) 2022-04-14 09:02:12 +02:00
WorkflowExecuteAdditionalData.ts refactor(core): Emit different error for issue in execution or trigger 2022-06-07 15:43:47 +02:00
WorkflowHelpers.ts feat(editor): Add data pinning functionality (#3511) 2022-07-20 17:50:39 +02:00
WorkflowRunner.ts feat(editor): Add data pinning functionality (#3511) 2022-07-20 17:50:39 +02:00
WorkflowRunnerProcess.ts feat(editor): Add data pinning functionality (#3511) 2022-07-20 17:50:39 +02:00