-
Notifications
You must be signed in to change notification settings - Fork 53
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
DATAUP-497: Removing old code relating to the defunct UJS #2713
DATAUP-497: Removing old code relating to the defunct UJS #2713
Conversation
or client_name == "execution_engine" | ||
or client_name == "job_service" | ||
): | ||
elif client_name == "execution_engine2": |
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.
remove all the synonyms as we only ever use execution_engine2
in the codebase
c = ServiceClient(URLS.service_wizard, use_url_lookup=True, token=token) | ||
elif client_name == "catalog": | ||
c = Catalog(URLS.catalog, token=token) | ||
elif client_name == "user_and_job_state": |
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.
remove -- unused
Codecov Report
@@ Coverage Diff @@
## DATAUP-497_job_message_cleanup_X #2713 +/- ##
====================================================================
+ Coverage 24.59% 24.67% +0.07%
====================================================================
Files 505 505
Lines 51842 51836 -6
====================================================================
+ Hits 12753 12789 +36
+ Misses 39089 39047 -42
Continue to review full report at Codecov.
|
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
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.
Goodbye, UJS! 😢
Description of PR purpose/changes
Removing code and a bit of documentation relating to UJS, which is no longer in existence, sadly.
Closes #1634
Jira Ticket / Issue
Related Jira ticket: https://kbase-jira.atlassian.net/browse/DATAUP-497
DATAUP-69 Adds a PR template
)Testing Instructions
Dev Checklist: