n8n/packages/cli/src
2024-06-18 15:22:02 +02:00
..
auth feat: RBAC (#8922) 2024-05-17 10:53:15 +02:00
collaboration
commands feat(core): Expand crash recovery to cover queue mode (#9676) 2024-06-18 15:22:02 +02:00
concurrency perf(core): Introduce concurrency control for main mode (#9453) 2024-06-12 15:05:43 +02:00
config feat(core): Expand crash recovery to cover queue mode (#9676) 2024-06-18 15:22:02 +02:00
controllers feat: Update NPS Value Survey (#9638) 2024-06-11 10:23:30 +02:00
credentials fix: When editing nodes only show the credentials in the dropdown that the user is allowed to use in that workflow (#9718) 2024-06-14 14:48:49 +02:00
databases feat(core): Expand crash recovery to cover queue mode (#9676) 2024-06-18 15:22:02 +02:00
decorators feat(core): Allow customizing rate limits on a per-route basis, and add rate limiting to more endpoints (#9522) 2024-06-03 11:20:51 +02:00
environments fix(core): Fix type errors (no-changelog) (#9571) 2024-05-31 14:06:13 +02:00
errors perf(core): Introduce concurrency control for main mode (#9453) 2024-06-12 15:05:43 +02:00
eventbus refactor(core): Include logless case in crash recovery (no-changelog) (#9725) 2024-06-13 12:54:51 +02:00
executionLifecycleHooks refactor(core): Rename push sessionId to pushRef (#8905) 2024-04-03 13:43:14 +02:00
executions feat(core): Expand crash recovery to cover queue mode (#9676) 2024-06-18 15:22:02 +02:00
ExternalSecrets feat(core): Introduce AWS secrets manager as external secrets store (#8982) 2024-03-28 10:15:58 +01:00
Ldap feat: RBAC (#8922) 2024-05-17 10:53:15 +02:00
license fix(core): Make enterprise trial requests via the backend (no-changelog) (#9784) 2024-06-17 19:56:52 +02:00
Mfa refactor(core): Extract all Auth-related User columns into a separate entity (#9557) 2024-05-31 09:40:19 +02:00
middlewares fix(core): Fix type errors (no-changelog) (#9571) 2024-05-31 14:06:13 +02:00
permissions refactor(core): Merge event bus controllers and remove dead code (no-changelog) (#9688) 2024-06-10 17:38:02 +02:00
posthog
PublicApi feat: Add custom data to public API execution endpoints (#9705) 2024-06-17 12:38:10 +01:00
push refactor(core): Rename push sessionId to pushRef (#8905) 2024-04-03 13:43:14 +02:00
security-audit refactor(core): Use logger for packages/cli messages (no-changelog) (#9302) 2024-05-03 15:24:27 +02:00
services feat(core): Expand crash recovery to cover queue mode (#9676) 2024-06-18 15:22:02 +02:00
shutdown
sso feat: RBAC (#8922) 2024-05-17 10:53:15 +02:00
telemetry feat: RBAC (#8922) 2024-05-17 10:53:15 +02:00
types refactor(core): Remove unused execution status warning (no-changelog) (#9759) 2024-06-17 13:00:04 +02:00
UserManagement fix(core): Update transactional email links for RBAC (#9727) 2024-06-13 12:27:49 +02:00
workflows fix: Fix sending pin data twice causing payload too large errors (#9710) 2024-06-12 15:11:39 +03:00
AbstractServer.ts fix(core): Setup webhook stopping endpoint after the CORS middleware (no-changelog) (#9454) 2024-05-17 17:55:29 +02:00
ActivationErrors.service.ts
ActiveExecutions.ts perf(core): Introduce concurrency control for main mode (#9453) 2024-06-12 15:05:43 +02:00
ActiveWebhooks.ts feat: RBAC (#8922) 2024-05-17 10:53:15 +02:00
ActiveWorkflowManager.ts refactor(core): Stop reporting EAUTH error codes to Sentry (no-changelog) (#9496) 2024-05-23 15:12:01 +02:00
constants.ts refactor(core): Revamp crash recovery mechanism for main mode (#9613) 2024-06-07 16:19:59 +02:00
CrashJournal.ts
CredentialsHelper.ts feat: RBAC (#8922) 2024-05-17 10:53:15 +02:00
CredentialsOverwrites.ts
CredentialTypes.ts
curlconverter.d.ts
Db.ts fix(core): Try setting postgres search_path on the database (#9530) 2024-05-30 12:09:49 +02:00
ErrorReporting.ts
ExpressionEvaluator.ts
ExternalHooks.ts
GenericHelpers.ts refactor(core): Rename push sessionId to pushRef (#8905) 2024-04-03 13:43:14 +02:00
help.ts refactor(core): Use logger for packages/cli messages (no-changelog) (#9302) 2024-05-03 15:24:27 +02:00
index.ts
Interfaces.ts feat: Add custom data to public API execution endpoints (#9705) 2024-06-17 12:38:10 +01:00
InternalHooks.ts perf(core): Introduce concurrency control for main mode (#9453) 2024-06-12 15:05:43 +02:00
jest.d.ts feat: RBAC (#8922) 2024-05-17 10:53:15 +02:00
License.ts fix: Init license properly with multi main (no-changelog) (#9467) 2024-05-20 13:02:08 +01:00
LoadNodesAndCredentials.ts ci: Upgrade eslint, prettier, typescript, and some other dev tooling (no-changelog) (#8895) 2024-03-26 14:22:57 +01:00
Logger.ts
NodeTypes.ts feat(Simulate Node): New node (no-changelog) (#9109) 2024-05-08 12:02:36 +01:00
Queue.ts feat(core): Expand crash recovery to cover queue mode (#9676) 2024-06-18 15:22:02 +02:00
requests.ts fix: When editing nodes only show the credentials in the dropdown that the user is allowed to use in that workflow (#9718) 2024-06-14 14:48:49 +02:00
ResponseHelper.ts refactor(core): Move curl endpoint to its own controller (no-changelog) (#9605) 2024-06-05 10:43:09 +02:00
SecretsHelpers.ts feat(core): Introduce AWS secrets manager as external secrets store (#8982) 2024-03-28 10:15:58 +01:00
Server.ts feat: Update NPS Value Survey (#9638) 2024-06-11 10:23:30 +02:00
sse-channel.d.ts
TestWebhooks.ts feat(Webhook Node): Setting to enable multiple outputs/methods (#9086) 2024-04-24 08:46:16 +03:00
utils.ts fix(core): Ensure ID is a positive integer when fetching execution (#9629) 2024-06-05 13:05:07 +02:00
WaitingForms.ts
WaitingWebhooks.ts fix(core): Fix type errors (no-changelog) (#9571) 2024-05-31 14:06:13 +02:00
WaitTracker.ts refactor(core): Make PruningService.init and WaitTracker.init consistent (no-changelog) (#9761) 2024-06-17 12:49:40 +02:00
WebhookHelpers.ts feat: RBAC (#8922) 2024-05-17 10:53:15 +02:00
WebhookServer.ts
WorkflowExecuteAdditionalData.ts feat: RBAC (#8922) 2024-05-17 10:53:15 +02:00
WorkflowHelpers.ts refactor(core): Unify failed and error execution status (no-changelog) (#8943) 2024-03-25 17:52:07 +01:00
WorkflowRunner.ts refactor(core): Remove crash recovery from error executions (no-changelog) (#9551) 2024-06-03 14:35:03 +02:00