Commit graph

11714 commits

Author SHA1 Message Date
oleg 746e7b89f7
fix(AI Agent Node): Fix tools agent when using memory and Anthropic models (#10513) 2024-09-04 14:45:14 +02:00
Eugene 8b5c333d3d
feat(editor): Make highlighted data pane floating (#10638)
Co-authored-by: oleg <me@olegivaniv.com>
2024-09-04 13:11:33 +02:00
Alex Grozav 0f91fd2b2e
fix(editor): Fix workflow loading after switching to executions view in new canvas (no-changelog) (#10655) 2024-09-04 13:18:20 +03:00
Tomi Turtiainen 8750b287f5
refactor(benchmark): Separate cloud env provisioning from running benchmarks (#10657) 2024-09-04 13:14:41 +03:00
oleg da44fe4b89
feat(core): Implement wrapping of regular nodes as AI Tools (#10641)
Co-authored-by: JP van Oosten <jp@n8n.io>
2024-09-04 12:06:17 +02:00
Raúl Gómez Morales f114035a6b
refactor(editor): Remove Trial logic in personalization modal and port to script setup (#10649)
Co-authored-by: Csaba Tuncsik <csaba.tuncsik@gmail.com>
2024-09-04 08:04:35 +02:00
Iván Ovejero 36177b0943
fix(core): Declutter webhook insertion errors (#10650)
Some checks are pending
Test Master / install-and-build (push) Waiting to run
Test Master / Unit tests (18.x) (push) Blocked by required conditions
Test Master / Unit tests (20.x) (push) Blocked by required conditions
Test Master / Unit tests (22.4) (push) Blocked by required conditions
Test Master / Lint (push) Blocked by required conditions
Test Master / Notify Slack on failure (push) Blocked by required conditions
Benchmark Docker Image CI / build (push) Waiting to run
2024-09-03 17:58:26 +02:00
Tomi Turtiainen 2ea2bfe762
feat: Reintroduce collaboration feature (#10602) 2024-09-03 17:52:12 +03:00
Tomi Turtiainen 35e6a87cba
feat(benchmark): Add scenario for expressions with Set node (#10647) 2024-09-03 17:09:37 +03:00
Tomi Turtiainen d5d7b24f55
feat(benchmark): Add benchmark scenario for binary files (#10648) 2024-09-03 16:57:49 +03:00
Tomi Turtiainen c97a96d314
build: Add reset script (#10627)
Some checks are pending
Test Master / install-and-build (push) Waiting to run
Test Master / Unit tests (18.x) (push) Blocked by required conditions
Test Master / Unit tests (20.x) (push) Blocked by required conditions
Test Master / Unit tests (22.4) (push) Blocked by required conditions
Test Master / Lint (push) Blocked by required conditions
Test Master / Notify Slack on failure (push) Blocked by required conditions
Benchmark Docker Image CI / build (push) Waiting to run
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <netroy@users.noreply.github.com>
2024-09-03 15:35:13 +03:00
Alex Grozav 32ce65c1af
feat(editor): Overhaul node insert position computation in new canvas (no-changelog) (#10637) 2024-09-03 15:11:44 +03:00
Iván Ovejero e5aba60aff
fix(core): Tighten check for company size survey answer (#10646) 2024-09-03 12:31:30 +02:00
Iván Ovejero f0c61d029a
refactor(core): Improve license lifecycle logging (no-changelog) (#10643) 2024-09-03 11:51:29 +02:00
Tomi Turtiainen b4a391536c
ci: Upgrade validate-n8n-pull-request-title to v2.1.0 (#10645) 2024-09-03 12:27:38 +03:00
jeanpaul 650389d907
feat(Postgres PGVector Store Node): Add PGVector vector store node (#10517) 2024-09-03 11:20:00 +02:00
Milorad FIlipović d92374b5c6
feat(editor): AI assistant UX improvements (no-changelog) (#10568) 2024-09-03 10:43:24 +02:00
Raúl Gómez Morales 5eba534319
fix(editor): Fix notification rendering HTML as text (#10642) 2024-09-03 10:41:59 +02:00
Raúl Gómez Morales ce39933766
fix(editor): Allow disabling SSO when config request fails (#10635) 2024-09-03 10:06:16 +02:00
कारतोफ्फेलस्क्रिप्ट™ 7fd0c71bdc
feat(core): Use ES2021 as the tsconfig target for all backend packages (no-changelog) (#10639)
Some checks are pending
Test Master / install-and-build (push) Waiting to run
Test Master / Unit tests (18.x) (push) Blocked by required conditions
Test Master / Unit tests (20.x) (push) Blocked by required conditions
Test Master / Unit tests (22.4) (push) Blocked by required conditions
Test Master / Lint (push) Blocked by required conditions
Test Master / Notify Slack on failure (push) Blocked by required conditions
Benchmark Docker Image CI / build (push) Waiting to run
2024-09-02 17:38:48 +02:00
कारतोफ्फेलस्क्रिप्ट™ 6bb6a5c6cd
fix(core): Flush responses for ai streaming endpoints (#10633) 2024-09-02 16:47:20 +02:00
Tomi Turtiainen 14952eb83b
fix: Re-enable infra provisioning and teardown (no-changelog) (#10636) 2024-09-02 16:57:07 +03:00
Eugene 022ddcbef9
feat(core): Execution curation (#10342)
Co-authored-by: oleg <me@olegivaniv.com>
2024-09-02 15:20:08 +02:00
Shireen Missi 8603946e23
fix(Webhook Node): Add tests for utils (no-changelog) (#10613)
Some checks are pending
Test Master / install-and-build (push) Waiting to run
Test Master / Unit tests (18.x) (push) Blocked by required conditions
Test Master / Unit tests (20.x) (push) Blocked by required conditions
Test Master / Unit tests (22.4) (push) Blocked by required conditions
Test Master / Lint (push) Blocked by required conditions
Test Master / Notify Slack on failure (push) Blocked by required conditions
Benchmark Docker Image CI / build (push) Waiting to run
2024-09-02 13:18:13 +01:00
Tomi Turtiainen afc4d4e144
fix: Fixes to cloud benchmarks (no-changelog) (#10634) 2024-09-02 14:58:24 +03:00
Tomi Turtiainen 56354151d4
test: Add JS CodeNode benchmark scenario (#10632) 2024-09-02 12:21:41 +03:00
Milorad FIlipović 7cfe56d727
refactor(editor): Migrate MainSidebar.vue to composition API (no-changelog) (#10538)
Some checks are pending
Test Master / install-and-build (push) Waiting to run
Test Master / Unit tests (18.x) (push) Blocked by required conditions
Test Master / Unit tests (20.x) (push) Blocked by required conditions
Test Master / Unit tests (22.4) (push) Blocked by required conditions
Test Master / Lint (push) Blocked by required conditions
Test Master / Notify Slack on failure (push) Blocked by required conditions
2024-09-01 14:03:10 -04:00
Tomi Turtiainen ad4137499b
build: Fix cli nodemon config (#10628)
Some checks failed
Test Master / install-and-build (push) Has been cancelled
Benchmark Docker Image CI / build (push) Has been cancelled
Test Master / Unit tests (18.x) (push) Has been cancelled
Test Master / Unit tests (20.x) (push) Has been cancelled
Test Master / Unit tests (22.4) (push) Has been cancelled
Test Master / Lint (push) Has been cancelled
Test Master / Notify Slack on failure (push) Has been cancelled
2024-08-30 19:03:47 +03:00
Cornelius Suermann ed66db77b6
docs: Add 'benchmark' scope to PR Title Conventions documentation (#10624) 2024-08-30 17:01:44 +02:00
Tomi Turtiainen 15f311c890
ci: Fixes to benchmarks in cloud (#10626) 2024-08-30 17:49:50 +03:00
Raúl Gómez Morales a20c915e57
test(editor): Increase test coverage for users settings page and modal (#10623) 2024-08-30 16:45:18 +02:00
Michael Kret 81f4322d45
fix(Wait Node): Append n8n attribution option (#10585) 2024-08-30 14:28:25 +01:00
Ricardo Espinoza ccb553a550
refactor(editor): Migrate NodeSettings.vue to composition API (#10545)
Some checks are pending
Test Master / install-and-build (push) Waiting to run
Test Master / Unit tests (18.x) (push) Blocked by required conditions
Test Master / Unit tests (20.x) (push) Blocked by required conditions
Test Master / Unit tests (22.4) (push) Blocked by required conditions
Test Master / Lint (push) Blocked by required conditions
Test Master / Notify Slack on failure (push) Blocked by required conditions
Benchmark Docker Image CI / build (push) Waiting to run
2024-08-30 07:09:47 -04:00
Csaba Tuncsik a12e9edac0
fix(editor): Add pinned data only to manual executions in execution view (#10605) 2024-08-30 11:37:24 +02:00
Tomi Turtiainen 611943487a
ci: Omit benchmark scope commits from changelog (no-changelog) (#10618) 2024-08-30 11:07:36 +03:00
Michael Kret 9fa1a9aa99
fix: Disable errors obfuscation (no-changelog) (#10617) 2024-08-30 10:59:30 +03:00
Tomi Turtiainen 1e08f444c9
ci: Fix script name in gh workflow (#10619) 2024-08-30 10:48:34 +03:00
Tomi Turtiainen c5c903ba8b
ci: Fix nightly image not being pushed to ghcr (#10620) 2024-08-30 10:48:26 +03:00
Tomi Turtiainen 7e9d186496
feat: Add queue mode setup to benchmarks (no-changelog) (#10608) 2024-08-30 09:42:01 +03:00
Tomi Turtiainen 4e899ea55f
feat: Add n8n postgres setup to benchmarks (no-changelog) (#10604) 2024-08-30 09:41:50 +03:00
Cornelius Suermann 1dcb814ced
fix(API): Update express-openapi-validator to resolve AIKIDO-2024-10229 (#10612) 2024-08-30 08:04:36 +02:00
Tomi Turtiainen 1b409b4e3e
fix: Fix edge case in log in (no-changelog) (#10610) 2024-08-30 08:47:35 +03:00
Tomi Turtiainen 1c5164c786
feat: Add local orchestration of benchmarks (no-changelog) (#10589) 2024-08-30 08:46:55 +03:00
Tomi Turtiainen 47eb28d767
ci: Run nightly benchmark against nightly n8n image (no-changelog) (#10588) 2024-08-30 08:41:09 +03:00
Tomi Turtiainen eb074c04c9
fix: Reduce variability in benchmarks (no-changelog) (#10606) 2024-08-30 08:40:48 +03:00
Marc Littlemore 6c1f237775
docs: Add missing changelog entry (#10609)
Some checks are pending
Test Master / install-and-build (push) Waiting to run
Test Master / Unit tests (18.x) (push) Blocked by required conditions
Test Master / Unit tests (20.x) (push) Blocked by required conditions
Test Master / Unit tests (22.4) (push) Blocked by required conditions
Test Master / Lint (push) Blocked by required conditions
Test Master / Notify Slack on failure (push) Blocked by required conditions
2024-08-29 17:21:58 +01:00
Elias Meire fcdeb0f5d8
refactor(editor): Convert ResourceLocator to composition API (no-changelog) (#10526) 2024-08-29 17:01:43 +02:00
Alex Grozav 38eb00a643
feat(editor): Update new canvas node handle label rendering mechanism and design (no-changelog) (#10611) 2024-08-29 17:56:50 +03:00
Elias Meire 402a8b40c0
refactor(editor): Convert credential related components to composition API (no-changelog) (#10530) 2024-08-29 10:30:19 -04:00
Shireen Missi 405c55a1f7
fix(HTTP Request Node): Sanitize authorization headers (#10607) 2024-08-29 15:28:03 +01:00