n8n/packages/workflow/src
agobrech 81b5828558
feat(Metabase Node): Add Metabase Node (#3033)
* Boilerplate with new node's version for metabse

* Metabases MVP features

* Added new credential for metabse, added custom auth for metabase

* Fixed bug with one enpoint not working

* Clean up code

* Uniformised the renovate token

* Made two example of responses for review

* Fixed lint issues

* Feature add datasources

* Changed output from databases

* Changed questions data output

* Fixed issue when testing credentials with new node format

* Add the possibility to get raw data

* Removed handle for the metabase meta results, changed export's name

* Add binary extraction for the result data

* Fixed binary download issue

*  Add preAuthentication method to credentials

* Revert "Added new credential for metabse, added custom auth for metabase"

This reverts commit 5f1b7607ad.

* Revert "Added new credential for metabse, added custom auth for metabase"

This reverts commit 5f1b7607ad.

* Added preAuth and fixed autfixable linting rules

* Fixed linting errors

* Linting fixes

* Remove / at the end of url, and add placeholder for cred url

* Make export to Json retun only json and no binary

* Fix lint issues

* Add action and exception for lint rule

* Remove unnecessary credential file

*  Simplify and cleanup

Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2022-07-26 14:43:36 +02:00
..
DeferredPromise.ts Add Webhook response node (#2254) 2021-11-05 10:45:51 -06:00
Expression.ts refactor: Upgrade to ESLint 8 (#3722) 2022-07-24 17:25:01 +02:00
ExpressionError.ts feat: Improvements to pairedItem 2022-07-22 12:19:45 +02:00
index.ts feat(core): Run Error Workflow also on trigger activation error (#3470) 2022-06-06 09:17:35 +02:00
Interfaces.ts feat(Metabase Node): Add Metabase Node (#3033) 2022-07-26 14:43:36 +02:00
LoggerProxy.ts 🎨 Set up linting and formatting (#2120) 2021-08-29 20:58:11 +02:00
NodeErrors.ts refactor: Upgrade to ESLint 8 (#3722) 2022-07-24 17:25:01 +02:00
NodeHelpers.ts refactor: Upgrade to ESLint 8 (#3722) 2022-07-24 17:25:01 +02:00
ObservableObject.ts refactor: Upgrade to ESLint 8 (#3722) 2022-07-24 17:25:01 +02:00
RoutingNode.ts feat(Metabase Node): Add Metabase Node (#3033) 2022-07-26 14:43:36 +02:00
TelemetryHelpers.ts feat(editor): Add data pinning functionality (#3511) 2022-07-20 17:50:39 +02:00
Workflow.ts feat: Improvements to pairedItem 2022-07-22 12:19:45 +02:00
WorkflowActivationError.ts refactor(core): Emit different error for issue in execution or trigger 2022-06-07 15:43:47 +02:00
WorkflowDataProxy.ts feat: Improvements to pairedItem 2022-07-22 12:19:45 +02:00
WorkflowErrors.ts 🎨 Set up linting and formatting (#2120) 2021-08-29 20:58:11 +02:00
WorkflowHooks.ts 🎨 Set up linting and formatting (#2120) 2021-08-29 20:58:11 +02:00