-
Notifications
You must be signed in to change notification settings - Fork 7.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(editor): Workflow history [WIP]- Add restore and clone into new workflow actions (no-changelog) #7359
feat(editor): Workflow history [WIP]- Add restore and clone into new workflow actions (no-changelog) #7359
Conversation
Great PR! Please pay attention to the following items before merging: Files matching
Files matching
Files matching
Files matching
Make sure to check off this list before asking for review. |
…-and-clone-into-new-workflow-actions # Conflicts: # packages/editor-ui/src/stores/workflowHistory.store.ts
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #7359 +/- ##
==========================================
- Coverage 33.48% 33.46% -0.03%
==========================================
Files 3388 3389 +1
Lines 206340 206596 +256
Branches 22283 22284 +1
==========================================
+ Hits 69092 69128 +36
- Misses 136129 136349 +220
Partials 1119 1119
☔ View full report in Codecov by Sentry. |
…-and-clone-into-new-workflow-actions # Conflicts: # packages/editor-ui/src/stores/ui.store.ts
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested and it's working fine - just to make sure, testing more thoroughly is coming in the next PR right?
Passing run #2434 ↗︎
Details:
Review all test suite changes for PR #7359 ↗︎ |
✅ All Cypress E2E specs passed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Cloning does not offer a link to go to the new workflow in the toast? Or inform the name of the new workflow in the modal? I feel we are leaving the user to "go find it" rather than making it easy for them to locate it.
- Cloning twice doesn't work? Getting
There is already an entry with this name
- Restoring a workflow to the latest version shouldn't work? I'd expect
The workflow is already at the latest version
- Restoring does not display the new topmost version? The topmost version remains the same until refreshing.
- A workflow saved only once shows no versions instead of one version?
- Saving an activated workflow fails to reflect the new version on the column?
- Any answer about these?
…ing and downloading
These should be addressed in another PR, forwarded them to UI/UX |
✅ All Cypress E2E specs passed |
* master: (42 commits) fix(editor): Make workflow history button available only for dev builds (#7392) refactor: Upgrade to pnpm 8.9 (no-changelog) (#7393) ci: Identify NPM releases as `stable` (no-changelog) fix(editor): Implement canvas zoom UX improvements (#7376) feat(core): Switch binary filesystem mode to nested path structure (#7307) fix(editor): Fix completions for `.json` on quoted node name in Code node (#7382) fix(Notion Node): Handle empty values correctly for Notion selects + multi selects (#7383) feat(editor): Make PDF and Audio binary-data viewable in the UI (#7367) fix(Google Sheets Node): Fix "Maximum call stack size exceeded" error on too many rows (#7384) refactor(core): Refactor nodes loading (no-changelog) (#7283) fix(core): Add an option to enable postgres ssl with default certs (#6889) feat(editor): Workflow history [WIP]- Add restore and clone into new workflow actions (no-changelog) (#7359) fix(HTML Node): Update property fields to not use expressions on drag (#7379) fix: Add role check for upgrade path (#7374) fix(editor): Remove excess margin below run data editor (#7372) fix(Google Drive Trigger Node): Add Shared Drives support (#7369) feat(core): Add Job Summary to Worker response (#7360) feat(Execute Workflow Node): Run once for each item mode (#7289) refactor(core): Move `copyInputItems` to node helpers (no-changelog) (#7299) refactor(core): Create controller for binary data (no-changelog) (#7363) ... # Conflicts: # cypress/e2e/5-ndv.cy.ts
Got released with |
No description provided.