n8n/packages/cli/src
Iván Ovejero 78119c9f22
refactor: Consolidate .prettierignore patterns (no-changelog) (#4692)
*  Consolidate Prettier ignore patterns

*  Let Prettier select file types to format

* 🎨 Apply formatting
2022-11-22 14:11:29 +01:00
..
api refactor: Improve error logging/reporting for cli (#4691) 2022-11-22 14:00:36 +01:00
commands refactor: Improve error logging/reporting for cli (#4691) 2022-11-22 14:00:36 +01:00
CommunityNodes refactor: Setup typescript project references across workflow, core, and cli (#4519) 2022-11-09 15:25:00 +01:00
config feat(core): Add license support to n8n (#4566) 2022-11-21 15:41:24 +01:00
credentials refactor: Improve error logging/reporting for cli (#4691) 2022-11-22 14:00:36 +01:00
databases refactor: Consolidate .prettierignore patterns (no-changelog) (#4692) 2022-11-22 14:11:29 +01:00
PublicApi refactor: Consolidate .prettierignore patterns (no-changelog) (#4692) 2022-11-22 14:11:29 +01:00
role refactor: Setup typescript project references across workflow, core, and cli (#4519) 2022-11-09 15:25:00 +01:00
telemetry refactor: Setup typescript project references across workflow, core, and cli (#4519) 2022-11-09 15:25:00 +01:00
user refactor: Setup typescript project references across workflow, core, and cli (#4519) 2022-11-09 15:25:00 +01:00
UserManagement refactor: Consolidate .prettierignore patterns (no-changelog) (#4692) 2022-11-22 14:11:29 +01:00
workflows refactor: Improve error logging/reporting for cli (#4691) 2022-11-22 14:00:36 +01:00
ActiveExecutions.ts refactor: Setup typescript project references across workflow, core, and cli (#4519) 2022-11-09 15:25:00 +01:00
ActiveWorkflowRunner.ts refactor: Improve error logging/reporting for cli (#4691) 2022-11-22 14:00:36 +01:00
constants.ts feat(core): Add license support to n8n (#4566) 2022-11-21 15:41:24 +01:00
CrashJournal.ts fix: Disable some error tracking (#4579) 2022-11-10 21:44:31 +01:00
CredentialsHelper.ts fix(core): Use CredentialsOverwrites when testing credentials (#4675) 2022-11-22 10:08:35 +01:00
CredentialsOverwrites.ts refactor: Setup typescript project references across workflow, core, and cli (#4519) 2022-11-09 15:25:00 +01:00
CredentialTypes.ts refactor: Setup typescript project references across workflow, core, and cli (#4519) 2022-11-09 15:25:00 +01:00
curlconverter.d.ts refactor: Setup typescript project references across workflow, core, and cli (#4519) 2022-11-09 15:25:00 +01:00
CurlConverterHelper.ts refactor(core): fix for no-uncaught-json-parse warnings 2022-10-21 21:52:43 +03:00
Db.ts refactor: Setup typescript project references across workflow, core, and cli (#4519) 2022-11-09 15:25:00 +01:00
ErrorReporting.ts feat: Use longer stack-traces when error-reporting is enabled (#4674) 2022-11-21 17:54:29 +01:00
ExternalHooks.ts refactor: Setup typescript project references across workflow, core, and cli (#4519) 2022-11-09 15:25:00 +01:00
GenericHelpers.ts refactor: Improve error logging/reporting for cli (#4691) 2022-11-22 14:00:36 +01:00
index.ts refactor: Setup typescript project references across workflow, core, and cli (#4519) 2022-11-09 15:25:00 +01:00
Interfaces.ts refactor: Forbid access to workflows when enterprise features is unavailable (#4635) (no-changelog) 2022-11-18 13:07:39 +01:00
InternalHooks.ts refactor: Setup typescript project references across workflow, core, and cli (#4519) 2022-11-09 15:25:00 +01:00
InternalHooksManager.ts refactor: Setup typescript project references across workflow, core, and cli (#4519) 2022-11-09 15:25:00 +01:00
License.ts feat(core): Add license support to n8n (#4566) 2022-11-21 15:41:24 +01:00
LoadNodesAndCredentials.ts refactor: Setup typescript project references across workflow, core, and cli (#4519) 2022-11-09 15:25:00 +01:00
Logger.ts refactor: Setup typescript project references across workflow, core, and cli (#4519) 2022-11-09 15:25:00 +01:00
NodeTypes.ts refactor: rename NodeVersionedType to VersionedNodeType and move it to the workflow package (#4443) 2022-10-25 21:33:12 +02:00
Push.ts refactor: Setup typescript project references across workflow, core, and cli (#4519) 2022-11-09 15:25:00 +01:00
Queue.ts refactor: Setup typescript project references across workflow, core, and cli (#4519) 2022-11-09 15:25:00 +01:00
requests.d.ts feat(core): Add credential runtime checks and prevent tampering in manual run (#4481) 2022-11-11 11:14:45 +01:00
ResponseHelper.ts refactor: Improve error logging/reporting for cli (#4691) 2022-11-22 14:00:36 +01:00
Server.ts refactor: Improve error logging/reporting for cli (#4691) 2022-11-22 14:00:36 +01:00
TagHelpers.ts refactor: Setup typescript project references across workflow, core, and cli (#4519) 2022-11-09 15:25:00 +01:00
TestWebhooks.ts refactor: Improve error logging/reporting for cli (#4691) 2022-11-22 14:00:36 +01:00
TranslationHelpers.ts refactor: Setup typescript project references across workflow, core, and cli (#4519) 2022-11-09 15:25:00 +01:00
utils.ts fix(core): fix workflow hasing for MySQL (#4491) 2022-11-01 13:51:13 +01:00
WaitingWebhooks.ts refactor: Improve error logging/reporting for cli (#4691) 2022-11-22 14:00:36 +01:00
WaitTracker.ts refactor: Setup typescript project references across workflow, core, and cli (#4519) 2022-11-09 15:25:00 +01:00
WebhookHelpers.ts refactor: Improve error logging/reporting for cli (#4691) 2022-11-22 14:00:36 +01:00
WebhookServer.ts refactor: Improve error logging/reporting for cli (#4691) 2022-11-22 14:00:36 +01:00
WorkflowCredentials.ts refactor: Setup typescript project references across workflow, core, and cli (#4519) 2022-11-09 15:25:00 +01:00
WorkflowExecuteAdditionalData.ts refactor: Forbid access to workflows when enterprise features is unavailable (#4635) (no-changelog) 2022-11-18 13:07:39 +01:00
WorkflowHelpers.ts refactor: Forbid access to workflows when enterprise features is unavailable (#4635) (no-changelog) 2022-11-18 13:07:39 +01:00
WorkflowRunner.ts feat(core): Add credential runtime checks and prevent tampering in manual run (#4481) 2022-11-11 11:14:45 +01:00
WorkflowRunnerProcess.ts feat(core): Add credential runtime checks and prevent tampering in manual run (#4481) 2022-11-11 11:14:45 +01:00