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

Update submodule #112

Merged
merged 2 commits into from
Aug 8, 2024
Merged

Update submodule #112

merged 2 commits into from
Aug 8, 2024

Conversation

kirkkwang
Copy link
Contributor

@kirkkwang kirkkwang commented Aug 7, 2024

Story

Update submodule

fb2ccd1

Updating the submodule to get changes from this specific commit:
samvera/hyku@0d1a265

Ref:

✅ Fix flaky spec with Advanced Search

3fed8d5

There was a flaky spec that ocurred when the CdlsController spec ran. As
far as I can tell, it was happening when a CDL factory was being
created. I didn't chase this one down too far but the fix was making a
watered down SolrDocument instead of creating a CDL and then turning
that into a SolrDcoument. This saves a trip to the database and makes
the spec a little faster as well.

Expected Behavior Before Changes

A cultural heritage theme homepage crashed when having a date facet that used the blacklight_range_limit gem. In fact the catalog page also had this problem.

Expected Behavior After Changes

No more crashing because of the blacklight_range_limit gem.

Screenshots / Video

image

Kirk Wang added 2 commits August 7, 2024 09:28
Updating the submodule to get changes from this specific commit:
samvera/hyku@0d1a265

Ref:
  - #75
There was a flaky spec that ocurred when the CdlsController spec ran. As
far as I can tell, it was happening when a CDL factory was being
created.  I didn't chase this one down too far but the fix was making a
watered down SolrDocument instead of creating a CDL and then turning
that into a SolrDcoument.  This saves a trip to the database and makes
the spec a little faster as well.
@kirkkwang kirkkwang merged commit 0702cdd into main Aug 8, 2024
6 checks passed
@kirkkwang kirkkwang deleted the update-submodule branch August 8, 2024 15:26
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.

2 participants