Iván Ovejero
|
e77fd5d286
|
refactor: Switch plain errors in nodes-base to ApplicationError (no-changelog) (#7914)
Ensure all errors in `nodes-base` are `ApplicationError` or children of
it and contain no variables in the message, to continue normalizing all
the backend errors we report to Sentry. Also, skip reporting to Sentry
errors from user input and from external APIs. In future we should
refine `ApplicationError` to more specific errors.
Follow-up to: [#7877](https://github.com/n8n-io/n8n/pull/7877)
- [x] Test workflows:
https://github.com/n8n-io/n8n/actions/runs/7084627970
- [x] e2e: https://github.com/n8n-io/n8n/actions/runs/7084936861
---------
Co-authored-by: Michael Kret <michael.k@radency.com>
|
2023-12-05 11:17:08 +01:00 |
|
Iván Ovejero
|
62c096710f
|
refactor: Run lintfix (no-changelog) (#7537)
- Fix autofixable violations
- Remove unused directives
- Allow for PascalCased variables - needed for dynamically imported or
assigned classes, decorators, routers, etc.
|
2023-10-27 14:15:02 +02:00 |
|
कारतोफ्फेलस्क्रिप्ट™
|
6aa7b93473
|
refactor(core): Deprecate prepareOutputData (no-changelog) (#7091)
|
2023-09-05 12:59:02 +02:00 |
|
Michael Auerswald
|
18f588444f
|
feat(DebugHelper Node): Fix and include in main app (#6406)
* improve node a bit
* fixing continueOnFail() ton contain error in json
* improve pairedItem
* fix random data returning object results
* fix nanoId length typo
* update pnpm-lock file
---------
Co-authored-by: Marcus <marcus@n8n.io>
|
2023-06-20 10:47:15 +02:00 |
|