-
Notifications
You must be signed in to change notification settings - Fork 32
Pass the owner
along to the eraseRepository
mutation
#3741
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
Conversation
Interestingly enough, the `owner` was already being passed an one of the mutation `variables`, but that was not being used to pass along to the `eraseRepository` mutation within the graphql query. This is being done now, and the mutation is being triggered with that input field.
Bundle ReportChanges will increase total bundle size by 64 bytes (0.0%) ⬆️. This is within the configured threshold ✅ Detailed changes
Affected Assets, Files, and Routes:view changes for bundle: gazebo-staging-systemAssets Changed:
Files in
view changes for bundle: gazebo-staging-esmAssets Changed:
Files in
|
Bundle ReportChanges will increase total bundle size by 64 bytes (0.0%) ⬆️. This is within the configured threshold ✅ Detailed changes
Affected Assets, Files, and Routes:view changes for bundle: gazebo-production-esmAssets Changed:
Files in
view changes for bundle: gazebo-production-systemAssets Changed:
Files in
|
Codecov ReportAll modified and coverable lines are covered by tests ✅ ✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #3741 +/- ##
==========================================
+ Coverage 98.81% 98.84% +0.03%
==========================================
Files 825 823 -2
Lines 14892 14863 -29
Branches 4233 4229 -4
==========================================
- Hits 14716 14692 -24
+ Misses 167 165 -2
+ Partials 9 6 -3
... and 96 files with indirect coverage changes
Continue to review full report in Codecov by Sentry.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #3741 +/- ##
==========================================
+ Coverage 98.81% 98.84% +0.03%
==========================================
Files 825 823 -2
Lines 14892 14863 -29
Branches 4233 4221 -12
==========================================
- Hits 14716 14692 -24
+ Misses 167 165 -2
+ Partials 9 6 -3
... and 96 files with indirect coverage changes
Continue to review full report in Codecov by Sentry.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #3741 +/- ##
==========================================
+ Coverage 98.81% 98.84% +0.03%
==========================================
Files 825 823 -2
Lines 14892 14863 -29
Branches 4233 4229 -4
==========================================
- Hits 14716 14692 -24
+ Misses 167 165 -2
+ Partials 9 6 -3
... and 96 files with indirect coverage changes
Continue to review full report in Codecov by Sentry.
|
✅ Deploy preview for gazebo ready!Previews expire after 1 month automatically.
|
Interestingly enough, the
owner
was already being passed an one of the mutationvariables
, but that was not being used to pass along to theeraseRepository
mutation within the graphql query.This is being done now, and the mutation is being triggered with that input field.
Depends on codecov/codecov-api#1156 which adds this new input field.