n8n/packages/nodes-base/nodes/Hubspot
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
..
CompanyDescription.ts Add custom fields to company:create & company:update (Hubspot) (#1404) 2021-02-04 15:31:48 +01:00
ContactDescription.ts Add support for multiple subscriptions in Hubspot Trigger (#1358) 2021-02-01 08:31:40 +01:00
ContactListDescription.ts Add support for multiple subscriptions in Hubspot Trigger (#1358) 2021-02-01 08:31:40 +01:00
DealDescription.ts Add missing description parameter for Deal -> Update 2021-03-08 14:44:37 +01:00
DealInterface.ts Add support for multiple subscriptions in Hubspot Trigger (#1358) 2021-02-01 08:31:40 +01:00
FormDescription.ts Add support for multiple subscriptions in Hubspot Trigger (#1358) 2021-02-01 08:31:40 +01:00
FormInterface.ts Add support for multiple subscriptions in Hubspot Trigger (#1358) 2021-02-01 08:31:40 +01:00
GenericFunctions.ts Load credentials from the database (#1741) 2021-08-20 18:57:30 +02:00
Hubspot.node.json Add and update codex files (#1719) 2021-04-30 20:28:07 -05:00
Hubspot.node.ts 🐛 Fix issue when sending context parameter to Hubspot (#2035) 2021-08-11 19:35:21 +02:00
hubspot.svg Optimize svgs 2021-04-17 17:23:59 +02:00
HubspotTrigger.node.json Add new codex files and fix previous files (#1608) 2021-04-10 10:18:10 +02:00
HubspotTrigger.node.ts Load credentials from the database (#1741) 2021-08-20 18:57:30 +02:00
TicketDescription.ts Add support for multiple subscriptions in Hubspot Trigger (#1358) 2021-02-01 08:31:40 +01:00