-
Change the spotlight storage engine to something else: https://github.com/sul-dlss/dlme/blob/78bb403bc727ec0cff89ac95cc8b6bdd0bdf24cf/config/initializers/carrierwave.rb#L8
-
We have a couple approaches to environment variables in the docker-compose file for this project.
- 1) Putting them inline: https://github.com/sul-dlss/dlme/blob/main/docker-compose.yml#L12-L26
- 2) …
-
Make sure the duplicate id test accounts for missing files and ideally add a new test to check for incorrect file paths.
-
This could be low priority but it also might be relatively easy and would improve the user experience on the (admittedly rare) occasions when a user selects the "Sign in" link the top-right of the sit…
-
This ticket is related to a larger process of automatically syncing metadata in DLME. Another part of this process captured in https://github.com/sul-dlss/dlme/issues/1580.
The most recent Infrast…
-
This aligns DLME with the other access projects
-
https://github.com/sul-dlss/dlme/blob/8db768efe041d3540f2282e2194a158a7e3c10bc/app/services/transform_notification.rb#L4
-
As the DLME data manager, I need to ensure that all catalogs are valid and complete when I add them. The catalog model has changed since it was first implemented, though all catalogs have not been upd…
-
```
eval error: wrong number of arguments (given 3, expected 2)
/Users/jcoyne85/.rbenv/versions/3.1.3/lib/ruby/gems/3.1.0/gems/blacklight-spotlight-3.6.0.beta1/lib/spotlight/search_state.rb:8:in `…
-
https://github.com/sul-dlss/dlme/blob/main/app/controllers/transforms_controller.rb#L13
We no longer need this method to create transforms. We still want a list of transform results.