Skip to content

Releases: trln/trln-ingest

Handle malformed name authority URIs

11 Dec 17:38
c8eb564
Compare
Choose a tag to compare

Handles LoC name authority URLs that have been "helpfully" updated to HTTPS.

FIX LCNAF Download

25 Apr 19:53
c646307
Compare
Choose a tag to compare

Addresses TD-1296
Dependency updates

Update dependencies and address the issue in TD-1253

12 Feb 16:17
3ce227a
Compare
Choose a tag to compare

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

27 Oct 15:31
d473c47
Compare
Choose a tag to compare

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

27 Oct 14:30
f07c82a
Compare
Choose a tag to compare

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

04 May 14:28
a460e7d
Compare
Choose a tag to compare

Upgrades application to Rails 6

Quarterly update of name authority data

01 Jun 17:21
393aca5
Compare
Choose a tag to compare
  • 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

14 May 14:40
697d9c8
Compare
Choose a tag to compare
Merge pull request #75 from trln/Add-some-formatting

Add some formatting

Quality-of-Life Improvements

04 May 18:21
3eefed7
Compare
Choose a tag to compare

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

08 Mar 21:05
715a7bb
Compare
Choose a tag to compare
  • 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.