n8n/packages/workflow
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
..
src Load credentials from the database (#1741) 2021-08-20 18:57:30 +02:00
test 👕 Fix lint issue 2021-05-19 20:05:44 -05:00
LICENSE.md 📚 License text fix 2020-09-15 07:55:09 +02:00
package.json 🔖 Release n8n-workflow@0.64.0 2021-07-24 19:59:30 +00:00
README.md Fix logos in README.md files 2020-07-13 14:22:34 +02:00
tsconfig.json Make tsconfig.json files "fully" valid JSON files 2019-08-13 19:42:03 +02:00
tslint.json 👕 Fix lint issue 2020-10-22 15:46:03 +02:00

n8n-workflow

n8n.io - Workflow Automation

Workflow base code for n8n

npm install n8n-workflow

License

Apache 2.0 with Commons Clause

Additional information about license can be found in the FAQ