-
Notifications
You must be signed in to change notification settings - Fork 125
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
Green sirenia or bust! #6976
Open
dlpierce
wants to merge
24
commits into
main
Choose a base branch
from
green-sirenia-or-bust
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Green sirenia or bust! #6976
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
e17e337
Convert Ldp::Gone to ObjectNotFoundError
dlpierce 3ae878d
Use the real metadata adapter
dlpierce 832e0aa
Ensure embargo/lease factory is using DateTime
dlpierce 043a6d9
Avoid using << on frozen default array in specs
dlpierce 54f0477
Sometimes the original file is not first in file_ids
dlpierce a26fa2d
Convert Ldp::NotFound to Valkyrie::Persistence::ObjectNotFoundError
dlpierce 990e8b3
Fix specs stubbing Hyrax::TimeService with a string
dlpierce c808e0a
More date format spec fixes
dlpierce d372fa9
Limit rails versions to speed dependency resolution
dlpierce b32da53
Bump valkyrie, use main until new release
dlpierce 40e5cc0
Unpin faraday, rdf 3.3.2 fixed the bug
dlpierce 7a7b4ec
Add sirenia to Github Actions CI; Significant rework of docker compose
dlpierce 6aea561
rubocop
dlpierce 020fc94
Docker and GHA fixes
dlpierce 20d138b
Relax class matcher strictness
dlpierce 05efaac
Restore `rake assets:precompile` for javascript tests
dlpierce d0a3560
Publish deletion first to avoid encountering tombstones
dlpierce c53d55f
Use correct rails root
dlpierce 8918bea
rubocop
dlpierce 1c0c533
Convert custom queries added for statistics to solr
dlpierce c3b6eec
Optimize admin set list (also fixes sorting issues)
dlpierce 1d72867
Sort the admin sets for real life
dlpierce f127690
:clean_repo for flaky specs
dlpierce b555c49
Bump valkyrie version
dlpierce File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
does this change the flavor of thing returned? instead of
models [Array]
is it nowSolrHit [Array]
?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.
Yeah, this should be changed to return a model.