Iván Ovejero
|
9e074b46e3
|
⚡ Make getFields helper more readable
|
2021-06-16 15:50:37 +02:00 |
|
Iván Ovejero
|
a7c6f115b8
|
⚡ Fix custom fields for product operations
|
2021-06-01 16:37:04 +02:00 |
|
Iván Ovejero
|
dbfe3b0b9a
|
🔨 Refactor reduce for simplicity
|
2021-06-01 14:07:02 +02:00 |
|
Iván Ovejero
|
0cd424d981
|
🔥 Remove logging
|
2021-06-01 12:46:37 +02:00 |
|
Iván Ovejero
|
07dd734e25
|
⚡ Implement custom fields adjuster
|
2021-06-01 12:45:38 +02:00 |
|
Iván Ovejero
|
eb869cd622
|
⚡ Add custom fields to all create-update ops
|
2021-06-01 12:22:50 +02:00 |
|
Iván Ovejero
|
b4c265aa08
|
🔨 Refactor getFields for readability
|
2021-06-01 11:46:38 +02:00 |
|
Iván Ovejero
|
497ffc9679
|
⚡ Add filters to all getAll operations
|
2021-06-01 11:07:32 +02:00 |
|
Iván Ovejero
|
e6905bf955
|
⚡ Add filters for lead:getAll
|
2021-05-31 10:26:19 +02:00 |
|
ricardo
|
a695ef18b3
|
⚡ Improvements
|
2021-05-28 16:47:53 -04:00 |
|
Iván Ovejero
|
0143bca54c
|
⚡ Apply Dali's suggestions
|
2021-05-11 15:09:59 +02:00 |
|
Iván Ovejero
|
f5ff3d212b
|
⚡ Prevent request on empty update
|
2021-05-11 10:12:43 +02:00 |
|
Iván Ovejero
|
09bb459cb2
|
🐛 Fix empty response for getAll
|
2021-05-11 09:34:55 +02:00 |
|
Iván Ovejero
|
a02a008c00
|
⚡ Add vendor resource
|
2021-05-10 12:22:53 +02:00 |
|
Iván Ovejero
|
a61e5bb4d4
|
⚡ Adjust sales orders params
|
2021-05-10 11:47:40 +02:00 |
|
Iván Ovejero
|
9f8921e48e
|
⚡ Adjust quote params
|
2021-05-10 09:50:49 +02:00 |
|
Iván Ovejero
|
e99e07faf3
|
⚡ Adjust purchase order params
|
2021-05-09 23:44:57 +02:00 |
|
Iván Ovejero
|
6b7bc4392f
|
⚡ Refactor product details field
|
2021-05-09 16:30:16 +02:00 |
|
Iván Ovejero
|
3161f9f72e
|
⚡ Add product resource
|
2021-05-09 15:19:25 +02:00 |
|
Iván Ovejero
|
843cc78885
|
⚡ Refactor types in adjusters
|
2021-05-09 14:43:57 +02:00 |
|
Iván Ovejero
|
68bfd3deee
|
Merge branch 'master' into expand-zoho-node
|
2021-05-09 14:08:54 +02:00 |
|
Ricardo Espinoza
|
31dd959109
|
🐛 Select base url depending on the datacenter (#1744)
|
2021-05-07 18:54:40 -05:00 |
|
Iván Ovejero
|
6efae90a89
|
⚡ Adjust invoice operations
|
2021-05-07 17:28:42 +02:00 |
|
Iván Ovejero
|
75a7bbef34
|
⚡ Adjust param types
|
2021-05-07 13:19:01 +02:00 |
|
Iván Ovejero
|
c404f86e38
|
⚡ Fix date of birth fields
|
2021-05-07 10:58:12 +02:00 |
|
Iván Ovejero
|
a885518019
|
⚡ Refactor out extra credentials parameter
|
2021-05-07 10:02:53 +02:00 |
|
Iván Ovejero
|
878e2093db
|
⚡ Initial refactor of Zoho node
|
2021-05-03 17:24:29 +02: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 |
|
Jan Oberhauser
|
40c2acd77b
|
👕 Fix lint issue
|
2020-10-22 15:46:03 +02:00 |
|
ricardo
|
af3d799e5c
|
✨ Oauth1 support and Twitter node
|
2020-06-01 20:42:44 -04:00 |
|
Ricardo Espinoza
|
b3a9eb08c1
|
⚡ small fix
|
2020-02-15 19:25:14 -05:00 |
|
Ricardo Espinoza
|
c630028531
|
✨ Added lead resource
|
2020-02-15 19:23:22 -05:00 |
|
Jan Oberhauser
|
6a08fc9da3
|
⚡ Small improvements to ZohoCRM-Node and OAuth fix
|
2020-02-14 18:48:58 -08:00 |
|
Ricardo Espinoza
|
8e87723858
|
Zoho node
|
2020-02-12 10:04:43 -05:00 |
|