-
Notifications
You must be signed in to change notification settings - Fork 4
CORE-382: delete Data Library #1623
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
baseOntologyUrl = "https://consent-ontology.dsde-dev.broadinstitute.org" | ||
dulvn = 4 | ||
} | ||
|
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.
Once this PR is deployed to prod, I'll follow up with another PR to remove these config stanzas from terra-helmfile.
val akkaHttpV = "10.6.3" | ||
val jacksonV = "2.18.3" | ||
val jacksonHotfixV = "2.18.3" // for when only some of the Jackson libs have hotfix releases | ||
val nettyV = "4.1.119.Final" |
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.
all of the libraries removed in this PR are no longer needed, given all the code deletion.
} | ||
|
||
private def patchAndRepublishWorkspace(workspaceNamespace: String, | ||
private def patchWorkspaceTags(workspaceNamespace: String, |
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.
I renamed this method since "publishing" is no longer a thing
} ~ | ||
path("acl") { | ||
patch { | ||
// TODO CORE-382: can this be a passthrough? |
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 isn't related to Data Library so I'm leaving it out of this PR; I'll look to create a separate PR for this
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.
So great to delete code!!
CORE-382
/api/library
APIs/duos
APIs/api/workspaces/{namespace}/{name}/catalog
APIsWith all this change, there are some Rawls, terra-helmfile, and probably Sam cleanup to do. I'll take care of that followup work as part of the same Jira ticket.