Commit Graph

216 Commits

Author SHA1 Message Date
Declan Carroll
d490cc93f9
fix: Improve webhook trigger node tests (#23187) 2025-12-15 12:31:34 +00:00
Robert Squires
e391a2830b
fix(editor): Disable publish button when no changes (#23137)
Co-authored-by: Nikhil Kuriakose <nikhilkuria@gmail.com>
2025-12-15 09:41:52 +00:00
Guillaume Jacquart
2f329b38f9
feat(core): Add isResolvable in public and internal APIs (#23119)
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
2025-12-15 10:33:23 +01:00
Declan Carroll
9edc008124
test: Target correct canvas handle wrapper (#23211) 2025-12-15 08:30:29 +00:00
Artem Sorokin
3dcb98b6f7
test: Revert the orchestration due to limitations with re-running the suites (#23156) 2025-12-12 19:12:08 +01:00
Declan Carroll
6ac5ee72b5
fix: Improve schema preview handling for trigger nodes (#23126) 2025-12-12 15:26:42 +00:00
Artem Sorokin
a92b744319
test: Enable orchestration for e2e tests (#22747)
Co-authored-by: Declan Carroll <declan@n8n.io>
2025-12-12 13:30:41 +01:00
Declan Carroll
223b60024d
ci: Ensure coverage for container builds is caught (#23040) 2025-12-10 15:50:59 +00:00
mfsiega
37d2d46267
fix(core): Don't resume parent workflow when the child workflow goes into waiting (#22964) 2025-12-10 14:13:33 +01:00
Alex Grozav
94137d08db
fix(editor): Allow running webhook workflow even when a node has error (#22239)
Co-authored-by: Danny Martini <danny@n8n.io>
2025-12-10 12:31:19 +02:00
Tomi Turtiainen
48b2b44967 Merge branch 'v2' 2025-12-10 12:10:46 +02:00
Declan Carroll
c554666c24
test: Removes Github reporter from Playwright tests (#23014) 2025-12-10 10:09:05 +00:00
Tomi Turtiainen
9d72e1ddc8 test: Fix e2e tests after merge 2025-12-10 11:41:52 +02:00
Tomi Turtiainen
ddd0c3c6e6 test: Fix SidebarPage 2025-12-10 11:03:20 +02:00
Tomi Turtiainen
fea083527a Fix SidebarPage 2025-12-10 10:34:58 +02:00
Tomi Turtiainen
9144314476 Merge branch 'master' into v2 2025-12-10 10:08:10 +02:00
Declan Carroll
3b898985d2
ci: Add ui-e2e to codecov reports (#22996) 2025-12-10 07:03:06 +00:00
Alex Grozav
e1e4c821a4
feat: Allow running Playwright e2e tests using Vite dev server (no-changelog) (#22742) 2025-12-09 16:21:21 +02:00
Artem Sorokin
f62e698fb8
test: Rename tests/ui to tests/e2e and reorganize, move tests to api … (#22935) 2025-12-08 17:41:57 +01:00
Elias Meire
5dcd75bd46
chore: Remove feature flag for NDV overhaul (#22924)
Co-authored-by: Shireen Missi <shireen@n8n.io>
2025-12-08 17:29:32 +01:00
Filipe Tavares
8364430471
chore(editor): Add trial upgrade button to main sidebar experiment (no-changelog) (#22151)
Co-authored-by: Giulio Andreini <g.andreini@gmail.com>
Co-authored-by: Romeo Balta <7095569+romeobalta@users.noreply.github.com>
2025-12-08 09:43:46 +00:00
Artem Sorokin
68693b5b26
test: Split workflow-actions.spec.ts into focused test files (#22850) 2025-12-05 18:37:18 +01:00
Artem Sorokin
d3e7713632
test: Split sharing tests into sharing/ directory (#22849) 2025-12-05 18:13:26 +01:00
Artem Sorokin
39a4b29b9d
test: Rename building-blocks tests to remove numeric prefixes (#22846) 2025-12-05 17:51:00 +01:00
Artem Sorokin
5234b286ac
test: Migrate data tables tests to data-tables/ directory (#22841) 2025-12-05 17:30:12 +01:00
Ricardo Espinoza
ca8494af95
fix: Allow the activation of workflows with the errorTrigger and the executionWorkflowTrigger trigger (no-changelog) (#22019)
Co-authored-by: Daria Staferova <daria.staferova@n8n.io>
2025-12-05 11:24:33 -05:00
Artem Sorokin
a939ac6e1a
test: Migrate tests to app-config/ and capabilities/ directories (#22843) 2025-12-05 17:08:31 +01:00
Artem Sorokin
b04970a478
test: Move cloud tests to cloud/ directory (#22840) 2025-12-05 16:42:37 +01:00
Artem Sorokin
3292132c49
test: Migrate node-specific tests to nodes/ directory (#22835) 2025-12-05 16:27:08 +01:00
Artem Sorokin
f85f1107a6
test: Migrate trigger tests to triggers/ directory (#22832) 2025-12-05 16:25:37 +01:00
Artem Sorokin
decbc162aa
test: Migrate subworkflow tests to workflows/editor/subworkflows/ (#22827) 2025-12-05 16:15:44 +01:00
Artem Sorokin
be254b270f
test: Migrate workflow list/templates/checklist tests to workflows/ (#22831) 2025-12-05 16:15:23 +01:00
Artem Sorokin
0596e1a5b3
test: Migrate expression and code editor tests (#22820) 2025-12-05 14:57:22 +01:00
Artem Sorokin
305ba9201a
test: Migrate execution tests to workflows/editor/execution/ (#22818) 2025-12-05 14:35:05 +01:00
Artem Sorokin
5c5de5c7ae
test: Move canvas and editor tests to workflows/editor/ directory (#22801) 2025-12-05 14:29:30 +01:00
Declan Carroll
7091bc7806
fix: AI session metadata call fix (#22775) 2025-12-05 12:14:55 +00:00
Artem Sorokin
79fd0b5d40
test: Reorganize NDV tests into workflows/editor/ndv/ directory (#22806) 2025-12-05 12:39:00 +01:00
Artem Sorokin
679cfc5572
test: Move project and folder tests to projects/ directory (#22802) 2025-12-05 12:35:04 +01:00
Nikhil Kuriakose
b22654709a
feat(editor): Rename columns in data tables (#21747) 2025-12-05 10:06:54 +01:00
Milorad FIlipović
829135ceee
feat(editor): Open template setup modal automatically (no-changelog) (#22596) 2025-12-05 09:54:05 +01:00
Declan Carroll
3f382a0369
test: Fixing flaky/failing workflow action test (#22792) 2025-12-05 08:37:55 +00:00
Artem Sorokin
e219e7e915
test: Move auth tests to separate folder (#22726) 2025-12-04 23:01:55 +01:00
Artem Sorokin
813d33372c
test: Move AI features tests to separate folder (#22727) 2025-12-04 21:43:07 +01:00
Artem Sorokin
bcfc95b08f
test: Move workflow executions to separate folder (#22723) 2025-12-04 21:01:23 +01:00
Artem Sorokin
ba1ac9e1a8
test: Move credentials tests to separate folder (#22724) 2025-12-04 21:01:09 +01:00
Artem Sorokin
8928522991
test: Reorganize Playwright settings tests to match UI structure (#22618) 2025-12-04 21:00:52 +01:00
Declan Carroll
5851265ded
test: Fixing task runner test (#22756) 2025-12-04 16:07:20 +01:00
Tuukka Kantola
3fc1c566a4 feat(editor): Improve node component visual states (#20242)
Co-authored-by: Giulio Andreini <g.andreini@gmail.com>
Co-authored-by: Rob <robtf9@icloud.com>
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
Co-authored-by: Tomi Turtiainen <10324676+tomi@users.noreply.github.com>
Co-authored-by: yehorkardash <yehor.kardash@n8n.io>
Co-authored-by: Daria <daria.staferova@n8n.io>
2025-12-04 16:50:23 +02:00
Declan Carroll
70aad196d6
ci: Use multimain as default for e2e (#22255) 2025-12-04 12:23:11 +00:00
Danny Martini
14205dc0c6
fix(core): Make sub-workflows with waits return correct data to parents (#22611)
Co-authored-by: Claude <noreply@anthropic.com>
2025-12-04 11:32:30 +01:00