Commit Graph

27 Commits

Author SHA1 Message Date
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
Jan Oberhauser
ca50194d71 ⚡ Cleanup & Fix lint issues 2021-03-29 11:20:10 +02:00
dali
3ec3f908e8 ⏪ Revert 'gm' import statement 2021-03-11 12:27:24 +01:00
dali
ac9b743233 🐛 Fix typescript issues 2021-02-23 15:33:43 +01:00
dali
256711737c Remove executeSingle from Edit Image node 2021-02-22 16:36:54 +01:00
dali
4bf7ea3e26 🐛 Fix Empty buffer error in ImageEdit node 2021-02-22 16:10:01 +01:00
Jan Oberhauser
f209665730 ⚡ Fix "Border" operation on EditImage-Node 2021-01-05 17:23:16 +01:00
Jan Oberhauser
f95104bcab ⚡ Made operations of EditImage Node sortable 2020-12-27 00:17:16 +01:00
Jan Oberhauser
17056122af 👕 Fix lint issue 2020-12-26 22:35:56 +01:00
Jan Oberhauser
a19be309f7 ⚡ Further improve composite operation 2020-12-26 21:30:42 +01:00
Jan Oberhauser
062210d8b9 ⚡ Fix issue with multiple composite operations 2020-12-25 23:44:58 +01:00
Jan Oberhauser
7826cc06e9 ⚡ Add "Multi Step" option to EditImage Node 2020-12-25 23:03:12 +01:00
Jan Oberhauser
06095ca0a7 ⚡ Make it possible to create a new image 2020-11-19 10:48:46 +01:00
Ricardo Espinoza
cbc1b7f2a3 ✨ Add Cloud Natural Language node (#1181)
* ✨ Add Cloud Natural Language node

* ⬆️ Set google-fonts-webpack-plugin to latest version

* 🐛 Rename method composite to compose

* ⚡ Improvements to Google Cloud Natural Language Node

Improvements to #1171

Co-authored-by: Tanay Pant <tanaypant@protonmail.com>
2020-11-19 09:04:20 +01:00
Jan Oberhauser
79ccf6a2e9 ⚡ Revert wrong bugfix and fix typo 2020-11-19 08:37:19 +01:00
Ricardo Espinoza
db47892e77 ⚡ Add contact list and list resources to Active Campaign Node (#1187)
* ⬆️ Set google-fonts-webpack-plugin to latest version
* ⚡ Add Contact List and List resources to Active Campaign Node
2020-11-19 08:37:01 +01:00
Jan Oberhauser
c4518f8f17 ⚡ Small improvement on EditImage-Node 2020-11-19 00:17:29 +01:00
Jan Oberhauser
02669c04f1 ⚡ Add support for draw and allow font selection EditImage-Node 2020-11-18 18:19:41 +01:00
Jan Oberhauser
b81d175145 🐛 Fix bug with multi line texts on Edit Image Node 2020-11-18 11:31:19 +01:00
Jan Oberhauser
aaaa804f36 ⚡ Add "composite" option to Edit Image Node 2020-11-18 11:08:50 +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
40c2acd77b 👕 Fix lint issue 2020-10-22 15:46:03 +02:00
Jan Oberhauser
d201cc3dd7 ⚡ Make it possible to change output image format, quality and name 2020-05-27 00:43:19 +02:00
Jan Oberhauser
1173c998fc 🐛 Do not error if expression on text resolves to undefined 2019-10-16 13:49:08 +02:00
Jan Oberhauser
d2f3b1891c 👕 Fix TypeScript issue 2019-08-28 17:49:56 +02:00
Jan Oberhauser
1b59d7b886 ✨ Copy data on execution only if needed 2019-08-01 22:55:33 +02:00
Jan Oberhauser
9cb9804eee Initial commit to release 2019-06-23 12:35:23 +02:00