Skip to content

Releases: UCLALibrary/californica

v1.7.0

08 Apr 18:05
8b32222
Compare
Choose a tag to compare
  • Populate collection-level metadata from records found in CSV
  • CSV Upload GUI (currently validation-only)
  • Document required CSV fields for californica
  • Explicitly pin this project to bundler v1
  • Changes to CalifornicaCSVCleaner

v1.6.1

04 Apr 20:02
2259b32
Compare
Choose a tag to compare
  • Change label for based_near from 'Location' to 'Based Near' (#549)
  • rename 1 of 2 rake tasks w same name, so we can use both

v1.6.0

04 Apr 18:20
adb1cf5
Compare
Choose a tag to compare

TODO: clean up and turn into changelist

Reverse the ID value (#543)
@bess
bess committed 2 hours ago

Merge pull request #550 from UCLALibrary/super_refactor
@mark-dce
mark-dce committed 3 hours ago

Add a warning to read-only mode (#551)
@bess
bess committed 3 hours ago

Merge pull request #554 from UCLALibrary/do_not_truncate_ark_in_impor…
@val99erie
val99erie committed 3 hours ago

Merge pull request #552 from UCLALibrary/rename_file_name_header
@val99erie
val99erie committed 3 hours ago

Do not truncate the ARK in import logs
@bess
bess committed 4 hours ago
Commits on Apr 3, 2019

Use File Name in CSV headers instead of masterImageName
@bess
bess committed 20 hours ago

Refactor to override as little of the BaseActor as possible
@bess
bess committed 21 hours ago

Merge pull request #544 from UCLALibrary/read_only_mode_readme
@andrewbenedictwallace
andrewbenedictwallace committed 22 hours ago

Merge pull request #548 from UCLALibrary/reduce-docker-memory-usage
@andrewbenedictwallace
andrewbenedictwallace committed 22 hours ago

Reduce memory usage when running with Docker
@little9
little9 committed 23 hours ago

Add read-only mode emergency recovery procesure to README
@bess
bess committed a day ago
Commits on Apr 2, 2019

Merge pull request #542 from UCLALibrary/little9-patch-2 

@andrewbenedictwallace
andrewbenedictwallace committed 2 days ago

Update Dockerfile to include chrome-driver deps
@little9
little9 committed 2 days ago

Merge pull request #541 from UCLALibrary/little9-patch-1
@andrewbenedictwallace
andrewbenedictwallace committed 2 days ago

Update start-app.sh
@little9
little9 committed 2 days ago

v1.5.0

01 Apr 20:40
b078815
Compare
Choose a tag to compare
  • Delete objects where ark matches
  • UI created collections should have an ark-based identifier
  • Assign primary identifiers based on ark
  • Refactored code for readability. Part of story #481
  • Fix cleanup task by opening and closing file properly

v1.4.0

28 Mar 22:49
ac0e8b3
Compare
Choose a tag to compare

Commits

  • Import and deduplicate with ark - ac0e8b3
  • Consistently index arks - b800fbd
  • Raise an error if importer finds unknown CSV headers. Part of story #481 - 876ebcd
  • Ark values are not editable - 736fd63
  • Add ark to search fields - db14ed8
  • Add ark as a required field to new collection form - 1df73e2
  • Fix intermittent CI failure - d3af6bf
  • Set js true by default - 8e6629e
  • Report missing headers in CSV file - 6075340
  • Convert to system specs - 66eecdb
  • Update docs to explain /opt/data/Masters mount - 629ff64
  • Update mapper to expect 'AltIdentifier.local' - 05b4719
  • Sort Gemfile alphabetically to make it easier to navigate - 5c6362c
  • Update New Work form to match required fields - 670bd2b
  • Add an 'ark' property to the UCLA data model - 908d4e3
  • Dead code cleanup. Related to story #432 - 92f111d
  • If the work has a parent ARK in the CSV, add the work to that collect - 4235e8d
  • Fix intermittent CI failure - abfa462
  • 231-marc-codes - 2f1a126

Before Deploys

Deployed to

  • Test
  • Stage
  • Dev
  • Production

After Deploys

v1.3.0

25 Mar 15:10
908d4e3
Compare
Choose a tag to compare

231-marc-codes - 2f1a126

Fix intermittent CI failure - abfa462

If the work has a parent ARK in the CSV, add the work to that collection - 4235e8d

Dead code cleanup - 92f111d

Add an 'ark' property to the UCLA data model - 908d4e3

  • The ark appears on work show pages
  • The ark appears on collection show pages

Before Deploys (Californica)

Deployed to

  • Test
  • Stage
  • Dev
  • Production

After Deploys (Californica)

v1.2.0

20 Mar 20:29
Compare
Choose a tag to compare

Implement a read-only mode - 928b7d

  • Creates a read-only mode for Californica
  • Creates a safe window during which backups can be performed.
  • When californica is in read-only mode it can still be searched
  • and ursus will will be able to read from californica,
  • but no changes can be made.
  • There is a feature flipper that will turn the read only mode on and off
  • When read-only mode is in effect there is a banner telling Users why they can't add or edit records

Prevent searches from being saved to the database - 1fb0f9f

Upgrade devise to address CVE-2019-5421 - 9d4ce04


Before Deploys

Deployed to

  • Test
  • Stage
  • Dev
  • Production

After Deploys

v1.1.0

19 Mar 22:25
c8ced9e
Compare
Choose a tag to compare

Try pinning travis to bundler 1.17 - 3bfa866

Fix iiif url syntax for initial request - 8136de6

Index the ARK on Collection records (#467) - 7c9e322

Find or create a collection using ARK - a6c8882

Upgrade to Hyrax 2.5.0 - a5bcfca

Delete rule in rubocop - 1b2c1d5


Before Deploys (Californica)

Deployed to

  • Test
  • Stage
  • Dev
  • Production

After Deploys (Californica)

v1.0.8

14 Mar 21:10
Compare
Choose a tag to compare

Upgrade rails version to get patch for security vulnerabilities - ea509ab

  • Upgrade rails version to get patch for security vulnerabilities
  • Fix travis build. Pin version to help solr_wrapper find it

Before Deploys (Californica)

Deployed to

  • Test
  • Stage
  • Dev
  • Production

After Deploys (Californica)

v1.0.7

13 Mar 21:47
af9a1a1
Compare
Choose a tag to compare

Add a route to get branding info - 5c8001c

The data about where the collection banner is stored in the Californica database (not Fedora/Solr). This adds a route and controller so that we can access this data from ursus.


Before Deploys

Deployed to

  • Test
  • Stage
  • Dev
  • Production

After Deploys