Releases: trln/trln-ingest
Handle malformed name authority URIs
FIX LCNAF Download
Addresses TD-1296
Dependency updates
Update dependencies and address the issue in TD-1253
Run bundle update
to install the dependencies. This release also adds a fix so files with multiple dots can be downloaded. This issue is described more in this ticket: TD-1253.
Update the lcnaf rake task to use a GZipReader to open the file
The file used for building our name authority processing database has been updated. The new link is here: https://id.loc.gov/download/authorities/names.madsrdf.jsonld.gz. Additionally, in this release, we have incorporated an update to utilize a GZipReader for file opening.
Dockerize Development Environment
This release contains a few small code changes, some reformatting and dependency upgrades, but primarily, it enables running the application under docker-compose
(or podman-compose
). While the Vagrant-based approach may still work, it's not the primary focus of support for running development environments going forward.
Not a 1.0 Release
Upgrades application to Rails 6
Quarterly update of name authority data
- Notify the trln admin when the task is done.
- Fix password reset button
- Update argot-ruby to v1.0.6
Formatting changes on dashboard and LCNAF lookup
Merge pull request #75 from trln/Add-some-formatting Add some formatting
Quality-of-Life Improvements
Add LCNAF lookup
Add index_date
timestamp to all documents when they are indexed
Add ability to re-run transactions in bulk from web UI.
Fix bug in LCNAF variant name db entry building procedure
- Entries with "Use For" references were missed because they contain multiple PersonalName or CorporateName entries.
- Revise procedure to check all name instances for variant names.
- Use YAJL parser instead of
JSON.parse
on each line.