-
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] - Remove pinned data from workflow history version preview (no-changelog) #7406
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 #7406 +/- ##
==========================================
+ Coverage 33.51% 33.53% +0.02%
==========================================
Files 3393 3393
Lines 207412 207403 -9
Branches 22387 22399 +12
==========================================
+ Hits 69508 69551 +43
+ Misses 136782 136731 -51
+ Partials 1122 1121 -1
☔ 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.
Given this is a new component, can we add a test to make sure that pinData
is removed?
…plied-incorrectly
packages/editor-ui/src/components/__tests__/WorkflowPreview.test.ts
Outdated
Show resolved
Hide resolved
packages/editor-ui/src/components/__tests__/WorkflowPreview.test.ts
Outdated
Show resolved
Hide resolved
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.
Thanks for addressing everything!
1 flaky test on run #2519 ↗︎
Details:
cypress/e2e/4-node-creator.cy.ts • 1 flaky test
Review all test suite changes for PR #7406 ↗︎ |
✅ All Cypress E2E specs passed |
…plied-incorrectly # Conflicts: # packages/editor-ui/src/views/WorkflowHistory.vue
✅ 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.