Commit graph

45 commits

Author SHA1 Message Date
Harshil Agrawal f2ec7ec6ac
Add and update codex files (#1719) 2021-04-30 20:28:07 -05:00
Jan Oberhauser d33dad7ebc Optimize svgs 2021-04-17 17:23:59 +02:00
Konstantin Nosov 5e7f27d137
Optimize svg (#1653)
* add optimize-svg command to npm scripts

* run svgo over all svg assets in repo
2021-04-17 17:17:16 +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
Harshil Agrawal a503c0e86b
Add new codex files and fix previous files (#1608)
*  Add new codex files and fixed previous files

* 🔨 Minor fix

* 🔨 Minor fix
2021-04-10 10:18:10 +02:00
Jan Oberhauser 0f9429b261 Fix conflicts 2021-03-25 17:10:02 +01:00
Jan Oberhauser 51f2db0578 Add missing description parameter for Deal -> Update 2021-03-08 14:44:37 +01:00
Jan Oberhauser 61a29ef25e 🔀 Merge branch 'master' of https://github.com/TySmith17/n8n into TySmith17-master 2021-03-08 14:35:58 +01:00
Ricardo Espinoza 85703a8bf7
🐛 Fix issue when refreshing OAuth2 credentials (Hubspot) (#1489) 2021-02-25 08:05:52 +01:00
Tysmith17 e92fe252cf Merge branch 'master' of github.com:n8n-io/n8n 2021-02-05 10:44:56 -07:00
Tysmith17 ddb1f5a22d add missing file 2021-02-05 10:42:33 -07:00
Ricardo Espinoza 39ef004021
Add custom fields to company:create & company:update (Hubspot) (#1404) 2021-02-04 15:31:48 +01:00
Ricardo Espinoza dc98de1ab2
Add support for multiple subscriptions in Hubspot Trigger (#1358)
*  Add support for multiple subscriptions in Hubspot Trigger

*  Load object properties for the user

*  Improvements

*  Some improvements to the Hubspot-Node

Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-02-01 08:31:40 +01:00
Tysmith17 79d544bbd4 add deal description to hubspot 2021-01-28 10:38:57 -07:00
Harshil Agrawal f258f3ca33
Add Node Codex (#1335)
*  Add Node Codex 📇

* Add codex files for new nodes

*  Change category for Affinity

* 🔨 Fix credential documentation link

* Improve styling

* Add blogposts

Co-authored-by: Amudhan <sm.amudhan@live.com>
2021-01-14 13:56:07 +01:00
Ricardo Espinoza 51afcd8ad5
🐛 Fix pagination issue on Hubspot Node (#1281) 2020-12-30 08:01:27 +01:00
Ricardo Espinoza bea7469c61
Add Contact List resource and deal:search operation (#1217)
*  Add Contact List resource and deal:search operation

*  Minior improvements to Hubspot-Node

Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2020-12-02 13:25:13 +01:00
ricardo 83ce722dcf Fields ordered alphabetically 2020-11-08 11:14:43 -05:00
Vincent Barrier b1ba991367
Manage custom properties on Hubspot deals 2020-11-08 14:45:00 +01:00
Vincent Barrier 5288365104
add custom properties for deals
add custom properties for deals
2020-11-08 14:43:16 +01:00
Jan Oberhauser 40c2acd77b 👕 Fix lint issue 2020-10-22 15:46:03 +02:00
Jan Oberhauser fe802c8f76 👕 Fix built issue by fixing lint issues 2020-10-01 15:18:47 +02:00
Ricardo Espinoza d26cc64163
Add custom fields to contact resource on Hubspot-Node (#893) 2020-08-27 08:20:29 +02:00
Jan Oberhauser ad67d020c0 Small improvements to Hubspot-Node 2020-08-25 09:52:00 +02:00
ricardo 327abd943f Add search operation to contact resource 2020-08-21 18:04:21 -04:00
Ricardo Espinoza 8370940713
Box Node and Trigger (#765)
*  Box Node and Trigger

*  Improvements

*  small fix

* 🐛 Add missing interface

*   add search operation
2020-07-25 19:58:38 +02:00
smamudhan 725d2d16fc
Fixed typos and grammatical errors (#791)
* 🐛 Fixed typos and grammatical errors

* 🐛 Made changes based on Tanay's feedback
2020-07-24 12:56:41 +02:00
ricardo bc4d407c44 Improvements to Hubspot-Node 2020-06-13 19:48:41 -04:00
Rupenieks d614483828 trigger node fix 2020-06-10 12:57:13 +02:00
Rupenieks 3f9bdd2e41 OAuth2 support 2020-06-08 14:40:23 +02:00
Jan Oberhauser 6cc1c771ea Small improvements to Hubspot-Node 2020-04-20 09:22:31 +02:00
ricardo 000921b796 Extended Hubspot 2020-04-17 17:42:49 -04:00
Jan Oberhauser 212210b032 Small improvements to Hubspot-Node 2020-04-09 00:12:06 +02:00
ricardo 8026bb1c9a Added ticket resource 2020-04-08 00:35:50 -04:00
Jan Oberhauser a1932a5427 Improve Hubspot error handling 2020-03-29 10:17:11 +02:00
ricardo fa922d363e Extended Hubspot functionality 2020-03-22 22:40:42 -04:00
Jan Oberhauser 3d2e90ed18 Small improvements to Hubspot Trigger Node 2020-03-13 12:09:09 +01:00
Ricardo Espinoza 84d4f7eab9 Hubspot Trigger 2020-03-08 22:39:20 -04:00
Jan Oberhauser 24a3a02180 Optimize integration icon images 2020-02-05 17:35:16 -08:00
Jan Oberhauser f4acd47f80 🐛 Fix wrong default values 2020-01-04 22:19:10 -06:00
Jan Oberhauser ee4c46dbd3 Rename operations 2019-12-07 22:21:04 +01:00
Ricardo Espinoza 6c1b479c81 added hubspot API documentation 2019-12-04 12:34:47 -05:00
Ricardo Espinoza c87da488f6 hubspot node done 2019-12-04 12:21:02 -05:00
Ricardo Espinoza 67297944da done 2019-12-03 22:21:52 -05:00
Ricardo Espinoza cb0cfaa771 done 2019-12-03 16:48:17 -05:00