-
See discussion on #1758
- [x] https://github.com/sul-dlss/operations-tasks/issues/3320
- [x] add newly created VMs to cap environment file for prod
- [x] create a new solr collection for prod-review…
-
We can delete https://github.com/sul-dlss/dlme/blob/main/config/initializers/carrierwave.rb
And remove https://github.com/sul-dlss/dlme/blob/90e66d6075c8c3aaa0db2a8d41d2bf2b02de9554/config/initialize…
-
-
The CLIR address is being duplicated in the about page: https://dlmenetwork.org/library/about/about (on the left). I'm not positive, but I think this happens every time I do an import. It duplicates t…
-
https://github.com/sul-dlss/dlme/blob/main/app/controllers/s3_delete_controller.rb
I believe this will also allow us to remove the DeleteResourcesJob
-
https://github.com/projectblacklight/spotlight/blob/76a2b437f1e34854cf4bde43625089d4c2a14e96/app/controllers/concerns/spotlight/base.rb#L36
```
NoMethodError: [1mundefined method `to_str' for ["A…
-
Current, TransformResults depends on the /transform_results route being subscribed to SNS message queue. Since we are decoupling from SNS, we are need to post the transform result JSON to the endpoin…
-
Currently DLME has 'dev', 'stage', 'ua', and 'prod' environments, where 'ua' is what 'stage' typically is and 'stage' is a data staging environment. We can standardize this so that we drop 'ua' and we…
-
Can we make it so 'Holding institution:' is on one line?
-
This is accomplished by adding a `dir` property to the html tag:
```
```
Consider initial page loads as well as navigation via turbo. This change may need to be made in https://github.com/projectbl…