Skip to content
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

Avoid looking for release tags in PURL #470

Merged
merged 1 commit into from Oct 15, 2019
Merged

Avoid looking for release tags in PURL #470

merged 1 commit into from Oct 15, 2019

Conversation

jcoyne
Copy link
Contributor

@jcoyne jcoyne commented Oct 15, 2019

Why was this change made?

This behavior was originally introduced here: sul-dlss-deprecated/dor-services@439b808#diff-8200ce146e3aa5427aa3d4f563164195R81-R82 but none of us (including Ben) can understand why this would be necessary. Since this slows things down and adds fragility, remove it.

Was the API documentation (openapi.json) updated?

N/A.

@@ -16,7 +16,10 @@ def initialize(item)
def publish
return unpublish unless world_discoverable?

transfer_metadata
# Retrieve release tags from metadata and PURL
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe update this code comment since we no longer update release tags from PURL?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, good call!

This behavior was originally introduced here: sul-dlss-deprecated/dor-services@439b808#diff-8200ce146e3aa5427aa3d4f563164195R81-R82 but none of us (including Ben) can understand why this would be necessary.  Since this slows things down and adds fragility, remove it.
@mjgiarlo mjgiarlo merged commit 545e94c into master Oct 15, 2019
@mjgiarlo mjgiarlo deleted the avoid_purl branch October 15, 2019 22:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants