-
Notifications
You must be signed in to change notification settings - Fork 65
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
Support Blacklight 8 #3047
Comments
Known issues with Blacklight 8 & Spotlight:
|
I will start picking up specific pieces of this issue. I'm not sure if we want the open tasks in the ready column as well but just indicating I am beginning to look at this. Starting with #3069 |
Thanks @hudajkhan! I think the work for this ticket is described by my Aug 7 comment. We know that Blacklight 8 mostly works with Spotlight 4 because DLME is on Blacklight 8. The goal here is mostly to get the tests passing and address any lingering incompatibilities. We can talk more after stand-up, but there are a few different approaches we could take as other work to get CI and the generators working with Blacklight 8. |
Testing this out.
|
Here are the test failures that happen only with Blacklight 8.3 for me. (8.4 is also leading to some errors which I will look at separately). I am creating separate issues for these (as well as 8.4 specific issues). For the feature_page_admin_spec issues, it is possible that those are only local for me but I'll leave them here for reference.
|
In this comment, I will track Blacklight 8.4 test failures:
|
Reopening just for tracking the items above. |
This may have mostly been completed via #2853
Relates to:
Upgrading to Blacklight 8 Guide
DocumentComponent
#3070Things we can drop if we stop supporting Blacklight 7:
Blacklight::SearchService#fetch
returns just the documents, not the solr response and the documents: https://github.com/search?q=repo%3Aprojectblacklight%2Fspotlight+search_service.fetch&type=codeconvert_to_search_state
has been removed. Just usesearch_state
: https://github.com/search?q=repo%3Aprojectblacklight%2Fspotlight+convert_to_search_state&type=codeUpdate: Look at this comment for current state: #3047 (comment)
The text was updated successfully, but these errors were encountered: