mirror of
https://github.com/n8n-io/n8n.git
synced 2026-06-02 09:47:00 +02:00
* wip: workflow execution filtering
* fix: import type failing to build
* fix: remove console.logs
* feat: execution metadata migrations
* fix(editor): Move global executions filter to its own component
* fix(editor): Using the same filter component in workflow level
* fix(editor): a small housekeeping
* checking workflowId in filter applied
* fix(editor): update filter after resolving merge conflicts
* fix(editor): unify empy filter status
* feat(editor): add datetime picker to filter
* feat(editor): add meta fields
* fix: fix button override in datepicker panel
* feat(editor): add filter metadata
* feat(core): add 'startedBefore' execution filter prop
* feat(core): add 'tags' execution query filter
* Revert "feat(core): add 'tags' execution query filter"
This reverts commit
|
||
|---|---|---|
| .. | ||
| BinaryDataManager | ||
| ActiveWorkflows.ts | ||
| ClassLoader.ts | ||
| Constants.ts | ||
| Credentials.ts | ||
| DirectoryLoader.ts | ||
| errors.ts | ||
| EventEmitter.ts | ||
| ExtractValue.ts | ||
| index.ts | ||
| Interfaces.ts | ||
| LoadNodeDetails.ts | ||
| LoadNodeListSearch.ts | ||
| LoadNodeParameterOptions.ts | ||
| NodeExecuteFunctions.ts | ||
| OAuth2Helper.ts | ||
| UserSettings.ts | ||
| WorkflowExecute.ts | ||
| WorkflowExecutionMetadata.ts | ||