-
Notifications
You must be signed in to change notification settings - Fork 29
Add other TRS entry types to getToolId so other entry types can be aggregated #6028
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
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## release/1.16.0-beta.3 #6028 +/- ##
===========================================================
+ Coverage 74.43% 74.45% +0.01%
- Complexity 5493 5495 +2
===========================================================
Files 381 381
Lines 19788 19786 -2
Branches 2044 2043 -1
===========================================================
+ Hits 14730 14731 +1
+ Misses 4076 4075 -1
+ Partials 982 980 -2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
|
@@ -19,7 +19,7 @@ | |||
<modelVersion>4.0.0</modelVersion> | |||
<groupId>io.dockstore</groupId> | |||
<artifactId>dockstore-common</artifactId> | |||
<version>1.16.0-beta.6</version> | |||
<version>1.16.0-SNAPSHOT</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.
Hmm, not sure this should be changed. Maybe it should though, I'm a little unclear.
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.
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.
Yeah, to confirm, I think tagged builds will get a "real" version.
All other generated pom files will get a snapshot version.
That said, for this change to show up in a "normal" PR, I think that means a step was skipped somewhere
@@ -19,7 +19,7 @@ | |||
<modelVersion>4.0.0</modelVersion> | |||
<groupId>io.dockstore</groupId> | |||
<artifactId>dockstore-common</artifactId> | |||
<version>1.16.0-beta.6</version> | |||
<version>1.16.0-SNAPSHOT</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.
Yeah, to confirm, I think tagged builds will get a "real" version.
All other generated pom files will get a snapshot version.
That said, for this change to show up in a "normal" PR, I think that means a step was skipped somewhere
Description
Another follow-up to https://ucsc-cgl.atlassian.net/browse/SEAB-6467 and #6022, this time it's failing on the metrics-aggregator side when aggregating notebooks because it's calling a dockstore-common function that doesn't take into account other TRS entry types here.
This PR is set to the release branch...if it's too late, I can put it to develop. It just means that aggregation of other entry types that are not tools and workflows would fail from the metrics-aggregator side. We're only ingesting metrics for workflows from Terra right now, so maybe that's okay.
Review Instructions
See dockstore/dockstore-support#500
Issue
https://ucsc-cgl.atlassian.net/browse/SEAB-6467
Security and Privacy
If there are any concerns that require extra attention from the security team, highlight them here and check the box when complete.
e.g. Does this change...
Please make sure that you've checked the following before submitting your pull request. Thanks!
mvn clean install
@RolesAllowed
annotation