Csaba Tuncsik
4c6ae8f086
fix(editor): Change component prop to be typed
2023-07-26 14:25:52 +02:00
Iván Ovejero
2a76388a8e
fix(editor): Restore collapsed sidebar items for Vue 3 ( #6743 )
...
fix(editor): Restore collapsed sidebar items
2023-07-26 09:53:29 +02:00
Iván Ovejero
35ae72e00d
fix(editor): Adjust NDV height for Vue 3 ( #6742 )
...
fix(editor): Adjust NDV height
2023-07-26 09:53:14 +02:00
Iván Ovejero
5df058e0d8
fix(editor): Adjust spacing in templates for Vue 3 ( #6744 )
...
* fix(editor): Adjust spacing in templates
* fix: Undo unneeded change
* fix: Undo unneeded change
2023-07-26 09:52:49 +02:00
Alex Grozav
d8073efa94
fix: remove button override references
2023-07-26 10:33:57 +03:00
Alex Grozav
bda99d43d5
fix: update e2e tests
2023-07-26 10:32:28 +03:00
Alex Grozav
605b03bab4
Merge branch 'vue3' of github.com:n8n-io/n8n into vue3
2023-07-26 10:02:20 +03:00
Alex Grozav
dcc013e7a5
fix: fix sticky component and inline text edit
2023-07-26 10:02:12 +03:00
Csaba Tuncsik
85ae2851d5
Merge branch 'vue3' of github.com:n8n-io/n8n into vue3
...
# Conflicts:
# packages/editor-ui/src/components/ExecutionFilter.vue
2023-07-26 07:46:20 +02:00
Csaba Tuncsik
155e3e9e11
fix(editor): move :deep selectors to a separate scoped style block
2023-07-26 06:37:09 +02:00
Alex Grozav
5dec9d32b6
Merge branch 'vue3' of github.com:n8n-io/n8n into vue3
2023-07-25 17:58:58 +03:00
Alex Grozav
c5f06d638b
fix: fix tags manager
2023-07-25 17:58:51 +03:00
Alex Grozav
28fc97fa03
fix: fix tags dropdown
2023-07-25 15:15:10 +03:00
Csaba Tuncsik
03a8dd6f44
Merge branch 'vue3' of github.com:n8n-io/n8n into vue3
2023-07-25 13:36:55 +02:00
Csaba Tuncsik
1288648f53
Merge remote-tracking branch 'origin/master' into vue3
...
# Conflicts:
# cypress/e2e/12-canvas-actions.cy.ts
# cypress/support/commands.ts
2023-07-25 13:36:37 +02:00
OlegIvaniv
ed09e9c695
Revert "test(editor): Add canvas actions E2E tests" ( #6736 )
...
Revert "test(editor): Add canvas actions E2E tests (#6723 )"
This reverts commit 052d82b220
.
2023-07-25 13:26:11 +02:00
Alex Grozav
be069d5eea
Merge branch 'vue3' of github.com:n8n-io/n8n into vue3
2023-07-25 14:01:36 +03:00
Alex Grozav
d72a396ab5
fix: fix 17-sharing e2e suite
2023-07-25 14:01:27 +03:00
Iván Ovejero
94b7023da8
refactor: Remove deprecated $data
( #6576 )
...
Co-authored-by: Alex Grozav <alex@grozav.com>
2023-07-25 13:30:23 +03:00
Alex Grozav
8616f28516
feat: update event names
2023-07-25 13:26:11 +03:00
Alex Grozav
14a814a34b
Merge branch 'vue3' of github.com:n8n-io/n8n into vue3
2023-07-25 13:13:39 +03:00
Alex Grozav
da0315d585
fix: fixed param name update and credential edit
2023-07-25 13:13:30 +03:00
Michael Auerswald
c0d2bac94d
feat(core): Add cache service ( #6729 )
...
* add cache service
* PR adjustments
* switch to maxSize for memory cache
2023-07-25 11:56:38 +02:00
Csaba Tuncsik
295aa94103
Merge remote-tracking branch 'origin/master' into vue3
2023-07-25 11:50:06 +02:00
Alex Grozav
baa4a4bad5
fix: fix route watcher
2023-07-25 11:41:50 +03:00
Iván Ovejero
e1e6d4a749
refactor(core): Prevent community packages queries if feature is disabled ( #6728 )
2023-07-25 10:22:32 +02:00
Alex Grozav
8c8f75e115
fix: fix 15-scheduler-node e2e suite
2023-07-25 10:19:22 +03:00
Alex Grozav
ee53c81eff
fix: fix varous e2e suites
2023-07-25 10:16:37 +03:00
Alex Grozav
ea2e5371dc
fix: fix tooltip buttons styling
2023-07-25 10:16:28 +03:00
Alex Grozav
efe49d1329
fix: fix node redrawing
2023-07-25 09:04:12 +03:00
कारतोफ्फेलस्क्रिप्ट™
eeb49e9375
ci: Fix tests on postgres (no-changelog)
2023-07-25 00:11:33 +02:00
Ricardo Espinoza
89f44021b9
fix(core): Use JWT as reset password token ( #6714 )
...
* use jwt to reset password
* increase expiration time to 1d
* drop user id query string
* refactor
* use service instead of package in tests
* sqlite migration
* postgres migration
* mysql migration
* remove unused properties
* remove userId from FE
* fix test for users.api
* move migration to the common folder
* move type assertion to the jwt.service
* Add jwt secret as a readonly property
* use signData instead of sign in user.controller
* remove base class
* remove base class
* add tests
2023-07-24 17:40:17 -04:00
Alex Grozav
5c6de8f230
Merge branch 'vue3' of github.com:n8n-io/n8n into vue3
2023-07-24 18:29:18 +03:00
Alex Grozav
810567c4e8
fix: fix 10-settings-log-streaming e2e tests
2023-07-24 18:29:09 +03:00
Csaba Tuncsik
5c78abecce
fix(editor): Drop click outside directive from NodeCreator ( #6716 )
...
* fix(editor): Drop click outside directive from NodeCreator
* fix(editor): make sure mouseup outside is unbound at least before the component is unmounted
2023-07-24 16:31:06 +02:00
Michael Kret
c2511a829c
fix(Gmail Trigger Node): Early returns in case of no data ( #6727 )
2023-07-24 17:29:38 +03:00
Csaba Tuncsik
bf55c7251f
Merge remote-tracking branch 'origin/master' into vue3
2023-07-24 16:11:33 +02:00
qg-horie
1f70f49ce5
feat(Rundeck Node): Add support for node filters ( #5633 )
2023-07-24 15:01:49 +01:00
Alex Grozav
4b058cdcc2
fix: fix 6-code-node e2e tests
2023-07-24 16:53:03 +03:00
Alex Grozav
9b9aab2a65
fix: fix 5-ndv e2e tests
2023-07-24 16:49:57 +03:00
Csaba Tuncsik
052d82b220
test(editor): Add canvas actions E2E tests ( #6723 )
...
* test(editor): Add canvas actions E2E tests
* test(editor): Open category items in node creator when category dropped on canvas
* test(editor): Have new position counted only once in drag
* test(editor): rename test
2023-07-24 15:38:37 +02:00
Alex Grozav
f6aaa4ffe4
fix: fix popper left placement arrow
2023-07-24 15:53:45 +03:00
Alex Grozav
d0a0c85352
fix: update ndv e2e tests
2023-07-24 15:31:33 +03:00
Alex Grozav
d975b34794
fix: fix localizeNodeNames
2023-07-24 15:10:17 +03:00
Alex Grozav
971fb3949a
fix: fix workflows and credentials e2e tests
2023-07-24 13:54:41 +03:00
Jordan Hall
540d32dee4
fix(AwsS3 Node): Fix issue if bucket name contains a '.' ( #6542 )
2023-07-24 11:35:05 +01:00
Iván Ovejero
a62d00a479
fix(editor): Skip error line highlighting if out of range ( #6721 )
2023-07-24 11:12:52 +02:00
Alex Grozav
197efef03b
chore: merge master and fix broken items
2023-07-24 12:11:33 +03:00
Alex Grozav
38fe111709
fix: fixed remaining unit tests
2023-07-24 10:59:57 +03:00
Michael Auerswald
4029386349
fix(core): Support redis cluster in queue mode ( #6708 )
...
* support redis cluster
* cleanup, fix config schema
* set default prefix to bull
2023-07-21 23:31:52 +02:00