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