Ricardo Georgel
0022b99283
Merge branch 'n8n-io:master' into Add-schema-registry-into-kafka
2021-11-26 17:11:45 -03: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
c478276f35
🔥 Remove semicolons from JSON
2021-11-24 12:40:49 +01:00
Iván Ovejero
5f3759b3a7
✏️ Update TS with JSON
2021-11-24 12:33:48 +01:00
Iván Ovejero
ed68ae8055
⚡ Switch to JSON for localization service
2021-11-24 12:16:59 +01:00
Iván Ovejero
0462d14f91
✏️ Improve docs copy
2021-11-24 09:23:09 +01:00
Iván Ovejero
c492ef523a
⚡ Alphabetize locale files
2021-11-23 17:21:20 +01:00
Iván Ovejero
9ce8189d7b
✏️ Improve wording
2021-11-23 14:32:38 +01:00
Iván Ovejero
059c4899a5
✏️ Minor docs fixes
2021-11-23 14:07:16 +01:00
Iván Ovejero
7a07eefc2f
🔨 Restore .gitignore and VSCode settings
2021-11-23 13:56:33 +01:00
Iván Ovejero
cc1af9dc7f
✏️ Split docs images
2021-11-23 13:47:25 +01:00
Iván Ovejero
6716197455
✏️ More docs images touchups
2021-11-23 13:46:05 +01:00
Iván Ovejero
583ef80c65
✏️ Enlarge docs images
2021-11-23 13:44:49 +01:00
Iván Ovejero
fb97e8cda3
👕 Fix lint
2021-11-23 13:42:50 +01:00
Iván Ovejero
f89034e790
✏️ Clean up docs images
2021-11-23 13:41:57 +01:00
Iván Ovejero
c8f053e7af
🔀 Merge master
2021-11-23 13:33:55 +01:00
Iván Ovejero
3d5c663bb2
⚡ Clean up dummy node translation
2021-11-23 13:33:27 +01:00
Iván Ovejero
427e40326c
✏️ Clarify deep nesting in collections
2021-11-23 13:29:33 +01:00
Iván Ovejero
709e71e76a
⚡ Add missing translations to fixed collection
2021-11-23 13:28:42 +01:00
Iván Ovejero
d006234790
🔥 Remove unused translations output
2021-11-23 12:24:55 +01:00
Iván Ovejero
d3519e44d0
⚡ Account for multiple headers in single translation file
2021-11-23 12:14:13 +01:00
Iván Ovejero
d3b9e21bf0
✏️ Write documentation
2021-11-23 12:06:47 +01:00
Iván Ovejero
b6762af7f2
🐛 Fix n8n training icon references ( #2463 )
2021-11-22 22:45:48 +01:00
Iván Ovejero
df5a6a96a2
🐛 Small fixes to sample translations
2021-11-22 12:03:27 +01:00
Iván Ovejero
a48429f425
🔀 Merge master
2021-11-22 11:51:31 +01:00
Iván Ovejero
b4399a1c63
⚡ Minor optimizations
2021-11-22 11:49:59 +01:00