Mutasem Aldmour
a550093f3e
🐛 Fix draggable memory leak ( #2503 )
...
* attempt fix
* wrap in try catch
* Revert "wrap in try catch"
4b0444747f
* ⚡ Improve comment
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-11-30 20:37:55 +01:00
Zvonimir Erdelja
b005686ecd
🐛 Fix typo in salesforce node description ( #2500 )
2021-11-30 15:30:39 +01:00
Jan Oberhauser
fe741bd90a
👕 Fix lint issue
2021-11-27 11:36:59 +01:00
Omar Ajoue
fbaac6cd5e
🚨 Stabilize test workflows ( #2480 )
...
* Attempt to fix test workflows execution
* Remove apt update
* trying to fix timezone
* Trying to fix build issues
* Reduced concurrency level
* Improve error message and further decrease concurrency level
* Further reduce concurrency level
* Removed concurrency
* Removing update credentials as it's not working currently
* Also removing export
* Fixed versions for typeorm and sqlite
* Re add concurrency
* Adjustig sqlite3 and typeorm versions
* Fixing only sqlite version
* Fixing only typeorm version
* Reverting unnecessary changes
2021-11-27 10:54:18 +01:00
Jan Oberhauser
9b405707e2
🐛 Fix docker custom build
2021-11-27 10:44:14 +01:00
Jan Oberhauser
316904d36a
🔖 Release n8n@0.151.0
2021-11-26 12:18:38 +00:00
Jan Oberhauser
7eb37ae6f5
⬆️ Set n8n-core@0.95.0, n8n-editor-ui@0.118.0, n8n-nodes-base@0.148.0 and n8n-workflow@0.78.0 on n8n
2021-11-26 12:18:38 +00:00
Jan Oberhauser
a7bc49237f
🔖 Release n8n-editor-ui@0.118.0
2021-11-26 12:18:03 +00:00
Jan Oberhauser
94bb16dbfd
⬆️ Set n8n-design-system@0.8.0 and n8n-workflow@0.78.0 on n8n-editor-ui
2021-11-26 12:18:03 +00:00
Jan Oberhauser
b186d93335
🔖 Release n8n-design-system@0.8.0
2021-11-26 12:17:55 +00:00
Jan Oberhauser
bd96ea9e31
🔖 Release n8n-nodes-base@0.148.0
2021-11-26 12:17:20 +00:00
Jan Oberhauser
53682c3218
⬆️ Set n8n-core@0.95.0 and n8n-workflow@0.78.0 on n8n-nodes-base
2021-11-26 12:17:20 +00:00
Jan Oberhauser
188ccd838b
🔖 Release n8n-node-dev@0.35.0
2021-11-26 12:17:09 +00:00
Jan Oberhauser
58187bd2e1
⬆️ Set n8n-core@0.95.0 and n8n-workflow@0.78.0 on n8n-node-dev
2021-11-26 12:17:09 +00:00
Jan Oberhauser
0d153a1dd7
🔖 Release n8n-core@0.95.0
2021-11-26 12:16:59 +00:00
Jan Oberhauser
777bb50e39
⬆️ Set n8n-workflow@0.78.0 on n8n-core
2021-11-26 12:16:59 +00:00
Jan Oberhauser
474f0570e0
🔖 Release n8n-workflow@0.78.0
2021-11-26 12:16:48 +00:00
Iván Ovejero
a6fd5597af
✨ Add Grafana node ( #2411 )
...
* ✨ Create Grafana node
* 👕 Fix lint
* ⚡ Apply feedback
* ⚡ Apply feedback
* 👕 Fix lint
* ⚡ Remove double import
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-11-26 13:10:03 +01:00
Jan Oberhauser
ff48a9a3ed
⚡ Change event trigger description of Webhook node
2021-11-26 12:42:08 +01:00
Mutasem Aldmour
1500afe689
🐛 hide tooltip after trigger node is run ( #2483 )
...
* hide tooltip after trigger node is run
* remove executing
2021-11-26 12:35:34 +01:00
Jan Oberhauser
464775ae3b
🐛 Fix issue with Composite operation on Edit Image Node
2021-11-25 23:51:34 +01:00
Oliver Trajceski
adc2515dee
✨ Improve Waiting Webhook call state in WF Canvas ( #2430 )
...
* N8N-2586 Improve Waiting Webhook call state in WF Canvas
* N8N-2586 Added watcher for showing Webhook's Node Tooltip on execution
* N8N-2586 Show helping tooltip for trigger node if wokrflow is running, it is a trigger node, if it is only one trigger node in WF
* N8N-2586 Rework/Move logic to computed property, Created getter for ActveTriggerNodesInWokrflow, Add style to trigger node's tooltip, remove comments
* N8N-2586 Added EventTriggerDescription prop in INodeTypeDescription Interface, Updated Logic for TriggerNode Tooltip based on the new prop
* N8N-2586 Add new use cases/watcher to show Trigger Nodes Tooltip / If has issues, if paused, if wokrlfow is running, Refactor Getter
* N8N-2586 Added z-index to tooltip, Added new Scenario for Tooltip if it is Draged&Droped on the WF
* N8N-2586 Refactor computed property for draged nodes
* N8N-2586 Fixed Conflicts
* N8N-2586 Fixed Tooltip
* N8N-2586 Dont show tooltip on core trigger nodes that execute automatically
* N8N-2586 Fixed Webhook tooltip when adding/deleting canvas during WF execution
* N8N-2586 Updated Logic, Simplify the code
* N8N-2586 Simplify Code
* N8N-2586 Added check for nodetype
* update dragging to use local state
* N8N-2586 Added eventTriggerDescription to Interval Node
* add comment, use new getter
* update to always check
Co-authored-by: Mutasem <mutdmour@gmail.com>
2021-11-25 23:33:41 +01:00
Ricardo Espinoza
a58c251a28
✨ Add DHL node ( #2385 )
...
* ✨ DHL node
* ⚡ Add credentials verfication
* 👕 Nodelinter pass
* ⚡ Improvements
* ⚡ Fix node name
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-11-25 18:48:52 +01:00
Mutasem Aldmour
5fd3f8a244
🐛 Fix bug with connections deleted when node is renamed ( #2467 )
...
* fix bug when node is renamed
* update comment
* support touch when dragging
2021-11-25 18:41:49 +01:00
Mutasem Aldmour
889921f5fe
⚡ Update looping ( #2468 )
...
* update loops
* set final values
* update loop behavior
2021-11-25 18:38:00 +01:00
Mutasem Aldmour
91bafb4860
⚡ Commit package lock ( #2470 )
2021-11-25 18:12:38 +01:00
Iván Ovejero
0764c49dcf
🔥 Remove line breaks from param descriptions ( #2473 )
...
* 🔥 Remove line breaks from param descriptions
* 🔥 Remove more line breaks
* 🎨 Fix spacing for list item in tooltip
* ⚡ Apply multiline with <p> tags
* ⚡ Improve <code> and <a> tags
* ✏️ Improve grammar and spelling
* ⚡ Add missing <p> tags
* ✏️ Make "multiple" phrasing consistent
* ⚡ Fix unneeded quote escapes
* ⚡ Encode angle brackets
* ⚡ Fix typo and copy-paste artifact
2021-11-25 18:10:06 +01:00
Iván Ovejero
260ab395d1
🔥 Remove stray logs ( #2478 )
2021-11-25 14:12:31 +01:00
Jan Oberhauser
b61659f73e
🐛 Temporary remove again security fix as it breaks other
...
functionality
2021-11-24 17:32:47 +01:00
Jan Oberhauser
1ebc81bfd4
🐛 Fix issue with missing global.Promise
2021-11-24 13:49:00 +01:00
Iván Ovejero
b6762af7f2
🐛 Fix n8n training icon references ( #2463 )
2021-11-22 22:45:48 +01:00
Jan Oberhauser
cbb1b69fa3
🔀 Merge branch 'Joffcom-cli-build-issue'
2021-11-21 23:19:59 +01:00
Jan Oberhauser
e45781be09
⚡ Fix order
2021-11-21 23:19:41 +01:00
Jan Oberhauser
0fdc7495e8
🔀 Merge branch 'cli-build-issue' of https://github.com/Joffcom/n8n into Joffcom-cli-build-issue
2021-11-21 23:17:50 +01:00
Jan Oberhauser
574e07f1f6
🐛 Improve expression security
2021-11-21 23:13:40 +01:00
Jonathan
03a7380042
Fixed build issue
2021-11-20 15:05:06 +00:00
Jan Oberhauser
be6ab8de13
👕 Fix lint issue
2021-11-19 18:41:45 +01:00
Jan Oberhauser
c68db308d4
🔖 Release n8n@0.150.0
2021-11-19 17:30:30 +00:00
Jan Oberhauser
ea38087bca
⬆️ Set n8n-core@0.94.0, n8n-editor-ui@0.117.0, n8n-nodes-base@0.147.0 and n8n-workflow@0.77.0 on n8n
2021-11-19 17:30:30 +00:00
Jan Oberhauser
b9ccdb2d19
🔖 Release n8n-editor-ui@0.117.0
2021-11-19 17:29:51 +00:00
Jan Oberhauser
c51f171d68
⬆️ Set n8n-design-system@0.7.0 and n8n-workflow@0.77.0 on n8n-editor-ui
2021-11-19 17:29:50 +00:00
Jan Oberhauser
5c618580c9
🔖 Release n8n-design-system@0.7.0
2021-11-19 17:29:39 +00:00
Jan Oberhauser
073df659ed
🔖 Release n8n-nodes-base@0.147.0
2021-11-19 17:29:01 +00:00
Jan Oberhauser
877e51763e
⬆️ Set n8n-core@0.94.0 and n8n-workflow@0.77.0 on n8n-nodes-base
2021-11-19 17:29:01 +00:00
Jan Oberhauser
4112e37e5f
🔖 Release n8n-node-dev@0.34.0
2021-11-19 17:28:46 +00:00
Jan Oberhauser
9e7c6dd3e8
⬆️ Set n8n-core@0.94.0 and n8n-workflow@0.77.0 on n8n-node-dev
2021-11-19 17:28:45 +00:00
Jan Oberhauser
7bfc485324
🔖 Release n8n-core@0.94.0
2021-11-19 17:28:36 +00:00
Jan Oberhauser
e383e69fff
⬆️ Set n8n-workflow@0.77.0 on n8n-core
2021-11-19 17:28:36 +00:00
Jan Oberhauser
37923c2716
🔖 Release n8n-workflow@0.77.0
2021-11-19 17:28:24 +00:00
Iván Ovejero
a9b809be9e
🐛 Fix Xero pagination ( #2396 )
2021-11-19 18:17:05 +01:00