Jan
72ac20b070
⚡ Improvements on #911 to display unsaved changes. Now works with back button. ( #1098 )
...
Co-authored-by: Omar Ajoue <krynble@gmail.com>
2020-10-25 12:47:49 +01:00
Jan
dc93694a1a
Merge branch 'master' into save-changes-warning
2020-10-25 11:47:47 +01:00
Jan Oberhauser
c40601eecb
⚡ Fix issues with support for touch-devices
2020-10-23 18:16:00 +02:00
Jan Oberhauser
4df74771e3
⚡ Improve support for touch-devices #1070
2020-10-23 13:51:39 +02:00
Omar Ajoue
37f787d7b2
✨ Load node properties on demand ( #1089 )
...
* ⚡ Changed rest api endpoint to omit node properties by default.
⚡ Created another endpoint to return all node information based on a list of names
* refactor: changed endpoint to POST instead of GET
* Changed properties to be optional for node description
* Removed eager loading for node properties.
All nodes will have their properties fetched when used in a workflow.
Works when opening an already saved workflow, creating a new one from
scratch or pasting JSON / URLs.
* Removing unnecessary dependency
2020-10-22 17:24:35 +02:00
Jan Oberhauser
6d41f43216
⚡ Fix issue that workflows could not be pasted if they had issue
2020-10-10 18:02:51 +02:00
Jan Oberhauser
82e16790c6
🐛 Fix bug that webhookId did not get refreshed on node-duplicate
2020-10-04 17:22:11 +02:00
Jan Oberhauser
f1680386ca
⚡ Get OAuth-Callback URLs from backend
2020-09-30 15:57:40 +02:00
Jan Oberhauser
f00c6c10a3
⚡ Increase default space between new nodes
2020-09-11 16:59:41 +02:00
Rupenieks
33582655f2
Revert " ⚡ Deconstructed store mutation data parameters for better readability"
...
This reverts commit 17ab16d248
.
2020-09-09 14:28:13 +02:00
Rupenieks
17ab16d248
⚡ Deconstructed store mutation data parameters for better readability
2020-09-09 14:05:11 +02:00
Rupenieks
4c63db8908
⚡ Build error fixed (let to const)
2020-09-02 16:06:18 +02:00
Rupenieks
d1f9cef891
⚡ Fixed dirty state not being triggered with node connection
2020-09-02 15:59:20 +02:00
Rupenieks
1cdf0164e9
⚡ Returned to using correct uuid lib
2020-09-02 09:16:16 +02:00
Rupenieks
3e1ada7c1a
🚧 Added Vuex dirty state flag as central source of truth for if there are unsaved changes
2020-09-01 16:06:08 +02:00
rupenieks
66b76d16ee
Merged contributor work
2020-08-31 13:08:27 +02:00
Jan Oberhauser
b78145f2ec
⚡ Fix issues with Dynamic title
2020-08-25 20:39:14 +02:00
Rupenieks
44f7b7a9c2
✨ Dynamic title based on workflow execution ( #865 )
...
* ✅ Added title changes based on workflow execution
* ⚡ Title changes on workflow open, reset on workflow delete, fixed not showing when page refreshed
* ⚡ Title icons
2020-08-25 20:37:24 +02:00
Ben Hesseldieck
051598d30e
✨ Add max execution time for Workflows ( #755 )
...
* 🎉 basic setup and execution stopping
* 🚧 soft timeout for own process executions
* 🚧 add hard timeout for subprocesses
* 🚧 add soft timeout to main thread
* 🔧 set default timeout to 5 mins --> 500s
* 💡 adding documentation to configs
* 🚧 deactivate timeout by default
* 🚧 add logic of max execution timeout
* ⚡ adding timeout to settings in frontend and server
* 🎨 improve naming
* 💡 fix change in config docs
* ✔️ fixing compilation issue
* 🎨 add format for new config variables
* 👌 type cast before checking equality
* ⚡ Improve error message if NodeType is not known
* 🐳 Tag also rpi latest image
* 🐛 Fix Postgres issue with Node.js 14 #776
* 🚧 add toggle to activate workflow timeout
* 💄 improving UX of setting a timeout and its duration
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2020-07-29 14:12:54 +02:00
Erin
5f32341a9e
Remove logs
2020-07-20 11:52:24 -04:00
Erin
70a584a46d
🎉 Works with ctrl s, now working on a user saving from the side bar
2020-07-20 10:57:58 -04:00
Erin
ad1228e0ea
✨ Everything works except refresh
2020-07-09 16:54:50 -04:00
Erin
f4022c6cd5
🔧 Prompt User to Save Before Page Unload
2020-07-07 10:36:43 -04:00
Jan Oberhauser
cee5c522de
⚡ Rename webhookPath parameter on node to webhookId
2020-06-10 16:17:16 +02:00
ricardo
4e9490a88d
⚡ Improvements
2020-05-30 19:04:04 -04:00
ricardo
91c40367e1
Done
2020-05-27 19:32:56 -04:00
Jan Oberhauser
5718330e29
🐛 Fix issues in read-only mode #39
2020-05-24 14:22:15 +02:00
Jan Oberhauser
7ee03cf132
⚡ Ignore node-credential-issues on disabled nodes
2020-02-09 23:24:12 -08:00
Jan Oberhauser
965ce74895
⚡ Do not allow to display NodeCreator via tab in readOnly-Mode
2020-01-20 10:47:52 -06:00
Jan Oberhauser
49e2285573
⬆️ Update packages to latest version on n8n-editor-ui
2019-12-29 15:02:21 -06:00
Jan Oberhauser
f31049d454
🐛 Fix that drop connection and addNodeButton did connect wrong
2019-12-10 15:39:14 +01:00
Jan Oberhauser
a595434cd0
👕 Fix lint issue
2019-09-20 14:07:02 +02:00
Jan Oberhauser
d6b8b9544f
⚡ Display currently installed version in editor-ui
2019-09-11 18:40:22 +02:00
Jan Oberhauser
6d1be05f56
💄 Improve display of node input-/output-labels
2019-08-10 09:59:15 +02:00
Jan Oberhauser
fcb0982401
✨ Rename also expressions on pasted nodes and fix unique naming
...
issue
2019-08-09 20:33:22 +02:00
Jan Oberhauser
983ef13db9
👕 Fix lint issue
2019-08-02 17:06:06 +02:00
Jan Oberhauser
a0b7abed20
✨ Add support for input labels
2019-08-02 15:56:05 +02:00
Jan Oberhauser
6672a62a62
⚡ Improve node locations
2019-08-01 08:26:43 +02:00
Jan Oberhauser
4bbc7edad2
✨ Make it possible to move workflow with mouse-wheel/two-finger
2019-07-26 07:41:09 +02:00
Jan Oberhauser
d00610e629
⚡ Create duplicated node underneath the existing one
2019-07-26 07:17:40 +02:00
Jan Oberhauser
0ac97c6523
💄 Improve editor-ui connection creation and deletion
2019-07-25 21:57:27 +02:00
Jan Oberhauser
fd2da9d4b6
⚡ Fix inital position of Start-Node for now horizontal flows
2019-07-25 19:23:27 +02:00
Jan Oberhauser
8482e1b363
💄 Improve editor-ui by displaying clearer what each node does
2019-07-25 18:50:45 +02:00
Jan Oberhauser
132f32132a
✨ Automatically select text in rename-prompt
2019-07-24 15:21:44 +02:00
Jan Oberhauser
117630fb68
🐛 Fix bug that node was not selected after rename
2019-07-24 15:04:24 +02:00
Jan Oberhauser
6fc02a5024
⚡ Improve naming of created names
2019-07-17 19:58:54 +02:00
Jan Oberhauser
5054c7054d
⚡ Implement that nodes can also be deselected with ctrl+click
2019-07-17 19:05:03 +02:00
Jan Oberhauser
416eb81a6e
✨ Make it easily possible to select up/downstream nodes
2019-07-17 18:45:09 +02:00
Jan Oberhauser
26381de92b
⚡ Automatically adjust position of pasted nodes
2019-07-17 16:05:01 +02:00
Jan Oberhauser
bcb314107d
🐛 Fix lastClickPosition init as it is offscreen
2019-07-17 12:47:20 +02:00