n8n/packages/cli/src/ExternalSecrets
Iván Ovejero c08c5cc37b
refactor(core): Switch plain errors in cli to ApplicationError (#7857)
Ensure all errors in `cli` are `ApplicationError` or children of it and
contain no variables in the message, to continue normalizing all the
errors we report to Sentry

Follow-up to: https://github.com/n8n-io/n8n/pull/7839
2023-11-29 12:25:10 +01:00
..
providers refactor(core): Switch plain errors in cli to ApplicationError (#7857) 2023-11-29 12:25:10 +01:00
constants.ts feat: External Secrets storage for credentials (#6477) 2023-08-25 10:33:46 +02:00
ExternalSecrets.controller.ee.ts feat: Add initial scope checks via decorators (#7737) 2023-11-28 11:41:34 +00:00
ExternalSecrets.service.ee.ts refactor(core): Reorganize error hierarchy in cli package (no-changelog) (#7839) 2023-11-28 10:19:27 +01:00
externalSecretsHelper.ee.ts feat: External Secrets storage for credentials (#6477) 2023-08-25 10:33:46 +02:00
ExternalSecretsManager.ee.ts refactor(core): Switch plain errors in cli to ApplicationError (#7857) 2023-11-29 12:25:10 +01:00
ExternalSecretsProviders.ee.ts feat: External Secrets storage for credentials (#6477) 2023-08-25 10:33:46 +02:00