-
Notifications
You must be signed in to change notification settings - Fork 1
Remove aggregation of aggregated executions #487
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
Remove aggregation of aggregated executions #487
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #487 +/- ##
=============================================
- Coverage 57.10% 56.41% -0.70%
+ Complexity 304 295 -9
=============================================
Files 32 32
Lines 1991 1964 -27
Branches 167 166 -1
=============================================
- Hits 1137 1108 -29
+ Misses 780 779 -1
- Partials 74 77 +3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
pom.xml
Outdated
<changelist>.0-SNAPSHOT</changelist> | ||
|
||
<github.url>scm:git:git@github.com:dockstore/dockstore-support.git</github.url> | ||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | ||
<dockstore-core.version>1.15.0-rc.2</dockstore-core.version> | ||
<dockstore-core.version>1.16.0-SNAPSHOT</dockstore-core.version> |
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.
Will update to a tag when dockstore/dockstore#5824 is merged
|
Description
Corresponding PR: dockstore/dockstore#5824
This PR modifies the metrics aggregator so that it doesn't aggregate aggregated executions, which is entirely removed from the webservice.
Review Instructions
See instructions in dockstore/dockstore#5824
Issue
SEAB-6246
Security
If there are any concerns that require extra attention from the security team, highlight them here.
Please make sure that you've checked the following before submitting your pull request. Thanks!
mvn clean install
in the project that you have modified (until https://ucsc-cgl.atlassian.net/browse/SEAB-5300 adds multi-module support properly)