-
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
fix: Add only necessary information to executions (no-changelog) #6916
fix: Add only necessary information to executions (no-changelog) #6916
Conversation
Great PR! Please pay attention to the following items before merging: Files matching
Files matching
Make sure to check off this list before asking for review. |
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## master #6916 +/- ##
==========================================
- Coverage 24.85% 24.85% -0.01%
==========================================
Files 3144 3144
Lines 191241 191241
Branches 21090 21089 -1
==========================================
- Hits 47527 47526 -1
- Misses 142736 142737 +1
Partials 978 978
☔ View full report in Codecov by Sentry. |
Related to #6901 |
1 flaky tests on run #1855 ↗︎
Details:
cypress/e2e/24-ndv-paired-item.cy.ts • 1 flaky test
This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. |
✅ All Cypress E2E specs passed |
✅ All Cypress E2E specs passed |
* fix: Add only necessary information to executions * Fix lint * fix: lint issue --------- Co-authored-by: Iván Ovejero <[email protected]>
Got released with |
Github issue / Community forum post (link here to close automatically):
The goal of this PR is that we need
sharedWith
,ownedBy
andusedCredentials
in executions to properly display the data, but we cannot override the execution's version of the workflow with the one currently in db as they might differ. This PR fetches only the necessary attributes.