-
Notifications
You must be signed in to change notification settings - Fork 124
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
[wings] Add switch to use valkyrie in the solr service #3857
Conversation
9c11e67
to
be6104f
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.
Can you comment on the plan for flipping this switch?
Is the idea to change all of these use_valkyrie
flags at once, at some future date? Is that a per-application decision?
@no-reply updated with a global switch as we discussed. let me know if it's not what you had imagined. |
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.
fantastic!
In `ActiveFedora::SolrService` we always assign the `qt: 'standard'`.[1] However, with [this old commit][1] we dropped passing the `qt: 'standard'` when we had `use_valkyrie` of true. We discovered this bug when upgrading Hyku and Bulkrax to Hyrax v3.x and some. Closes #6676 Related to: - #3857 [1]:https://github.com/samvera/active_fedora/blob/8e7d365a087974b4ff9b9217f792c0c049789de6/lib/active_fedora/solr_service.rb#L40-L48 [2]:be6104f
In `ActiveFedora::SolrService` we always assign the `qt: 'standard'`.[1] However, with [this old commit][1] we dropped passing the `qt: 'standard'` when we had `use_valkyrie` of true. We discovered this bug when upgrading Hyku and Bulkrax to Hyrax v3.x and some. Closes #6676 Related to: - #3857 [1]:https://github.com/samvera/active_fedora/blob/8e7d365a087974b4ff9b9217f792c0c049789de6/lib/active_fedora/solr_service.rb#L40-L48 [2]:be6104f
In `ActiveFedora::SolrService` we always assign the `qt: 'standard'`.[1] However, with [this old commit][1] we dropped passing the `qt: 'standard'` when we had `use_valkyrie` of true. We discovered this bug when upgrading Hyku and Bulkrax to Hyrax v3.x and some. Closes #6676 Related to: - #3857 [1]:https://github.com/samvera/active_fedora/blob/8e7d365a087974b4ff9b9217f792c0c049789de6/lib/active_fedora/solr_service.rb#L40-L48 [2]:be6104f
In `ActiveFedora::SolrService` we always assign the `qt: 'standard'`.[1] However, with [this old commit][1] we dropped passing the `qt: 'standard'` when we had `use_valkyrie` of true. We discovered this bug when upgrading Hyku and Bulkrax to Hyrax v3.x and some. Closes #6676 Related to: - #3857 [1]:https://github.com/samvera/active_fedora/blob/8e7d365a087974b4ff9b9217f792c0c049789de6/lib/active_fedora/solr_service.rb#L40-L48 [2]:be6104f
In `ActiveFedora::SolrService` we always assign the `qt: 'standard'`.[1] However, with [this old commit][1] we dropped passing the `qt: 'standard'` when we had `use_valkyrie` of true. We discovered this bug when upgrading Hyku and Bulkrax to Hyrax v3.x and some. Closes #6676 Related to: - #3857 [1]:https://github.com/samvera/active_fedora/blob/8e7d365a087974b4ff9b9217f792c0c049789de6/lib/active_fedora/solr_service.rb#L40-L48 [2]:be6104f
In `ActiveFedora::SolrService` we always assign the `qt: 'standard'`.[1] However, with [this old commit][1] we dropped passing the `qt: 'standard'` when we had `use_valkyrie` of true. We discovered this bug when upgrading Hyku and Bulkrax to Hyrax v3.x and some. Closes #6676 Related to: - #3857 [1]:https://github.com/samvera/active_fedora/blob/8e7d365a087974b4ff9b9217f792c0c049789de6/lib/active_fedora/solr_service.rb#L40-L48 [2]:be6104f
advances #3800