Alex Grozav
|
d754ce922d
|
feat: Upgrade nodes-base package to use modern tsconfig.json (no-changelog) (#16884)
|
2025-07-04 14:55:39 +03:00 |
|
कारतोफ्फेलस्क्रिप्ट™
|
bafac73eb5
|
refactor: Impose import/order linting rule across nodes packages (no-changelog) (#12314)
|
2024-12-19 18:46:14 +01:00 |
|
कारतोफ्फेलस्क्रिप्ट™
|
8f5fe05a92
|
refactor(core): All calls to supplyData should use a distinct context type (no-changelog) (#11421)
|
2024-10-28 11:37:23 +01:00 |
|
कारतोफ्फेलस्क्रिप्ट™
|
e4463c62b4
|
refactor(core): Extract duplicate utility functions and add unit tests (no-changelog) (#9814)
|
2024-06-20 12:09:23 +02:00 |
|
Elias Meire
|
d1163533a6
|
feat(Set Node): Preserve binary data by default (#9668)
Co-authored-by: Michael Kret <michael.k@radency.com>
|
2024-06-18 10:32:51 +02:00 |
|
Michael Kret
|
cda1e3f6e5
|
fix: Do not show [object Object] in error message when validating type (no-changelog) (#9591)
|
2024-06-03 12:09:48 +03:00 |
|
Elias Meire
|
711c46f205
|
refactor: Fix type issues for parameter input components (#9449)
|
2024-05-21 15:04:20 +02:00 |
|
Elias Meire
|
2799de491b
|
feat: Add assignment component with drag and drop to Set node (#8283)
Co-authored-by: Giulio Andreini <andreini@netseven.it>
|
2024-02-06 18:34:34 +01:00 |
|
Michael Kret
|
fc5c562785
|
fix(HTML Node): Escape data path value in JSON Property (#8441)
|
2024-01-26 13:51:03 +02:00 |
|
Michael Kret
|
cda49a4747
|
fix(Set Node): Field not excluded if dot notation disabled and field was set by using drag-and-drop from ui (#8233)
## Summary
Sanitize fields when dot notation disabled

## Related tickets and issues
https://community.n8n.io/t/edit-fields-set-new-set-node-cannot-delete-field-with-space-or-non-latin-character-when-support-dot-notation-is-off/31989
https://linear.app/n8n/issue/NODE-883/set-edit-fields-node-spaces-in-field-names-break-fields-to-exclude
|
2024-01-05 11:15:33 +02:00 |
|
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 |
|
Michael Kret
|
e9b6ab04cd
|
fix(Set Node): Null should not throw an error (#7416)
Github issue / Community forum post (link here to close automatically):
|
2023-10-12 18:07:12 +03:00 |
|
Michael Kret
|
e2c3c7aceb
|
fix(core): Missing pairing info (#7326)
Github issue / Community forum post (link here to close automatically):
|
2023-10-10 18:36:20 +03:00 |
|
Michael Kret
|
f0a66873b9
|
fix(Set Node): Do not stringify null and undefined (#7313)
Github issue / Community forum post (link here to close automatically):
https://community.n8n.io/t/null-and-undefined-in-string-fields/31060/1
|
2023-10-03 11:18:33 +03:00 |
|
Michael Kret
|
3a474552b2
|
feat(Set Node): Overhaul (#6348)
Github issue / Community forum post (link here to close automatically):
https://github.com/n8n-io/n8n/pull/6348
---------
Co-authored-by: Giulio Andreini <g.andreini@gmail.com>
Co-authored-by: Marcus <marcus@n8n.io>
|
2023-09-19 13:16:35 +03:00 |
|