Jeremy Friesen

Results 38 issues of Jeremy Friesen

**Describe the bug** Our search results do not appear to render a pagination widget. **To Reproduce** On a local machine, you may want to update the search params to have...

bug
changelog: rollup

Related to https://github.com/samvera/hyrax/commit/ad5e64590f91a8fdf2c3ff812b278ba73eee487e

Prior to this commit, we had a somewhat opaque mechanism for overriding the candidate Hyrax::DerivativeService services. There is precedence on doing this (see [NewspaperWorks][1]) yet the configuration was not exposed...

Backport of #5874 Prior to this commit, in the retriable block, if we hit an exception, we'd return `true` and upstream we'd raise an exception. In the below code, the...

In Hyrax the following there are two methods with similar but not quite method bodies; ideally we would remove this duplication. https://github.com/samvera/hyrax/blob/64c0bbf0dc0d3e1b49f040b50ea70d177cc9d8f6/app/presenters/hyrax/work_show_presenter.rb#L219-L230 and https://github.com/samvera/hyrax/blob/64c0bbf0dc0d3e1b49f040b50ea70d177cc9d8f6/app/presenters/hyrax/iiif_manifest_presenter.rb#L62-L77

technical debt

Referencing the following code: https://github.com/samvera/hyrax/blob/27d62a2338bd9e49f942e7e73829f91f2e8115eb/app/services/hyrax/analytics/google.rb#L96-L106 The current state of the application is raising a `RuntimeError` when the user doesn't have an matching `profile_id`. This is treated as a server error,...

bug
Analytics

In [app/views/hyrax/admin/analytics/work_reports/show.html.erb](https://github.com/samvera/hyrax/blame/64c0bbf0dc0d3e1b49f040b50ea70d177cc9d8f6/app/views/hyrax/admin/analytics/work_reports/show.html.erb#L26) we have cases where `@document.date_uploaded` is not a Date-like object. When that view attempts to call `strftime` on the `@document.date_uploaded` we get the following error: `undefined method strftime'...

bug
Analytics

Hyrax version 2.9.6 working with Hyku; however in looking at later (and early) versions this may be a problem that is not limited to version 2.9.6. When submitting a new...

bug

This builds on https://github.com/harvard-lts/CURIOSity/issues/188 Closes #2842