Jan Oberhauser
33f6d36d57
⬆️ Set n8n-workflow@0.80.0 on n8n-editor-ui
2021-12-19 14:18:34 +01:00
Jan Oberhauser
5f6e9767c9
🔀 Merge branch 'master' into i18n-v2
2021-12-19 13:52:04 +01:00
Jan Oberhauser
3329d6f902
🔖 Release n8n-editor-ui@0.121.0
2021-12-19 12:44:09 +00:00
Oliver Trajceski
11c49b9327
🐛 Fix UpdatedPanel not closing ( #2563 )
2021-12-19 12:50:02 +01:00
Elvina Valieva
d6c7528420
✨ Add support for backspace ( #2551 )
2021-12-19 12:35:06 +01:00
Mutasem Aldmour
df1a0f3c44
🐛 Prevent clicks bubbling to main view ( #2580 )
2021-12-19 12:27:48 +01:00
Iván Ovejero
0f1377d68f
🔥 Remove dummy translations
2021-12-17 12:53:49 +01:00
Iván Ovejero
bc8bd19e9c
🐛 Fix number-formatting call
2021-12-17 12:15:38 +01:00
Iván Ovejero
d2855c1d7e
🔥 Remove unneeded colon
2021-12-16 18:20:48 +01:00
Iván Ovejero
07e0236996
🐛 Fix typo in method call
2021-12-16 17:31:57 +01:00
Iván Ovejero
8a27a781c2
🔥 Remove unneeded parens
2021-12-16 17:25:44 +01:00
Iván Ovejero
8dfd51a9d6
🔥 Remove node color in settings
2021-12-16 17:15:39 +01:00
Iván Ovejero
a54acf8681
🐛 Add missing text for chooseOrCreateATag
2021-12-16 16:53:56 +01:00
Iván Ovejero
f6ddb61dcf
🐛 Fix node not found text
2021-12-16 16:48:50 +01:00
Iván Ovejero
a1cddb33a3
🐛 Fix save label in workflow settings
2021-12-16 16:47:59 +01:00
Iván Ovejero
b8637c833d
🐛 Fix typo in method call
2021-12-16 11:12:40 +01:00
Iván Ovejero
beb2e9d274
⚡ Fix README image links
2021-12-15 13:19:59 +01:00
Iván Ovejero
b89543ddbd
🚚 Relocate i18n README
2021-12-15 13:17:03 +01:00
Iván Ovejero
1d991824d1
🚚 Rename $i to $locale
2021-12-15 13:16:53 +01:00
Iván Ovejero
b2fe3801a6
🔀 Merge survey fix
2021-12-15 13:08:09 +01:00
Iván Ovejero
121898dd45
🔀 Merge master
2021-12-15 13:01:29 +01:00
Iván Ovejero
9f5f32ea87
🐛 Fix personalization survey merge
2021-12-15 12:59:41 +01:00
Iván Ovejero
c33cd0de3f
🔀 Merge master
2021-12-13 09:50:26 +01:00
Jan Oberhauser
351922992f
🔖 Release n8n-editor-ui@0.120.0
2021-12-11 18:44:09 +00:00
Jan Oberhauser
2e15952718
⬆️ Set n8n-design-system@0.9.0 on n8n-editor-ui
2021-12-11 18:44:08 +00:00
Oliver Trajceski
42742de876
⚡ Add Value Survey ( #2499 )
...
* N8N-2619 Value Survey Front-end
* N8N-2619 Added Contact Prompt Modal and logic
* N8N-2619 Added Link to Toast Message on Successful submitting ValueSurvey
* N8N-2619 Updated TypeForm URL in ValueSurvey Success Toast
* N8N-2619 Fixed Typo placeholder for ValueSurvey and ContactPrompt Modal
* N8N-2619 Fixed Toast not close automatically in ValueSurvey, Make part of the title bold, Changed Font-sizes on Value Survey
* N8N-2619 Fixed Close Button on ValueSurvey, Vertical Allignment for Questions in ValueSurvey Drawer
* N8N-2619 Make Value Survey with static height
* N8N-2619 Fixed Telemetry Events on closing ValueSurvey
* N8N-2619 Updated N8NPrompt Interface, Added Dynamic Title and Description on ContactPrompt Modal
* N8N-2619 Reversed Answers in ValueSurveyModal
* N8N-2619 Added Telemetry Event on user close ValueSurvey on second Question
* N8N-2619 Re-work, Optimized, Simplify the code after technical review
* N8N-2619 Fixed If else statement in openUserPromptsIfPossible
* N8N-2619 Change Text under Email Box - ValueSurvey, ContactPrompt, Added new Telemetary Event on ValueSurvey Open, Fixed Toast to close aftet 15s
* N8N-2619 Change ContactPrompt Modal to use Atoms like N8N-Heading and N8N-Text
* N8N-2619 Change Design & Logic on ValueSurvey - When to open
* N8N-2619 Updated Value Survey with new Telemetry Events (Refactor), Simplified functions, Added Atoms in ValueSurvey + ContactPrompt
* N8N-2619 Refactor in Interfaces, Updated/Refactor Getters and Vuex store props
* N8N-2619 Defined IN8nValueSurveyData interface
* N8N-2619 Disabled Keyboard shortcuts to be activated on typing in ValueSurvey Input field, Fire an event on Saving WF from Menu and with shorcut, Make Drawer keep-alive
* N8N-2619 Added Atoms in Value Survey Modal (buttons), Rework css
* N8N-2619 Added Responses on ValueSurvey Submit
* N8N-2619 Added Response for SubmittingContactInfo
* N8N-2619 Added loading state for buttons / ValueSurvey
* N8N-2619 Changed ValueSurvey and ContactPrompt to support enter key on submit, Simplifed closeDialog Function, Changed css for button in ValueSurvey, Prevent showing the Modals if Saving WF fails, Add Debouncing on showing prompt
* N8N-2619 Added IsTelemetryEnabled Getter in Vuex.store
* N8N-2619 Created/Added N8N-SquareButton to Design-system
* N8N-2619 Change Promise in MainSideBar with Async/Await function, Nitpick simpliefied
* N8N-2619 Update the text under the input fields
* N8N-2619 Update the text in ContactPrompt Modal
* N8N-2619 Allign Send button on ValueSurvey Modal
* N8N-2619 Fixed Input in ValueSurvey Modal
* N8N-2619 Check if the workflow is saving
* N8N-2619 Check if WF is saving to allowed performs fetchPromptsData
* N8N-2619 Hotfix
* N8N-2619 Fixed ValueSurvey, Updated onSaveButtonClick function, Created onSaveKeyboardShortcut function in NodeView
* N8N-2619 Rework css module classes for ValueSurvey, Simplified
* N8N-2619 Simplified N8N-SquareButton Component, removed dead code
* N8N-2619 Added Breakpoints for Mobile/Tablet View
* N8N-2619 Formatting fix
* N8N-2619 Update css for mobile/tablet, change promises to asyn/await functions in ContactPrompt and ValueSurvey, Added isActive prop to ValueSurvey
* N8N-2619 Update TEMPLATE_BASE_URL to production
2021-12-11 17:38:16 +01:00
Elvina Valieva
8e2191b633
🐛 Fix recommendation logic ( #2543 )
...
* fix: expect multiple answers for survey
* chore: refactor survey input methods
* fix error; fix tracking
Co-authored-by: Mutasem <mutdmour@gmail.com>
2021-12-10 18:53:31 +01:00
Mutasem Aldmour
783d0f6d45
🐛 Fix node-menu hover issue ( #2546 )
2021-12-10 15:35:33 +01:00
Ahsan Virani
2125f25791
⚡ Tweaks to diagnostic events ( #2544 )
...
* Tweaks to events
* more tweaks and fixes
2021-12-10 15:29:05 +01:00
Mutasem Aldmour
75c7b5ed97
🐛 Hide trigger tooltip for polling nodes ( #2547 )
...
* hide trigger tooltip for polling nodes
* fix spacing
2021-12-10 14:48:56 +01:00
Anuj Kapoor
1d05185c4a
⚡ Added toast tweaks ( #2530 )
...
* Added toast fallback
* Added a parameter to copy function to deduce cut operations
* 👕 Fix Liniting
2021-12-10 14:24:09 +01:00
Iván Ovejero
f2242be787
⚡ Bring setup logic to plugin
2021-12-08 12:08:49 +01:00
Iván Ovejero
94d6136661
🚚 Rename $i18n2 to $i
2021-12-07 17:28:10 +01:00
Iván Ovejero
858d0d0160
🔥 Remove mixin-related lines
2021-12-07 16:14:40 +01:00
Iván Ovejero
7805b21a15
⚡ Adjust all calls
2021-12-07 15:58:41 +01:00
Iván Ovejero
c5ef97a30b
⚡ Initial plugin implementation
2021-12-07 14:04:36 +01:00
Iván Ovejero
3098b5a16e
✏️ Rename key
2021-12-06 12:22:28 +01:00
Iván Ovejero
7a64a05088
⚡ Improve plus endpoint string rendering
2021-12-06 12:19:07 +01:00
Iván Ovejero
bd9c822a58
⚡ Render string in plus endpoint
2021-12-06 11:31:35 +01:00
Iván Ovejero
89b388e470
🔥 Remove error message
2021-12-06 11:03:39 +01:00
Iván Ovejero
e64c44291f
⚡ Update personalization modal strings
2021-12-06 10:29:16 +01:00
Iván Ovejero
00ac975164
🔀 Merge master
2021-12-06 09:41:15 +01:00
Jan Oberhauser
072bbaa3ab
🔖 Release n8n-editor-ui@0.119.0
2021-12-04 16:47:08 +00:00
Jan Oberhauser
758350c6b7
⬆️ Set n8n-workflow@0.79.0 on n8n-editor-ui
2021-12-04 16:47:08 +00:00
Iván Ovejero
c50b6c2c21
✨ Enable multiple args in logging via nodes ( #2501 )
...
* ⚡ Enable multiple args in logging via nodes
* 👕 Fix lint
* ⚡ Change to behave more as expected
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-12-04 11:57:13 +01:00
Mutasem Aldmour
76c63790b4
✨ Add plus endpoint ( #2450 )
...
* fix
* refactor
* clean up css
* refactor setzoom level
* refactor
* refactor
* refactor func
* remove scope
* remove localstorage caching
* clean up imports
* update zero case
* add delete connection
* update selected state
* add base type, remove straight line
* add stub offset back
* rename param
* add label offset
* update font size of items
* move up label
* fix error state while executing
* disrespect stubs
* check for errors
* refactor position
* clean up extra space
* make entire node connectable
* Revert "make entire node connectable"
e304f7c5b8
* always show border
* add border to zoom buttons
* update spacing
* update colors
* allow connecting to entire node
* fix pull conn active
* two line names
* apply select to all lines
* increase input margin
* override target pos
* reset conn after pull
* fix types
* update orientation
* fix up connectors snapping
* hide arrow on pull
* update overrides for connectors
* change text
* update pull colors
* set to 1 line when selected
* fix executions bug
* build
* refactor node component
* remove comment
* refactor more
* remove prop
* fix build issue
* fix input drag bug in executions
* reset offset
* update select background
* handle issue when endpoints are not set
* fix connection aborted issue
* add try catch to help show errors
* wrap bind with try/catch
* set default styles
* reset pos despite zoom
* add more checks
* clean up impl
* update icon
* handle unknown types
* hide items on init
* fix importing unknown types with credentials
* change opacity
* push up item label
* update color
* update label class and colors
* add to drop distance
* fix z-index to match node
* disable eslint
* fix lasso tool selection
* update background color
* update waiting state
* update tooltip positions
* update wait node border
* fix selection bug mostly
* if selected, move above other nodes
* add line through disabled nodes
* remove node color option
* move label above connection
* success color for line through
* update options index
* hide waiting icon when disabled
* fix gmail icon
* refactor icons
* clear execution data on disable/delete
* fix selected node
* fix executing behavior
* optional __meta
* set grid size
* remove default color
* remove node color
* add comments
* comments
* add comments
* remove empty space
* update comment
* refactor uuids
* fix type issue
* Revert "fix type issue"
9523b34f96
* Revert "fix type issue"
9523b34f96
* Revert "refactor uuids"
07f6848065
* fix build issues
* refactor
* update uuid
* child nodes
* skip nodes behind when pushing in loop
* shift output icon for switch node
* don't show output if waiting
* waiting on init
* build
* change to bezier
* implement plus
* revert connector change
* add bezier type
* fix snapping
* clean up impl
* refactor func
* make const
* rename type
* refactor to simplify
* Revert "refactor to simplify"
2db0ed504c
* enable flowchart mode
* clean up flowchart type
* refactor type
* merge types
* configure curviness
* set in localstorage
* fix straight line arrow bug
* show arrow when pulling
* refactor / simplify
* fix target gap in bezier
* refactor target gap
* add comments
* add comment
* fix dragging connections
* fix bug when moving connection
* update comment
* rename file
* update values
* update minor
* update straight line box
* clean up conn types
* clean up z-indexes
* move color filters to node icon
* update background color
* update to use grid size value
* fix endpoint offsets
* set yspan range lower
* remove overlays when moving conn
* prevent unwanted connections
* fix messed up connections
* remove console log
* clear execution issues on workflow run
* update corner radius
* fix drag/delete bug
* increase offset
* update disabled state
* hide if endpoint has conn
* node insert on click
* simplify impl
* fix z-indexes
* add drop hover message
* address comments
* refactor
* refactor func
* remove drop conn overlay
* update messagE
* update colors
* remove console log
* rebuild impl
* add stalk
* fix disabled state
* fix dragging bug
* remove node selection
* disable plus in executions
* add success output to talk
* add success output
* set output
* fix bug
* fix switch size
* update size for 3 output nodes
* update loops
* fix bug when node is renamed
* set final values
* update loop behavior
* update comment
* hide output labels on multi outputs
* center output
* fix flicker when deleting nodes
* fix dragging space
* increase stalk if if
* more type checks
* rename event source
* rename event source
* support touch when dragging
* offset center
* center plus
* fix repaint behavior
* remove extending output
* add offset to switch
* fix merge node bug
* rename endpoint
* refactor css, fix merge bug
* fix unrelated issues
* space out
* remove flowchart type
* rename constant key
* clean up css
* rename var
* fix more type issues
* update types
* fix spacing
* simplify vertical offset
* refactor css
* add license
* update css
* clean up scss
* update to use css var
* clean up code
* update params
* show message
* fix plus position
* fix merge node bugs
* hide box when not dragging and hidden
* fix potential issue
* address comments
2021-12-03 18:53:55 +01:00
Anuj Kapoor
d62c7a7f3c
🐛 Add error pop up and redirection for non existing workflow IDs ( #2516 )
...
* 🐛 Add error pop up and redirection for non existing workflow IDs
* Remove code comments
2021-12-03 15:37:04 +01:00
Mutasem Aldmour
833c0e4972
✨ Open workflows/executions in new window (ctrl/command + click) ( #2508 )
...
* open workflows in new window
* open execution in new window
2021-12-03 13:59:15 +01:00
Elvina Valieva
a48bff2eee
⚡ Survey updates ( #2495 )
...
* feat: update survey
* feat: appearance tweaks
* chore: hardcode survey showing
* chore: fix survey options
* feat: show survey for users with workflows
* chore: take personalization into account
* chore: revert survey conditions
* chore: remove select override
* chore: remove transfer component from editor
* chore: more expressive flag name
* ⚡ Minor improvements
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-12-03 13:19:23 +01:00
Iván Ovejero
3411b5d0e8
🐛 Fix HTML rendering in read only component
2021-12-03 11:28:39 +01:00
Iván Ovejero
f0d8266aa8
⚡ Fix category of read only strings
2021-12-03 09:53:30 +01:00
Iván Ovejero
699554d603
⚡ Fix wrong closing brace
2021-12-03 09:49:48 +01:00
Iván Ovejero
6d4effc5fc
🔥 Remove logging
2021-12-02 17:57:28 +01:00
Iván Ovejero
0baace0a5c
⚡ Integrate number suffix fix
2021-12-02 17:51:50 +01:00
Iván Ovejero
e1ac523797
🔀 Merge suffix fix
2021-12-02 16:00:57 +01:00
Iván Ovejero
e22febb3f3
⚡ Prevent race condition with headers
2021-12-02 14:09:41 +01:00
Iván Ovejero
d2c79d3ef0
⚡ Render missing strings in ExecutionDetails
2021-12-02 13:41:34 +01:00
Iván Ovejero
f22cd1494c
⚡ Render strings for ReadOnly
2021-12-02 13:37:08 +01:00
Iván Ovejero
5a3c75b816
⚡ Fix hard-coded locale identifier
2021-12-02 13:36:18 +01:00
Iván Ovejero
76f14505eb
⚡ Add condition for loading cred translations
2021-12-02 10:44:56 +01:00
Iván Ovejero
2855492de4
🔥 Remove old solution leftover
2021-12-02 09:43:59 +01:00
Iván Ovejero
50a8509e4a
🔀 Merge master
2021-12-01 16:55:58 +01:00
Iván Ovejero
5c2eef2c81
🔀 Merge master
2021-12-01 10:00:11 +01:00
Iván Ovejero
513ddbb383
⚡ Use mapGetters to simplify calls
2021-12-01 10:00:03 +01:00
Iván Ovejero
845b5e4d9b
⚡ Add braces to condition
2021-12-01 09:44:56 +01:00
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
Iván Ovejero
c81d47cb1a
🐛 Fix unique node name creation
2021-11-29 12:20:10 +01:00
Iván Ovejero
1c4c42aecc
⚡ Update string to latest version
2021-11-29 10:10:12 +01:00
Iván Ovejero
563a852f47
🔀 Merge master
2021-11-29 10:05:37 +01:00
Iván Ovejero
393723af39
🐛 Fix rendering for node titles
2021-11-29 09:34:59 +01: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
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
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
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
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
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
f89034e790
✏️ Clean up docs images
2021-11-23 13:41:57 +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
d3b9e21bf0
✏️ Write documentation
2021-11-23 12:06:47 +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
Iván Ovejero
d379d7ecf3
⚡ Render new base strings
2021-11-20 15:58:21 +01: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
Iván Ovejero
ed3fa11a86
⚡ Refactor overlay to allow translation
2021-11-19 16:15:35 +01:00
Iván Ovejero
7518617eee
🔀 Merge master
2021-11-19 15:35:38 +01:00
Iván Ovejero
02c915dab1
🐛 Account for potentially missing category name
2021-11-19 12:27:46 +01:00
Iván Ovejero
99963b04a5
✨ Render header strings
2021-11-19 10:52:25 +01:00
Mutasem Aldmour
d8598b0126
✨ Workflow canvas revamp ( #2388 )
...
* bring back overrides
* fix input output label positions
* simply update label positions
* refactor a bunch
* update min x to show items
* hide overlay on connection
* only delete target connection, add maximum to push nodes out
* rename const
* rename const
* set new insert position
* fix insert behavior
* update position handling
* show arrow along with label
* update connector
* set endpoint styles
* update pattern
* push nodes up / down in case of if node
* set position in switch
* only one action at a time
* add custom flow chart type
* select start node by default when opening new workflow
* add enter delay
* fix delete bug
* change connection type
* add offset for if/switch/merge
* fix gap
* fix drag issue
* implement new states
* update disabled state
* add selected state
* make selects faster
* update positioning
* truncate when selected
* remove offset for actions
* fix icon scaling
* refactor js plumb
* fix looping behavior at close distance
* lock version
* change background to dots
* update endpoints styling
* increase spacing
* udpate node z-index
* fix output label positions
* fix output label positions
* reset location
* add label offset
* update border radius
* fix height issue
* fix parallaxing issue
* fix zoomout issue
* add success z-index
* clean up js file
* add package lock
* fix z-index bug
* update dot grid
* update zoom level
* set values, increase grid size
* fix drop position
* prevent duplicate connections
* fix stub
* use localstorage overrides for colors
* add colors to system
* revert no longer needed changes
* revert no longer needed changes
* add canvas colors
* add canvas colors
* use variable for id
* force type
* refactor helpers
* add label constants
* refactor func
* refactor
* fix
* refactor
* clean up css
* refactor setzoom level
* refactor
* refactor
* refactor func
* remove scope
* remove localstorage caching
* clean up imports
* update zero case
* add delete connection
* update selected state
* add base type, remove straight line
* add stub offset back
* rename param
* add label offset
* update font size of items
* move up label
* fix error state while executing
* disrespect stubs
* check for errors
* refactor position
* clean up extra space
* make entire node connectable
* Revert "make entire node connectable"
e304f7c5b8
* always show border
* add border to zoom buttons
* update spacing
* update colors
* allow connecting to entire node
* fix pull conn active
* two line names
* apply select to all lines
* increase input margin
* override target pos
* reset conn after pull
* fix types
* update orientation
* fix up connectors snapping
* hide arrow on pull
* update overrides for connectors
* change text
* update pull colors
* set to 1 line when selected
* fix executions bug
* build
* refactor node component
* remove comment
* refactor more
* remove prop
* fix build issue
* fix input drag bug in executions
* reset offset
* update select background
* handle issue when endpoints are not set
* fix connection aborted issue
* add try catch to help show errors
* wrap bind with try/catch
* set default styles
* reset pos despite zoom
* add more checks
* clean up impl
* update icon
* handle unknown types
* hide items on init
* fix importing unknown types with credentials
* change opacity
* push up item label
* update color
* update label class and colors
* add to drop distance
* fix z-index to match node
* disable eslint
* fix lasso tool selection
* update background color
* update waiting state
* update tooltip positions
* update wait node border
* fix selection bug mostly
* if selected, move above other nodes
* add line through disabled nodes
* remove node color option
* move label above connection
* success color for line through
* update options index
* hide waiting icon when disabled
* fix gmail icon
* refactor icons
* clear execution data on disable/delete
* fix selected node
* fix executing behavior
* optional __meta
* set grid size
* remove default color
* remove node color
* add comments
* comments
* add comments
* remove empty space
* update comment
* refactor uuids
* fix type issue
* Revert "fix type issue"
9523b34f96
* Revert "fix type issue"
9523b34f96
* Revert "refactor uuids"
07f6848065
* fix build issues
* refactor
* update uuid
* child nodes
* skip nodes behind when pushing in loop
* shift output icon for switch node
* don't show output if waiting
* waiting on init
* build
* change to bezier
* revert connector change
* add bezier type
* fix snapping
* clean up impl
* refactor func
* make const
* rename type
* refactor to simplify
* Revert "refactor to simplify"
2db0ed504c
* enable flowchart mode
* clean up flowchart type
* refactor type
* merge types
* configure curviness
* set in localstorage
* fix straight line arrow bug
* show arrow when pulling
* refactor / simplify
* fix target gap in bezier
* refactor target gap
* add comments
* add comment
* fix dragging connections
* fix bug when moving connection
* update comment
* rename file
* update values
* update minor
* update straight line box
* clean up conn types
* clean up z-indexes
* move color filters to node icon
* update background color
* update to use grid size value
* fix endpoint offsets
* set yspan range lower
* remove overlays when moving conn
* prevent unwanted connections
* fix messed up connections
* remove console log
* clear execution issues on workflow run
* update corner radius
* fix drag/delete bug
* increase offset
* update disabled state
* address comments
* refactor
* refactor func
* ⚡ Add full license text to N8nCustomConnectorType.js
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-11-19 10:17:13 +01:00
Iván Ovejero
c98772c927
🔨 Fix build
2021-11-17 11:29:27 +01:00
Iván Ovejero
29a3953dff
🔀 Merge master
2021-11-17 10:25:05 +01:00
Iván Ovejero
7fc0395e95
✨ Render node strings
2021-11-17 10:24:35 +01:00
Oliver Trajceski
0022c7eb09
🐛 Fix issue that Start-Node did not get reset ( #2425 )
...
* N8N-2549 Editor UI - Disabled start node when reseting new workflow
* N8N-2549 Editor UI - Disabled start node when reseting new workflow, reseting the position of the default node
* N8N-2549 Updated Editor-ui - Resetting Default Node (disable, position and all props) when reseting new workflow
* N8N-2549 Remove comment
2021-11-15 17:31:00 +01:00
Jan Oberhauser
bfaa2634bc
🔖 Release n8n-editor-ui@0.116.0
2021-11-13 12:12:06 +00:00
Jan Oberhauser
e887aeea95
⬆️ Set n8n-workflow@0.76.0 on n8n-editor-ui
2021-11-13 12:12:06 +00:00
Iván Ovejero
2d8e158012
✨ Render base strings
2021-11-12 16:02:48 +01:00
Iván Ovejero
61bb8de352
🔀 Merge master
2021-11-09 10:00:30 +01:00
Iván Ovejero
1de9ecf4ec
✨ Set up i18n
2021-11-09 09:59:48 +01:00
Jan Oberhauser
9ac41953ab
🔖 Release n8n-editor-ui@0.115.0
2021-11-05 17:52:10 +00:00
Jan Oberhauser
55455524e4
⬆️ Set n8n-workflow@0.75.0 on n8n-editor-ui
2021-11-05 17:52:10 +00:00
Mutasem Aldmour
70a9f0446e
🐛 Fix importing unknown types with credentials ( #2414 )
2021-11-05 09:40:33 -06:00
Ben Hesseldieck
a46c7f827d
🐛 Fix saving credentials id as string ( #2410 )
2021-11-04 20:23:10 -06:00
Jan Oberhauser
a7a6e77598
🔖 Release n8n-editor-ui@0.114.0
2021-10-29 00:15:11 +00:00
Jan Oberhauser
a6a40d8be4
⬆️ Set n8n-design-system@0.6.0 and n8n-workflow@0.74.0 on n8n-editor-ui
2021-10-29 00:15:11 +00:00
Mutasem Aldmour
171f5a458c
⚡ Update parameter inputs to be multi-line ( #2299 )
...
* introduce analytics
* add user survey backend
* add user survey backend
* set answers on survey submit
Co-authored-by: Mutasem Aldmour <4711238+mutdmour@users.noreply.github.com>
* change name to personalization
* lint
Co-authored-by: Mutasem Aldmour <4711238+mutdmour@users.noreply.github.com>
* N8n 2495 add personalization modal (#2280 )
* update modals
* add onboarding modal
* implement questions
* introduce analytics
* simplify impl
* implement survey handling
* add personalized cateogry
* update modal behavior
* add thank you view
* handle empty cases
* rename modal
* standarize modal names
* update image, add tags to headings
* remove unused file
* remove unused interfaces
* clean up footer spacing
* introduce analytics
* refactor to fix bug
* update endpoint
* set min height
* update stories
* update naming from questions to survey
* remove spacing after core categories
* fix bug in logic
* sort nodes
* rename types
* merge with be
* rename userSurvey
* clean up rest api
* use constants for keys
* use survey keys
* clean up types
* move personalization to its own file
Co-authored-by: ahsan-virani <ahsan.virani@gmail.com>
* update parameter inputs to be multiline
* update spacing
* Survey new options (#2300 )
* split up options
* fix quotes
* remove unused import
* refactor node credentials
* add user created workflow event (#2301 )
* update multi params
* simplify env vars
* fix versionCli on FE
* update personalization env
* clean up node detail settings
* fix event User opened Credentials panel
* fix font sizes across modals
* clean up input spacing
* fix select modal spacing
* increase spacing
* fix input copy
* fix webhook, tab spacing, retry button
* fix button sizes
* fix button size
* add mini xlarge sizes
* fix webhook spacing
* fix nodes panel event
* fix workflow id in workflow execute event
* improve telemetry error logging
* fix config and stop process events
* add flush call on n8n stop
* ready for release
* fix input error highlighting
* revert change
* update toggle spacing
* fix delete positioning
* keep tooltip while focused
* set strict size
* increase left spacing
* fix sort icons
* remove unnessary margin
* clean unused functionality
* remove unnessary css
* remove duplicate tracking
* only show tooltip when hovering over label
* update credentials section
* use includes
Co-authored-by: ahsan-virani <ahsan.virani@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-10-27 14:55:37 -05:00
Iván Ovejero
db738fc824
⚡ Add workflow name and ID to settings ( #2369 )
...
* ⚡ Add workflow name and ID to settings
* 🔨 Refactor to use mapGetters
2021-10-26 18:54:03 -05:00
Arpad Gabor
f811992527
fix: monaco build problems
2021-10-23 19:06:02 +03:00
Arpad Gabor
62f0899e10
fix: forgot readonly to editor
2021-10-23 18:48:45 +03:00
Arpad Gabor
7a020d079f
fix: set autocomplete data as empty array
2021-10-23 18:39:34 +03:00
Arpad Gabor
c63f365a65
feat: replace function node code editor with monaco
2021-10-23 18:38:46 +03:00
Jan Oberhauser
37930057d8
🐛 Fix build issue by setting fixed version of @types/node #2358
2021-10-22 14:39:36 -05:00
Jan Oberhauser
5ca3a30a97
🔖 Release n8n-editor-ui@0.113.0
2021-10-22 00:29:12 +00:00
Jan Oberhauser
b27f6bc68b
⬆️ Set n8n-design-system@0.5.0 and n8n-workflow@0.73.0 on n8n-editor-ui
2021-10-22 00:29:12 +00:00
Ahsan Virani
421dd72224
✨ Introduce telemetry ( #2099 )
...
* introduce analytics
* add user survey backend
* add user survey backend
* set answers on survey submit
Co-authored-by: Mutasem Aldmour <4711238+mutdmour@users.noreply.github.com>
* change name to personalization
* lint
Co-authored-by: Mutasem Aldmour <4711238+mutdmour@users.noreply.github.com>
* N8n 2495 add personalization modal (#2280 )
* update modals
* add onboarding modal
* implement questions
* introduce analytics
* simplify impl
* implement survey handling
* add personalized cateogry
* update modal behavior
* add thank you view
* handle empty cases
* rename modal
* standarize modal names
* update image, add tags to headings
* remove unused file
* remove unused interfaces
* clean up footer spacing
* introduce analytics
* refactor to fix bug
* update endpoint
* set min height
* update stories
* update naming from questions to survey
* remove spacing after core categories
* fix bug in logic
* sort nodes
* rename types
* merge with be
* rename userSurvey
* clean up rest api
* use constants for keys
* use survey keys
* clean up types
* move personalization to its own file
Co-authored-by: ahsan-virani <ahsan.virani@gmail.com>
* Survey new options (#2300 )
* split up options
* fix quotes
* remove unused import
* add user created workflow event (#2301 )
* simplify env vars
* fix versionCli on FE
* update personalization env
* fix event User opened Credentials panel
* fix select modal spacing
* fix nodes panel event
* fix workflow id in workflow execute event
* improve telemetry error logging
* fix config and stop process events
* add flush call on n8n stop
* ready for release
* improve telemetry process exit
* fix merge
* improve n8n stop events
Co-authored-by: Mutasem Aldmour <4711238+mutdmour@users.noreply.github.com>
Co-authored-by: Mutasem <mutdmour@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-10-19 05:57:49 +02:00
Jan Oberhauser
0b0ed01635
🔖 Release n8n-editor-ui@0.112.0
2021-10-15 00:03:05 +00:00
Mutasem Aldmour
d49aa18717
🐛 Fix chrome autofill issue ( #2294 )
2021-10-13 16:39:05 -07:00
Jan Oberhauser
f5ec78d77e
🔖 Release n8n-editor-ui@0.111.0
2021-10-13 22:40:35 +00:00
Jan Oberhauser
12c34db475
⬆️ Set n8n-workflow@0.72.0 on n8n-editor-ui
2021-10-13 22:40:35 +00:00
Ben Hesseldieck
3137de2585
⚡ Change credentials structure ( #2139 )
...
* ✨ change FE to handle new object type
* 🚸 improve UX of handling invalid credentials
* 🚧 WIP
* 🎨 fix typescript issues
* 🐘 add migrations for all supported dbs
* ✏️ add description to migrations
* ⚡ add credential update on import
* ⚡ resolve after merge issues
* 👕 fix lint issues
* ⚡ check credentials on workflow create/update
* update interface
* 👕 fix ts issues
* ⚡ adaption to new credentials UI
* 🐛 intialize cache on BE for credentials check
* 🐛 fix undefined oldCredentials
* 🐛 fix deleting credential
* 🐛 fix check for undefined keys
* 🐛 fix disabling edit in execution
* 🎨 just show credential name on execution view
* ✏️ remove TODO
* ⚡ implement review suggestions
* ⚡ add cache to getCredentialsByType
* ⏪ use getter instead of cache
* ✏️ fix variable name typo
* 🐘 include waiting nodes to migrations
* 🐛 fix reverting migrations command
* ⚡ update typeorm command
* ✨ create db:revert command
* 👕 fix lint error
Co-authored-by: Mutasem <mutdmour@gmail.com>
2021-10-13 15:21:00 -07:00
Mutasem Aldmour
d1824b9dd0
🐛 Fix error when opening ftp/sftp credentials ( #2298 )
...
* n8n-2513 fix error when opening credentials
* clean up validation logic
2021-10-09 13:42:30 -05:00
Jan Oberhauser
ef06c8704e
🔖 Release n8n-editor-ui@0.110.0
2021-10-07 23:07:34 +00:00
Jan Oberhauser
b8a01daf08
⬆️ Set n8n-workflow@0.71.0 on n8n-editor-ui
2021-10-07 23:07:34 +00:00
Mutasem Aldmour
1341958aae
⚡ Open new window when duplicating ( #2237 )
...
* update duplicate to open in new window
* remove active action
2021-10-07 14:59:00 -05:00
Mutasem Aldmour
857426a918
⚡ Add query param for templates ( #2293 )
2021-10-07 14:54:22 -05:00
Mutasem Aldmour
e2daa523d4
🐛 Apply default save manual executions ( #2286 )
...
* revert savemanualexecution changes
* update toasts behavior to handle default case
2021-10-06 12:13:39 -05:00
Mutasem Aldmour
7159181345
⚡ Save on new workflow executions with webhook ( #2231 )
...
* save on new workflow executions
* only save if webhook node
2021-10-06 12:06:33 -05:00
Jan
f7148bdd77
Display node-error only on executing nodes ( #2274 )
...
* ⚡ Dot not display errors on disconnected nodes
* ⚡ Fix some more inconsistencies
2021-10-06 19:02:31 +02:00
Mutasem Aldmour
582f9a1e61
🐛 Remove overlap on mobile between buttons ( #2233 )
...
* remove overlap on mobile between buttons
* update breakpoints
2021-10-05 13:33:25 -05:00
Mutasem Aldmour
a4374e235e
⚡ Add open event ( #2261 )
2021-10-05 13:28:37 -05:00
Jan Oberhauser
02100a3daf
🔖 Release n8n-editor-ui@0.109.0
2021-09-30 19:22:52 +00:00
Jan Oberhauser
70c5795564
⬆️ Set n8n-design-system@0.4.0 on n8n-editor-ui
2021-09-30 19:22:52 +00:00
Jan Oberhauser
e0cca284d8
🔖 Release n8n-editor-ui@0.108.0
2021-09-28 22:25:58 +00:00
Iván Ovejero
3a0b96bf32
🐛 Fix TypeError in nodes panel text selection ( #2258 )
2021-09-28 14:23:57 -05:00
Jan Oberhauser
d36f123e99
🔖 Release n8n-editor-ui@0.107.1
2021-09-23 10:49:02 +02:00
Iván Ovejero
e84ce79d9b
🐛 Remove auto-adding fixed collection option ( #2241 )
...
* 🔥 Remove auto-adding fixed collection option
* 🔥 Remove file from version control
2021-09-23 10:47:13 +02:00
Jan Oberhauser
4290c294e7
🔖 Release n8n-editor-ui@0.107.0
2021-09-22 15:57:45 +00:00
Jan Oberhauser
2397f0b7de
⬆️ Set n8n-workflow@0.70.0 on n8n-editor-ui
2021-09-22 15:57:45 +00:00
Iván Ovejero
5644a88d78
🎨 Fix checkmark spacing in multiOptions ( #2223 )
...
Co-authored-by: Mutasem <mutdmour@gmail.com>
2021-09-22 11:02:38 +02:00
Mutasem Aldmour
4f1bedc76e
🐛 Fix credentials modal spacing issue when no tooltip ( #2230 )
...
* fix credentials modal spacing issue when empty
* check length at inputs level
2021-09-22 09:42:19 +02:00
Mutasem Aldmour
6461423a5c
⚡ Add wait node toasts ( #2203 )
...
* ⚡ Generalize unique entity name generation
* ⚡ Standardize variable names
* redo credentials
* revert some changes, replace got with was
* fix v-if order
* fix v-if order
* update linting
* update gulpfile
* update ssh display name
* update height
* update params
* update info tip sizes
* address design comments
* update google button disabled
* update icon size to 28px
* update design issues
* update info tab design
* address design comments
* update tab size
* update run data spacing
* address comments, update logo design
* fix spacing issues
* clean up store
* fix create new bug
* add loading state
* rename prop
* remove unused prop
* fix select bug
* remove label tag
* update word break
* build
* address design comments
* update font family of button
* update menu opacity
* update text
* update title
* address more comments
* update oauth messages
* add oauth validation
* hide disabled state
* update warning modal
* show button on text input
* clean up cred details
* add validation errors
* fix bug when deleting cred
* Frontend hack to display test button
* Created interfaces for testing and endpoint
* Testing slack node credentials working
* Adding test with node to endpoint for credential testing
* Fixed linting and test detectability
* Adding required for slack token
* Added google sheets credential testing
* update message
* Adding suggestions by Ivan and Mutasem
* Address comments
* keep blurred when focused
* update font weight of errors
* add oauth banner
* remove toast
* Fixed code bug and added telegram credential testing
* scroll to top on success
* clean up duplication
* Fixed telegram trigger node and added tests to typeform
* refactor modal
* add more validation support
* refactor info tab
* scroll to bottom on save, handle cred saving
* refactor save button
* save cred on valid
* save cred on valid
* scroll to top if has error
* add targets on input labels
* delete credentails input
* revert fe changes
* update validation logic
* clean interface
* test credentials
* update banner design
* show testing state
* update x position
* fix issues
* fix focus issues
* clean up validation behavior
* make error relative
* update banner component
* update error spacing
* don't close dialog
* rename button
* update how banners behave
* if has unsaved changes first
* move confirm message
* add success banner
* update time state
* disable transitions
* test on open
* clean up banner behavior
* update banner styling
* capitalize
* update error banner styling to handle long texts
* avoid unnessary content jostling
* add loading label
* show validation warnings when opening modal
* retest cred if not all props req
* update scroll to auto
* add error warning
* update color saturation
* set overflow to auto
* fix bug to get credentials when connected
* round down to minutes
* change tab name
* update casing oauth
* disable credential testing if it has expressions
* label same as title
* add more space between close and save
* remove check on making any changes
* hide close on confirm modals
* don't accept clicks outside dialog
* fix build issues
* undo test changes
* fix table scrollbar logs
* rename modals
* fix bug with same name
* refactor modal
* fix tslint issue
* refactor name
* update name behavior
* update monospace font
* remove comment
* refactor inputs
* refactor error handling
* reduce spacing changes
* fix doc url oauth1 oauth2
* build
* add toast for waiting executions
* hide infotip if no inputs
* address most comments
* rename file
* fix menu alignment
* gst
* update types
* update language
* refactor toast behavior, add support for links clicking
* allow closing workflow modal from notification
* refactor how modals work
* fix data display
* update toast behavior
* fix type issues
* rename prop
* update overflow behavior for settings
* only expand used properties
* fix edge bug
* make scrollable prop, add margin to tags footer
* remove max height from tag manager
* rewrite message
* fix notice word break
* update property names
* clear sticky notifications on run
* build
* refactor function out
* use destruction
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
Co-authored-by: Omar Ajoue <krynble@gmail.com>
2021-09-22 09:23:37 +02:00
Omar Ajoue
443c2a4d51
✨ Updated node design and node versioning ( #1961 )
...
* ⚡ introduce versioned nodes
* Export versioned nodes for separate process run
* Add bse node for versioned nodes
* fix node name for versioned nodes
* extend node from nodeVersionedType
* improve nodes base and flow to FE
* revert lib es2019 to es2017
* include version in key to prevent duplicate key
* handle type versions on FE
* clean up
* cleanup nodes base
* add type versions in getNodeParameterOptions
* cleanup
* code review
* code review + add default version to node type description
* remove node default types from store
* 💄 cleanups
* Draft for migrated Mattermost node
* First version of Mattermost node versioned according to node standards
* Correcting deactivate operations name to match currently used one
* ✨ Create utility types
* ⚡ Simplify Mattermost types
* ⚡ Rename exports for consistency
* ⚡ Type channel properties
* ⚡ Type message properties
* ⚡ Type reaction properties
* ⚡ Type user properties
* ⚡ Add type import to router
* 🐛 Add missing key
* 🔨 Adjust typo in operation name
* 🔨 Inline exports for channel properties
* 🔨 Inline exports for message properties
* 🔨 Inline exports for reaction properties
* 🔨 Inline exports for user properties
* 🔨 Inline exports for load options
* 👕 Fix lint issue
* 🔨 Inline export for description
* 🔨 Rename descriptions for clarity
* 🔨 Refactor imports/exports for methods
* 🔨 Refactor latest version retrieval
* 🔥 Remove unneeded else clause
When the string literal union is exhausted, the resource key becomes never, so TS disallows wrong key usage.
* ✨ Add overloads to getNodeParameter
* ⚡ Improve overload
* 🔥 Remove superfluous INodeVersions type
* 🔨 Relocate pre-existing interface
* 🔥 Remove JSDoc arg descriptions
* ⚡ Minor reformatting in transport file
* ⚡ Fix API call function type
* Created first draft for Axios requests
* Working version of mattermost node with Axios
* Work in progress for replacing request library
* Improvements to request translations
* Fixed sending files via multipart / form-data
* Fixing translation from request to axios and loading node parameter options
* Improved typing for new http helper
* Added ignore any for specific lines for linting
* Fixed follow redirects changes on http request node and manual execution of previously existing workflow with older node versions
* Adding default headers according to body on httpRequest helper
* Spec error handling and fixed workflows with older node versions
* Showcase how to export errors in a standard format
* Merging master
* Refactored mattermost node to keep files in a uniform structure. Also fix bugs with merges
* Reverting changes to http request node
* Changed nullish comparison and removed repeated code from nodes
* Renamed queryString back to qs and simplified node output
* Simplified some comparisons
* Changed header names to be uc first
* Added default user agent to requests and patch http method support
* Fixed indentation, remove unnecessary file and console log
* Fixed mattermost node name
* Fixed lint issues
* Further fix linting issues
* Further fix lint issues
* Fixed http request helper's return type
Co-authored-by: ahsan-virani <ahsan.virani@gmail.com>
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
2021-09-21 19:38:24 +02:00
Mutasem Aldmour
53fbf664b5
⚡ Switch to font source for open sans ( #2220 )
...
* switch to font source for open sans
* add 700 font weight
2021-09-21 14:35:55 +02:00
Iván Ovejero
8d42eddfc2
⚡ Add infobox to Split In Batches node ( #2217 )
2021-09-19 16:13:48 +02:00
Mutasem Aldmour
ebf9a5e4cd
🐛 Temp fix build replace endpoint ( #2216 )
2021-09-17 14:56:08 +02:00
Jan Oberhauser
eb9cea2006
🔖 Release n8n-editor-ui@0.106.0
2021-09-15 09:32:57 +00:00
Jan Oberhauser
312e6d34c5
⬆️ Set n8n-design-system@0.3.0 and n8n-workflow@0.69.0 on n8n-editor-ui
2021-09-15 09:32:57 +00:00
Jan Oberhauser
86b9074424
🔀 Merge branch 'master' into fixed-collection-ux-improvements
2021-09-15 11:07:05 +02:00
Mutasem Aldmour
4db451d9d9
🐛 Fix issue showing too much data error ( #2200 )
...
* fix bug showing too much data error
* init when node changes
* revert node settings chagnes
* revert node settings chagnes
2021-09-15 10:11:59 +02:00
MedAliMarz
eb89b219f3
✨ Add Item Lists node ( #2032 )
...
* ✨ Item lists node
* Enhance the removeDuplicates operation
* Add aggregate items operation
* ⚡ Improvements
* ⚡ Improvements
* Improvements
* ⚡ Improvements
* ⚡ Improvements
* ⚡ Improvements
* ⚡ Improvements
* ⚡ Minor improvements
* ⚡ Fix issue with random option
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-09-15 09:55:36 +02:00
Mutasem Aldmour
1f71e69ed8
💄 Fix run data header spacing ( #2161 )
2021-09-11 13:19:32 +02:00
Mutasem Aldmour
3d6b40b852
✨ Update credentials modal ( #2154 )
...
* ⚡ Generalize unique entity name generation
* ⚡ Standardize variable names
* redo credentials
* revert some changes, replace got with was
* fix v-if order
* fix v-if order
* update linting
* update gulpfile
* update ssh display name
* update height
* update params
* update info tip sizes
* address design comments
* update google button disabled
* update icon size to 28px
* update design issues
* update info tab design
* address design comments
* update tab size
* update run data spacing
* address comments, update logo design
* fix spacing issues
* clean up store
* fix create new bug
* add loading state
* rename prop
* remove unused prop
* fix select bug
* remove label tag
* update word break
* build
* address design comments
* update font family of button
* update menu opacity
* update text
* update title
* address more comments
* update oauth messages
* add oauth validation
* hide disabled state
* update warning modal
* show button on text input
* clean up cred details
* add validation errors
* fix bug when deleting cred
* Frontend hack to display test button
* Created interfaces for testing and endpoint
* Testing slack node credentials working
* Adding test with node to endpoint for credential testing
* Fixed linting and test detectability
* Adding required for slack token
* Added google sheets credential testing
* update message
* Adding suggestions by Ivan and Mutasem
* Address comments
* keep blurred when focused
* update font weight of errors
* add oauth banner
* remove toast
* Fixed code bug and added telegram credential testing
* scroll to top on success
* clean up duplication
* Fixed telegram trigger node and added tests to typeform
* refactor modal
* add more validation support
* refactor info tab
* scroll to bottom on save, handle cred saving
* refactor save button
* save cred on valid
* save cred on valid
* scroll to top if has error
* add targets on input labels
* delete credentails input
* revert fe changes
* update validation logic
* clean interface
* test credentials
* update banner design
* show testing state
* update x position
* fix issues
* fix focus issues
* clean up validation behavior
* make error relative
* update banner component
* update error spacing
* don't close dialog
* rename button
* update how banners behave
* if has unsaved changes first
* move confirm message
* add success banner
* update time state
* disable transitions
* test on open
* clean up banner behavior
* update banner styling
* capitalize
* update error banner styling to handle long texts
* avoid unnessary content jostling
* add loading label
* show validation warnings when opening modal
* retest cred if not all props req
* update scroll to auto
* add error warning
* update color saturation
* set overflow to auto
* fix bug to get credentials when connected
* round down to minutes
* change tab name
* update casing oauth
* disable credential testing if it has expressions
* label same as title
* add more space between close and save
* remove check on making any changes
* hide close on confirm modals
* don't accept clicks outside dialog
* fix build issues
* undo test changes
* fix table scrollbar logs
* rename modals
* fix bug with same name
* refactor modal
* fix tslint issue
* refactor name
* update name behavior
* update monospace font
* remove comment
* refactor inputs
* refactor error handling
* reduce spacing changes
* fix doc url oauth1 oauth2
* build
* hide infotip if no inputs
* address most comments
* rename file
* fix menu alignment
* gst
* update types
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
Co-authored-by: Omar Ajoue <krynble@gmail.com>
2021-09-11 10:15:36 +02:00
Mutasem Aldmour
63e2bd25c9
🐛 Fix safari label bug ( #2194 )
2021-09-10 17:05:05 +02:00
Iván Ovejero
abb80b4888
⚡ Limit auto-expansion to required params only
2021-09-10 16:51:54 +02:00
Iván Ovejero
19afcdbcfd
⚡ Prevent excess option addition
2021-09-09 19:32:10 +02:00
Iván Ovejero
3045c0de1e
⚡ Add first fixed collection option automatically
2021-09-09 11:02:29 +02:00
Iván Ovejero
4b3fc14e15
⚡ Hide middle container if empty string
2021-09-09 11:02:03 +02:00
Jan Oberhauser
1d90ea3cca
🔖 Release n8n-editor-ui@0.105.0
2021-09-05 17:49:41 +00:00
Jan Oberhauser
5d9b4bda69
⬆️ Set n8n-design-system@0.2.0 and n8n-workflow@0.67.0 on n8n-editor-ui
2021-09-05 17:49:41 +00:00
Iván Ovejero
833b47c5a2
⚡ Restore calls to open tooltip links on new tab ( #2169 )
2021-09-03 10:47:17 +02:00
Jan Oberhauser
6cbee0fadf
🔖 Release n8n-editor-ui@0.104.0
2021-08-29 21:27:13 +00:00
Jan Oberhauser
c3744061e3
⬆️ Set n8n-workflow@0.66.0 on n8n-editor-ui
2021-08-29 21:27:13 +00:00
Iván Ovejero
56c4c6991f
🎨 Set up linting and formatting ( #2120 )
...
* ⬆️ Upgrade TS to 4.3.5
* 👕 Add ESLint configs
* 🎨 Add Prettier config
* 📦 Add deps and commands
* ⚡ Adjust global .editorconfig to new ruleset
* 🔥 Remove unneeded local .editorconfig
* 📦 Update deps in editor-ui
* 🔨 Limit Prettier to only TS files
* ⚡ Add recommended VSCode extensions
* 👕 Fix build
* 🔥 Remove Vue setting from global config
* ⚡ Disable prefer-default-export per feedback
* ✏️ Add forgotten divider
* 👕 Disable no-plusplus
* 👕 Disable class-methods-use-this
* ✏️ Alphabetize overrides
* 👕 Add one-var consecutive override
* ⏪ Revert one-var consecutive override
This reverts commit b9252cf935
.
* 🎨 👕 Lint and format workflow package (#2121 )
* 🎨 Format /workflow package
* 👕 Lint /workflow package
* 🎨 Re-format /workflow package
* 👕 Re-lint /workflow package
* ✏️ Fix typo
* ⚡ Consolidate if-checks
* 🔥 Remove prefer-default-export exceptions
* 🔥 Remove no-plusplus exceptions
* 🔥 Remove class-methods-use-this exceptions
* 🎨 👕 Lint and format node-dev package (#2122 )
* 🎨 Format /node-dev package
* ⚡ Exclude templates from ESLint config
This keeps the templates consistent with the codebase while preventing lint exceptions from being made part of the templates.
* 👕 Lint /node-dev package
* 🔥 Remove prefer-default-export exceptions
* 🔥 Remove no-plusplus exceptions
* 🎨 👕 Lint and format core package (#2123 )
* 🎨 Format /core package
* 👕 Lint /core package
* 🎨 Re-format /core package
* 👕 Re-lint /core package
* 🔥 Remove prefer-default-export exceptions
* 🔥 Remove no-plusplus exceptions
* 🔥 Remove class-methods-use-this exceptions
* 🎨 👕 Lint and format cli package (#2124 )
* 🎨 Format /cli package
* 👕 Exclude migrations from linting
* 👕 Lint /cli package
* 🎨 Re-format /cli package
* 👕 Re-lint /cli package
* 👕 Fix build
* 🔥 Remove prefer-default-export exceptions
* ⚡ Update exceptions in ActiveExecutions
* 🔥 Remove no-plusplus exceptions
* 🔥 Remove class-methods-use-this exceptions
* 👕 fix lint issues
* 🔧 use package specific linter, remove tslint command
* 🔨 resolve build issue, sync dependencies
* 🔧 change lint command
Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com>
2021-08-29 20:58:11 +02:00
Mutasem Aldmour
5bd8f7c93e
✨ Implement design system ( #2050 )
...
* split up main, sass imports, import new nds
* migrate most buttons
* update sizes based on feedback
* update copy buttons
* update executions list
* fix issues
* force message box buttons
* update warning color
* update more buttons
* wrap message box buttons
* update last component
* lint fixes
* add build report step
* breakout imports
* set package.json
* fix notification bug
* clean up imports
* use build directories directly
* update imports
* remove xl size
* update number inputs
* fix input width
* update line height, fix icon bug
* fix up editor
* fix spacing between buttons
* Reset line height
* revert changes to this
* revert changes
* clean up button sizes
* change to outline
* update select height
* update tooltip
* remove build report step
* clean up impl
* remove regenerator runtime
* add design system repo
* apply editorconfig
* apply editor config prettier
* lint issue
* switch to tabs
* switch to single space
* update eslintrc
* remove git modules
* update sass package
* support dart sass
* add build
* update dependency
* update contributing.md
* set repo
* update versions
* add tslint step
* update spacing to spaces, add dev step
* add test step
* add test step
* update browser lint rc
* remove .github
* delete .gitignore
* set comment for icons
* remove preview link
* update button interface
* update types
* set types
* clean up intro
* update intro
* remove assets
* move into preview
* remove headline comment
* reduce theme build
* loading executions
* match deps versions
* match deps versions
* fix lint issues
* fix lint issues
* update callback
* disable codacy for docs.css
* fix storybook issues
* add design system to docker image
* update spacing around delete sort button
* set line height to stop juggling headline
* update sizes
* clean up vars
* fix scss issues
* update button vars
* add shade color
* fix button without click
* fix buttons bug
* fix bug with executions list
* clean up theme
* update link styling
* fix typo
* run prettier
* 🎨 code format
* 🎨 code format
* 🔥 remove empty files
* ✨ N8n 2284 new inputs (#2075 )
* implement inputs
* prettier fixes
* revert unnessary change
* move input components and tooltip
* remove form elements
* move select
* update input placements
* update sizes
* update credentails
* clean up select size
* fix caret issue
* update inputs
* clean up select
* fix tags dropdown border
* clean up tags input
* fix workflow name bug
* clean up select here
* add sizes template
* fix option caret
* fix input sizes
* update date input size
* remove tags input override
* update prop
* update input size
* center run data inputs
* update disabled colors
* update execution header
* update scrollbar
* update text area spacing
* fix items in header
* update run data tooltip
* remove popover
* update prefix positions
* add filterable demo
* address design issues
* fix input issues, flip boolean input to text
* update input sufffix colors
* remove override
* speed up switch, fix toggle spacing issue
* update icon
* remove icon classes
* clean up inputs
* clean up inputs with icons
* update input spacing again
* update suffix position
* build
* Add support for xlarge inputs
* fix input issues
* fix input issue
* update listeners
* update number inputs for settings
* update append/prepend spacing
* clean up inputs, set expression input as text
* fix type errors
* fix workflow number input
* fix tags dropdown bug
* fix bugs
* fix menu item bug
* remove font weight from link element
* remove default
* fix select option
* fix contrast issues
* allow overflow x for multi selects
* fix icon
* update options select
* fix issue that resolves expression to null
* update how actions are centered
* fix up selects
* update selects to support limiting size
* update option styles
* ⚡ Apply suggestions BHesseldieck
Co-authored-by: Ben Hesseldieck <1849459+BHesseldieck@users.noreply.github.com>
* 🎨 code format
Co-authored-by: Jan <janober@users.noreply.github.com>
Co-authored-by: Ben Hesseldieck <1849459+BHesseldieck@users.noreply.github.com>
Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com>
* ⏪ Revert "🔥 remove empty files"
This reverts commit e91ace4e52
.
* ⚡ Remove private from n8n-design-system package
* 🎨 Change to spaces to stay consistent with editorconfig & others
package files
* ⚡ Fix year in license
Co-authored-by: Ben Hesseldieck <1849459+BHesseldieck@users.noreply.github.com>
Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com>
Co-authored-by: Jan <janober@users.noreply.github.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-08-29 13:36:17 +02:00
Jan Oberhauser
54edd81856
🔖 Release n8n-editor-ui@0.103.1
2021-08-27 19:43:08 +02:00
Omar Ajoue
5a97dbf4c5
⚡ Fix canvas update on workflow duplication ( #2119 )
...
* Reverting some changes in the way the canvas is updated so that conext is not lost when duplicating a workflow
* Removed unnecessary if
2021-08-27 19:32:21 +02:00
maxtkacz
fb71324a53
⚡ Small tweaks to error and toast messages ( #2142 )
...
Removed instances of "got" - aimed to make very small changes that arn't very stylistic/ opinionated just basic native english tweaks
2021-08-27 17:25:54 +02:00
Iván Ovejero
176e475c8e
:xap: Open tooltip links on new tab ( #2106 )
...
* ✨ Create mixin
* ⚡ Implement mixin
* 🔥 Remove hardcoded attribute
* 🔨 Refactor mixin into helper
* 🔨 Refactor string replacement
* ✏️ Unrelated description fixes
* ⚡ Simplify helper import
2021-08-26 19:42:38 +02:00
Jan Oberhauser
f29ec19915
🔖 Release n8n-editor-ui@0.103.0
2021-08-22 12:40:44 +00:00
Jan Oberhauser
833eaeb3d4
⬆️ Set n8n-workflow@0.65.0 on n8n-editor-ui
2021-08-22 12:40:44 +00:00
Jan
5a179cd5ae
✨ Implement Wait functionality ( #1817 )
...
* refactor saving
* refactor api layer to be stateless
* refactor header details
* set variable for menu height
* clean up scss
* clean up indentation
* clean up dropdown impl
* refactor no tags view
* split away header
* Fix tslint issues
* Refactor tag manager
* add tags to patch request
* clean up scss
* ⚡ Refactor types to entities
* fix issues
* update no workflow error
* clean up tagscontainer
* use getters instead of state
* remove imports
* use custom colors
* clean up tags container
* clean up dropdown
* clean up focusoncreate
* ⚡ Ignore mistaken ID in POST /workflows
* ⚡ Fix undefined tag ID in PATCH /workflows
* ⚡ Shorten response for POST /tags
* remove scss mixins
* clean up imports
* ⚡ Implement validation with class-validator
* address ivan's comments
* implement modals
* Fix lint issues
* fix disabling shortcuts
* fix focus issues
* fix focus issues
* fix focus issues with modal
* fix linting issues
* use dispatch
* use constants for modal keys
* fix focus
* fix lint issues
* remove unused prop
* add modal root
* fix lint issues
* remove unused methods
* fix shortcut
* remove max width
* ⚡ Fix duplicate entry error for pg and MySQL
* update rename messaging
* update order of buttons
* fix firefox overflow on windows
* fix dropdown height
* 🔨 refactor tag crud controllers
* 🧹 remove unused imports
* use variable for number of items
* fix dropdown spacing
* ⚡ Restore type to fix build
* ⚡ Fix post-refactor PATCH /workflows/:id
* ⚡ Fix PATCH /workflows/:id for zero tags
* ⚡ Fix usage count becoming stringified
* address max's comments
* fix filter spacing
* fix blur bug
* address most of ivan's comments
* address tags type concern
* remove defaults
* ⚡ return tag id as string
* 🔨 add hooks to tag CUD operations
* 🏎 simplify timestamp pruning
* remove blur event
* fix onblur bug
* ⚡ Fix fs import to fix build
* address max's comments
* implement responsive tag container
* fix lint issues
* update tag limits
* address ivan's comments
* remove rename, refactor header, implement new designs for save, remove responsive tag container
* update styling
* update styling
* implement responsive tag container
* implement header tags edit
* implement header tags edit
* fix lint issues
* implement expandable input
* minor fixes
* minor fixes
* use variable
* rename save as
* duplicate fixes
* minor edit fixes
* lint fixes
* style fixes
* hook up saving name
* hook up tags
* clean up impl
* fix dirty state bug
* update limit
* update notification messages
* on click outside
* fix minor bug with count
* lint fixes
* handle minor edge cases
* handle minor edge cases
* handle minor bugs; fix firefox dropdown issue
* Fix min width
* apply tags only after api success
* remove count fix
* clean up workflow tags impl, fix tags delete bug
* fix minor issue
* fix minor spacing issue
* disable wrap for ops
* fix viewport root; save on click in dropdown
* save button loading when saving name/tags
* implement max width on tags container
* implement cleaner create experience
* disable edit while updating
* codacy hex color
* refactor tags container
* fix clickability
* fix workflow open and count
* clean up structure
* fix up lint issues
* fix button size
* increase workflow name limit for larger screen
* tslint fixes
* disable responsiveness for workflow modal
* rename event
* change min width for tags
* clean up pr
* address max's comments on styles
* remove success toasts
* add hover mode to name
* minor fixes
* refactor name preview
* fix name input not to jiggle
* finish up name input
* Fix up add tags
* clean up param
* clean up scss
* fix resizing name
* fix resizing name
* fix resize bug
* clean up edit spacing
* ignore on esc
* fix input bug
* focus input on clear
* build
* fix up add tags clickablity
* remove scrollbars
* move into folders
* clean up multiple patch req
* remove padding top from edit
* update tags on enter
* build
* rollout blur on enter behavior
* rollout esc behavior
* fix tags bug when duplicating tags
* move key to reload tags
* update header spacing
* build
* update hex case
* refactor workflow title
* remove unusued prop
* keep focus on error, fix bug on error
* Fix bug with name / tags toggle on error
* fix connection push bug
* :spakles: Implement wait functionality
* 🐛 Do not delete waiting executions with prune
* ⚡ Improve SQLite migration to not lose execution data anymore
* ⚡ Make it possible to restart waiting execution via webhook
* ⚡ Add missing file
* 🐛 Some more merge fixes
* ⚡ Do not show error for Wait-Nodes if in time-mode
* ⚡ Make $executionId available in expressions
* 👕 Fix lint issue
* 👕 Fix lint issue
* 👕 Fix lint issue
* ⚡ Set the unlimited sleep time as a variable
* ⚡ Add also sleeping webhook path to config
* ⚡ Make it possible to retrieve restartUrl in workflow
* ⚡ Add authentication to Wait-Node in Webhook-Mode
* ⚡ Return 404 when trying to restart execution via webhook which does
not support it
* ✨ Make it possible to set absolute time on Wait-Node
* ⚡ Remove not needed imports
* ⚡ Fix description format
* ✨ Implement missing webhook features on Wait-Node
* ⚡ Display webhook variable in NodeWebhooks
* ⚡ Include also date in displayed sleep time
* ⚡ Make it possible to see sleep time on node
* ⚡ Make sure that no executions does get executed twice
* ⚡ Add comment
* ⚡ Further improvements
* ⚡ Make Wait-Node easier to use
* ✨ Add support for "notice" parameter type
* Fixing wait node to work with queue, improved logging and execution view
* Added support for mysql and pg
* ✨ Add support for webhook postfix path
* ✨ Make it possible to stop sleeping executions
* ⚡ Fix issue with webhook paths in not webhook mode
* ⚡ Remove not needed console.log
* ⚡ Update TODOs
* ⚡ Increase min time of workflow staying active to descrease possible issue
with overlap
* 👕 Fix lint issue
* 🐛 Fix issues with webhooks
* ⚡ Make error message clearer
* ⚡ Fix issue with missing execution ID in scaling mode
* Fixed execution list to correctly display waiting executins
* Feature: enable webhook wait workflows to continue after specified time
* Fixed linting
* ⚡ Improve waiting description text
* ⚡ Fix parameter display issue and rename
* ⚡ Remove comment
* ⚡ Do not display webhooks on Wait-Node
* Changed wording from restart to resume on wait node
* Fixed wording and inconsistent screen when changing resume modes
* Removed dots from the descriptions
* Changed docs url and renaming postfix to suffix
* Changed names from sleep to wait
* ⚡ Apply suggestions from ben
Co-authored-by: Ben Hesseldieck <1849459+BHesseldieck@users.noreply.github.com>
* Some fixes by Ben
* ⚡ Remove console.logs
* ⚡ Fixes and improvements
Co-authored-by: Mutasem <mutdmour@gmail.com>
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com>
Co-authored-by: Ben Hesseldieck <1849459+BHesseldieck@users.noreply.github.com>
Co-authored-by: Omar Ajoue <krynble@gmail.com>
2021-08-21 14:11:32 +02:00
Omar Ajoue
3b73cb6a56
Adjustments suggested by @mutdmour
2021-08-19 15:26:38 +02:00
Omar Ajoue
82dbbcd2e0
Changed the webhook id change code placement
2021-08-19 10:51:30 +02:00
Omar Ajoue
86fa3a6b9e
Updates webhook UUIDs to a new one when duplicating
2021-08-18 16:25:05 +02:00
Jan Oberhauser
2d1e3de219
🔖 Release n8n-editor-ui@0.102.0
2021-08-15 18:32:12 +00:00
Ahsan Virani
31cf43c294
⚡ Add additional frontend hooks ( #2073 )
2021-08-13 12:01:12 +02:00
Jan Oberhauser
c2d043ecc1
🔖 Release n8n-editor-ui@0.101.0
2021-08-08 10:47:29 +00:00
Jan
6ffc46c79d
Revert " 🐛 Fix ipad drag issue ( #2016 )" ( #2062 )
...
This reverts commit 5bdcadf93d
.
2021-08-08 11:14:09 +02:00
Mutasem Aldmour
5bdcadf93d
🐛 Fix ipad drag issue ( #2016 )
2021-08-08 10:43:34 +02:00
Mutasem Aldmour
fa31c0c7b6
🐛 Fix UI blocking with large workflows ( #2053 )
...
* fix reactivity bug
* Clean up props
* add comma
* clean up, reduce reactivity more
* ts issues
2021-08-07 09:35:59 +02:00
Jan Oberhauser
8d55baeeae
🔖 Release n8n-editor-ui@0.100.0
2021-07-24 20:01:24 +00:00
Jan Oberhauser
27ea1e0700
⬆️ Set n8n-workflow@0.64.0 on n8n-editor-ui
2021-07-24 20:01:23 +00:00
Jan Oberhauser
2afd93520a
🐛 Fix issue that it displayed URLs after credential change for all
...
node types
2021-07-23 22:27:22 +02:00
Mutasem Aldmour
47eb2c73ca
✨ Refresh options #1678 ( #2012 )
...
* Allow refresh remoteOptions
* clean up pr, update option name, move option down
Co-authored-by: Anthr@X <4828355+AnthraX1@users.noreply.github.com>
2021-07-23 17:52:25 +02:00
Mutasem Aldmour
a9550202df
🧹 clean up editor based on #1418 ( #2010 )
...
* clean up editor based on #1418
* remove unused ref
* address comment on guard style
2021-07-23 17:50:47 +02:00
MedAliMarz
5602929210
🎨 Update webhook URL details UI ( #2004 )
...
* Update the webhook URL details
* Change radio buttons values
* Limit the effects for the webhook node
2021-07-23 17:42:46 +02:00
MedAliMarz
10acbecfaa
🐛 Fix workflow activation confirmation modal ( #2005 )
...
* Show the activation message if the workflow is not saved
* Apply review changes
2021-07-23 09:32:56 +02:00
Mutasem Aldmour
98ec23544b
✨ Add new version notification ( #1977 )
...
* add menu item
* implement versions modal
* fix up modal
* clean up badges
* implement key features
* fix up spacing
* add error message
* add notification icon
* fix notification
* fix bug when no updates
* address lint issues
* address multi line nodes
* add closing animation
* keep drawer open
* address design feedback
* address badge styling
* use grid for icons
* update cli to return version information
* set env variables
* add scss color variables
* address comments
* fix lint issue
* handle edge cases
* update scss variables, spacing
* update spacing
* build
* override top value for theme
* bolden version
* update config
* check endpoint exists
* handle long names
* set dates
* set title
* fix bug
* update warning
* remove unused component
* refactor components
* add fragments
* inherit styles
* fix icon size
* fix lint issues
* add cli dep
* address comments
* handle network error
* address empty case
* Revert "address comments"
480f969e07
* remove dependency
* build
* update variable names
* update variable names
* refactor verion card
* split out variables
* clean up impl
* clean up scss
* move from nodeview
* refactor out gift notification icon
* fix lint issues
* clean up variables
* update scss variables
* update info url
* Add instanceId to frontendSettings
* Use createHash from crypto module
* Add instanceId to store & send it as http header
* Fix lintings
* Fix interfaces & apply review changes
* Apply review changes
* add console message
* update text info
* update endpoint
* clean up interface
* address comments
* cleanup todo
* Update packages/cli/config/index.ts
Co-authored-by: Ben Hesseldieck <1849459+BHesseldieck@users.noreply.github.com>
* update console message
* ⚡ Display node-name on hover
* ⚡ Formatting fix
Co-authored-by: MedAliMarz <servfrdali@yahoo.fr>
Co-authored-by: Ben Hesseldieck <1849459+BHesseldieck@users.noreply.github.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-07-22 10:22:17 +02:00
Jan Oberhauser
d14de339a9
🔖 Release n8n-editor-ui@0.99.0
2021-07-18 12:26:52 +00:00
MedAliMarz
e2e57539d6
🐛 Change the dirty state after deleting a workflow ( #1992 )
2021-07-17 09:00:39 +02:00
Jan Oberhauser
f625f7c3f8
🔖 Release n8n-editor-ui@0.98.0
2021-07-11 16:23:06 +00:00
Jan Oberhauser
45e73ad628
👕 Fix lint issue
2021-07-11 18:18:01 +02:00
Iván Ovejero
922880f93d
⚡ Fix workflow ID type on download ( #1956 )
2021-07-10 23:23:19 +02:00
Omar Ajoue
d3da5023f0
🐛 Fix "unknown", never-end workflow and not displaying error message ( #1978 )
...
* Added try catch blocks to avoid endlessly running workflows
* Added handling for subworkflows
* ⚡ Fix one cause of "unkown" status of worklows with "main" mode
* ⚡ Fix one cause of "unkown" status of worklows with "own" mode
* ⚡ Fix one cause of "unkown" status of worklows with "queue" mode
* Saving database recovery
* 🐛 Fix issue that errors did not get saved correctly and also not
displayed
* ⚡ Save workflow timeout correctly as error
* Adding error capture to queued jobs
* ⚡ Mark canceled executions as not finished consistently across all
modes
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-07-10 11:34:41 +02:00
Mutasem Aldmour
a842e4bc0a
🐛 Fix nodes panel reactivity bug ( #1972 )
...
* add keys
* fix nodes panel reactivity bug
* fix lint issues
2021-07-08 07:46:20 +02:00
Omar Ajoue
8d235e94cb
⚡ Performance improvements for executions count on Postgres ( #1888 )
...
* Performance improvements for executions count on Postgres
As reported by a community member https://community.n8n.io/t/stress-load-testing/4846/5
and https://github.com/n8n-io/n8n/issues/1578 , when using postgres with
a big volume of executions, the executions list's performance degrades.
This PR is aimed at Postgres specifically by querying postgres' stats
collector instead of running a full table scan, providing a good
estimate.
More can be read here: https://www.citusdata.com/blog/2016/10/12/count-performance/
* Removed order of magnitude so we display closer numbers
* Making count based on statistics only when not applying filters
* ⚡ Minor styling improvements
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-07-06 23:25:25 +02:00
Jan Oberhauser
80a5c8ac60
🔖 Release n8n-editor-ui@0.97.0
2021-07-04 18:14:34 +00:00
Jan Oberhauser
ba7b487517
⬆️ Set n8n-workflow@0.63.0 on n8n-editor-ui
2021-07-04 18:14:34 +00:00
Jan Oberhauser
b49202687d
✨ Add support to display binary video content
2021-07-03 14:30:02 +02:00
Mutasem Aldmour
a42bbf88f8
⚡ Enable tags selection ( #1960 )
2021-07-01 10:15:28 +02:00
Mutasem Aldmour
a080fab1f1
⚡ Update click outside events to limit only to click events, ignoring blur ( #1953 )
2021-06-30 09:17:30 +02:00
Jan Oberhauser
3a2456a88e
🔖 Release n8n-editor-ui@0.96.1
2021-06-29 10:56:43 +02:00
Mutasem Aldmour
a4d0c0fcad
🐛 Fix keyboard shortcut issues ( #1934 )
...
* fix keyboard shortcut issues
* remove duplicate check
* remove duplicate check
2021-06-29 10:47:28 +02:00
Jan Oberhauser
7f9d546f60
🔖 Release n8n-editor-ui@0.96.0
2021-06-27 11:44:09 +00:00
Mutasem Aldmour
f940ba8f71
🐛 Fix workflow execution bugs ( #1941 )
2021-06-27 08:37:53 +02:00
Mutasem Aldmour
69a013d719
⚡ Improve zooming ( #1903 )
...
* implement import
* set name, remove console log
* add validation and such
* remove monday.com package for testing
* clean up code
* await new name
* refactor api requests
* remove unnessary import
* build
* add zoom button
* update positions on loading template
* update error handling
* build
* update zoom to center
* set state to dirty upon leaving
* clean up pr
* refactor func
* refactor redir
* fix lint issue
* refactor func out
* use new endpoint
* revert error changes
* revert error changes
* update logic to find top left node
* zoom to fit when opening workflow
* revert testing change
* update zoom buttons to focus on origin
* update zoom shortcut
* update shortcuts
* update case
* remove debounce
* add secondary mappings
* fix reset
* add semicolon
* split func
* address comments
* refactor out
* refactor out
* reset zoom when opening new workflow
* move interface to common file
* remove duplicate
* fix import sort
* clean up pr
* clean up pr
* ⚡ Ignore keyboard shortcuts in select fields
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-06-23 12:49:34 +02:00
Iván Ovejero
6bbff58faa
🐛 Fix console error on node deletion ( #1921 )
...
* 🐛 Fix this is undefined on node deletion
* ⚡ Update to latest per feedback
2021-06-22 19:45:48 +02:00
Iván Ovejero
bd4fbf3a4b
⚡ Touch up display for large error cause ( #1927 )
2021-06-22 19:43:43 +02:00
Mutasem Aldmour
1d5ba3d437
✨ Allow to load workflow templates ( #1887 )
...
* implement import
* set name, remove console log
* add validation and such
* remove monday.com package for testing
* clean up code
* await new name
* refactor api requests
* remove unnessary import
* build
* add zoom button
* update positions on loading template
* update error handling
* build
* update zoom to center
* set state to dirty upon leaving
* clean up pr
* refactor func
* refactor redir
* fix lint issue
* refactor func out
* use new endpoint
* revert error changes
* revert error changes
* update logic to find top left node
* zoom to fit when opening workflow
* revert testing change
* update case
* address comments
* reset zoom when opening new workflow
* update endpoint to plural form
* update endpoint
* ⚡ Minor improvements
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-06-22 19:33:07 +02:00
Jan Oberhauser
4dde8bb032
🔖 Release n8n-editor-ui@0.95.0
2021-06-20 09:17:14 +00:00
Jan Oberhauser
4b1f3e9802
⬆️ Set n8n-workflow@0.62.0 on n8n-editor-ui
2021-06-20 09:17:14 +00:00
Jan Oberhauser
73fc13fef1
⚡ Fix dependencies
2021-06-20 10:49:51 +02:00
Kaito Udagawa
f08c13a222
✨ Fix dependencies
...
This fixes the problem when running lerna bootstrap without --hoist.
2021-06-20 13:03:01 +09:00
Ben Hesseldieck
c0c994d245
⚡ Add hooks to Node Lifecycle ( #1882 )
...
* ⚡ add hook when closing node editing view
* ⚡ add hook for node deletion
* ⚡ add hook call to escape key
2021-06-18 22:47:03 +02:00
Ben Hesseldieck
0470740737
✨ Change the UI of the Nodes Panel ( #1855 )
...
* Add codex search properties to node types
* implement basic styles
* update header designs
* update node list designs
* add trigger icon
* refactor node creator list
* implement categories and subcategories
* fix up spacing
* add arrows
* implement navigatable list
* implement more of feature
* implement navigation
* add transitions
* fix lint issues
* fix overlay
* ⚡ Get and add codex categories
* fix up design
* update borders
* implement no-matches view
* fix preview bug
* add color to search
* clean up borders
* add comma
* Revert "Merge branch 'add-codex-data' of github.com:n8n-io/n8n into PROD-819-nodes-panel-redesign"
38b7d7ead1
* use new impl
* remove empty categories
* update scrolling, hide start node
* make scrollable
* remove text while subcategory panel is open
* fix up spacing
* fix lint issues
* update descriptions
* update path
* update images
* fix tags manager
* give min height to image
* gst
* update clear color
* update font size
* fix firefox spacing
* close on click outside
* add external link icon
* update iterator key
* add client side caching for images
* update caching header
* ⚡ ️ Add properties to codex for nodes panel (#1854 )
* ⚡ Get and add codex categories
* ⚡ Add parens to evaluation + destructuring
* 🔥 Remove non-existing class reference
* ⚡ Add alias to codex property
* move constants
* 🔨 Rename CodexCategories to CodexData
* ✏️ Update getCodex documentation
* refactor and move
* refactor no results view
* more refactoring
* refactor subcategory panel
* more refactoring
* update text
* update no results view
* add miscellaneous to end of list
* address design feedback
* reimplement node search
* fix up clear
* update placeholder color
* impl transition
* focus on tab
* update spacing
* fix transition bug on start
* fix up x
* fix position
* build
* safari fix
* remove input changes
* css bleed issue with image
* update css value
* clean up
* simplify impl
* rename again
* rename again
* rename all
* fix hover bug
* remove keep alive
* delete icon
* update interface type
* refactor components
* update scss to module
* clean up impl
* clean up colors as vars
* fix indentation
* clean up scss
* clean up scss
* clean up scss
* clean up scss
* Clean up files
* update logic to be more efficient
* fix search bug
* update type
* remove unused
* clean up js
* update scrollable, border impl, transition
* fix simicolon
* build
* update search
* address max's comments
* change icon border radius
* change margin
* update icon size
* update icon size
* update slide transition out
* add comma
* remove full
* update trigger icon size
* fix image size
* address design feedback
* update external link icons
* address codacy issues
* support custom nodes without codex file
* address jan's feedback
* address Ben's comments
* add subcategory index
* open/close categories with arrow keys
* add lint comment
* Address latest comments
* ⚡ Minor changes
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
Co-authored-by: Mutasem <mutdmour@gmail.com>
Co-authored-by: Mutasem Aldmour <4711238+mutdmour@users.noreply.github.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-06-18 07:58:26 +02:00
Jan Oberhauser
310ae3be98
🔖 Release n8n-editor-ui@0.94.1
2021-06-16 12:50:30 +02:00
Jan Oberhauser
21caa207e8
🔖 Release n8n-editor-ui@0.94.0
2021-06-13 17:57:44 +00:00
Jan Oberhauser
ef93a34f8f
⬆️ Set n8n-workflow@0.61.0 on n8n-editor-ui
2021-06-13 17:57:44 +00:00
Iván Ovejero
c0ec1ed606
✨ Show activation error details for trigger nodes ( #1787 )
...
* ⚡ Implement error details in toast notification
* ⚡ Refactor error notification
* ⚡ Pipe activation error in prod mode to FE
* ⚡ Add node name to activation error details
* ⚡ Disable ignoring with ts-check
* 📝 fix spelling
Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com>
2021-06-12 17:06:56 +02:00
Jan Oberhauser
b03988220f
🔖 Release n8n-editor-ui@0.93.0
2021-06-06 20:20:54 +00:00
Jan Oberhauser
09e14987f0
🐛 Display issue that view crashes with large requests
2021-06-06 14:53:48 -05:00
MedAliMarz
6ccb42156d
🐛 Fix NodeViewNew navigation handling ( #1853 )
...
* 🐛 Fix NodeViewNew navigation handling
* Use event emitter pattern to fix duplicate navigation
* Apply review suggestions
* Remove unnecessary arrow function
* ⚡ Also fix for keyboard shortcut
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-06-04 16:13:42 -05:00
Jan Oberhauser
e1190d7ed3
🔖 Release n8n-editor-ui@0.92.2
2021-06-03 18:48:11 -05:00
Iván Ovejero
40e41f7506
⚡ Restructure IPushData union types ( #1836 )
...
* ✨ Send console.log messages to editor-UI
* ⚡ Send message only to session which started workflow
* ⚡ Made it also work in own process
* ⚡ Add support for console.log UI forward also to FunctionItem Node
* 👕 Fix lint issue
* 👕 Fix linting issue
* ⚡ Restructure IPushData unions in /cli
* ⚡ Restructure IPushData unions in /editor-ui
* 🔥 Remove unneeded castings
* 🔥 Remove commented code
* ⚡ Improve code
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
Co-authored-by: Jan <janober@users.noreply.github.com>
2021-06-03 18:17:18 -05:00
Jan Oberhauser
e4bac15d05
🐛 Fix issue that deleted value in expression did reappear after item select
2021-06-03 16:53:01 -05:00
Jan Oberhauser
8ce158d1a4
🐛 Fix error message on textarea field clicks
2021-06-02 20:48:07 -05:00
Jan Oberhauser
ef08a4a3f7
🔖 Release n8n-editor-ui@0.92.1
2021-05-31 13:15:59 -05:00
Jan Oberhauser
8f6344fbd5
🐛 Fix issue with selecting variables in Expression Editor
2021-05-31 12:59:45 -05:00
Mutasem Aldmour
7a5e69d4e5
🐛 Enable header clicks on tags ( #1848 )
...
* enable header clicks
* remove unused func
2021-05-31 18:34:55 +02:00
Jan Oberhauser
40af847cb3
🔖 Release n8n-editor-ui@0.92.0
2021-05-30 17:47:30 +00:00
Jan Oberhauser
9698f6b94b
⬆️ Set n8n-workflow@0.60.0 on n8n-editor-ui
2021-05-30 17:47:30 +00:00
Jan Oberhauser
4d86384d9d
🐛 Fix issue with adding expression to parameter
2021-05-29 22:41:54 -05:00
Jan Oberhauser
2d9c2e1a1e
⚡ Speed up expression editor
2021-05-29 21:08:41 -05:00
Jan Oberhauser
a5300a5f24
⚡ Fix errors in expression editor
2021-05-29 19:49:20 -05:00
Jan Oberhauser
b219a4df63
⚡ Set fixed version of vue-json-pretty to fix copy-values issue
2021-05-29 19:46:45 -05:00
Jan
4946bfcd3e
✨ Add functionality to send console.log messages to editor-UI ( #1816 )
...
* ✨ Send console.log messages to editor-UI
* ⚡ Send message only to session which started workflow
* ⚡ Made it also work in own process
* ⚡ Add support for console.log UI forward also to FunctionItem Node
* 👕 Fix lint issue
* 👕 Fix linting issue
* ⚡ Improve code
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
2021-05-29 13:41:25 -05:00
Jan Oberhauser
8e793e27b3
⚡ Temporary disable tag selection on click
2021-05-29 13:37:04 -05:00
Ben Hesseldieck
05eec87d1d
✨ Add tagging of workflows ( #1647 )
...
* clean up dropdown
* clean up focusoncreate
* ⚡ Ignore mistaken ID in POST /workflows
* ⚡ Fix undefined tag ID in PATCH /workflows
* ⚡ Shorten response for POST /tags
* remove scss mixins
* clean up imports
* ⚡ Implement validation with class-validator
* address ivan's comments
* implement modals
* Fix lint issues
* fix disabling shortcuts
* fix focus issues
* fix focus issues
* fix focus issues with modal
* fix linting issues
* use dispatch
* use constants for modal keys
* fix focus
* fix lint issues
* remove unused prop
* add modal root
* fix lint issues
* remove unused methods
* fix shortcut
* remove max width
* ⚡ Fix duplicate entry error for pg and MySQL
* update rename messaging
* update order of buttons
* fix firefox overflow on windows
* fix dropdown height
* 🔨 refactor tag crud controllers
* 🧹 remove unused imports
* use variable for number of items
* fix dropdown spacing
* ⚡ Restore type to fix build
* ⚡ Fix post-refactor PATCH /workflows/:id
* ⚡ Fix PATCH /workflows/:id for zero tags
* ⚡ Fix usage count becoming stringified
* address max's comments
* fix filter spacing
* fix blur bug
* address most of ivan's comments
* address tags type concern
* remove defaults
* ⚡ return tag id as string
* 🔨 add hooks to tag CUD operations
* 🏎 simplify timestamp pruning
* remove blur event
* fix onblur bug
* ⚡ Fix fs import to fix build
* address max's comments
* implement responsive tag container
* fix lint issues
* Set default dates in entities
* 👕 Fix lint in migrations
* update tag limits
* address ivan's comments
* remove rename, refactor header, implement new designs for save, remove responsive tag container
* update styling
* update styling
* implement responsive tag container
* implement header tags edit
* implement header tags edit
* fix lint issues
* implement expandable input
* minor fixes
* minor fixes
* use variable
* rename save as
* duplicate fixes
* ⚡ Implement unique workflow names
* ⚡ Create /workflows/new endpoint
* minor edit fixes
* lint fixes
* style fixes
* hook up saving name
* hook up tags
* clean up impl
* fix dirty state bug
* update limit
* update notification messages
* on click outside
* fix minor bug with count
* lint fixes
* ⚡ Add query string params to /workflows/new
* handle minor edge cases
* handle minor edge cases
* handle minor bugs; fix firefox dropdown issue
* Fix min width
* apply tags only after api success
* remove count fix
* 🚧 Adjust to new qs requirements
* clean up workflow tags impl, fix tags delete bug
* fix minor issue
* fix minor spacing issue
* disable wrap for ops
* fix viewport root; save on click in dropdown
* save button loading when saving name/tags
* implement max width on tags container
* implement cleaner create experience
* disable edit while updating
* codacy hex color
* refactor tags container
* fix clickability
* fix workflow open and count
* clean up structure
* fix up lint issues
* ⚡ Create migrations for unique workflow names
* fix button size
* increase workflow name limit for larger screen
* tslint fixes
* disable responsiveness for workflow modal
* rename event
* change min width for tags
* clean up pr
* ⚡ Adjust quotes in MySQL migration
* ⚡ Adjust quotes in Postgres migration
* address max's comments on styles
* remove success toasts
* add hover mode to name
* minor fixes
* refactor name preview
* fix name input not to jiggle
* finish up name input
* Fix up add tags
* clean up param
* clean up scss
* fix resizing name
* fix resizing name
* fix resize bug
* clean up edit spacing
* ignore on esc
* fix input bug
* focus input on clear
* build
* fix up add tags clickablity
* remove scrollbars
* move into folders
* clean up multiple patch req
* remove padding top from edit
* update tags on enter
* build
* rollout blur on enter behavior
* rollout esc behavior
* fix tags bug when duplicating tags
* move key to reload tags
* update header spacing
* build
* update hex case
* refactor workflow title
* remove unusued prop
* keep focus on error, fix bug on error
* Fix bug with name / tags toggle on error
* impl creating new workflow name
* ⚡ Refactor endpoint per new guidelines
* support naming endpoint
* ⚡ Refactor to support numeric suffixes
* 👕 Lint migrations for unique workflow names
* ⚡ Add migrations set default dates to indexes
* fix connection push bug
* ⚡ Lowercase default workflow name
* ⚡ Add prefixes to set default dates migration
* ⚡ Fix indentation on default dates migrations
* ⚡ Add temp ts-ignore for unrelated change
* ⚡ Adjust default dates migration for MySQL
Remove change to data column in credentials_entity, already covered by Omar's migration. Also, fix quotes from table prefix addition.
* ⚡ Adjust quotes in dates migration for PG
* fix safari color bug
* fix count bug
* fix scroll bugs in dropdown
* expand filter size
* apply box-sizing to main header
* update workflow names in executions to be wrapped by quotes
* fix bug where key is same in dropdown
* fix firefox bug
* move up push connection session
* 🔨 Remove mistakenly added nullable property
* 🔥 Remove unneeded index drop-create (PG)
* 🔥 Remove unneeded table copying
* ⚡ Merge dates migration with tags migration
* 🔨 Refactor endpoint and make wf name env
* dropdown colors in firefox
* update colors to use variables
* update thumb color
* change error message
* remove 100 char maximum
* fix bug with saving tags dropdowns multiple times
* update error message when no name
* ⚡ Update name missing toast message
* ⚡ Update workflow already exists message
* disable saving for executions
* fix bug causing modal to close
* make tags in workflow open clickable
* increase workflow limit to 3
* remove success notifications
* update header spacing
* escape tag names
* update tag and table colors
* remove tags from export
* build
* clean up push connection dependencies
* address ben's comments
* revert tags optional interface
* address comments
* update duplicate message
* build
* fix eol
* add one more eol
* ⚡ Update comment
* add hover style for workflow open, fix up font weight
Co-authored-by: Mutasem <mutdmour@gmail.com>
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
Co-authored-by: Mutasem Aldmour <4711238+mutdmour@users.noreply.github.com>
2021-05-29 13:31:21 -05:00
Jan Oberhauser
d3c59a6fe3
⚡ Fix issue with option parameters that are named the same #1808
2021-05-28 18:13:15 -05:00
Jan Oberhauser
972561416c
⚡ Fix issue with nodes that have only node connected to second input
2021-05-26 08:34:20 -05:00
Jan Oberhauser
de898880ec
🔖 Release n8n-editor-ui@0.91.0
2021-05-20 21:43:50 +00:00
Jan Oberhauser
1bef4d7286
⬆️ Set n8n-workflow@0.59.0 on n8n-editor-ui
2021-05-20 21:43:50 +00:00
Jan Oberhauser
e21382baee
🐛 Fix issue that it sets default values correctly for multipleValues
...
and makes previous change backward compatible
2021-05-19 19:26:29 -05:00
Jan Oberhauser
bf7800cb15
🐛 Fix bug with sibling loading with fixedCollections
2021-05-16 19:25:04 -05:00
Jan Oberhauser
002f53a4af
✨ Allow to load sibling parameters in loadOptionsMethod
2021-05-16 18:16:24 -05:00
Jan Oberhauser
b28921240c
🔖 Release n8n-editor-ui@0.90.0
2021-05-16 18:44:52 +00:00
Jan Oberhauser
16bec73cd6
⬆️ Set n8n-workflow@0.58.0 on n8n-editor-ui
2021-05-16 18:44:51 +00:00
Ricardo Espinoza
21f9af8876
✨ Add iCalendar Node ( #1725 )
...
* ✨ iCalendar Node
* ⚡ Improvements
* ⚡ Improvements
* iCal node copy touch-up
* ⚡ Minor improvement
Co-authored-by: sirdavidoff <1670123+sirdavidoff@users.noreply.github.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-05-16 13:35:11 -05:00
Jan Oberhauser
0877b0779d
🐛 Fix issue with displaying parameter with root level reference
2021-05-15 18:59:33 -05:00
Jan Oberhauser
fd86229b30
🐛 Fix issue that it did not save values for parameters which did get
...
displayed depending on another parameter with expression
2021-05-15 17:51:14 -05:00
Jan Oberhauser
446c284540
👕 Fix lint issue
2021-05-15 00:36:41 -05:00
Jan Oberhauser
cb2887a8ab
🐛 Fix issue that expressions did not resolve for displayOptions
2021-05-15 00:28:51 -05:00
Jan Oberhauser
1aa0a5cc8d
⚡ Make it possible to read sibling parameter
2021-05-14 18:16:48 -05:00
Omar Ajoue
c739a498f1
🐛 Fix ordering when auto refreshing ( #1761 )
...
* Fix ordering when auto refreshing
* Fix ordering for current executinos as well
2021-05-12 10:51:54 -05:00
Ahsan Virani
caa55a022b
✨ Add more FE hooks ( #1772 )
...
* ✨ add FE hook for expressionEdit dialogVisibleChanged
* ⚡ update FE hook for expressionEdit dialogVisibleChanged
* ✨ add FE hook for expressionEdit itemSelected
* ✨ add FE hook for nodeSettings valueChanged
* ✨ add FE hook for nodeSettings credentialSelected
* cleanup
2021-05-11 22:12:53 -05:00
Jan Oberhauser
8ce1086262
🔖 Release n8n-editor-ui@0.89.0
2021-05-09 19:25:53 +00:00
Ahsan Virani
2052cadce9
✨ Add more frontend hooks ( #1687 )
...
* ⚡ add hook for nodecreatelist mount
* ⚡ add hook for nodeCreateList selectedTypeChanged
* ⚡ add hook for nodeCreateList nodeFilterChanged
* ⚡ add hook for nodeCreateList filteredNodeTypesComputed
* ⚡ add hook for nodeView.activeNodeChanged
* ⚡ add hook for credentialsEdit credentialTypeChanged
* ⚡ add hook for onDocumentationUrlClick
* ⚡ add hook for executionsList openDialog
* ⚡ add hook for execution open
* ⚡ add hook for credentialsList dialogVisibleChanged
* ⚡ add hook for workflowSettings
* ⚡ add hook for showMessage showError
* ⚡ add hook for nodeView createNodeActiveChanged
* ⚡ add hook for nodeView addNodeButton
* ⚡ cleanup
* ⚡ add hook for workflowRun runWorkflow
* ⚡ add hook for pushConnection executionFinished
* ⚡ add hook for runData.displayModeChanged
* ⚡ update nodeCreateList.nodeFilterChanged hook
* ⚡ update dataDisplay nodeTypeChanged hook
* ⚡ update dataDisplay nodeTypeChanged hook
* ⚡ update dataDisplay nodeTypeChanged hook
* ⚡ update error data in hooks
* update workflowRun runError hook
* ⚡ Minor improvements
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-05-05 19:46:33 -05:00
Mutasem Aldmour
0cb96d6caa
🐛 fix external links in sidemenu ( #1720 )
...
* fix admin link clickability
* fix bug when there are unsaved changes
2021-05-04 17:55:39 +02:00
Jan Oberhauser
8c2ffc5d0e
🔖 Release n8n-editor-ui@0.88.0
2021-05-02 13:57:49 +00:00
Jan Oberhauser
e5043676be
⬆️ Set n8n-workflow@0.57.0 on n8n-editor-ui
2021-05-02 13:57:49 +00:00
Jan Oberhauser
a6a19862f2
🔖 Release n8n-editor-ui@0.87.0
2021-04-24 21:40:22 +00:00
Iván Ovejero
b9fbd2c0bb
⚡ Set new credentials dropdown to open by default ( #1379 )
...
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
2021-04-24 22:41:00 +02:00
Jan Oberhauser
0b611d5c61
🔖 Release n8n-editor-ui@0.86.0
2021-04-17 15:35:30 +00:00
Jan Oberhauser
c49e70d4f6
⬆️ Set n8n-workflow@0.56.0 on n8n-editor-ui
2021-04-17 15:35:29 +00:00
Iván Ovejero
1d27a9e87e
✨ Improve node error handling ( #1309 )
...
* Add path mapping and response error interfaces
* Add error handling and throwing functionality
* Refactor error handling into a single function
* Re-implement error handling in Hacker News node
* Fix linting details
* Re-implement error handling in Spotify node
* Re-implement error handling in G Suite Admin node
* 🚧 create basic setup NodeError
* 🚧 add httpCodes
* 🚧 add path priolist
* 🚧 handle statusCode in error, adjust interfaces
* 🚧 fixing type issues w/Ivan
* 🚧 add error exploration
* 👔 fix linter issues
* 🔧 improve object check
* 🚧 remove path passing from NodeApiError
* 🚧 add multi error + refactor findProperty method
* 👔 allow any
* 🔧 handle multi error message callback
* ⚡ change return type of callback
* ⚡ add customCallback to MultiError
* 🚧 refactor to use INode
* 🔨 handle arrays, continue search after first null property found
* 🚫 refactor method access
* 🚧 setup NodeErrorView
* ⚡ change timestamp to Date.now
* 📚 Add documentation for methods and constants
* 🚧 change message setting
* 🚚 move NodeErrors to workflow
* ✨ add new ErrorView for Nodes
* 🎨 improve error notification
* 🎨 refactor interfaces
* ⚡ add WorkflowOperationError, refactor error throwing
* 👕 fix linter issues
* 🎨 rename param
* 🐛 fix handling normal errors
* ⚡ add usage of NodeApiError
* 🎨 fix throw new error instead of constructor
* 🎨 remove unnecessary code/comments
* 🎨 adjusted spacing + updated status messages
* 🎨 fix tab indentation
* ✨ Replace current errors with custom errors (#1576 )
* ⚡ Introduce NodeApiError in catch blocks
* ⚡ Introduce NodeOperationError in nodes
* ⚡ Add missing errors and remove incompatible
* ⚡ Fix NodeOperationError in incompatible nodes
* 🔧 Adjust error handling in missed nodes
PayPal, FileMaker, Reddit, Taiga and Facebook Graph API nodes
* 🔨 Adjust Strava Trigger node error handling
* 🔨 Adjust AWS nodes error handling
* 🔨 Remove duplicate instantiation of NodeApiError
* 🐛 fix strava trigger node error handling
* Add XML parsing to NodeApiError constructor (#1633 )
* 🐛 Remove type annotation from catch variable
* ✨ Add XML parsing to NodeApiError
* ⚡ Simplify error handling in Rekognition node
* ⚡ Pass in XML flag in generic functions
* 🔥 Remove try/catch wrappers at call sites
* 🔨 Refactor setting description from XML
* 🔨 Refactor let to const in resource loaders
* ⚡ Find property in parsed XML
* ⚡ Change let to const
* 🔥 Remove unneeded try/catch block
* 👕 Fix linting issues
* 🐛 Fix errors from merge conflict resolution
* ⚡ Add custom errors to latest contributions
* 👕 Fix linting issues
* ⚡ Refactor MongoDB helpers for custom errors
* 🐛 Correct custom error type
* ⚡ Apply feedback to A nodes
* ⚡ Apply feedback to missed A node
* ⚡ Apply feedback to B-D nodes
* ⚡ Apply feedback to E-F nodes
* ⚡ Apply feedback to G nodes
* ⚡ Apply feedback to H-L nodes
* ⚡ Apply feedback to M nodes
* ⚡ Apply feedback to P nodes
* ⚡ Apply feedback to R nodes
* ⚡ Apply feedback to S nodes
* ⚡ Apply feedback to T nodes
* ⚡ Apply feedback to V-Z nodes
* ⚡ Add HTTP code to iterable node error
* 🔨 Standardize e as error
* 🔨 Standardize err as error
* ⚡ Fix error handling for non-standard nodes
Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com>
Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com>
Co-authored-by: Ben Hesseldieck <1849459+BHesseldieck@users.noreply.github.com>
2021-04-16 18:33:36 +02:00
Ahsan Virani
b54aae8c31
⬆️ Update types/node package in all packages ( #1659 )
...
* ⬆️ Update types/node package in all packages, fix type in crypto node
* ⚡ Fix build issue and some formatting
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-04-15 23:57:20 +02:00
Jan Oberhauser
64796d4c1c
🔖 Release n8n-editor-ui@0.85.0
2021-04-10 08:46:19 +00:00
Mutasem Aldmour
75dd058ce2
✨ Add support to dynamically add menu items
...
* add menu items POC
* remove sidebar hook
* use getters
* update menu to add items
* add home icon for CLD-202
* center icon
* address comments
* ⚡ Minor improvements
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-04-09 22:44:53 +02:00
Jan Oberhauser
cf73387214
🐛 Do now allow to edit JavaScript code in read-only mode
2021-04-04 18:03:41 +02:00
Jan Oberhauser
001c6b7cc9
🐛 Fix bug that expressions could not be displayed in read-only mode
2021-04-04 17:58:25 +02:00
Jan Oberhauser
83cc2eef16
🔖 Release n8n-editor-ui@0.84.0
2021-04-03 15:09:58 +00:00
Jan Oberhauser
f8a829b2dd
⚡ Clean up package.json files
2021-03-26 09:21:27 +01:00
Jan Oberhauser
5b4a85d8e8
🔖 Release n8n-editor-ui@0.83.0
2021-03-26 08:11:46 +00:00
Jan Oberhauser
bd378fa2bb
⬆️ Set n8n-workflow@0.55.0 on n8n-editor-ui
2021-03-26 08:11:46 +00:00
Jan Oberhauser
4276150ac1
⚡ Fix indentation in all package.json files
2021-03-26 09:06:26 +01:00
Iván Ovejero
dab82965a4
⚡ Render empty array in variable selector ( #1537 )
2021-03-21 12:39:06 +01:00
Jan Oberhauser
9215d45436
🔖 Release n8n-editor-ui@0.82.0
2021-03-19 17:44:20 +01:00
Jan Oberhauser
c5eed228d8
⬆️ Set n8n-workflow@0.54.0 on n8n-editor-ui
2021-03-19 17:43:40 +01:00
Jan Oberhauser
ddce679569
⚡ Minor changes to directories in binary data
2021-03-18 18:13:24 +01:00
Jan Oberhauser
d65e8ee73b
🔀 Merge branch 'binary-file-path' of https://github.com/lublak/n8n into lublak-binary-file-path
2021-03-18 13:20:26 +01:00
Jan Oberhauser
98a4e20051
🔖 Release n8n-editor-ui@0.81.0
2021-03-12 12:38:49 +01:00
Omar Ajoue
d6d57c2df6
🐛 Fixed an issue with queue mode for executions that should not be saved ( #1509 )
...
* Fixed an issue with queue mode for executions that should not be saved
* ⚡ Minimal change
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-03-10 15:51:18 +01:00
Jan Oberhauser
b4e879b8a7
🔖 Release n8n-editor-ui@0.80.0
2021-03-04 12:15:26 +01:00
Omar Ajoue
66a345ea94
🐛 Fix issue with auto refresh on execution list ( #1475 )
...
* Fix issue with auto refresh on execution list
When auto refresh is on, we used to get executions from backend using
the firstId field to filter recent executions.
This is a problem when you have executions that do not finish in order,
leaving gaps behind. This PR fixes this problem by refreshing the latest
30 executions and correctly adding them to the list.
* Fixed an issues with auto refresh on executions ExecutionsList
Fixed two bugs, one in frontend which was ignoring the first returned
row from the backend and an issue with backend that was not using
the overriden version of `executeWorkflow` function for sub sub
workflows.
* Fixed the display of manual executions when running with queues and improved display of subworkflows
* Changing workflow ids array from variable to constant
* Added unknown status to workflow execution and changed its color to orange
2021-03-03 08:31:55 +01:00
Jan Oberhauser
9b23611a8d
⚡ Rename "Results" to "Items"
2021-03-01 14:05:19 +01:00
Jon Bake
54f949a972
🐛 Fixes #1364 - Incorrect mouse selection when zoomed in or out ( #1498 )
...
Prior to this change, the mouse selection box had a fixed position on the page. Nodes have absolute
position within NodeView. This inconsistency in positioning caused issues when calculating
if a node was positioned within the mouse selection. This solution makes both nodes
and mouse selection have consistent positioning, along with correctly calculating the
mouse click position within NodeView when making a selection.
2021-02-28 18:08:14 +01:00
Jan Oberhauser
a215dff56c
🔖 Release n8n-editor-ui@0.79.0
2021-02-22 13:44:37 +01:00
Jan Oberhauser
9079bb3f75
⬆️ Set n8n-workflow@0.53.0 on n8n-editor-ui
2021-02-22 13:42:23 +01:00
Omar Ajoue
91b715025d
🐛 Fix auto refresh on executions list ( #1457 )
2021-02-18 00:09:39 +01:00
lublak
cb9f31c49d
add dir to different positions
2021-02-15 13:25:30 +01:00
Jan Oberhauser
4181ec428d
🔖 Release n8n-editor-ui@0.78.0
2021-02-15 13:04:03 +01:00
Jan Oberhauser
29b3609db9
⬆️ Set n8n-workflow@0.52.0 on n8n-editor-ui
2021-02-15 13:03:32 +01:00
Omar Ajoue
bc66fab041
⚡ Fix an issue with the regex that detects node names
2021-02-15 09:55:28 +01:00
Jan Oberhauser
b183f3ec02
👕 Fix lint issue
2021-02-13 20:46:46 +01:00
Jan Oberhauser
deaa015e61
⚡ Do only send manual executions to starting session & cleanup
2021-02-13 20:40:27 +01:00
Omar Ajoue
e53efdd337
✨ Separate webhooks from core ( #1408 )
...
* Unify execution ID across executions
* Fix indentation and improved comments
* WIP: saving data after each node execution
* Added on/off to save data after each step, saving initial data and retries working
* Fixing lint issues
* Fixing more lint issues
* ✨ Add bull to execute workflows
* 👕 Fix lint issue
* ⚡ Add graceful shutdown to worker
* ⚡ Add loading staticData to worker
* 👕 Fix lint issue
* ⚡ Fix import
* Changed tables metadata to add nullable to stoppedAt
* Reload database on migration run
* Fixed reloading database schema for sqlite by reconnecting and fixing postgres migration
* Added checks to Redis and exiting process if connection is unavailable
* Fixing error with new installations
* Fix issue with data not being sent back to browser on manual executions with defined destination
* Merging bull and unify execution id branch fixes
* Main process will now get execution success from database instead of redis
* Omit execution duration if execution did not stop
* Fix issue with execution list displaying inconsistant information information while a workflow is running
* Remove unused hooks to clarify for developers that these wont run in queue mode
* Added active pooling to help recover from Redis crashes
* Lint issues
* Changing default polling interval to 60 seconds
* Removed unnecessary attributes from bull job
* Added webhooks service and setting to disable webhooks from main process
* Fixed executions list when running with queues. Now we get the list of actively running workflows from bull.
* Add option to disable deregistration of webhooks on shutdown
* Rename WEBHOOK_TUNNEL_URL to WEBHOOK_URL keeping backwards compat.
* Added auto refresh to executions list
* Improvements to workflow stop process when running with queues
* Refactor queue system to use a singleton and avoid code duplication
* Improve comments and remove unnecessary commits
* Remove console.log from vue file
* Blocking webhook process to run without queues
* Handling execution stop graciously when possible
* Removing initialization of all workflows from webhook process
* Refactoring code to remove code duplication for job stop
* Improved execution list to be more fluid and less intrusive
* Fixing workflow name for current executions when auto updating
* ⚡ Right align autorefresh checkbox
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-02-09 23:32:40 +01:00
Omar Ajoue
7a3aaf8a24
✨ Unify execution id + Queue system ( #1340 )
...
* Unify execution ID across executions
* Fix indentation and improved comments
* WIP: saving data after each node execution
* Added on/off to save data after each step, saving initial data and retries working
* Fixing lint issues
* Fixing more lint issues
* ✨ Add bull to execute workflows
* 👕 Fix lint issue
* ⚡ Add graceful shutdown to worker
* ⚡ Add loading staticData to worker
* 👕 Fix lint issue
* ⚡ Fix import
* Changed tables metadata to add nullable to stoppedAt
* Reload database on migration run
* Fixed reloading database schema for sqlite by reconnecting and fixing postgres migration
* Added checks to Redis and exiting process if connection is unavailable
* Fixing error with new installations
* Fix issue with data not being sent back to browser on manual executions with defined destination
* Merging bull and unify execution id branch fixes
* Main process will now get execution success from database instead of redis
* Omit execution duration if execution did not stop
* Fix issue with execution list displaying inconsistant information information while a workflow is running
* Remove unused hooks to clarify for developers that these wont run in queue mode
* Added active pooling to help recover from Redis crashes
* Lint issues
* Changing default polling interval to 60 seconds
* Removed unnecessary attributes from bull job
* ⚡ Improved output on worker job start
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-02-09 08:59:32 +01:00
Jan Oberhauser
5829f09a97
🔖 Release n8n-editor-ui@0.77.0
2021-02-08 08:02:43 +01:00
Jan Oberhauser
243c8d579f
⚡ Minor improvements
2021-02-08 07:52:09 +01:00
Florian Metz
c59e522e9e
:spakles: Ctrl + scroll zoom ( #1419 )
2021-02-08 07:51:23 +01:00
Jan Oberhauser
9c8a65ed69
🔖 Release n8n-editor-ui@0.76.0
2021-02-05 09:37:10 +01:00
Jan Oberhauser
80f7ee1f7b
⚡ Small design tweak
2021-02-01 23:57:00 +01:00
Jan Oberhauser
f357649f98
🔖 Release n8n-editor-ui@0.75.0
2021-02-01 08:38:22 +01:00
Jan Oberhauser
604034624b
⬆️ Set n8n-workflow@0.51.0 on n8n-editor-ui
2021-02-01 08:37:56 +01:00
Jan Oberhauser
5398a06ff2
✨ Add variable $mode
2021-01-29 09:31:40 +01:00
Jan Oberhauser
ec01afc870
🔖 Release n8n-editor-ui@0.74.0
2021-01-27 09:17:13 +01:00
Jan Oberhauser
f92a432e45
⬆️ Set n8n-workflow@0.50.0 on n8n-editor-ui
2021-01-27 09:16:34 +01:00
Jan Oberhauser
e937d18e9f
🔖 Release n8n-editor-ui@0.73.0
2021-01-26 12:07:23 +01:00
Jan Oberhauser
93f5eef865
⬆️ Set n8n-workflow@0.49.0 on n8n-editor-ui
2021-01-26 12:06:39 +01:00
Jan Oberhauser
1dedb3f4b8
✨ Add expression support to credentials
2021-01-24 13:33:57 +01:00
Ricardo Espinoza
298836b1f8
✨ Add Compression Node ( #1319 )
...
* ✨ Compression Node
* ⚡ Validate input data format when decompressing
* ⚡ Improvements to Compression Node
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-01-23 15:00:44 +01:00
Jan Oberhauser
b9a550856a
🔖 Release n8n-editor-ui@0.72.0
2021-01-21 11:01:25 +01:00
Ahsan Virani
4d446229c3
⚡ Introduce FE external hooks ( #1332 )
...
* ⚡ Introduce FE external hooks
* ⚡ update hooks
* ⚡ add data from frontend settings to hooks
* re-organize and update
* cleanup
* 👌
* ⚡ cleanup workflowSave mixin, add events
* avoid alert on new workflow save as
* ⚡ update workflow active events
* rename externalhooks method
* ⚡ Rename frontend hooks
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-01-19 23:48:30 +01:00
Jan Oberhauser
18a7c325dc
⚡ Improve CodeEdit dialog close behaviour #1353
2021-01-19 08:55:39 +01:00
Jan Oberhauser
4077cabb52
⚡ Fix issue that tab-title did not get reset on new workflow
2021-01-17 14:07:07 +01:00
Jan Oberhauser
37595e0753
🔖 Release n8n-editor-ui@0.71.0
2021-01-15 11:48:17 +01:00
Iván Ovejero
6759e2e72a
⚡ Add data-node-name to node item ( #1329 )
...
* Add data-node-name to node item
* Restore n8n-nodes-base prefix for consistency
2021-01-13 09:02:10 +01:00
Jan Oberhauser
9fbd4c0738
🔖 Release n8n-editor-ui@0.70.0
2021-01-07 14:26:57 +01:00
Jan Oberhauser
af414d77fb
⬆️ Set axios@0.21.1 on n8n-editor-ui
2021-01-05 23:20:17 +01:00
Jan Oberhauser
77d58ca011
🔖 Release n8n-editor-ui@0.69.0
2020-12-30 11:59:59 +01:00
Jan Oberhauser
18cf5f541d
⬆️ Set n8n-workflow@0.48.0 on n8n-editor-ui
2020-12-30 11:59:39 +01:00
Jan Oberhauser
30b6fe017e
🐛 Set fixed jsplumb version to fix node-delete issue
2020-12-29 14:13:17 +01:00
Jan Oberhauser
04b16c5ab8
👕 Fix lint issue
2020-12-27 00:28:51 +01:00
Jan Oberhauser
95315cec60
⚡ Add optional sort option if "multipleValues" is set
2020-12-27 00:15:33 +01:00
Jan Oberhauser
aaae7964d6
⚡ Keep binary data visible on re-execution
2020-12-26 23:11:25 +01:00
Jan Oberhauser
e1890a0368
🔖 Release n8n-editor-ui@0.68.1
2020-12-24 22:09:43 +01:00
Jan Oberhauser
065937a39c
🐛 Fix bug that HTML did get rendered in JSON view
2020-12-24 22:09:07 +01:00
Jan Oberhauser
122f34d4e4
🔖 Release n8n-editor-ui@0.68.0
2020-12-24 09:11:30 +01:00
Jan Oberhauser
75cca869b4
⚡ Fix issue that source node was also selected after duplicate
2020-12-24 08:37:13 +01:00
Jan
bfb344a23c
✨ Add functionality to easily copy data and path of output data ( #1260 )
...
* ✨ Add functionality to easily copy data and path of output data
* ⚡ Fix issues with copied path
* 👕 Fix lint issue
* ;bug: Fix issue that some paths were wrong
* ⚡ Final improvements
2020-12-18 18:55:53 +01:00
Jan Oberhauser
51131d30cd
🔖 Release n8n-editor-ui@0.67.0
2020-12-16 12:41:59 +01:00
Jan Oberhauser
a546f599cd
🐛 Additional fix to dirty check
2020-12-11 19:22:24 +01:00
Jan Oberhauser
a2222fa5d6
🐛 Fix issue that workflow displayed as changed on activate/deactivate
2020-12-11 19:17:53 +01:00
Jan Oberhauser
38511d8f5c
🔖 Release n8n-editor-ui@0.66.0
2020-12-03 13:12:25 +01:00
Jan Oberhauser
083d2bf675
⬆️ Set n8n-workflow@0.47.0 on n8n-editor-ui
2020-12-03 13:12:00 +01:00
Jan Oberhauser
8fee799d3d
⚡ Add Google icon for OAuth to meet their branding guidelines
2020-12-03 12:36:34 +01:00
Jan Oberhauser
1b335de272
🔖 Release n8n-editor-ui@0.65.0
2020-11-25 13:20:13 +01:00
Jan Oberhauser
b44105d38d
⬆️ Set n8n-workflow@0.46.0 on n8n-editor-ui
2020-11-25 13:19:34 +01:00
Jan Oberhauser
3de3423001
🔖 Release n8n-editor-ui@0.64.0
2020-11-19 14:12:20 +01:00
Jan Oberhauser
05f55a3607
⬆️ Set n8n-workflow@0.45.0 on n8n-editor-ui
2020-11-19 14:07:06 +01:00
Tristian Flanagan
137c334389
⚡ Add horizontal scroll ( #1172 )
2020-11-18 23:29:12 +01:00
Ricardo Espinoza
b954ec99a3
⬆️ Set google-fonts-webpack-plugin to latest version ( #1176 )
2020-11-18 08:25:36 +01:00
Jan Oberhauser
cdea2af248
🔖 Release n8n-editor-ui@0.63.0
2020-11-11 12:01:18 +01:00
Jan Oberhauser
bf47cc0337
⬆️ Set n8n-workflow@0.44.0 on n8n-editor-ui
2020-11-11 12:00:54 +01:00
Jan Oberhauser
c6f21804d7
👕 Fix lint issue
2020-11-09 12:35:44 +01:00
Jan Oberhauser
639bdd2ceb
✨ Allow custom documentation URLs on credentials & nodes
2020-11-09 12:23:53 +01:00
Jan Oberhauser
9fee42b2a8
⚡ Add shear option, resize with alpha color and fix bug
2020-11-09 11:26:46 +01:00
Jan Oberhauser
b630d00179
🔖 Release n8n-editor-ui@0.62.0
2020-11-04 16:25:34 +01:00
Jan Oberhauser
9465653fab
⚡ Improve editor-UI dirty checking
2020-11-04 13:04:40 +01:00
Jan Oberhauser
e411cb5b63
🔖 Release n8n-editor-ui@0.61.0
2020-10-30 09:49:52 +01:00
Jan Oberhauser
b1df37f401
⬆️ Set n8n-workflow@0.43.0 on n8n-editor-ui
2020-10-30 09:49:29 +01:00
Jan Oberhauser
889267ebb6
👕 Fix lint issue
2020-10-28 23:14:09 +01:00
Jan Oberhauser
c38a2f4210
🐛 Fix bug with dirty state checking
2020-10-26 19:28:32 +01:00
Jan Oberhauser
66bfcca63f
🐛 Fix issue with IF&Switch node for undefined expressions #1099
2020-10-26 09:43:01 +01:00
Jan Oberhauser
c339d76456
⚡ Minior improvements
2020-10-25 12:58:02 +01:00
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
4a10cf246b
⚡ Further improve support for touch-devices
2020-10-24 20:01:13 +02:00
Jan Oberhauser
044c986f30
👕 Fix lint issue
2020-10-23 19:13:25 +02:00
Jan Oberhauser
d90a5e5dc6
⚡ Improve wheel-scrolling in Firefox
2020-10-23 18:43:30 +02: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
Jan Oberhauser
7addd14e36
⚡ Add tslintfix script
2020-10-23 09:21:15 +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
40c2acd77b
👕 Fix lint issue
2020-10-22 15:46:03 +02:00
Jan Oberhauser
269bab679d
👕 Fix built issue
2020-10-20 11:15:14 +02:00
Jan Oberhauser
a0e879fa45
🔖 Release n8n-editor-ui@0.60.0
2020-10-14 11:50:19 +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
bea59e3cc8
🔖 Release n8n-editor-ui@0.59.0
2020-10-05 09:40:04 +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
1a80a6afed
⚡ Improve support for svg-icons
2020-10-03 14:10:08 +02:00
Jan Oberhauser
c2ba4b64c3
🔖 Release n8n-editor-ui@0.58.0
2020-09-30 16:19:04 +02:00
Jan Oberhauser
f1680386ca
⚡ Get OAuth-Callback URLs from backend
2020-09-30 15:57:40 +02:00
Rytis Ilciukas
3350723bf3
⚡ fix malformed html ( #999 )
2020-09-29 10:39:51 +02:00
Jan Oberhauser
9237409523
🔖 Release n8n-editor-ui@0.57.1
2020-09-23 17:31:59 +02:00
Jan Oberhauser
9cb106c9b4
🐛 Fix issue that OAuth window did not close
2020-09-23 17:31:00 +02:00
Jan Oberhauser
5cb5020cf6
👕 Fix lint issue
2020-09-23 13:31:03 +02:00
Jan Oberhauser
b164470239
🔖 Release n8n-editor-ui@0.57.0
2020-09-23 13:27:17 +02:00
Jan Oberhauser
3c3e1725db
⬆️ Set n8n-workflow@0.42.0 on n8n-editor-ui
2020-09-23 13:26:45 +02:00
Jan Oberhauser
2db6ae0f76
⚡ Simplify documentation help code and display only if URL is set
2020-09-23 11:10:23 +02:00
Jan Oberhauser
24c95c4f09
⚡ Use short variables for direct input data
2020-09-22 11:31:48 +02:00
Jan Oberhauser
181ba3c4e2
📚 License text fix
2020-09-15 07:55:09 +02:00
Jan Oberhauser
1eb957dfe0
🔖 Release n8n-editor-ui@0.56.0
2020-09-14 13:39:16 +02:00
Jan Oberhauser
982b04c540
⬆️ Set n8n-workflow@0.40.0 on n8n-editor-ui
2020-09-14 13:38:52 +02:00
Jan Oberhauser
ac2e0040b0
⚡ Set fixed version of @types/node to fix build
2020-09-12 19:25:49 +02:00
Jan Oberhauser
d48c649329
⬆️ Upgrade some dependencies
2020-09-12 14:02:33 +02:00
Jan Oberhauser
c8d009bced
✨ Add expression support to credentials
2020-09-12 12:16:07 +02:00
Jan Oberhauser
f00c6c10a3
⚡ Increase default space between new nodes
2020-09-11 16:59:41 +02:00
Rupenieks
16195c8b55
⚡ Fix store state dirty when selecting a node
2020-09-09 14:45:49 +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
4c04cc015d
⚡ Reduced dirty state sensetivity
...
- No longer considers opening a node a state change
- No longer considers selecting a node a state change
2020-09-02 15:26:17 +02:00
Rupenieks
1cdf0164e9
⚡ Returned to using correct uuid lib
2020-09-02 09:16:16 +02:00
Rupenieks
d756bea1f4
⚡ Added asterisk to indicate if workflow is saved or not
2020-09-01 16:42:40 +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
fa2ee989ea
🔖 Release n8n-editor-ui@0.55.0
2020-08-27 10:57:05 +02:00
Jan Oberhauser
df3e342d1e
⚡ Minor improvements to display of help links
2020-08-27 10:48:57 +02:00
Jan Oberhauser
26a7acf5ed
⚡ Minor improvements to display of help links
2020-08-27 09:57:34 +02:00
Jan Oberhauser
d2110f677e
🔀 Merge branch 'master' into Doc-Link-to-Node-Credentials-Modal
2020-08-27 09:35:22 +02:00
Rupenieks
89499313b6
⚡ indentation
2020-08-27 09:23:23 +02:00
Rupenieks
cf52ce3cfa
⚡ Updated UTM link
2020-08-27 09:12:16 +02:00
maxtkacz
520933c7a4
⚡ Update CredentialsEdit.vue ( #888 )
...
Changed width of Credentials modal from 55% to 75%. Result is the "Nodes with Access" UI now only collapses in a UX-unfriendly manner on viewport widths under 1108px (previously was 1506px)
2020-08-26 21:31:08 +02:00
Jan Oberhauser
317949d765
⚡ Remove left behind debug code
2020-08-26 21:30:24 +02:00
maxtkacz
f386d9e90a
Made "easy wins" copy-edit pass through vue components ( #889 )
...
Essentially scrubbed through .vue files in packages/editor-ui/src/components and copy edited labels/ tooltips etc.
Tried to prevent opinionated editing, simply rewriting existing meaning for clarity. I did however make an opinionated decision on changing a node's "Notes" to "Note" (only labels, nothing code related) because it feels more like a singluar note - especially when used as a subtitle in the workflow. Singular form also futureproofs functionality like showing a list of all node notes across a workflow (or versioning/ collaborative notes features).
So far, have gotten up to PageContentWrapper.vue (when sorted alphabetically). In a followup, will review ParameterInput.vue and onwards in /components folder
2020-08-26 21:25:59 +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
Rupenieks
d8e8db39c4
⚡ Fixed new/open credentials from menu. UTM link adjusted for unknown nodes base.
2020-08-25 14:28:16 +02:00
Rupenieks
d5dda2e35a
⚡ Credential fallback added, fixed Gmail documentationUrl
2020-08-20 15:34:45 +02:00
Rupenieks
05258cc645
✅ Credentials doc help link
2020-08-20 14:47:59 +02:00
Jan Oberhauser
f44611a8d1
🔖 Release n8n-editor-ui@0.54.0
2020-08-18 17:21:00 +02:00
Jan Oberhauser
c88249efa2
⬆️ Set n8n-workflow@0.39.0 on n8n-editor-ui
2020-08-18 17:20:36 +02:00
Jan Oberhauser
adf0d09cc5
✅ Update @types/node to latest version
2020-08-14 18:36:34 +02:00
Rupenieks
a69098a096
✅ Updated @types/node to v14, fixed TS breaking with changes
2020-08-12 12:19:41 +02:00
Jan Oberhauser
da0ef0d94c
✨ Add "Execute Once" node-setting
2020-08-08 21:11:12 +02:00
Jan Oberhauser
2e9a32f4e2
🔖 Release n8n-editor-ui@0.52.0
2020-08-05 09:44:52 +02:00
Jan Oberhauser
9575f386ed
⬆️ Set n8n-workflow@0.37.0 on n8n-editor-ui
2020-08-05 09:44:21 +02:00
Jan Oberhauser
420777c0b3
⚡ Small improvements to FTP-Node
2020-08-04 09:01:37 +02:00
Jan Oberhauser
e82f3f405e
⚡ Fix link to documentation
2020-07-31 09:57:23 +02:00
Rupenieks
0f86df4c0f
⚡ Documentation Link in Node Display ( #808 )
...
* ✅ Implemented Documentation link help box
* ⚡ Adjusted transition speed
* ⚡ Added UTM link, fixed Node Name issue
2020-07-31 09:56:39 +02:00
Jan Oberhauser
c298fd325a
🐛 Fix bug which displayed selector for low number of items
2020-07-29 22:43:05 +02:00
Jan Oberhauser
b488ae8d3a
👕 Fix lint issue
2020-07-29 14:20:31 +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
Jan Oberhauser
d5d03815d0
🔖 Release n8n-editor-ui@0.51.0
2020-07-26 12:53:32 +02:00
Jan Oberhauser
2a38b3ec58
⬆️ Set n8n-workflow@0.36.0 on n8n-editor-ui
2020-07-26 12:53:02 +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
Jan Oberhauser
0b66b8e753
🔖 Release n8n-editor-ui@0.50.0
2020-07-15 12:39:32 +02:00
Jan Oberhauser
bbd39e19ca
⬆️ Set n8n-workflow@0.35.0 on n8n-editor-ui
2020-07-15 12:39:06 +02:00
Jan Oberhauser
c1378c2f88
🐛 Fix Expression editor issue #719
2020-07-15 11:54:03 +02:00
Jan Oberhauser
25cc745894
🐛 Fix editor-ui build
2020-07-14 23:36:05 +02:00
Jan Oberhauser
d17161cf40
🔀 Merge branch 'static-stateless-webhooks'
2020-07-14 12:34:34 +02:00
Jan Oberhauser
c03c9a06c8
⚡ Fix logos in README.md files
2020-07-13 14:22:34 +02:00
Jan Oberhauser
941ee06b14
⚡ Make n8n work in subfolder & Fix events in AffinityTrigger
2020-07-12 12:17:01 +02:00
Jan Oberhauser
305894d9b4
🐛 Fix item display issue
2020-07-10 10:12:30 +02:00
Erin
ad1228e0ea
✨ Everything works except refresh
2020-07-09 16:54:50 -04:00
Jan Oberhauser
22cb017c1a
🔖 Release n8n-editor-ui@0.49.0
2020-07-08 11:26:47 +02:00
Jan Oberhauser
d97ed68ce9
⬆️ Set n8n-workflow@0.34.0 on n8n-editor-ui
2020-07-08 11:26:22 +02:00
Erin
f4022c6cd5
🔧 Prompt User to Save Before Page Unload
2020-07-07 10:36:43 -04:00
Jan Oberhauser
f99da78c1d
🔖 Release n8n-editor-ui@0.48.0
2020-06-25 12:27:26 +02:00
Jan Oberhauser
0bdb9cecac
⚡ Make it possible that n8n is deployed under subfolder
2020-06-23 22:15:07 +02:00
Jan Oberhauser
d41b976b3b
⚡ Remove unnecessary import
2020-06-23 21:37:15 +02:00
ricardo
494b1de93f
Merge branch 'master' into static-stateless-webhooks
2020-06-22 16:16:50 -04:00
Jan Oberhauser
d9906e1b24
📚 Text fix
2020-06-18 10:12:13 +02:00
Jan Oberhauser
cee5c522de
⚡ Rename webhookPath parameter on node to webhookId
2020-06-10 16:17:16 +02:00
Jan Oberhauser
5ed86670a8
⚡ Make it use of full webhook path more generic
2020-06-10 15:39:15 +02:00
Jan Oberhauser
734e6a8e87
🔖 Release n8n-editor-ui@0.47.0
2020-06-08 10:55:22 +02:00
Jan Oberhauser
1159064d59
⬆️ Set n8n-workflow@0.33.0 on n8n-editor-ui
2020-06-08 10:54:59 +02:00
Jan Oberhauser
9cae58c787
🐛 Fix issue that nodes can not be opened in readOnly-Mode
2020-06-08 00:34:15 +02:00
Jan Oberhauser
42d6630466
🔖 Release n8n-editor-ui@0.46.0
2020-06-04 17:11:39 +02:00
Jan Oberhauser
66c3013e56
⬆️ Set n8n-workflow@0.32.0 on n8n-editor-ui
2020-06-04 17:10:31 +02:00
Jan Oberhauser
e3a6064196
⚡ Small changes to Twitter-Node
2020-06-03 15:06:13 +02:00
ricardo
af3d799e5c
✨ Oauth1 support and Twitter node
2020-06-01 20:42:44 -04: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
f1f09d4a03
🔀 Merge branch 'master' into oauth-support
2020-05-24 20:37:59 +02:00
Jan Oberhauser
5718330e29
🐛 Fix issues in read-only mode #39
2020-05-24 14:22:15 +02:00
Jan Oberhauser
2cdfb69e0c
⚡ Improve data display for large amount of data
2020-05-24 00:57:40 +02:00
Jan Oberhauser
c6281f2b0e
⚡ Use only JSON-Data for display-size-calculation
2020-05-23 23:54:56 +02:00
Jan Oberhauser
f004bc8aaf
🐛 Fix display issue on failed oauth connect #PROD-95
2020-05-18 14:54:03 +02:00
Jan Oberhauser
00935032e2
⚡ Improve OAuth connect flow
2020-05-18 11:58:37 +02:00
Jan Oberhauser
95097a8bd7
🐛 Fix issue with credentials which extend others
2020-05-16 19:22:06 +02:00
Jan Oberhauser
cfe6e72440
⚡ Do not save credential default values to DB #PROD-52
2020-05-14 14:27:19 +02:00
Jan Oberhauser
a0564e649f
🔀 Merge branch 'master' into oauth-support
2020-05-12 22:54:03 +02:00
Jan Oberhauser
0689a6205d
🔖 Release n8n-editor-ui@0.45.0
2020-05-12 16:30:24 +02:00
Jan Oberhauser
dd46315ec9
⬆️ Set n8n-workflow@0.31.0 on n8n-editor-ui
2020-05-12 16:29:59 +02:00
Jan Oberhauser
4e4c1c8a9f
⚡ Display OAuth callback URL in UI #PROD-23
2020-05-12 11:27:07 +02:00
Jan Oberhauser
147c50485c
🔀 Merge branch 'master' into oauth-support
2020-05-12 01:56:27 +02:00
Rupenieks
e627a0399c
🔀 Npm package updates ( #554 )
...
* Update package.json
* Replace-In-File & change-case update fixes
* tslint to 6.1.2
* nodemailer 6.4.6, googeaplis 50.0.0
* tslint 7.0.1
* package updates
2020-05-08 18:07:34 +02:00
Jan Oberhauser
3d330a94d3
⚡ Make it possible to display notes in flow
2020-05-05 17:34:12 +02:00
Boris Berenberg
4269e8b914
minor grammar fixes
2020-05-04 16:06:13 -04:00
Jan Oberhauser
55c6fca4e3
🔖 Release n8n-editor-ui@0.44.0
2020-05-04 09:07:34 +02:00
Jan Oberhauser
49e4bd971e
⬆️ Set n8n-workflow@0.30.0 on n8n-editor-ui
2020-05-04 09:07:03 +02:00
Jan Oberhauser
a253192b0c
📝 Change licensor
2020-05-02 23:17:34 +02:00
Jan Oberhauser
384efade9f
⚡ Small improvements to Mongo connection string support
2020-05-01 20:24:20 +02:00
Jan Oberhauser
eb1213248e
🔀 Merge branch 'mongodb_updates' of https://github.com/clonardo/n8n into clonardo-mongodb_updates
2020-05-01 18:56:48 +02:00
Jan Oberhauser
1ed72af255
🐛 Fix issue with push messages that get received to fast
2020-05-01 10:45:28 +02:00
Jan Oberhauser
ab836c51b4
🔖 Release n8n-editor-ui@0.43.0
2020-04-27 08:23:41 +02:00
Jan Oberhauser
5a277a1067
⬆️ Set n8n-workflow@0.29.0 on n8n-editor-ui
2020-04-27 08:23:15 +02:00
Jan Oberhauser
34a37e59c3
⚡ Fix build
2020-04-25 19:40:43 +02:00
Jan Oberhauser
90fe5113a0
🔀 Merge branch 'master' into oauth-support
2020-04-14 20:54:19 +02:00
Jan Oberhauser
619ccc7734
🔖 Release n8n-editor-ui@0.42.0
2020-04-13 17:28:16 +02:00
Jan Oberhauser
d918265738
⬆️ Set n8n-workflow@0.28.0 on n8n-editor-ui
2020-04-13 17:27:32 +02:00
Jan Oberhauser
b4dff3cdb8
🔖 Release n8n-editor-ui@0.41.0
2020-04-12 20:11:58 +02:00
Jan Oberhauser
41a6a53bf5
⬆️ Set n8n-workflow@0.27.0 on n8n-editor-ui
2020-04-12 20:11:30 +02:00
Jan Oberhauser
c7024ca454
✨ Add "alwaysOutputData" option to nodes
2020-04-12 19:58:30 +02:00
Jan Oberhauser
f9dd92db97
🔀 Merge branch 'master' into oauth-support
2020-04-08 10:10:44 +02:00
Jan Oberhauser
931b73e1bd
⚡ Display "options" parameter as "string" if options could not be loaded
2020-04-06 10:15:46 +02:00
Chris Lonardo
c6aa73cc2f
upgrade mongodb client to support mongodb 4.2 and allow conn string override
2020-04-05 21:06:00 -04:00
Jan Oberhauser
9dd9e0d8ba
🔀 Merge branch 'master' into oauth-support
2020-04-04 17:34:10 +02:00
Jan Oberhauser
01c691ef03
🔖 Release n8n-editor-ui@0.40.0
2020-04-03 20:20:18 +02:00
Jan Oberhauser
4503df9872
⬆️ Set n8n-workflow@0.26.0 on n8n-editor-ui
2020-04-03 20:19:40 +02:00
Jan Oberhauser
9da0c1c884
⚡ Display errors in expressions
2020-04-03 19:37:28 +02:00
Hendy Irawan
70a050c7f1
fix(editor-ui): Use cross-env
...
So `npm run dev` works in Windows. Fixed #428 .
2020-03-31 23:04:19 +07:00
Subhash Chandra
4a2828a2f3
Fix oauth2 connect UI
2020-03-27 17:32:13 +05:30
Jan Oberhauser
31ca6be3a5
⚡ Fix extend for grandchild credential
2020-03-22 18:26:42 +01:00
Jan Oberhauser
06b84694cf
🔖 Release n8n-editor-ui@0.39.0
2020-03-22 10:41:56 +01:00
Jan Oberhauser
838d80ad51
⬆️ Set n8n-workflow@0.25.0 on n8n-editor-ui
2020-03-22 10:41:28 +01:00
Jan Oberhauser
967c51cf67
🔖 Release n8n-editor-ui@0.38.0
2020-03-17 13:30:19 +01:00
Jan Oberhauser
692f36d0a9
⬆️ Set n8n-workflow@0.24.0 on n8n-editor-ui
2020-03-17 13:29:41 +01:00
Jan Oberhauser
f7b67f6865
🔖 Release n8n-editor-ui@0.37.0
2020-02-21 18:00:36 +01:00
Jan Oberhauser
c65ffb88d9
⬆️ Set n8n-workflow@0.23.0 on n8n-editor-ui
2020-02-21 17:59:41 +01:00
Jan Oberhauser
a56a49574b
⚡ Improve support for touch-devices
2020-02-15 17:29:08 -08:00
Jan Oberhauser
70286b469e
✨ Make workflow metadata available in expresions and
...
node-functions
2020-02-15 17:07:01 -08:00
Jan Oberhauser
b1719f1bcc
⚡ Make node "json" data available in expression via "json" key
2020-02-15 16:06:06 -08:00
Jan Oberhauser
1e0c5820aa
:zip: Fix serve command
2020-02-12 15:41:36 -08:00
Jan Oberhauser
83f83abe60
🔖 Release n8n-editor-ui@0.36.0
2020-02-11 21:35:15 -08:00
Guilherme Almeida Girardi
3bdd9096e1
Added support for MySQL
...
* In packages/cli/src/Db.ts, conditional test of dbType replaced by a
switch;
* removeAll() function adapted to not cause an error using MySQL;
* Added the cross-env module in the "serve" script in the
packages/editor-ui/package.json file. This was done to ensure
compatibility between platforms when declaring environment variables.
Without it, Windows compilation would give an error, for example;
* .idea added to .gitignore (IntelliJ IDEA solutions);
2020-02-10 13:09:06 -03:00
Jan Oberhauser
1777f171bd
⚡ Ignore node-parameter-issues on disabled nodes
2020-02-09 23:37:08 -08:00
Jan Oberhauser
7ee03cf132
⚡ Ignore node-credential-issues on disabled nodes
2020-02-09 23:24:12 -08:00
Jan Oberhauser
6e6ece1bcb
🔀 Merge branch 'RicardoE105-feature/github-oauth' into oauth-support
2020-02-09 15:49:03 -08:00
Jan Oberhauser
c1574a73ac
⚡ Improved Github Oauth support and generic Oauth functionality
2020-02-09 15:39:14 -08:00
Jan Oberhauser
6bff3dc199
⚡ Add parameter type "hidden"
2020-02-09 13:33:40 -08:00
Jan Oberhauser
2e9fa3b868
⚡ Improve support for touch-devices
2020-02-09 00:06:01 -08:00
Jan Oberhauser
0e0f5c3e15
⚡ Display also properties with value "null" in variable selector
2020-02-08 23:30:09 -08:00
Jan Oberhauser
15e92ca494
⚡ Fix some minor issues
2020-02-08 18:46:41 -08:00
Jan Oberhauser
5594543ec8
⚡ Fix OAuth UI issues and allow to set additional query parameters
2020-02-08 16:14:28 -08:00
Jan Oberhauser
2c5b596cc6
🔖 Release n8n-editor-ui@0.35.0
2020-02-07 23:21:25 -08:00
Jan Oberhauser
7556d3a043
⬆️ Set n8n-workflow@0.22.0 on n8n-editor-ui
2020-02-07 23:20:45 -08:00
Jan Oberhauser
b6b5935c57
🔀 Merge branch 'master' of github.com:n8n-io/n8n
2020-02-07 17:08:03 -08:00
Jan Oberhauser
b41d40cc95
🐛 Fix error with displaying null in expression
2020-02-07 17:06:36 -08:00
Guilherme Almeida Girardi
30f013f9be
Replacing the /deep/ selector
...
https://community.n8n.io/t/editor-ui-building/778
2020-02-07 13:36:23 -03:00
Jan Oberhauser
eb285ef711
⚡ Make it possible to set credentials to fixed values
2020-01-25 23:48:38 -08:00
Jan Oberhauser
3954941c39
🔖 Release n8n-editor-ui@0.34.0
2020-01-24 22:18:35 -08:00
Jan Oberhauser
eae8c8137c
⬆️ Set n8n-workflow@0.21.0 on n8n-editor-ui
2020-01-24 22:18:10 -08:00
Jan Oberhauser
de098f7da4
⚡ Fix issue that parameter inputs on lower levels are very small
2020-01-23 16:05:27 -08:00
Jan Oberhauser
62134f639b
🐛 Fix issue with deleting fixedCollection with multipleValues=false
2020-01-23 15:57:34 -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
8228b8505f
⚡ Abstract OAuth signing and make credentials extendable
2020-01-13 20:46:58 -06:00
Jan Oberhauser
80a19856e0
🔖 Release n8n-editor-ui@0.33.0
2020-01-10 14:44:33 -06:00
Jan Oberhauser
70e972ff7d
Revert " 🔀 Merge branch 'oauth-support' of https://github.com/tildabio/n8n "
...
This reverts commit 0c5972bb98
, reversing
changes made to 3de03b5097
.
2020-01-10 14:26:06 -06:00
Jan Oberhauser
29633cfd1f
⚡ Add "About n8n" to Help in sidebar
2020-01-09 21:53:26 -06:00
Jan Oberhauser
cba55d4f86
🔖 Release n8n-editor-ui@0.32.0
2020-01-08 13:39:50 -06:00
Jan Oberhauser
7f21f3eee7
🐛 Fix bug that TextEdit did not display existing values
2020-01-08 13:25:35 -06:00
Jan Oberhauser
dfc3cb962c
👕 Fix lint issue
2020-01-07 23:23:43 -06:00
Jan Oberhauser
740cb8a6fc
⚡ Some small changes to basic OAuth support
2020-01-07 18:29:11 -06:00
Jan Oberhauser
0c5972bb98
🔀 Merge branch 'oauth-support' of https://github.com/tildabio/n8n
2020-01-06 18:01:45 -06:00
Jan Oberhauser
a25843b9fb
🔖 Release n8n-editor-ui@0.31.0
2020-01-04 23:04:56 -06:00
Jan Oberhauser
95fd6f2ed1
⬆️ Set n8n-workflow@0.20.0 on n8n-editor-ui
2020-01-04 23:04:20 -06:00
Jan Oberhauser
9392b94e40
👕 Fix lint issue
2020-01-04 22:54:16 -06:00
Jan Oberhauser
6b2dc25059
🐛 Fix errors with unknown nodeTypes
2020-01-04 22:51:54 -06:00
Jan Oberhauser
bf4c8bc3a2
✨ Make it possible to define dependencies for loadOptions
2020-01-04 22:28:09 -06:00
Jan Oberhauser
e8979e45e9
Release n8n-editor-ui@0.30.2
2020-01-03 21:51:03 -06:00
Jan Oberhauser
d59e005436
🐛 Fix issue that TextEdit did not work anymore
2020-01-03 21:48:55 -06:00
Ram Yalamanchili
cb73853680
Add UI logic to support OAuth authentication flow
...
Add support in credentialsList to kickoff an OAuth2 authorization
flow. This enables users to authenticate and allow n8n to store
the resulting keys in the backend.
2020-01-01 22:55:16 -08:00
Ram Yalamanchili
3b450b4372
Add debugger support for vuejs
2020-01-01 22:55:16 -08:00
Jan Oberhauser
a88e4d5b19
🔖 Release n8n-editor-ui@0.30.1
2019-12-31 22:11:29 -06:00
Jan Oberhauser
1d53ad3015
🔖 Release n8n-editor-ui@0.30.0
2019-12-31 21:48:44 -06:00
Jan Oberhauser
ee0cafb6a1
⬆️ Set n8n-workflow@0.19.0 on n8n-editor-ui
2019-12-31 21:48:16 -06:00
Jan Oberhauser
ae76d1226d
⬇️ Downgrade to @vue/cli-service@3.11.0 because of issues with vue-json-tree
2019-12-31 21:19:04 -06:00
Jan Oberhauser
23985dbcb2
✨ Add SSE Trigger-Node
2019-12-31 19:03:46 -06:00
Jan Oberhauser
d726eef239
⬆️ Update some more packages to latest version
2019-12-30 13:38:55 -06:00
Jan Oberhauser
93c974308f
🐛 Fix new string input issue
2019-12-29 23:04:51 -06:00
Jan Oberhauser
0ba712cd92
👕 Fix lint issue
2019-12-29 15:13:15 -06:00
Jan Oberhauser
49e2285573
⬆️ Update packages to latest version on n8n-editor-ui
2019-12-29 15:02:21 -06:00
Jan Oberhauser
50f3d9bb5a
✨ Add HTML Extract-Node
2019-12-28 21:28:15 -06:00
Jan Oberhauser
1ed5a4589d
⚡ Improve handling of incorrect return data of Function Nodes
2019-12-23 14:54:27 -06:00
Jan Oberhauser
31849de553
🔖 Release n8n-editor-ui@0.29.0
2019-12-21 19:55:43 -06:00
Jan Oberhauser
b8607c67b9
⬆️ Set n8n-workflow@0.18.0 on n8n-editor-ui
2019-12-21 19:55:02 -06:00
Jan Oberhauser
e0752b861d
✨ Make it possible to rename workflows
2019-12-20 16:58:36 -06:00
Jan Oberhauser
403c52ddf8
🐛 Add missing file
2019-12-18 14:17:31 -06:00
Jan Oberhauser
a7d729842a
🐛 Fix that "getCurrentNodeParameter" did not resolve expressions
2019-12-16 20:27:56 -06:00
Jan Oberhauser
04708262f9
🔖 Release n8n-editor-ui@0.28.0
2019-12-13 13:19:56 -06:00
Jan Oberhauser
359dc3b485
✨ Add possibility to retry with currently saved workflow
2019-12-12 18:18:20 -06:00
Jan Oberhauser
b389854046
✨ Add possibility to filter executions by status
2019-12-12 17:39:56 -06:00
Jan Oberhauser
870961b101
🐛 Fix bug that it did load same executions multiple times
2019-12-12 20:57:11 +01:00
Jan Oberhauser
d74f0d9bbd
👕 Fix lint issue
2019-12-10 20:31:11 +01:00
Jan Oberhauser
5a0d1bf993
🐛 Fix variable selector bug with arrays in arrays
2019-12-10 16:37:22 +01:00
Jan Oberhauser
f31049d454
🐛 Fix that drop connection and addNodeButton did connect wrong
2019-12-10 15:39:14 +01:00
Jan Oberhauser
5da4a80d67
✨ Add support for nodes with 4 in- or outputs
2019-12-10 14:35:27 +01:00
Jan Oberhauser
3bda5cdb06
🔖 Release n8n-editor-ui@0.27.0
2019-12-01 21:05:54 +01:00
Jan Oberhauser
e8854e03c3
⬆️ Set n8n-workflow@0.17.0 on n8n-editor-ui
2019-12-01 21:05:35 +01:00
Jan Oberhauser
8aeee839d6
🔖 Release n8n-editor-ui@0.26.0
2019-11-23 22:10:05 +01:00
Jan Oberhauser
3750c898f2
⬆️ Set n8n-workflow@0.16.0 on n8n-editor-ui
2019-11-23 22:09:26 +01:00
Jan Oberhauser
2cdfe5b100
👕 Fix lint issue
2019-11-23 11:28:05 +01:00
Jan Oberhauser
862b693c0a
⚡ Fix issue that items got displayed twice in JSON-View
2019-11-23 10:23:26 +01:00
Jan Oberhauser
2d409b6535
⚡ Support also numbers as values in options and multiOptions
2019-11-22 00:07:38 +01:00
Jan Oberhauser
463a532a0a
⚡ Display description also for credential parameters
2019-11-17 22:38:37 +01:00
Jan Oberhauser
edf216ba24
💄 Display new line in JSON data
2019-11-16 23:42:18 +01:00
Jan Oberhauser
72341a425e
🔖 Release n8n-editor-ui@0.25.0
2019-11-07 22:15:17 +01:00
Jan Oberhauser
c206658f8b
⚡ Make it possible to also load values dynamically for multiOptions
2019-11-05 20:49:04 +01:00
Jan Oberhauser
dba4bc25c5
⚡ Fix button text
2019-11-03 23:19:56 +01:00
Jan Oberhauser
4c397ea958
🐛 Fix bug that "alwaysOpenEditWindow" did not work for "json" type
2019-11-03 22:06:03 +01:00
Jan Oberhauser
729cdedcab
🔖 Release n8n-editor-ui@0.24.0
2019-10-31 20:22:09 +01:00
Jan Oberhauser
d073204bb0
✨ Add MoveBinaryData-Node to move data between binary an JSON
2019-10-31 17:24:56 +01:00
Jan Oberhauser
91498b4573
👕 Fix lint issue
2019-10-31 13:41:39 +01:00
Jan Oberhauser
a61b26c640
🔖 Release n8n-editor-ui@0.23.0
2019-10-20 22:32:09 +02:00
Jan Oberhauser
b8ea9efff2
⬆️ Set n8n-workflow@0.15.0 on n8n-editor-ui
2019-10-20 22:31:40 +02:00
BenoitTallandier
02a7d92fc1
🔃 Add unction getCurrentNodeParameters to get currents parameters in loading function
2019-10-20 20:55:49 +02:00
Jan Oberhauser
5f45f5a011
🔖 Release n8n-editor-ui@0.22.0
2019-10-16 14:10:55 +02:00
Jan Oberhauser
c08c395680
⬆️ Set n8n-workflow@0.14.0 on n8n-editor-ui
2019-10-16 14:10:36 +02:00
Jan Oberhauser
5fc3fd640a
👕 Fix lint issue
2019-10-15 23:19:20 +02:00
Jan
8453574c01
🔀 Merge pull request #81 from lucafaggianelli/fix-mutliselect
...
fix focus of ParameterInput with type multiOptions
2019-10-15 21:32:15 +02:00
Luca Faggianelli
168d2214a8
fix focus of ParameterInput with type multiOptions
...
fix #78 , fix #2
2019-10-15 16:44:09 +02:00
Jan Oberhauser
e6d1687e4c
🔖 Release n8n-editor-ui@0.21.0
2019-10-15 07:57:38 +02:00
Jan Oberhauser
08bf068b5f
⬆️ Set n8n-workflow@0.13.0 on n8n-editor-ui
2019-10-15 07:55:29 +02:00
Jan Oberhauser
6e395bf992
🔖 Release n8n-editor-ui@0.20.0
2019-10-06 11:30:22 +02:00
Jan Oberhauser
68fea77bdd
⬆️ Set n8n-workflow@0.12.0 on n8n-editor-ui
2019-10-06 11:29:26 +02:00
Jan Oberhauser
9d01f79778
💄 Improve slightly display of Executions
2019-10-06 11:09:01 +02:00
Jan Oberhauser
d589e8a909
📚 Add link to FAQ to license information
2019-10-04 20:40:23 +02:00
Jan Oberhauser
000f24dd4e
🔖 Release n8n-editor-ui@0.19.0
2019-10-04 14:07:03 +02:00
Jan Oberhauser
a7a1ddbb89
👕 Fix lint issue
2019-10-04 13:45:41 +02:00
Jan Oberhauser
9b7aee23cc
⚡ Do not add large amounts of data to variable selector
2019-10-04 13:34:05 +02:00
Jan Oberhauser
199e7a7a2c
⚡ Improve hiding of large data
2019-10-04 13:27:50 +02:00
Jan Oberhauser
1ab8896c37
🐛 Fix warning on save
2019-10-04 12:43:48 +02:00
Jan Oberhauser
5829ed2e3d
👕 Fix lint issue
2019-10-04 12:36:42 +02:00
Jan Oberhauser
295bd212ce
🐛 Fix issue that JSON view could not be selected anymore
2019-10-04 12:34:09 +02:00
Jan Oberhauser
888f01b343
🐛 Fix issue with FixedCollection
2019-10-04 12:33:23 +02:00
Jan Oberhauser
3ed6acd58a
⚡ Fix issue that two finger swipe on mac did change page
2019-10-03 11:42:16 +02:00
Jan Oberhauser
50b23f1fc4
⚡ If node contains large amount of data hide it first by default
2019-10-02 15:30:51 +02:00
Jan Oberhauser
2727c0f8f1
👕 Fix lint issue
2019-09-22 22:03:58 +02:00
Jan Oberhauser
05a27a1658
🔖 Release n8n-editor-ui@0.18.0
2019-09-22 22:00:17 +02:00
Jan Oberhauser
8328d7ad9a
⚡ Add Help-Menu
2019-09-22 21:59:45 +02:00
Jan Oberhauser
37bf2f02b7
🐛 Fix display of version
2019-09-22 20:56:16 +02:00
Jan Oberhauser
a595434cd0
👕 Fix lint issue
2019-09-20 14:07:02 +02:00
Jan Oberhauser
4c71ed22cd
🔖 Release n8n-editor-ui@0.17.0
2019-09-20 13:58:47 +02:00
Jan Oberhauser
c1a609d358
💄 Make sure that parameter help icon gets always displayed
2019-09-19 23:59:25 +02:00
Jan Oberhauser
419af0a5fd
🐛 Fix bug that array elements larger than 10 could not be removed
2019-09-19 23:19:34 +02:00
Jan Oberhauser
57958aebc2
👕 Fix lint issue
2019-09-11 23:44:19 +02:00
Jan Oberhauser
bf0e528ff4
🔖 Release n8n-editor-ui@0.16.0
2019-09-11 22:29:35 +02:00
Jan Oberhauser
d6b8b9544f
⚡ Display currently installed version in editor-ui
2019-09-11 18:40:22 +02:00
Jan Oberhauser
9bd5d4bec1
First try to get custom properties to work with v1
2019-09-11 17:15:42 +02:00
Jan Oberhauser
6e81abef3c
💄 Fix display issue of select fields
2019-09-11 11:06:43 +02:00
Jan Oberhauser
132ac3737d
👕 Fix lint issue
2019-09-11 10:59:50 +02:00
Jan Oberhauser
2d0d3f7ce1
👕 Fix lint issue
2019-09-07 09:01:27 +02:00
Jan Oberhauser
5f705dbaff
🔖 Release n8n-editor-ui@0.15.1
2019-09-05 19:05:25 +02:00
Jan Oberhauser
fc2b3d15c0
💄 Fix issue that it did display scroll bars next to selects
2019-09-05 19:04:02 +02:00
Jan Oberhauser
15eb9189bb
🔖 Release n8n-editor-ui@0.15.0
2019-09-04 18:59:02 +02:00
Jan Oberhauser
cebb0de9af
⬆️ Set n8n-workflow@0.11.0 on n8n-editor-ui
2019-09-04 18:57:38 +02:00
Jan Oberhauser
2b2113433f
✨ Improve Code-Editor in Function-Nodes
2019-09-04 18:24:49 +02:00
Jan Oberhauser
7108320297
✨ Add XML-Node
2019-09-04 12:18:21 +02:00
Jan Oberhauser
014972a0c0
👕 Fix lint issue
2019-09-03 16:15:32 +02:00
Jan Oberhauser
eb7b516f9d
⚡ Link n8n.io node directory to nodeType help
2019-09-01 22:25:54 +02:00
Jan Oberhauser
3614a9e9b6
📚 Add homepage to package.json files
2019-08-31 13:06:24 +02:00
Jan Oberhauser
35811d0177
🔖 Release n8n-editor-ui@0.14.0
2019-08-28 17:52:51 +02:00
Jan Oberhauser
81c89ed4a0
⬆️ Set n8n-workflow@0.10.0 on n8n-editor-ui
2019-08-28 17:52:20 +02:00
Jan Oberhauser
4d6e25c28e
💥 Fix typo reponse => response
2019-08-28 17:16:09 +02:00
Jan Oberhauser
1ff038b563
⬆️ Set jest@24.x.x on all packages
2019-08-28 15:42:45 +02:00
Jan Oberhauser
54cf08ebbf
🔖 Release n8n-editor-ui@0.13.1
2019-08-19 20:43:41 +02:00
Jan Oberhauser
6208125ac0
✨ Serve editor-ui correctly also when installed as package
2019-08-19 20:41:10 +02:00
Jan Oberhauser
97893fed1b
📚 Update development cycle documentation and add placeholder tests
2019-08-14 13:45:18 +02:00
Jan Oberhauser
84ba4dec06
⚡ Make it easier to start n8n in development mode
2019-08-14 12:13:43 +02:00
Jan Oberhauser
7bde0b759c
🔖 Release n8n-editor-ui@0.13.0
2019-08-10 10:56:16 +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
a3123c682d
🔖 Release n8n-editor-ui@0.12.0
2019-08-09 12:54:28 +02:00
Jan Oberhauser
e66c259407
🐛 Fix code to work with new n8n-workflow
2019-08-09 12:51:45 +02:00
Jan Oberhauser
14f3d2f9c7
⬆️ Set n8n-workflow@0.9.0 on n8n-editor-ui
2019-08-09 11:24:17 +02:00
Jan Oberhauser
886100eeef
⚡ Improve workflow retry
2019-08-09 08:07:18 +02:00
Jan Oberhauser
d59a043e3f
✨ Run workflows in own independent subprocess
2019-08-08 20:47:08 +02:00
Jan Oberhauser
abb0a52b08
:zip: Improve display of retry
2019-08-08 20:24:37 +02:00
Jan Oberhauser
daa7ab7be7
🔖 Release n8n-editor-ui@0.11.0
2019-08-02 17:13:27 +02:00
Jan Oberhauser
dd2920c29e
⬆️ Set n8n-workflow@0.8.0 on n8n-editor-ui
2019-08-02 17:12:58 +02:00
Jan Oberhauser
983ef13db9
👕 Fix lint issue
2019-08-02 17:06:06 +02:00
Jan Oberhauser
72bd291efb
🐛 Fix bug that it does always move to beginning of line after
...
entering first character in expression input
2019-08-02 16:53:02 +02:00
Jan Oberhauser
a0b7abed20
✨ Add support for input labels
2019-08-02 15:56:05 +02:00
Jan Oberhauser
a8f1f9c0ba
⚡ Small fixes and fix that some nodes changed incoming data
2019-08-01 22:44:29 +02:00
Jan Oberhauser
6672a62a62
⚡ Improve node locations
2019-08-01 08:26:43 +02:00
Jan Oberhauser
aa6914f92e
🔖 Release n8n-editor-ui@0.10.0
2019-07-26 14:46:07 +02:00
Jan Oberhauser
f2102f8ea0
🐛 Fix bug that webhooks could not be tested anymore
2019-07-26 14:17:00 +02:00
Jan Oberhauser
e3fafc85e6
⚡ Use color for icons in node creator and update colors
2019-07-26 11:41:08 +02:00
Jan Oberhauser
84154843c2
💄 Add icons to all nodes which did not have any
2019-07-26 11:27:46 +02:00
Jan Oberhauser
dae2aa3d5d
💄 Improve position of node options
2019-07-26 07:49:00 +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
6c2887e608
⚡ Improve position of node output labels
2019-07-25 19:27:58 +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
1a41db8a75
🔖 Release n8n-editor-ui@0.9.1
2019-07-25 19:16:03 +02:00
Jan Oberhauser
0ace7ca423
👕 Fix lint issue
2019-07-25 19:15:41 +02:00
Jan Oberhauser
6a1857af16
🔖 Release n8n-editor-ui@0.9.0
2019-07-25 19:12:32 +02:00
Jan Oberhauser
0510824c24
🐛 Fix issue that push messages received before the REST API did
2019-07-25 19:08:19 +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
0c89445682
🐛 Fix bug that workflow names could have spaces in beginning and end
2019-07-25 15:21:57 +02:00
Jan Oberhauser
68696fab32
🔖 Release n8n-editor-ui@0.8.0
2019-07-25 08:37:30 +02:00
Jan Oberhauser
7b3ebc92e6
⬆️ Set n8n-workflow@0.7.0 on n8n-editor-ui
2019-07-25 08:37:09 +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
2d8038669a
✨ Push active executions to clients to remove manual reload
2019-07-24 14:25:30 +02:00
Jan Oberhauser
a9453806b8
✨ Add support for PostgresDB and save date as Date
2019-07-22 20:29:06 +02:00
Jan Oberhauser
926d87fea9
🔖 Release n8n-editor-ui@0.7.0
2019-07-18 20:04:41 +02:00
Jan Oberhauser
990a5cdbf0
⬆️ Set n8n-workflow@0.6.0 on n8n-editor-ui
2019-07-18 20:04:23 +02:00
Jan Oberhauser
32204d35d1
✨ Make it possible to retry node on error
2019-07-18 19:39:54 +02:00
Jan Oberhauser
9c0b1a9cec
🐛 Fix issue that properties on node root level could not be changed
2019-07-18 17:41:53 +02:00
Jan Oberhauser
a4ad9baa84
🔖 Release n8n-editor-ui@0.6.0
2019-07-17 20:33:46 +02:00
Jan Oberhauser
0e03ab15f9
⬆️ Set n8n-workflow@0.5.0 on n8n-editor-ui
2019-07-17 20:33:30 +02:00
Jan Oberhauser
6fc02a5024
⚡ Improve naming of created names
2019-07-17 19:58:54 +02:00