n8n/packages/editor-ui/src/utils
Alex Grozav 70948ec71b
feat(editor): Add initial code for NodeView and Canvas rewrite (no-changelog) (#9135)
Co-authored-by: Csaba Tuncsik <csaba.tuncsik@gmail.com>
2024-05-23 11:42:10 +03:00
..
__tests__ fix(editor): Fix type errors for various utils files (no-changelog) (#9480) 2024-05-22 07:54:55 +03:00
formatters refactor: Migrate genericHelpers mixin to composable (#8220) 2024-01-05 12:23:28 +01:00
nodes fix: Hide cred setup button from canvas (no-changelog) (#8255) 2024-01-08 13:59:04 +02:00
nodeTypes fix: Fix template credential setup for nodes that dont have credentials (#8208) 2024-01-04 10:21:36 +02:00
templates feat: RBAC (#8922) 2024-05-17 10:53:15 +02:00
testData fix(editor): Fix type errors for various utils files (no-changelog) (#9480) 2024-05-22 07:54:55 +03:00
apiUtils.ts feat: RBAC (#8922) 2024-05-17 10:53:15 +02:00
assert.ts feat: Ado 1296 spike credential setup in templates (#7786) 2023-11-27 16:30:28 +02:00
canvasUtils.ts fix(editor): Fix type errors for various utils files (no-changelog) (#9480) 2024-05-22 07:54:55 +03:00
canvasUtilsV2.spec.ts feat(editor): Add initial code for NodeView and Canvas rewrite (no-changelog) (#9135) 2024-05-23 11:42:10 +03:00
canvasUtilsV2.ts feat(editor): Add initial code for NodeView and Canvas rewrite (no-changelog) (#9135) 2024-05-23 11:42:10 +03:00
credentialOnlyNodes.ts feat(editor): Add HTTP request nodes for credentials without a node (#7157) 2023-11-13 12:11:16 +01:00
executionUtils.ts feat(editor): Refactor and unify executions views (no-changelog) (#8538) 2024-04-19 07:50:18 +02:00
expressions.ts fix(editor): Render dates correctly in parameter hint (#9089) 2024-04-11 12:09:55 +02:00
forceParse.ts
htmlUtils.ts fix: Set '@typescript-eslint/return-await' rule to 'always' for FE (no-changelog) (#8373) 2024-01-18 11:28:01 +02:00
mappingUtils.ts fix(editor): Use bracket notation for all invalid identifiers in expressions (#8933) 2024-03-22 13:53:06 +01:00
nodeTypesUtils.ts fix(editor): Fix type errors for various utils files (no-changelog) (#9480) 2024-05-22 07:54:55 +03:00
nodeViewUtils.ts fix(editor): Fix type errors for various utils files (no-changelog) (#9480) 2024-05-22 07:54:55 +03:00
objectUtils.ts feat(editor): Node IO filter (#7503) 2023-11-15 16:19:48 +01:00
pairedItemUtils.ts ci: Upgrade eslint, prettier, typescript, and some other dev tooling (no-changelog) (#8895) 2024-03-26 14:22:57 +01:00
rbacUtils.ts fix(editor): Fix type errors for various utils files (no-changelog) (#9480) 2024-05-22 07:54:55 +03:00
sortUtils.ts perf: Make frontend linting faster (no-changelog) (#7717) 2023-11-22 15:01:22 +01:00
telemetryUtils.ts fix(editor): Fix type errors for various utils files (no-changelog) (#9480) 2024-05-22 07:54:55 +03:00
typeGuards.ts fix(editor): Fix type errors for various utils files (no-changelog) (#9480) 2024-05-22 07:54:55 +03:00
typeHelpers.ts
typesUtils.ts fix(editor): Fix type errors for various utils files (no-changelog) (#9480) 2024-05-22 07:54:55 +03:00
userUtils.ts fix(editor): Fix type errors for various utils files (no-changelog) (#9480) 2024-05-22 07:54:55 +03:00
workerUtils.ts