-
Notifications
You must be signed in to change notification settings - Fork 1
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 legacy OODT dependencies #78
Conversation
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.
Whew! What a herculean effort … just a couple minor issues, take a look?
i.hasNext();) { | ||
Map.Entry entry = (Map.Entry) i.next(); | ||
String key = entry.getKey().toString(); | ||
// for (Iterator i = sourceMet.getHashTable().entrySet().iterator(); |
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.
When considering commenting-out code, either:
- Include a comment explaining why it's commented out … or … 🤔
- If you can't come up with one, then just delete the code completely 😏
@@ -1,191 +1,185 @@ | |||
package gov.nasa.pds.harvest.search.crawler.actions; |
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.
Was this entire file commented-out?
Could the file just be deleted?
@@ -0,0 +1,80 @@ | |||
//// Copyright 2006-2017, by the California Institute of Technology. |
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 looks like a new file but is entirely commented-out … could this just not be part of the commit?
@nutjob4life thanks for the review? making these updates on #80 to avoid potential merge conflicts. |
Refactor search-core dependencies
Resolves #78 (comment) Resolves #78 (comment) Resolves #78 (comment)
Cleanup completed here: 2295786 |
🗒️ Summary
Refactor to remove legacy OODT dependencies.
NOTE: Merge #79 into this branch before merging to main
⚙️ Test Data and/or Report
Still working on branch testing workflow, but with everything deployed locally, I was able to run the smoke tests successfully:
♻️ Related Issues
Resolves #75