Alex Grozav
efdab3e14d
chore: merge master
2023-07-27 13:16:19 +03:00
Omar Ajoue
d050b99fb2
fix: Display source control buttons properly ( #6756 )
2023-07-27 12:11:43 +02:00
OlegIvaniv
b954a50fdf
fix(editor): Redraw node connections if adding more than one node to canvas ( #6755 )
...
* fix(editor): Redraw node connections if adding more than one node to canvas
Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
* Update position before connection two nodes
* Lint fix
---------
Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
Co-authored-by: Alex Grozav <alex@grozav.com>
2023-07-27 13:10:40 +03:00
Alex Grozav
0e9703bba8
fix: redo linting changes
2023-07-27 13:09:55 +03:00
कारतोफ्फेलस्क्रिप्ट™
dc2ba743eb
refactor(core): Use mixins to delete redundant code between Entity classes (no-changelog) ( #6616 )
...
* db entities don't need an ID before they are inserted
* don't define constructors on entity classes, use repository.create instead
* use mixins to reduce duplicate code in db entity classes
2023-07-27 11:53:37 +02:00
कारतोफ्फेलस्क्रिप्ट™
e6903a87b5
refactor: Remove all references to the resetPasswordToken field (no-changelog) ( #6751 )
...
refactor: remove all references to the resetPasswordToken field (no-changelog)
2023-07-27 11:53:25 +02:00
Alex Grozav
67b5c161de
fix: rever await nextTick changes
2023-07-27 12:25:08 +03:00
Alex Grozav
ceb6f8bdae
fix: removed console.log ( #6754 )
2023-07-27 11:45:05 +03:00
Alex Grozav
ec926cdeac
fix: fix event selection event naming ( #6753 )
2023-07-27 11:32:56 +03:00
Alex Grozav
6d810d12ea
fix: fix resource filters dropdown events ( #6752 )
...
* fix: fix resource filters dropdown events
* fix: remove teleported:false
2023-07-27 11:25:10 +03:00
Csaba Tuncsik
104099c157
Merge branch 'vue3' of github.com:n8n-io/n8n into vue3
2023-07-27 10:00:20 +02:00
Csaba Tuncsik
7c45b63dfe
fix(editor): Fix menu item event handling
2023-07-27 10:00:14 +02:00
Alex Grozav
10069e0080
fix: fix randomly failing mapping e2e tests
2023-07-27 10:50:10 +03:00
Alex Grozav
6329ef09c7
fix: replace realClick with click force
2023-07-27 10:34:35 +03:00
Alex Grozav
6312287315
fix: fix initial settings loading
2023-07-27 10:11:21 +03:00
OlegIvaniv
27d995066b
fix(editor): Fix settings initialisation ( #6750 )
...
Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
2023-07-27 09:53:12 +03:00
Csaba Tuncsik
d30bd7e501
fix(editor): Lint fix
2023-07-26 20:36:04 +02:00
कारतोफ्फेलस्क्रिप्ट™
feac369f6c
fix(core): Allow ignoring SSL issues on generic oauth2 credentials ( #6702 )
2023-07-26 17:56:59 +02:00
Alex Grozav
e94f1f88b2
fix: fix css issue
2023-07-26 17:23:34 +03:00
Oleg Ivaniv
3da012ff8a
Revert to // eslint-disable-next-line @typescript-eslint/no-misused-promises
disabling of mixins init
...
Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
2023-07-26 17:23:05 +03:00
Alex Grozav
991e63b1bf
fix: fix linting issues
2023-07-26 17:16:58 +03:00
Milorad FIlipović
f3bcd6f0b8
fix(editor): Some css fixes for vue3 branch ( #6749 )
...
* ✨ Fixing filter button height
* ✨ Update input modal button position
* ✨ Updating tags styling
* ✨ Fix event logging settings spacing
* 👕 Fixing lint errors
2023-07-26 17:04:33 +03:00
OlegIvaniv
bcbe7909c5
fix(editor): Fix Vue 3 linting issues ( #6748 )
...
* fix(editor): Fix Vue 3 linting issues
Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
* fix MainSidebar linter issues
* revert pnpm lock
* update pnpm lock file
---------
Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
Co-authored-by: Alex Grozav <alex@grozav.com>
2023-07-26 17:03:48 +03:00
Alex Grozav
dab3d3a400
fix: fix log streaming e2e race condition
2023-07-26 16:46:10 +03:00
Alex Grozav
4f87d2d533
fix: fix tag creation
2023-07-26 16:01:52 +03:00
Alex Grozav
682ba0bc93
fix: fix focus behaviour in tags selector
2023-07-26 15:57:25 +03:00
Alex Grozav
134938dcc9
Merge branch 'vue3' of github.com:n8n-io/n8n into vue3
2023-07-26 15:39:49 +03:00
Alex Grozav
7840788d95
fix: fix tags dropdown in duplicate wf modal
2023-07-26 15:39:40 +03:00
Csaba Tuncsik
ae020cf7c0
Merge branch 'vue3' of github.com:n8n-io/n8n into vue3
2023-07-26 14:26:00 +02:00
Csaba Tuncsik
4c6ae8f086
fix(editor): Change component prop to be typed
2023-07-26 14:25:52 +02:00
कारतोफ्फेलस्क्रिप्ट™
db3c12ffc7
ci: Fix linting issues (no-changelog) ( #6747 )
2023-07-26 13:47:54 +02:00
Alex Grozav
2ad5da5faf
fix: fix workflow duplication e2e tests after tags update
2023-07-26 14:30:15 +03:00
Alex Grozav
74537bdb50
fix: re-enable tests
2023-07-26 14:23:13 +03:00
Alex Grozav
03f00d0ffa
fix: fix 14-mapping e2e tests in ci
2023-07-26 14:22:11 +03:00
Jon
c3e76ec697
fix(Lemlist Node): Fix pagination issues with campaigns and activities ( #6734 )
2023-07-26 11:59:55 +01:00
Alex Grozav
32552d42be
chore: fix linting issue
2023-07-26 13:34:09 +03:00
Alex Grozav
ba4c3f3a35
fix: increase timeout for executionslist tets
2023-07-26 13:32:25 +03:00
Alex Grozav
2cbf49e8d7
fix: update tests
2023-07-26 13:11:28 +03:00
कारतोफ्फेलस्क्रिप्ट™
4098c30cb3
Merge remote-tracking branch 'origin/release/1.1.0'
2023-07-26 12:07:55 +02:00
Iván Ovejero
40d7419821
refactor: Remove webhook from IDatabaseCollections
(no-changelog) ( #6745 )
...
* refactor: Remove webhook from `IDatabaseCollections`
* refactor: Remove also from `collections`
2023-07-26 11:58:38 +02:00
github-actions[bot]
2f3086c8cb
🚀 Release 1.1.0 ( #6746 )
...
Co-authored-by: netroy <netroy@users.noreply.github.com>
2023-07-26 11:55:53 +02:00
Alex Grozav
d28685beba
fix: post-merge fixes
2023-07-26 12:52:41 +03:00
Alex Grozav
85434b0dcb
chore: merge master
2023-07-26 12:35:19 +03:00
Alex Grozav
b584bb4cc6
fix: fix design-system deps
2023-07-26 12:27:04 +03:00
Alex Grozav
3b93e86adc
Merge branch 'vue3' of github.com:n8n-io/n8n into vue3
2023-07-26 12:23:32 +03:00
Alex Grozav
21624b7f40
fix: fix linting issues
2023-07-26 12:23:23 +03:00
कारतोफ्फेलस्क्रिप्ट™
5b99f1e177
ci: Update changelog generation to work with node 18
2023-07-26 10:28:54 +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