-
Notifications
You must be signed in to change notification settings - Fork 1
Feature/core update ai topic hookup #493
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
@@ -478,7 +478,7 @@ static List<String> getSourceUrlComponents(String sourceUrl) { | |||
private Optional<String> getPrimaryDescriptorAbsolutePath(WorkflowsApi workflowsApi, MinimalWorkflowInfo workflow, String version) { | |||
Optional<String> primaryDescriptorPath = Optional.empty(); | |||
try { | |||
primaryDescriptorPath = Optional.of(workflowsApi.primaryDescriptor1(workflow.id(), version, workflow.descriptorType().toString()).getAbsolutePath()); |
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.
Sigh @ swagger client parameter re-arrangement
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #493 +/- ##
=============================================
+ Coverage 48.42% 48.44% +0.02%
Complexity 305 305
=============================================
Files 46 46
Lines 2480 2481 +1
Branches 200 200
=============================================
+ Hits 1201 1202 +1
Misses 1187 1187
Partials 92 92
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Description
Update core jar and fix known ai topic upload breakage
Trivial update and parameter re-arrangement that took way too long to debug, looking for more sophisticated issue
Review Instructions
Build passes, could run
testUploadAITopics
test and note that workflow version has a "processed" propertyIssue
https://ucsc-cgl.atlassian.net/browse/SEAB-6485
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)