n8n/packages/nodes-base/nodes/Salesforce
Omar Ajoue 7ce7285f7a
Load credentials from the database (#1741)
* Changes to types so that credentials can be always loaded from DB

This first commit changes all return types from the execute functions
and calls to get credentials to be async so we can use await.

This is a first step as previously credentials were loaded in memory and
always available. We will now be loading them from the DB which requires
turning the whole call chain async.

* Fix updated files

* Removed unnecessary credential loading to improve performance

* Fix typo

*  Fix issue

* Updated new nodes to load credentials async

*  Remove not needed comment

Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-08-20 18:57:30 +02:00
..
AccountDescription.ts Add record type id to supported objects on Salesforce Node (#2056) 2021-08-07 09:41:00 +02:00
AccountInterface.ts Add upsert operation to various resources (Salesforce) (#1743) 2021-06-09 22:25:20 -05:00
AttachmentDescription.ts Add upsert operation to various resources (Salesforce) (#1743) 2021-06-09 22:25:20 -05:00
AttachmentInterface.ts Add document:upload operation to Salesforce Node (#2030) 2021-07-29 14:11:04 +02:00
CampaignMemberInterface.ts salesforce node 2020-02-10 15:55:28 -05:00
CaseDescription.ts Add record type id to supported objects on Salesforce Node (#2056) 2021-08-07 09:41:00 +02:00
CaseInterface.ts Add record type id to supported objects on Salesforce Node (#2056) 2021-08-07 09:41:00 +02:00
ContactDescription.ts Add record type id to supported objects on Salesforce Node (#2056) 2021-08-07 09:41:00 +02:00
ContactInterface.ts Add upsert operation to various resources (Salesforce) (#1743) 2021-06-09 22:25:20 -05:00
CustomObjectDescription.ts Add record type id to supported objects on Salesforce Node (#2056) 2021-08-07 09:41:00 +02:00
DocumentDescription.ts Add document:upload operation to Salesforce Node (#2030) 2021-07-29 14:11:04 +02:00
FlowDescription.ts Add filters to all getAll operations to Salesforce Node (#1292) 2021-01-13 10:45:41 +01:00
GenericFunctions.ts Load credentials from the database (#1741) 2021-08-20 18:57:30 +02:00
LeadDescription.ts Add record type id to supported objects on Salesforce Node (#2056) 2021-08-07 09:41:00 +02:00
LeadInterface.ts Add upsert operation to various resources (Salesforce) (#1743) 2021-06-09 22:25:20 -05:00
NoteInterface.ts Add filters to all getAll operations to Salesforce Node (#1292) 2021-01-13 10:45:41 +01:00
OpportunityDescription.ts Add upsert operation to various resources (Salesforce) (#1743) 2021-06-09 22:25:20 -05:00
OpportunityInterface.ts Add upsert operation to various resources (Salesforce) (#1743) 2021-06-09 22:25:20 -05:00
Salesforce.node.json Add Node Codex (#1335) 2021-01-14 13:56:07 +01:00
Salesforce.node.ts Initial changes for binary data management (#2105) 2021-08-20 18:08:40 +02:00
salesforce.svg Optimize svgs 2021-04-17 17:23:59 +02:00
SearchDescription.ts Add filters to all getAll operations to Salesforce Node (#1292) 2021-01-13 10:45:41 +01:00
TaskDescription.ts 🐛 Fix issue loading custom fields on Salesforce Node (#1654) 2021-04-17 10:11:18 +02:00
TaskInterface.ts Add filters to all getAll operations to Salesforce Node (#1292) 2021-01-13 10:45:41 +01:00
UserDescription.ts Add filters to all getAll operations to Salesforce Node (#1292) 2021-01-13 10:45:41 +01:00
UserInterface.ts 👕 Fix built issue by fixing lint issues 2020-10-01 15:18:47 +02:00