1
0
Fork 0
mirror of https://github.com/n8n-io/n8n.git synced 2025-03-05 20:50:17 -08:00
Commit graph

6 commits

Author SHA1 Message Date
oleg 84e54beac7
feat(editor): Implement workflowSelector parameter type () 2024-08-22 16:59:12 +02:00
Elias Meire 100d9bc087
refactor: Add IRequestOptions type to helpers.request for more type safety (no-changelog) ()
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
2024-02-14 16:29:09 +01:00
Danny Martini b54488ada5
fix(Execute Workflow Node): Passing the workflow that is supposed to be executed as a paramter () 2024-02-13 12:49:21 +01:00
कारतोफ्फेलस्क्रिप्ट™ 216ec079c9
feat(editor): Create separate components for JS and JSON editors (no-changelog) ()
## Summary
This is part-1 of refactoring our code editors to extract different type
of editors into their own components.
In part-2 we'll
1. delete a of unused or duplicate code
2. switch to a `useEditor` composable to bring more UX consistency
across all the code editors.

## Review / Merge checklist
- [x] PR title and summary are descriptive
- [x] Tests included
2023-12-29 10:49:27 +01:00
Iván Ovejero 62c096710f
refactor: Run lintfix (no-changelog) ()
- 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 c8c14ca0af
feat(Execute Workflow Node): Run once for each item mode ()
Github issue / Community forum post (link here to close automatically):
2023-10-06 18:04:33 +03:00