n8n/packages/cli/src
Ricardo Espinoza 535dfe0838
fix: Fix issue with long credential type names (#2961)
* 🐛 Fix issue when saving long credential's types

The column type in the entity credentials was varchar(33) but nodes like Google Cloud Natural Language exceed the type length. The issue in only found when using Postgres. Mysql works fine as the column type has the proper length. Probably a migration at some point did not property update the column.

https://community.n8n.io/t/google-cloud-natural-language-credentials-error-too-long-value/12003/4

* 👕 Fix lint issue

*  Improvement
2022-03-13 10:47:19 +01:00
..
databases fix: Fix issue with long credential type names (#2961) 2022-03-13 10:47:19 +01:00
telemetry 🐛 Swallow telemetry error and only log in warn and debug mode (#2858) 2022-02-24 17:15:30 +01:00
ActiveExecutions.ts 🐛 Fix issue with queue mode and missing wait-webhook data 2021-12-11 19:24:09 +01:00
ActiveWorkflowRunner.ts Add external hook "activeWorkflows.initialized" (#2571) 2022-01-08 18:53:42 +01:00
CredentialsHelper.ts 🐛 Fix credential testing for versioned nodes 2022-02-27 13:01:12 +01:00
CredentialsOverwrites.ts Fix credential overwrite via environment variables 2021-10-20 20:49:07 -05:00
CredentialTypes.ts Nodes as JSON and authentication redesign (#2401) 2022-02-05 22:55:43 +01:00
Db.ts Add debug log in healthcheck and enable DB logging via environment (#2744) 2022-02-01 11:27:08 +01:00
ExternalHooks.ts 🎨 Set up linting and formatting (#2120) 2021-08-29 20:58:11 +02:00
GenericHelpers.ts Change credentials structure (#2139) 2021-10-13 15:21:00 -07:00
index.ts Introduce telemetry (#2099) 2021-10-19 05:57:49 +02:00
Interfaces.ts Allow to disable hiring banner (#2902) 2022-03-04 17:53:01 +01:00
InternalHooks.ts Improve telemetry (#2604) 2022-01-07 17:14:59 +01:00
InternalHooksManager.ts Improve telemetry (#2604) 2022-01-07 17:14:59 +01:00
LoadNodesAndCredentials.ts Nodes as JSON and authentication redesign (#2401) 2022-02-05 22:55:43 +01:00
Logger.ts 🎨 Set up linting and formatting (#2120) 2021-08-29 20:58:11 +02:00
NodeTypes.ts 🐛 Swallow telemetry error and only log in warn and debug mode (#2858) 2022-02-24 17:15:30 +01:00
PersonalizationSurvey.ts Introduce telemetry (#2099) 2021-10-19 05:57:49 +02:00
Push.ts 🎨 Set up linting and formatting (#2120) 2021-08-29 20:58:11 +02:00
Queue.ts Add Webhook response node (#2254) 2021-11-05 10:45:51 -06:00
ResponseHelper.ts Add Webhook response node (#2254) 2021-11-05 10:45:51 -06:00
Server.ts Allow to disable hiring banner (#2902) 2022-03-04 17:53:01 +01:00
TagHelpers.ts 🎨 Set up linting and formatting (#2120) 2021-08-29 20:58:11 +02:00
TestWebhooks.ts 🎨 Set up linting and formatting (#2120) 2021-08-29 20:58:11 +02:00
TranslationHelpers.ts i18n feedback refactorings (#2597) 2022-01-07 22:02:21 +01:00
WaitingWebhooks.ts 🎨 Set up linting and formatting (#2120) 2021-08-29 20:58:11 +02:00
WaitTracker.ts 🎨 Set up linting and formatting (#2120) 2021-08-29 20:58:11 +02:00
WebhookHelpers.ts 🐛 Fix bug with Webhook-Process 2022-02-20 16:44:30 +01:00
WebhookServer.ts 👕 Fix lint issue 2022-02-20 23:29:29 +01:00
WorkflowCredentials.ts Change credentials structure (#2139) 2021-10-13 15:21:00 -07:00
WorkflowExecuteAdditionalData.ts Add executionId workflow.postExecute external hook (#2569) 2021-12-25 13:42:17 +01:00
WorkflowHelpers.ts Nodes as JSON and authentication redesign (#2401) 2022-02-05 22:55:43 +01:00
WorkflowRunner.ts Nodes as JSON and authentication redesign (#2401) 2022-02-05 22:55:43 +01:00
WorkflowRunnerProcess.ts 🐛 Return original error of sub-workflow to main-workflow #2757 2022-02-06 11:13:49 +01:00