कारतोफ्फेलस्क्रिप्ट™
|
059d281fd1
|
feat(core): Move execution permission checks earlier in the lifecycle (#8677)
|
2024-02-21 14:47:02 +01:00 |
|
Iván Ovejero
|
5304b320c8
|
refactor(core): Enrich inaccessible credential error (#8574)
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
|
2024-02-21 13:04:30 +01:00 |
|
Tomi Turtiainen
|
05e13a68ea
|
fix: Fix typeorm .save usage (no-changelog) (#8678)
|
2024-02-20 17:34:54 +02:00 |
|
कारतोफ्फेलस्क्रिप्ट™
|
b6c8a0c413
|
refactor(core): Reduce code duplication in DB config (no-changelog) (#8679)
|
2024-02-20 14:28:53 +01:00 |
|
Omar Ajoue
|
540a80e9f9
|
test: Fix broken workflow tag tests (#8641)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <netroy@users.noreply.github.com>
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
|
2024-02-15 10:51:59 +00:00 |
|
कारतोफ्फेलस्क्रिप्ट™
|
a2a3ca160f
|
fix(core): Improve the startup error when EXECUTIONS_PROCESS is set (#8630)
Co-authored-by: Omar Ajoue <krynble@gmail.com>
|
2024-02-14 15:35:42 +01:00 |
|
Danny Martini
|
cd8ca8412d
|
fix(core): Give better error message if executions.process is still used in the configs (#8618)
|
2024-02-13 12:40:50 +00:00 |
|
Danny Martini
|
ee81015231
|
docs: Update cursor description in the public api documentation (#8602)
|
2024-02-09 16:36:57 +01:00 |
|
Omar Ajoue
|
a743a40376
|
feat(API): Add tag support to public API (#8588)
Co-authored-by: Jesús Burgers <jesus.burgers@chakray.co.uk>
Co-authored-by: Jesús Burgers <43568066+jburgers-chakray@users.noreply.github.com>
|
2024-02-09 15:10:03 +00:00 |
|
Cornelius Suermann
|
cd151f1ba9
|
feat: Include totalUsers in usage metrics during license renewal (no-changelog) (#8598)
|
2024-02-09 14:15:05 +01:00 |
|
oleg
|
5ab34fe335
|
fix(API): Fire workflowExecuteBefore hook in runMainProcess (no-changelog) (#8601)
|
2024-02-09 13:23:00 +01:00 |
|
Omar Ajoue
|
7501ad8f3c
|
feat: Add support for AI log streaming (#8526)
Co-authored-by: Oleg Ivaniv <me@olegivaniv.com>
|
2024-02-09 09:41:01 +00:00 |
|
कारतोफ्फेलस्क्रिप्ट™
|
8e392cfc1d
|
feat(core): Migrate to n8n's typeorm fork (#8590)
|
2024-02-08 15:13:29 +01:00 |
|
कारतोफ्फेलस्क्रिप्ट™
|
40eee3aa49
|
ci(core): Avoid slow bcrypt calls in tests (no-changelog) (#8570)
|
2024-02-07 17:56:02 +01:00 |
|
कारतोफ्फेलस्क्रिप्ट™
|
c04f92f7fd
|
refactor(core): Couple of refactors on WorkflowRunner and ActiveExecutions (no-changelog) (#8487)
|
2024-02-06 18:09:50 +01:00 |
|
Iván Ovejero
|
dc068ce2e6
|
build: Fix outdated import to fix build (no-changelog) (#8558)
|
2024-02-06 10:45:30 +01:00 |
|
Iván Ovejero
|
abddbb6227
|
fix(core): Use trx manager instead of repository for tags overwrite (#8557)
|
2024-02-06 10:40:32 +01:00 |
|
Iván Ovejero
|
c4e39451db
|
refactor(core): Continue breaking dependency cycles (no-changelog) (#8545)
|
2024-02-06 10:08:46 +01:00 |
|
Iván Ovejero
|
28aee7c425
|
refactor(core): Lock webhook process out of multi-main setup (no-changelog) (#8549)
|
2024-02-05 18:06:54 +01:00 |
|
Iván Ovejero
|
dc5ec8f946
|
refactor(core): Streamline flows in multi-main mode (no-changelog) (#8446)
|
2024-02-05 09:26:55 +01:00 |
|
Iván Ovejero
|
92f939f827
|
fix(core): Fix workflow tagging failure due to unique constraint check (#8505)
|
2024-02-02 12:36:55 +01:00 |
|
कारतोफ्फेलस्क्रिप्ट™
|
4fed68ee34
|
fix(core): Fix DropRoleMapping migration (#8521)
|
2024-02-02 12:22:09 +01:00 |
|
कारतोफ्फेलस्क्रिप्ट™
|
5832d3ca46
|
fix(core): Fix PermissionChecker.check, and add additional unit tests (#8528)
|
2024-02-02 12:21:53 +01:00 |
|
Iván Ovejero
|
528c07134a
|
fix(core): Fix test runs of triggers that rely on static data (#8524)
|
2024-02-01 18:05:23 +01:00 |
|
Iván Ovejero
|
cc41fc7c80
|
fix(core): Fix new graceful shutdown env being always overridden by deprecated env (#8503)
|
2024-02-01 11:10:40 +01:00 |
|
कारतोफ्फेलस्क्रिप्ट™
|
033fd344b5
|
fix(core): Handle possibly invalid updatedAt timestamps in source-control (#8485)
|
2024-01-31 14:25:03 +01:00 |
|
कारतोफ्फेलस्क्रिप्ट™
|
839dd96c7d
|
refactor(core): Move all code related to onServerStarted into InternalHooks (no-changelog) (#8500)
|
2024-01-31 13:29:17 +01:00 |
|
Danny Martini
|
39e8754784
|
fix(core): Don't report executions that have been paused as failed to rudderstack and log streams (#8501)
|
2024-01-31 11:21:15 +01:00 |
|
Iván Ovejero
|
dac511b710
|
refactor(core): Modernize credentials controllers and services (no-changelog) (#8488)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
|
2024-01-31 09:48:48 +01:00 |
|
कारतोफ्फेलस्क्रिप्ट™
|
121a55b691
|
feat(core): Remove own execution-process mode (#8490)
|
2024-01-30 12:51:40 +01:00 |
|
कारतोफ्फेलस्क्रिप्ट™
|
5cb55270b7
|
refactor(core): Replace promisify-d node calls with native promises (no-changelog) (#8464)
|
2024-01-30 09:49:23 +01:00 |
|
Iván Ovejero
|
238b54c77b
|
fix(core): Fix stopping and retrying failed executions (#8480)
|
2024-01-29 16:34:58 +01:00 |
|
Iván Ovejero
|
9e93980957
|
fix(core): Prevent calling internal hook email event if emailing is disabled (#8462)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
|
2024-01-29 16:15:30 +01:00 |
|
Iván Ovejero
|
db48bdd6d1
|
fix(core): Handle zero execution statistics on metrics collection during license renewal (#8463)
|
2024-01-26 17:50:19 +01:00 |
|
कारतोफ्फेलस्क्रिप्ट™
|
2fba0e8d58
|
feat(core): Upgrade Rudderstack SDK to address CVE-2023-45857 (#8368)
|
2024-01-26 16:58:44 +01:00 |
|
Danny Martini
|
9f11eba0a4
|
fix(core): Point users to the official documentation when they use n8n --help (#8440)
|
2024-01-26 15:16:53 +01:00 |
|
कारतोफ्फेलस्क्रिप्ट™
|
c70fa66e76
|
refactor(core): Use DI for WorkflowRunner (no-changelog) (#8372)
|
2024-01-26 13:49:39 +01:00 |
|
कारतोफ्फेलस्क्रिप्ट™
|
7c49004018
|
refactor(core): Use DI for eventBus code - Part 1 (no-changelog) (#8434)
|
2024-01-26 12:21:15 +01:00 |
|
कारतोफ्फेलस्क्रिप्ट™
|
cc2f0ada76
|
ci: Enforce noUnusedLocals on all backend and nodes packages (no-changelog) (#8428)
|
2024-01-25 14:33:35 +01:00 |
|
कारतोफ्फेलस्क्रिप्ट™
|
f438082442
|
fix(core): Run the down migration correctly when transaction: false is set (no-changelog) (#8432)
|
2024-01-24 19:07:47 +01:00 |
|
Michael Kret
|
ed7d6b7b3a
|
feat(core): Display conditions in displayOptions (no-changelog) (#7888)
|
2024-01-24 18:04:46 +02:00 |
|
कारतोफ्फेलस्क्रिप्ट™
|
d6deceacde
|
refactor(core): Remove roleId indirection (no-changelog) (#8413)
|
2024-01-24 13:38:57 +01:00 |
|
कारतोफ्फेलस्क्रिप्ट™
|
1affebd85e
|
refactor(core): Remove unused code from Server.ts (no-changelog) (#8426)
|
2024-01-24 12:55:43 +01:00 |
|
Iván Ovejero
|
c0bc94c78f
|
refactor(core): Finish removing UserManagementHelper (no-changelog) (#8418)
|
2024-01-23 13:58:31 +01:00 |
|
Iván Ovejero
|
a0a1830696
|
feat(core): Email recipients on resource shared (#8408)
|
2024-01-23 12:03:59 +01:00 |
|
Danny Martini
|
ae06fdeb62
|
fix(core): Fix update workflow cli command being unable to activate all workflows (#8412)
Co-authored-by: Daniel Schröder <daniel.schroeder@skriptfabrik.com>
|
2024-01-23 10:59:06 +01:00 |
|
Iván Ovejero
|
49b52c4f1d
|
refactor(core): Bring active executions into executions controller (no-changelog) (#8371)
|
2024-01-23 09:48:50 +01:00 |
|
कारतोफ्फेलस्क्रिप्ट™
|
913c8c6b0c
|
feat(core): Upgrade oclif (no-changelog) (#8381)
|
2024-01-22 18:25:36 +01:00 |
|
Cornelius Suermann
|
d597c2ab29
|
feat: Extend collection of usage metrics during license renewal (no-changelog) (#8369)
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
|
2024-01-22 12:29:28 +01:00 |
|
Iván Ovejero
|
f35d4fcbd8
|
refactor(core): Simplify OrchestrationService (no-changelog) (#8364)
|
2024-01-22 11:16:29 +01:00 |
|