-
Notifications
You must be signed in to change notification settings - Fork 2
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
Update sdr client #3083
Update sdr client #3083
Conversation
# ActiveStorage is expecting "application/x-stata-dta" not "application/x-stata-dta;version=14" | ||
content_type&.split(';')&.first | ||
end | ||
|
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 logic is now handled in the new version of sdr-client, so we don't need it here anymore
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.
nice! ok, yeah, i like moving this into sdr-client, despite my wishy-washy feedback on the sdr-client PR. hadn't looked at this yet, so wasn't sure whether there'd be redundant processing (which i was more worried about for intelligibility than for performance reasons).
f11629f
to
41cd256
Compare
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.
approving, but holding off on merge till sul-dlss/sdr-api#585 is merged
Why was this change made? 🤔
Use latest sdr-client gem to handle invalid JSON files
Fixes #3075
[HOLD] until sul-dlss/sdr-client#284 is merged and a new release is cut, then come back here and update the gem file to use the correct version, re bundle install and update this PR.Also requires sul-dlss/sdr-api#585
How was this change tested? 🤨
on QA