-
Notifications
You must be signed in to change notification settings - Fork 7.8k
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 cloned workflow link to success toast message (no-changelog) #7405
feat(editor): Workflow history [WIP] - Add cloned workflow link to success toast message (no-changelog) #7405
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. |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #7405 +/- ##
==========================================
+ Coverage 33.50% 33.51% +0.01%
==========================================
Files 3389 3389
Lines 207020 207044 +24
Branches 22337 22340 +3
==========================================
+ Hits 69361 69401 +40
+ Misses 136538 136522 -16
Partials 1121 1121
☔ View full report in Codecov by Sentry. |
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.
Code looks great! Findings:
- Cloned workflow is missing pinned data and tags. Not sure if intended.
- Cloned workflow should have same version history as original workflow up to this point? It's rather confusing to see no versions when looking at the resulting workflow.
- Cloning a workflow twice (in a row, or after a while) triggers this error. I'd expect us to handle it like workflow duplication.
- Cloning a cloned workflow results in weird naming.
- Cloning an active workflow deactivates the copy. Maybe we should clarify.
- Toast for
Successfully cloned workflow version
does not clear when navigating away. Not sure if intended.
Fixed number 3. the rest are more like design question (either graphic or functional) |
Passing run #2517 ↗︎
Details:
Review all test suite changes for PR #7405 ↗︎ |
✅ All Cypress E2E specs passed |
* master: refactor(core): Make executions pruning settings configurable (#7468) feat(editor): Workflow history [WIP] - Remove pinned data from workflow history version preview (no-changelog) (#7406) feat(editor): Workflow history [WIP] - Add cloned workflow link to success toast message (no-changelog) (#7405) fix(core): Do not return `inviteAcceptUrl` in response if email was sent (#7465) fix(Google Sheets Node): Append or update runs forever when without column headers (#7463)
Got released with |
No description provided.