n8n/packages/cli/src
Iván Ovejero 7ce5d8fd90
refactor: Upgrade to Prettier 3 (no-changelog) (#6947)
Supersedes https://github.com/n8n-io/n8n/pull/6937

Excluding fixtures and test workflow JSONs to avoid having to update
tests.
2023-08-16 17:13:57 +02:00
..
audit
auth refactor: Clear unused ESLint directives from BE packages (no-changelog) (#6798) 2023-07-31 11:00:48 +02:00
commands ci: Fix executeBatch command to fix workflow tests (no-changelog) (#6946) 2023-08-16 16:53:17 +02:00
CommunityNodes refactor: Clear unused ESLint directives from BE packages (no-changelog) (#6798) 2023-07-31 11:00:48 +02:00
config feat(editor): Ask AI in Code node (#6672) 2023-08-16 13:08:10 +02:00
controllers feat(core): Show a banner when running a non-prod license (no-changelog) (#6849) 2023-08-16 10:05:03 +02:00
credentials perf(core): Cache roles (#6803) 2023-08-03 08:58:36 +02:00
databases perf(core): Add filtering and pagination to GET /workflows (#6845) 2023-08-09 12:30:02 +02:00
decorators refactor: Clear unused ESLint directives from BE packages (no-changelog) (#6798) 2023-07-31 11:00:48 +02:00
environments refactor(core): Move tag collection into repository (no-changelog) (#6860) 2023-08-08 14:08:56 +02:00
eventbus feat(core): Add metrics option to cache (#6846) 2023-08-04 20:51:07 +02:00
executions fix: Add only necessary information to executions (no-changelog) (#6916) 2023-08-14 09:44:04 +02:00
Ldap perf(core): Cache roles (#6803) 2023-08-03 08:58:36 +02:00
license refactor: Clear unused ESLint directives from BE packages (no-changelog) (#6798) 2023-07-31 11:00:48 +02:00
middlewares fix(core): Restore body parsing for all content-types for non webhook routes (no-changelog)(#6911) 2023-08-11 09:18:33 +02:00
posthog
PublicApi refactor: Upgrade to Prettier 3 (no-changelog) (#6947) 2023-08-16 17:13:57 +02:00
push fix(core): Fix WebSocket close codes 2023-08-04 16:40:03 +02:00
services fix(core): Don't let bull override the default redis config (#6897) 2023-08-09 18:10:58 +02:00
sso refactor: Upgrade to Prettier 3 (no-changelog) (#6947) 2023-08-16 17:13:57 +02:00
telemetry refactor: Clear unused ESLint directives from BE packages (no-changelog) (#6798) 2023-07-31 11:00:48 +02:00
types
user
UserManagement feat: Add support for not requiring SMTP auth with user management (#3742) 2023-08-15 09:55:58 +01:00
workflows perf(core): Add filtering and pagination to GET /workflows (#6845) 2023-08-09 12:30:02 +02:00
AbstractServer.ts fix(core): Restore body parsing for all content-types for non webhook routes (no-changelog)(#6911) 2023-08-11 09:18:33 +02:00
ActiveExecutions.ts refactor: Clear unused ESLint directives from BE packages (no-changelog) (#6798) 2023-07-31 11:00:48 +02:00
ActiveWebhooks.ts refactor(core): Parse Webhook request bodies on-demand (#6394) 2023-08-01 17:32:30 +02:00
ActiveWorkflowRunner.ts perf(core): Cache webhooks (#6825) 2023-08-04 11:52:45 +02:00
constants.ts feat(core): Show a banner when running a non-prod license (no-changelog) (#6849) 2023-08-16 10:05:03 +02:00
CrashJournal.ts
CredentialsHelper.ts refactor: Clear unused ESLint directives from BE packages (no-changelog) (#6798) 2023-07-31 11:00:48 +02:00
CredentialsOverwrites.ts ci: Fix linting issues (no-changelog) (#6788) 2023-07-28 18:28:17 +02:00
CredentialTypes.ts
curlconverter.d.ts refactor: Clear unused ESLint directives from BE packages (no-changelog) (#6798) 2023-07-31 11:00:48 +02:00
CurlConverterHelper.ts refactor: Clear unused ESLint directives from BE packages (no-changelog) (#6798) 2023-07-31 11:00:48 +02:00
Db.ts refactor(core): Move tag collection into repository (no-changelog) (#6860) 2023-08-08 14:08:56 +02:00
ErrorReporting.ts fix(HTTP Request Node): Improve error handling for TCP socket errors when Continue On Fail is enabled (#6925) 2023-08-14 17:26:40 +02:00
ExternalHooks.ts refactor: Clear unused ESLint directives from BE packages (no-changelog) (#6798) 2023-07-31 11:00:48 +02:00
GenericHelpers.ts feat(core): Make Redis available for backend communication (#6719) 2023-08-02 12:51:25 +02:00
index.ts
Interfaces.ts fix: Add only necessary information to executions (no-changelog) (#6916) 2023-08-14 09:44:04 +02:00
InternalHooks.ts perf(core): Cache roles (#6803) 2023-08-03 08:58:36 +02:00
jest.d.ts
License.ts feat(core): Debug in Editor flag (no-changelog) (#6888) 2023-08-09 16:38:17 +02:00
LoadNodesAndCredentials.ts fix(core): Fix loading of scoped-community packages (#6807) 2023-07-31 17:55:16 +02:00
Logger.ts refactor: Clear unused ESLint directives from BE packages (no-changelog) (#6798) 2023-07-31 11:00:48 +02:00
NodeTypes.ts
Queue.ts feat(core): Make Redis available for backend communication (#6719) 2023-08-02 12:51:25 +02:00
ReloadNodesAndCredentials.ts refactor: Clear unused ESLint directives from BE packages (no-changelog) (#6798) 2023-07-31 11:00:48 +02:00
requests.ts perf(core): Add filtering and pagination to GET /workflows (#6845) 2023-08-09 12:30:02 +02:00
ResponseHelper.ts perf(core): Add filtering and pagination to GET /workflows (#6845) 2023-08-09 12:30:02 +02:00
Server.ts feat(editor): Ask AI in Code node (#6672) 2023-08-16 13:08:10 +02:00
sse-channel.d.ts
TagHelpers.ts refactor(core): Move tag collection into repository (no-changelog) (#6860) 2023-08-08 14:08:56 +02:00
TestWebhooks.ts refactor(core): Parse Webhook request bodies on-demand (#6394) 2023-08-01 17:32:30 +02:00
TranslationHelpers.ts
utils.ts perf(core): Add filtering and pagination to GET /workflows (#6845) 2023-08-09 12:30:02 +02:00
WaitingWebhooks.ts refactor(core): Parse Webhook request bodies on-demand (#6394) 2023-08-01 17:32:30 +02:00
WaitTracker.ts refactor(core): Cache workflow ownership (#6738) 2023-07-31 11:37:09 +02:00
WebhookHelpers.ts fix(Respond to Webhook Node): Return headers in response (#6921) 2023-08-14 12:38:17 +02:00
WebhookServer.ts feat(core): Add unique id to instances (#6863) 2023-08-07 17:03:21 +02:00
WorkflowCredentials.ts refactor: Clear unused ESLint directives from BE packages (no-changelog) (#6798) 2023-07-31 11:00:48 +02:00
WorkflowExecuteAdditionalData.ts refactor(core): Cache workflow ownership (#6738) 2023-07-31 11:37:09 +02:00
WorkflowHelpers.ts refactor(core): Abstract away duplication when finding first pinned trigger (no-changelog) (#5927) 2023-08-10 15:06:16 +03:00
WorkflowRunner.ts refactor(core): Abstract away duplication when finding first pinned trigger (no-changelog) (#5927) 2023-08-10 15:06:16 +03:00
WorkflowRunnerProcess.ts refactor(core): Abstract away duplication when finding first pinned trigger (no-changelog) (#5927) 2023-08-10 15:06:16 +03:00