Ricardo Espinoza
fbc11080c7
🐛 Fix issue loading custom fields on Salesforce Node ( #1654 )
2021-04-17 10:11:18 +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
Craig McElroy
aab6946e9e
🐛 Salesforce Get All : Handle string and array options.fields ( #1590 )
2021-04-02 17:46:33 +02:00
Jan Oberhauser
0f9429b261
⚡ Fix conflicts
2021-03-25 17:10:02 +01:00
Jan Oberhauser
dbe70ea1e0
🔀 Merge branch 'camcelroy-fix/salesforce-customobject-getall'
2021-03-18 11:02:40 +01:00
Jan Oberhauser
40b76fd746
⚡ Simplify code
2021-03-18 11:02:00 +01:00
Ricardo Espinoza
4bff3af058
🐛 Fix issue with firstname when creating/updating a lead ( #1545 )
2021-03-18 10:53:39 +01:00
Craig McElroy
3cb8cd115e
Salesforce Custom Object Get All : Fix TypeError: options.fields.split is not a function
2021-03-17 14:17:21 -05:00
Ricardo Espinoza
15ec1f1f4d
⚡ Add field "mobile phone" to lead resource (Salesforce) ( #1522 )
2021-03-10 18:36:26 +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 Oberhauser
29c9c6d933
⚡ Remove console.logs
2021-01-13 10:49:55 +01:00
Ricardo Espinoza
63a459ac92
⚡ Add filters to all getAll operations to Salesforce Node ( #1292 )
...
* ⚡ Add filters to all get:All operations
* ⚡ Small fix
* ⚡ Add description to condition fields
* ⚡ Minor improvements to Salesforce-Node
Co-authored-by: Harshil <ghagrawal17@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-01-13 10:45:41 +01:00
Jan Oberhauser
889267ebb6
👕 Fix lint issue
2020-10-28 23:14:09 +01:00
Ricardo Espinoza
0b1688caf4
⚡ Feature/salesforce jwt bearer ( #1082 )
...
* Salesforce - OAuth 2.0 JWT Bearer Flow for Server-to-Server Integration
* ⚡ Small improvements
* ⚡ Small fix
Co-authored-by: Craig McElroy <craig@mcelroyfamily.com>
2020-10-28 23:07:35 +01:00
Jan Oberhauser
66bfcca63f
🐛 Fix issue with IF&Switch node for undefined expressions #1099
2020-10-26 09:43:01 +01:00
Jan Oberhauser
40c2acd77b
👕 Fix lint issue
2020-10-22 15:46:03 +02:00
Jan Oberhauser
a582851271
⚡ Remove unnecessary code
2020-10-16 11:16:45 +02:00
Jan Oberhauser
f3b92a8502
⚡ Sort options on Salesforce-Node
2020-10-16 11:13:04 +02:00
Ricardo Espinoza
86d5681517
⚡ Add salesforce custom objects and custom fields ( #1061 )
2020-10-16 10:27:09 +02:00
Ricardo Espinoza
3ed344b7f2
✨ Feature/salesforce flow ( #1041 )
...
* Add handling of autolaunched flows to Salesforce node. Input variables can be either raw JSON or added via UI.
* ⚡ Improvements to #1038
* fix issue when setting variables from the ui
Co-authored-by: Craig McElroy <craig@mcelroyfamily.com>
2020-10-14 08:45:39 +02:00
Jan Oberhauser
69a71c6eee
⚡ Optimize integration icons
2020-10-13 09:12:39 +02:00
Jan Oberhauser
fe802c8f76
👕 Fix built issue by fixing lint issues
2020-10-01 15:18:47 +02:00
Ricardo Espinoza
d64c767ebd
Salesforce ( #932 )
...
* fix salesforce error while get all using nextRecordsUrl
The uri for using nextRecordsUrl to get all data in salesforce node is error. The right usage is fixed in this pr.
* ⚡ Small changes
* :zap Small fix
Co-authored-by: YErii <yeriime@outlook.com>
Co-authored-by: Jan <janober@users.noreply.github.com>
2020-09-06 21:31:55 +02:00
Ricardo Espinoza
5a0e356ab6
Sfdc ( #933 )
...
* add sfdc user node interface
* add sfdc user node description for get method
* sfdc user node getall
* sfdc user node support limit
* sfdc user node support options
* sfdc user node update user operations
* sfdc add usr node query logic
* ⚡ Small improvements
Co-authored-by: YErii <yeriime@outlook.com>
2020-09-06 21:27:24 +02:00
Jan Oberhauser
d2f6bd7e42
👕 Fix lint issue
2020-09-01 09:22:41 +02:00
YErii
1727b4626b
🐛 Fix possible request problem on Salesforce-Node ( #894 )
...
As mentioned in this [doc](https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_query.htm ), sfdc use query string to represent a SOQL query. It may get error response in some environment if we provide the body param such as sandbox env.
2020-08-27 08:23:02 +02:00
YErii
9fd69bb350
⚡ Improve logic on Salesforce node ( #895 )
...
`if (some_value) { ... }` may lose some falsy values such as `null` `''` `false`. We should only ignore undefined value in request param.
2020-08-27 08:17:14 +02:00
YErii
4b8c6147d3
🐛 Update salesforce node's get subdomain function ( #834 )
...
Original function will not match subdomains like `https://a.b.c.salesforce.com ` and use regular expression to get the subdomain.
2020-08-26 22:54:00 +02:00
Jason
6cbe59f686
Fixed spelling mistakes ( #814 )
...
* Fixed spelling mistakes
* Fixed spelling
* Edited spelling mistakes
2020-08-04 11:35:28 +02:00
Jean Baptiste Noblot
e863254272
👕 replace coma in semicolon when end of line ( #802 )
2020-07-30 11:35:36 +02:00
shraddha shaligram
b95e3464a4
add meeting functionality
2020-06-22 11:51:15 -07:00
ricardo
af3d799e5c
✨ Oauth1 support and Twitter node
2020-06-01 20:42:44 -04:00
Jan Oberhauser
f64a1a9bf1
⚡ Minor improvements zu Salesforce-Node
2020-02-12 22:35:56 -08:00
Ricardo Espinoza
2eaeb4f4c2
✨ salesforce node
2020-02-10 15:55:28 -05:00