-
Notifications
You must be signed in to change notification settings - Fork 0
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
Review all Controllers overrides and reconcile with upstream changes #27
Comments
No longer blocked, as of 2023-08-10 |
ControllersCustom ActorsADMIN
API
CONCERNSHYDRA/ROLE_MANAGEMENT
HYRAX
DEVISE
HYRAX
SONY_CI
OTHER
Overridden ControllersHYRAX/BATCH INGEST (batches_controller_decorator.rb)// OVERRIDES HYRAX-Batch_Ingest revision: dc9d38039728eab581ab7b1cb55cf9ff33984b13
HYRAX/MYCONTROLLER (my_controller.rb)// This is an override of Hyrax 2.2.4 [hyrax/app/controllers/hyrax/my_controller.rb] We already added dual boot support for the query_solr method. Besides this, I'd suspect this override will still work in hyrax 4.0 4.0 uses search_service instead of query_solr. It is defined as def search_service
Hyrax::SearchService.new(config: blacklight_config, user_params: params, scope: self)
end SummaryRob had to comment out the saved_searches_controller when deploying rails 6 to demo because Blacklight::SavedSearches must not be valid anymore. We will need to dig into this and how to appropriately update it for it to continue working in rails 6. |
Blacklight::SavedSearchesv.6.24.0 Removed: projectblacklight/blacklight#1736 it looks like blacklight removed saved searches back in 2017 and as far I can tell, nothing replaced it. It seems like there wasn't a need for it so it may be ok to not have it/do anything about it. |
SONY_CI_APIWe switched from branch v0.1 to main. Are there any changes that relate to controllers? diffs: WGBH-MLA/sony_ci_api_rewrite@v0.1...main => No, these changes don't seem to impact controllers. The changes don't seem to be that significant. I would expect switching to main should not cause breaking changes. Client testing and feedback would be valuable and appreciated, given their familiarity with this tool. |
Summary
Includes catalogue controller, contributions controller, safe searches controller,
Acceptance Criteria
Screenshots or Video
Testing Instructions
Notes
The text was updated successfully, but these errors were encountered: