Commit Graph

700 Commits

Author SHA1 Message Date
Ricardo Espinoza
ad3250ceb0 feat: Allow multi API creation via the UI (#12845) 2025-01-29 07:42:01 -05:00
Tomi Turtiainen
8da4f351e1 test(core): Add integration test for JS task runner (#12804)
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
2025-01-29 12:00:07 +01:00
कारतोफ्फेलस्क्रिप्ट™
05b5f95331 refactor(core): Make external hooks type-safe, and add tests (#12893) 2025-01-29 10:33:39 +01:00
Dana
0979a99309 chore(API): Follow up design for credential callback (#12798)
Co-authored-by: Jonathan Bennetts <jonathan.bennetts@gmail.com>
2025-01-27 15:42:45 +00:00
Dana
fb4cb5afbb chore(API): Add styling to credential callback and autoclose window (#12648) 2025-01-21 15:21:42 +01:00
Danny Martini
967ee4b89b feat: Synchronize deletions when pulling from source control (#12170)
Co-authored-by: r00gm <raul00gm@gmail.com>
2025-01-20 16:53:55 +01:00
Cornelius Suermann
de49182652 fix(core): Reduce payload of license renewal calls (no-changelog) (#12236) 2025-01-17 17:59:28 +01:00
Eugene
be520b4f60 feat: Add API endpoint to cancel a test run (no-changelog) (#12115) 2025-01-14 12:12:31 +01:00
Danny Martini
73897c7662 fix: Don't break oauth credentials when updating them and allow fixing broken oauth credentials by repeating the authorization flow (#12563) 2025-01-13 13:48:16 +01:00
कारतोफ्फेलस्क्रिप्ट™
25a79ccf40 refactor(core): Use DI in source-control. add more tests (#12554) 2025-01-10 16:10:19 +01:00
Ricardo Espinoza
b1a40a231b refactor(core): Update tag endpoints to use DTOs and injectable config (#12380) 2025-01-09 14:17:11 -05:00
Danny Martini
8a42d55d91 fix(core): Only show personal credentials in the personal space (#12433) 2025-01-09 18:06:47 +01:00
कारतोफ्फेलस्क्रिप्ट™
1d86c4fdd2 refactor(core): Use DTOs for source control push/pull requests (#12470)
Co-authored-by: Tomi Turtiainen <10324676+tomi@users.noreply.github.com>
2025-01-09 15:31:07 +01:00
कारतोफ्फेलस्क्रिप्ट™
5f1adefca7 refactor(core): Port over project request payloads to DTOs (#12528) 2025-01-09 13:47:23 +01:00
Tomi Turtiainen
491cb605e3 fix(core): Use rate limiter for task runner endpoints (#12486) 2025-01-08 10:06:36 +02:00
Ricardo Espinoza
b1d17f5201 feat: Add more telemetry to free AI credits feature (no-changelog) (#12493) 2025-01-08 10:20:45 +03:00
Eugene
cc008f9239 feat: Save the number of successful, failed and total executions for Test Run (no-changelog) (#12131) 2025-01-07 16:03:16 +01:00
Danny Martini
ecabe34705 fix(core): Return unredacted credentials from GET credentials/:id (#12447) 2025-01-07 11:17:26 +01:00
Eugene
04c1182a1e feat(core): Use node IDs instead of names for data mocking during test runs (no-changelog) (#12348) 2025-01-07 10:00:06 +01:00
कारतोफ्फेलस्क्रिप्ट™
39d5e0ff87 refactor(core): Replace typedi with our custom DI system (no-changelog) (#12389)
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
2025-01-06 10:21:24 +01:00
कारतोफ्फेलस्क्रिप्ट™
552cff1860 refactor(core): Extract SAML requests payloads into DTOs (#12435) 2025-01-03 11:05:30 +01:00
Iván Ovejero
9432aa0b00 feat(core): Offload manual executions to workers (#11284) 2025-01-03 10:43:05 +01:00
Danny Martini
f56ad8cf49 feat(core): Add includeData parameter to GET /credentials (#12220)
Co-authored-by: r00gm <raul00gm@gmail.com>
2024-12-31 13:04:37 +01:00
Iván Ovejero
096329db51 refactor(core): Rename some runners files and classes for clarity (#12410) 2024-12-31 12:21:04 +01:00
कारतोफ्फेलस्क्रिप्ट™
1674dd0f88 refactor(core): Update dynamic node parameter endpoints to use DTOs (#12379) 2024-12-30 15:48:44 +01:00
Milorad FIlipović
9117718cc9 feat(editor): Add support for project icons (#12349) 2024-12-27 19:00:40 +01:00
Ricardo Espinoza
ac4e042231 feat(core): Add endpoint to create free AI credits (#12362) 2024-12-27 09:46:57 -05:00
कारतोफ्फेलस्क्रिप्ट™
371a09de96 refactor(core): Port 3 more controllers to use DTOs (no-changelog) (#12375) 2024-12-26 16:09:42 +01:00
Iván Ovejero
f754b22a3f refactor(core): Mark all backend Enterprise Edition files and dirs (#12350) 2024-12-24 13:02:05 +01:00
कारतोफ्फेलस्क्रिप्ट™
471d7b9420 refactor(core): Move Logger to core (no-changelog) (#12310) 2024-12-23 13:46:13 +01:00
Iván Ovejero
fe7fb41ad8 refactor(core): Fix push message type inference (#12331) 2024-12-20 19:45:04 +01:00
Tomi Turtiainen
0ba4c6e942 test: Get rid of a warning log in tests (#12289) 2024-12-19 14:19:06 +02:00
Marc Littlemore
e0dc385f8b feat(API): Exclude pinned data from workflows (#12261) 2024-12-19 08:13:17 +00:00
Eugene
2b267b1c05 chore: Switch to the new partial execution logic in test runner (no-changelog) (#12140) 2024-12-17 09:44:20 +01:00
Iván Ovejero
120499291d refactor(core): Unify error reporters in core and task runners (#12168)
Co-authored-by: Tomi Turtiainen <10324676+tomi@users.noreply.github.com>
2024-12-13 17:34:37 +01:00
कारतोफ्फेलस्क्रिप्ट™
5a055ed526 refactor(core): Move execution engine code out of n8n-workflow (no-changelog) (#12147) 2024-12-12 13:54:44 +01:00
Iván Ovejero
28f1f6b561 refactor(core): Move multi-main state to InstanceSettings (#12144) 2024-12-11 18:25:22 +01:00
कारतोफ्फेलस्क्रिप्ट™
73145b70b8 chore: Convert ErrorReporting to a Service to use DI. Add some tests (no-changelog) (#11279) 2024-12-11 15:36:17 +01:00
कारतोफ्फेलस्क्रिप्ट™
2d36b42798 fix(core): Fix supportedNodes for non-lazy loaded community packages (no-changelog) (#11329) 2024-12-10 14:48:39 +01:00
Danny Martini
a63f0e878e feat(core): Add option to filter for empty variables (#12112) 2024-12-10 12:46:57 +01:00
Tomi Turtiainen
516f3b7b4b feat(core): Detect restart loop in a task runner process (no-changelog) (#12003)
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
2024-12-09 13:11:29 +02:00
Eugene
00897f6634 chore: Add mockedNodes property to TestDefinition (no-changelog) (#12001)
Co-authored-by: Tomi Turtiainen <10324676+tomi@users.noreply.github.com>
2024-12-09 11:39:13 +01:00
Danny Martini
efafeed334 fix(core): Return homeProject when filtering workflows by project id (#12077) 2024-12-08 19:45:41 +01:00
Ricardo Espinoza
95d56fee8d fix: Allow disabling MFA with recovery codes (#12014)
Co-authored-by: Tomi Turtiainen <10324676+tomi@users.noreply.github.com>
2024-12-04 10:02:06 -05:00
Ricardo Espinoza
70706d81e1 refactor: Standardize MFA code and recovery code naming across code base (#12011) 2024-12-03 07:15:29 -05:00
Eugene
43dd2a06c9 feat(core): API endpoints for Test Runs (no-changelog) (#11882) 2024-12-02 13:52:40 +01:00
Tomi Turtiainen
9669380097 feat(core): Add health endpoint for task broker server (no-changelog) (#11920) 2024-11-27 14:50:41 +02:00
Eugene
f91fecfe0d feat(core): Add internal API to manage metrics of a test definition (no-changelog) (#11851) 2024-11-27 13:00:33 +01:00
Eugene
845ba6c917 feat(core): Initial TestRunner service with basic test execution (no-changelog) (#11735) 2024-11-26 16:04:24 +01:00
Eugene
6b23ad0c12 feat(core): Add workflowId filter to the test-definitions endpoint (no-changelog) (#11831) 2024-11-26 15:01:00 +01:00