mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-09 22:24:05 -08:00
725393dae6
* ⚡ Add user activation survey
* Fix typo
* Avoid showing the modal when there is a modal view
* Allow to redirect to specific execution
* Improve structure
* Handle errors when sharing feedback
* update withFeatureFlag function
* Fix linting issue
* Set user activation flag on workflowExecutionCompleted event
* Revert update user settings functionality
* Remove unnecessary changes
* fix linting issue
* account for new functionality in tests
* Small improvements
* keep once instace of the model open between tabs
* Add sorting to GET /executions
* type parameters for GET /executions
a
* Add constant for local store key
* Add execution mode filtering
* fix linting issue
* Do not override settings when setting isOnboarded true
* Add update user settings endpoint
* improvements
* revert changes to /GET executions
* Fix typo
* Add userActivated flag to user store
* Add E2E test
* Fix linting issue
* Update pnpm-lock
* Revert unnecessary change
* Centralize user's settings update
* Remove unused ref in userActivationSurvey modal
* Use aliased imports
* Use createEventBus function in component
* Fix tests
|
||
---|---|---|
.. | ||
0-smoke.cy.ts | ||
1-workflows.cy.ts | ||
2-credentials.cy.ts | ||
3-default-owner.cy.ts | ||
4-node-creator.cy.ts | ||
5-ndv.cy.ts | ||
6-code-node.cy.ts | ||
7-workflow-actions.cy.ts | ||
8-http-request-node.cy.ts | ||
9-expression-editor-modal.cy.ts | ||
10-settings-log-streaming.cy.ts | ||
10-undo-redo.cy.ts | ||
11-inline-expression-editor.cy.ts | ||
12-canvas-actions.cy.ts | ||
12-canvas.cy.ts | ||
13-pinning.cy.ts | ||
14-data-transformation-expressions.cy.ts | ||
14-mapping.cy.ts | ||
15-scheduler-node.cy.ts | ||
16-webhook-node.cy.ts | ||
17-sharing.cy.ts | ||
17-workflow-tags.cy.ts | ||
18-user-management.cy.ts | ||
19-execution.cy.ts | ||
20-workflow-executions.cy.ts | ||
21-community-nodes.cy.ts | ||
22-user-activation-modal.cy.ts |