Commit graph

161 commits

Author SHA1 Message Date
Harshil Agrawal 78936fd1dc
Add and update codex files (#1665) 2021-04-16 19:03:44 +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
Mutasem Aldmour 99bb6e40c1
Add AWS SQS node (#1530)
* implement sqs node to send message

* remove console logs

* update node to use url as value

* add message attributes

* tslint --fix

* fix comment

* address comments, fix subtitle bug, fix style issues

* add comma

* update pathname handling

* fix spacing

* fix queue loading for no queues and more than 1

* change logo to svg, support sending input as json

* add binary data property support

* fix node read to depend on item

* 🎨 Fix SVG size to prevent cropping

*  Ajust imports and display names per codebase

* ✏️ Edit parameter descriptions

* address comments

* tslint fixes

* update subtitle to operation

* update fifo handling

*  Improvements

*  Minor fix

Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-04-02 19:48:22 +02:00
Ricardo Espinoza ba4d848acc
🐛 Map CC addresses correctly (AWS SES) (#1559) 2021-03-19 17:35:38 +01:00
Harshil Agrawal a51975c11f
Add node codex files (#1465) 2021-02-21 21:42:15 +01:00
Ricardo Espinoza 13e76e33e8
Add text detection operation to AWS Rekognition (#1417) 2021-02-21 10:47:34 +01:00
Ricardo Espinoza 894a4b950a
Add resource Custom Verification Email to AWS SES (#1405)
*  Add resource Custom Verification Email to AWS SES

*  Minor improvements to AWS SES Node

Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-02-08 00:02:10 +01:00
Ricardo Espinoza ba7c35dbf5
Add Amazon Comprehend Node (#1415)
*  Add Amazon Comprehend node

*  Improvements to #1413

Co-authored-by: Rei Maruyama <rei.maruyama@serverworks.co.jp>
2021-02-07 23:42:59 +01:00
Omar Ajoue 5a6b191688
🐛 Fix AWS lambda and SNS problem with signature (#1361) 2021-01-20 12:23:32 +01: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
Jan Oberhauser 785b0e385e 👕 Fix lint issue 2021-01-13 20:20:30 +01:00
Jan 1501175b81
Add support for custom AWS endpoints (#1312)
* Setup custom endpoints properties in AWS credentials type

* Update AWS nodes to use new endpoints (if specified)

* Fix a few error scenarios cases where message was being obscured

* Extend usage of URL API to validate user inputted endpoints

https://nodejs.org/docs/latest-v12.x/api/url.html

* Add support to custom endpoints for SES

Forgot to add this in my earlier commits…

* Fix incorrect Amazon SES endpoint placeholder value

* Fixed signing problems with path being ignored. Standardized to avoid future problems

* Linting fix

*  Make parameters optinal (wip)

* Make sure that we fallback to correct URL without errors if custom endpoints are not used

Co-authored-by: Luis Ramos <luis@ramos.dev>
Co-authored-by: Omar Ajoue <krynble@gmail.com>
2021-01-07 14:16:52 +01:00
Jan Oberhauser 546b79bea0 👕 Fix lint issue 2020-10-22 18:00:28 +02:00
Jan Oberhauser 40c2acd77b 👕 Fix lint issue 2020-10-22 15:46:03 +02:00
Jan Oberhauser b40dec3e4a Additional fix to AWS SNS Trigger 2020-10-15 23:23:54 +02:00
Ricardo Espinoza ecb77926a4
🐛 AWS SNS Trigger bug #1058 (#1064) 2020-10-15 23:23:38 +02:00
Ricardo Espinoza 46ccff98cf
🐛 Fix AWS SES template bug #1060 (#1062) 2020-10-15 23:07:26 +02:00
Ricardo Espinoza 1e275b188d
Small fix on AWS SES-Node (#1049) 2020-10-13 15:05:09 +02:00
Jan Oberhauser 23e0c08b1c 👕 Fix lint issue 2020-10-13 13:00:41 +02:00
Jan Oberhauser 6c6e7625b9 👕 Fix lint issue 2020-10-13 11:07:16 +02:00
Jan Oberhauser 6f98caf748 Small improvement to AWS-Rekognition integration 2020-10-13 09:33:19 +02:00
Ricardo Espinoza 49113a1988
Add AWS-Rekognition Node (#1047)
*  AWS-Rekognition Node

*  Small improvement
2020-10-13 09:29:47 +02:00
Jan Oberhauser 0f998d52b8 Remove console.log 2020-10-11 18:35:56 +02:00
Ricardo Espinoza 214b2d19ac
Improvements on AWS SES Node (#1029)
*  Improvements

*  Remove unnecessary change
2020-10-11 18:34:05 +02:00
Ricardo Espinoza 979a849940
🐛 Fix issue when uploading files via S3 (#1011) 2020-10-04 22:01:37 +02:00
Jan Oberhauser fe802c8f76 👕 Fix built issue by fixing lint issues 2020-10-01 15:18:47 +02:00
Denis Palashevskii de50e2479d Trim whitespaces in the AWS credentials in other nodes 2020-09-02 00:41:51 +04:00
Denis Palashevskii 2f9bab571d Trim whitespaces in AWS credentials 2020-09-02 00:29:56 +04:00
Denis Palashevskii 0cf3b069a9 Revert AWS S3 node to its original state 2020-08-18 17:11:20 +04:00
Denis Palashevskii 77eb0f4955 Create generic S3 node 2020-08-18 16:56:53 +04:00
Denis Palashevskii a3c5a971e5 Add support for custom endpoint URL scheme (both HTTP and HTTPS) 2020-08-05 15:22:57 +04:00
Denis Palashevskii 4b22df31ad Add support for custom S3 endpoint in AWS S3 node 2020-08-05 14:40:45 +04:00
ricardo a443bf797d Merge 'master' into 'customer.io' 2020-08-03 14:55:36 -04: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
shraddha shaligram 7d625572c1 add basic customer.io trigger 2020-06-30 13:35:31 -07:00
Jan Oberhauser f60c802b19 Small fixes like image optimization 2020-04-26 23:12:51 +02:00
Jan bbf84cafac
🔀 Merge pull request #502 from RicardoE105/feature/aws-s3
🐛 fixes bug with additional fields
2020-04-22 19:38:44 +02:00
ricardo dcaed7eee3 🐛 fixes bug with additional fields 2020-04-22 12:22:41 -05:00
Jan Oberhauser b24537b4a9 Change one default value 2020-04-22 11:20:26 +02:00
ricardo bedc7f88e4 Small improvements 2020-04-21 23:13:30 -05:00
ricardo ed52b67329 improvements 2020-04-20 19:33:38 -05:00
ricardo bfbc4df555 Small fix 2020-04-20 14:22:30 -05:00
Jan Oberhauser fa8c7787a0 Fix an issue with S3-Node 2020-04-20 20:44:22 +02:00
ricardo ad4a4c1e59 Use xml2js to create xml 2020-04-20 12:14:13 -05:00
ricardo 611c79204c AWS S3 Integration 2020-04-15 18:42:43 -04:00
Jan Oberhauser 3fe236b9e6 🐛 Fix SNS-Trigger-Node 2020-02-09 18:27:06 -08:00
Ricardo Espinoza ea5f84d5e1 AWS SNS trigger 2020-02-08 17:19:00 -05:00
Jan Oberhauser 224a51fa56 Small improvements to AWS-SES-Node 2020-02-07 14:56:48 -08:00
Ricardo Espinoza 03c1b0542d SES node. 2020-02-07 16:40:32 -05:00
Jan Oberhauser 24a3a02180 Optimize integration icon images 2020-02-05 17:35:16 -08:00
Jan Oberhauser c02bf0a7cf 👕 Fix lint issues and some small bugs 2019-10-16 11:19:25 +02:00
Matheus Cansian 087199798c Add operation field to Aws nodes 2019-10-15 14:24:45 -03:00
Matheus Cansian 0fcbe409b6 Remove aws-sdk dependency 2019-10-15 14:21:48 -03:00
Matheus Cansian 39c0b08d9d Remove aws-sdk dependency from AWS Lambda node 2019-10-05 17:17:23 -03:00
Matheus Cansian 822e12ff35 Fix identation 2019-10-05 12:10:12 -03:00
Matheus Cansian d3320e3411 Remove ResponseMetadata from SNS node results 2019-10-05 12:09:03 -03:00
Matheus Cansian 3e80d742e2 Rename amazonSns to awsSns 2019-10-05 12:05:58 -03:00
Matheus Cansian 4bde05f417 Implement node for AWS Lambda 2019-10-05 12:03:18 -03:00
Matheus Cansian edb81ef259 Improve code readability Aws node 2019-10-05 10:28:23 -03:00
Matheus Cansian ec9d65b2e0 Implement AWS SNS node 2019-10-04 22:06:26 -03:00