Skip to content
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

[API] Add bundle_analysis enabled flag to GQL #1005

Closed
Tracked by #741
JerrySentry opened this issue Jan 5, 2024 · 0 comments
Closed
Tracked by #741

[API] Add bundle_analysis enabled flag to GQL #1005

JerrySentry opened this issue Jan 5, 2024 · 0 comments
Assignees

Comments

@JerrySentry
Copy link

JerrySentry commented Jan 5, 2024

Add a new field to the Repository type:

  1. bundleAnalysisEnabled -- whether a repo has had bundle analysis reported
  • Create a new column in repos table: bundle_analysis_enabled boolean
  • When the upload endpoint of bundle analysis report type is called then set the value to True
  • Add a resolver for the Repository type in GQL to return the column value
@JerrySentry JerrySentry self-assigned this Jan 5, 2024
@JerrySentry JerrySentry changed the title [API] Add coverage enabled and bundle_analysis enabled flags to GQL [API] Add bundle_analysis enabled flag to GQL Jan 10, 2024
@codecov-hooky codecov-hooky bot closed this as completed Jan 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant