Commit Graph

4095 Commits

Author SHA1 Message Date
Stephen Wright
2160c550f9
feat: PAY-3855 ensure latest migrations run (#19917)
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
2025-09-25 14:18:45 +01:00
Andreas Fitzek
1c4728aed2
chore(core): Add support for persisting and synchronizing credential overwrites (#19919) 2025-09-25 14:26:08 +02:00
Juuso Tapaninen
dbf328452c
feat(core): Adjust n8n email template styling (#19969) 2025-09-25 14:43:59 +03:00
Andreas Fitzek
3aae96482f
chore(core): Allow OIDC prompt parameter to be configured (#19967) 2025-09-25 13:30:50 +02:00
Iván Ovejero
fac005b165
fix(core): Ensure cancellation interrupts runner tasks in worker (#19864) 2025-09-25 11:24:03 +02:00
yehorkardash
a26810b8ae
fix(core): Allow accessing nodes.json in preview mode (#19920) 2025-09-25 07:48:27 +00:00
Mutasem Aldmour
c449e9e9c8
feat: Add metering for builder (no-changelog) (#19842) 2025-09-25 09:40:55 +02:00
Eugene
0b7db24070
fix(core): Iterate over all main output branches when extracting response (#19963)
Co-authored-by: Michael Kret <michael.k@radency.com>
2025-09-25 09:31:03 +02:00
RomanDavydchuk
74963c5333
fix: Disable warning about bare repositories in Git node on cloud (no-changelog) (#19958)
Co-authored-by: Michael Kret <michael.k@radency.com>
2025-09-25 10:18:55 +03:00
Charlie Kolb
7273d41500
fix(core): Remove Data Table experimental warning log (#19978) 2025-09-25 09:00:05 +02:00
Suguru Inoue
e25131613b
refactor: Clean up partial exec version flag (#19598)
Co-authored-by: Danny Martini <danny@n8n.io>
2025-09-24 19:07:10 +02:00
Andreas Fitzek
42d8ae92bc
chore(core): Only allow owners to log in during oidc SSO (#19974) 2025-09-24 17:30:58 +02:00
Ricardo Espinoza
002f380934
fix: Only show AI assistant when AI service URL is setup (#18774) 2025-09-24 11:20:44 -04:00
Tomi Turtiainen
7f2aaa7a7a
test: Fix webhook-request-handler test (#19973) 2025-09-24 17:31:20 +03:00
Stephen Wright
560c95126a
feat: PAY-3774 entities import logic (#19770)
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
2025-09-24 14:23:54 +01:00
Tomi Turtiainen
68e00955ec
Merge commit from fork 2025-09-24 15:39:39 +03:00
Guillaume Jacquart
a01e5a5bc2
feat(core): Throw customized error on assigned custom role deletion (#19900) 2025-09-23 11:28:13 +02:00
mfsiega
83272570e4
fix(core): Surface workflow config errors to the webhook caller (#19858)
Co-authored-by: Tomi Turtiainen <10324676+tomi@users.noreply.github.com>
2025-09-23 11:15:29 +02:00
Andreas Fitzek
24a6a325a6
chore(core): Add authentication for credential overwrite endpoint (#19836) 2025-09-23 10:56:23 +02:00
Jaakko Husso
24f08e12f0
fix(core): Use different query to get sqlite data table sizes (#19878) 2025-09-22 22:12:31 +03:00
Guillaume Jacquart
2d7990920d
chore(core): Split source control service (#18784)
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
2025-09-22 16:55:54 +02:00
github-actions[bot]
2a0e38a8dc
🚀 Release 1.113.0 (#19866)
Co-authored-by: burivuhster <3273843+burivuhster@users.noreply.github.com>
2025-09-22 17:21:10 +03:00
Jaakko Husso
0a4a558ca5
fix(core): Fix data table name filters not all applying, take option and add more tests (no-changelog) (#19847) 2025-09-22 14:30:36 +03:00
Iván Ovejero
27f48a2d79
fix(core): Ensure cancellation interrupts execution in native Python runner (no-changelog) (#19724) 2025-09-22 12:45:24 +03:00
Daria
66b4b2c4fc
feat(core): Restrict data table size data to users projects (no-changelog) (#19595)
Co-authored-by: Ricardo Espinoza <ricardo@n8n.io>
2025-09-19 18:23:38 +03:00
Daria
084ea5a00b
fix(core): Allow deleting and fix bulk inserting of empty rows (no-changelog) (#19779) 2025-09-19 17:49:01 +03:00
Charlie Kolb
e5e7c0bf45
fix(core): Delete data tables on project delete (no-changelog) (#19683)
Co-authored-by: Jaakko Husso <jaakko@n8n.io>
2025-09-19 17:36:31 +03:00
Danny Martini
d1b17d908b
feat(core): Implement request-response logic in workflow execution engine (#19193) 2025-09-19 16:23:49 +02:00
Jaakko Husso
323180ea61
feat(Evaluation Node): Add support for Data Tables as evaluations data source (#19700) 2025-09-19 15:53:49 +03:00
Tomi Turtiainen
532af039aa
ci: Improve mysql tests (#19764) 2025-09-19 15:11:58 +03:00
Csaba Tuncsik
53630d7a2e
fix(core): Ensure external secrets are refreshed at job start with error logging (#19539) 2025-09-19 12:39:04 +02:00
Daria
1374cf5bd1
feat(core): Include null values for neq operator (no-changelog) (#19701) 2025-09-19 10:52:49 +03:00
ongdisheng
2a5941856f
fix(API): Fix broken Terms of Service link in Swagger documentation (#19216) 2025-09-18 17:37:38 +01:00
Andreas Fitzek
feebfd2f79
fix(core): Credential export for personal projects (#19720) 2025-09-18 18:08:00 +02:00
RomanDavydchuk
5bf3db5ba8
feat: Add N8N_GIT_NODE_DISABLE_BARE_REPOS environment variable to allow users to disable bare repositories in Git Node (#19559) 2025-09-18 18:33:32 +03:00
Tomi Turtiainen
9722ced3a4
test: Move insights pruning schedule tests to unit tests (#19707) 2025-09-18 16:08:11 +03:00
Tomi Turtiainen
d239a7fda6
test: Reduce DB operations during data store tests (#19697) 2025-09-18 14:33:48 +03:00
Alex Grozav
83b2a5772e
fix(editor): Update node execution itemCount to support multiple outputs (no-changelog) (#19646) 2025-09-18 12:11:04 +01:00
Irénée
dee22162f4
fix: Always generate tags.json file when using environments (#19698) 2025-09-18 12:05:00 +01:00
Stephen Wright
652f267c6b
feat: PAY-3773 export entities tooling (#19658) 2025-09-18 08:20:36 +01:00
Daria
51b8f8c7dc
fix(core): Update data table delete row endpoint to accept filter as string (no-changelog) (#19673) 2025-09-17 21:56:35 +03:00
Declan Carroll
2598e735b1
test: Configures integration tests to run in src (#19640) 2025-09-17 17:36:39 +01:00
Marc Littlemore
83181a7c20
chore: Add NODE_ENV to debug info (#19666) 2025-09-17 16:38:18 +01:00
Andreas Fitzek
33a2d5de17
chore(core): Use dynamic role resolution for access control (#19400) 2025-09-17 11:15:31 +02:00
Irénée
8086a21eb2
feat: Allow filtering insight by projectId (#19552)
Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
Co-authored-by: Irénée <ireneea@users.noreply.github.com>
Co-authored-by: r00gm <raul00gm@gmail.com>
2025-09-17 09:47:08 +01:00
Andreas Fitzek
69c81a6437
chore(core): Add timestamp fields to Role, and support counting role usages (#19171) 2025-09-17 09:21:40 +02:00
Daria
763d17bb1f
feat(core): Show data table per table storage usage (no-changelog) (#19480) 2025-09-17 10:20:33 +03:00
Declan Carroll
b0180450bc
ci: Improve DB integration tests (#19597) 2025-09-17 07:36:12 +01:00
Stephen Wright
cf4a5511b6
feat: PAY-3770 add db import command (#19584) 2025-09-16 18:17:34 +01:00
Stephen Wright
2435b94c2a
feat: PAY-3769 add db export command (#19579) 2025-09-16 15:52:11 +01:00