-
Notifications
You must be signed in to change notification settings - Fork 24
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: Hide BA trend chart if Timescale is disabled #3708
feat: Hide BA trend chart if Timescale is disabled #3708
Conversation
Bundle ReportChanges will increase total bundle size by 56 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 56 bytes (0.0%) ⬆️. This is within the configured threshold ✅ Detailed changes
Affected Assets, Files, and Routes:view changes for bundle: gazebo-production-systemAssets Changed:
Files in
view changes for bundle: gazebo-production-esmAssets Changed:
Files in
|
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 #3708 +/- ##
==========================================
+ Coverage 98.71% 98.73% +0.01%
==========================================
Files 828 828
Lines 14891 14889 -2
Branches 4229 4228 -1
==========================================
Hits 14700 14700
+ Misses 182 180 -2
Partials 9 9
... and 2 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 #3708 +/- ##
==========================================
+ Coverage 98.71% 98.73% +0.01%
==========================================
Files 828 828
Lines 14891 14889 -2
Branches 4237 4236 -1
==========================================
Hits 14700 14700
+ Misses 182 180 -2
Partials 9 9
... and 2 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 #3708 +/- ##
==========================================
+ Coverage 98.71% 98.73% +0.01%
==========================================
Files 828 828
Lines 14891 14889 -2
Branches 4229 4236 +7
==========================================
Hits 14700 14700
+ Misses 182 180 -2
Partials 9 9
... and 2 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 #3708 +/- ##
==========================================
+ Coverage 98.71% 98.73% +0.01%
==========================================
Files 828 828
Lines 14891 14889 -2
Branches 4237 4228 -9
==========================================
Hits 14700 14700
+ Misses 182 180 -2
Partials 9 9
... and 2 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.
|
@@ -67,13 +92,13 @@ const BundleContent: React.FC = () => { | |||
'/:provider/:owner/:repo/bundles/', | |||
]} | |||
> | |||
<InfoBanner branch={branch} bundle={bundle} /> | |||
<InfoBanner branch={branchParam} bundle={bundle} /> |
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.
jw, why are these branchParam vs. branch?
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.
This was done to maintain the current implementation, but I've updated it to work across the board now.
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.
lgtm, just 1 question
@codecov-ai-reviewer review |
Description
This PR updates the bundles tab to conditionally render the trend chart if timescale is not enabled on the backend as the chart is powered from data that comes from timescale.
Closes: codecov/engineering-team#3215
Notable Changes
BranchBundleSummaryQueryOpts
fully to query options API and removeuseBranchBundleSummary
BundleContent
to conditionallyScreenshots
Timescale enabled:
Timescale disabled: