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

Set max refresh attempts #1792

Merged
merged 1 commit into from
Aug 28, 2024
Merged

Set max refresh attempts #1792

merged 1 commit into from
Aug 28, 2024

Conversation

lfarrell
Copy link
Contributor

@bbpennel bbpennel merged commit 7cbc3f6 into main Aug 28, 2024
5 checks passed
@bbpennel bbpennel deleted the admin-refresh branch August 28, 2024 13:02
bbpennel added a commit that referenced this pull request Sep 13, 2024
* BXC-4694 - Handle RangeNotSatisfiable (#1785)

* Added new RangeNotSatisfiableException, which gets thrown if the range header exceeds the size of the file. Handle this error with a 416 response

* Log headers when an uncaught exception occurs in fedora content controller

* Add test for exception

* BXC-4667 update datastream controller IT for iiif thumbnails

* BXC-4667 cleanup test

* BXC-4667 cleanup and logic modifications

* BXC-4667 cleaner logic

* BXC-4667 handle collection, admin unit, and folder thumbnails that will not use iiif

* BXC-4667 update access copies unit test to reflect logic change

* BXC-4667 add derivativeContentService test

* Set max refresh attempts (#1792)

* If end of range is equal to or greater than the size of the file, remove it so we get the remainder of the file. Add more testing for FedoraContentService

* Change start of range so that it'll trigger 416

* BXC-4701 - Update clients/tests to solr 9 (#1791) (#1795)

* Update to solr 9, and wiremock 3 due to jetty versions. Update some commons usages which were referencing libraries pulled in by old solr versons

* Update solr config, make paths absolute since it is now required, and don't double load config

* Switch over to wiremock-jre8-standalone to avoid jetty version conflicts with solr

* Running solr 9 in docker for the integration tests that ran it in jetty, since it was failing to start. Add solr logging config

* Adjusting ghactions

* Try solr as docker run

* Reenable build

* Explicitly add solr-api as compile scope, otherwise solr-core pulls it in as test. Add commons-codec directly in a lower module, since it was previously being imported via transitive dependencies, but no longer is

* Clean up of removed performance visualization project (#1797)

---------

Co-authored-by: sharonl <[email protected]>
Co-authored-by: Dean Farrell <[email protected]>
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