Releases: UCLALibrary/californica
v1.7.0
- 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
v1.6.0
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
- 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
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
- Travis build passing
- Coverage 92%
- Footer https://californica-test.library.ucla.edu/
Californica master; Updated 28 March 2019
- Footer https://californica-stage.library.ucla.edu/
Californica v1.3.0; Updated 25 March 2019
- Footer https://californica-dev.library.ucla.edu/
Californica deduplicate_by_ark; Updated 28 March 2019
- Footer https://californica.library.ucla.edu/
Californica v1.3.0; Updated 25 March 2019
- Pull Requests open - 0
- Commits Merged [ac0e8b3, b800fbd, 876ebcd, 736fd63, db14ed8, 1df73e2, d3af6bf, 8e6629e, 6075340, 66eecdb, 629ff64, 05b4719, 5c6362c, 670bd2b, 908d4e3, 92f111d, 4235e8d, 462dbd9]
Deployed to
- Test
- Stage
- Dev
- Production
After Deploys
- Footer https://californica-test.library.ucla.edu/
Californica master; Updated 28 March 2019
- Footer https://californica-stage.library.ucla.edu/
Californica v1.4.0; Updated 28 March 2019
- Footer https://californica-dev.library.ucla.edu/
Californica deduplicate_by_ark; Updated 28 March 2019
- Footer https://californica.library.ucla.edu/
Californica v1.4.0; Updated 28 March 2019
- Travis build passing
- Coverage 92%
v1.3.0
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)
- Travis build passing
- Coverage 93%
- Footer https://californica-test.library.ucla.edu/
Californica master; Updated 25 March 2019
- Footer https://californica-stage.library.ucla.edu/
Californica v1.2.0; Updated 20 March 2019
- Footer https://californica-dev.library.ucla.edu/
Californica v1.2.0; Updated 20 March 2019
- Footer https://californica.library.ucla.edu/
Californica v1.2.0; Updated 20 March 2019
- Pull Requests open - 0
- Commits Merged [2f1a126, abfa462, 4235e8d, 92f111d, 908d4e3]
Deployed to
- Test
- Stage
- Dev
- Production
After Deploys (Californica)
- Footer https://californica-test.library.ucla.edu/
Californica master; Updated 25 March 2019
- Footer https://californica-stage.library.ucla.edu/
Californica v1.3.0; Updated 25 March 2019
- Footer https://californica-dev.library.ucla.edu/
Californica v1.3.0; Updated 25 March 2019
- Footer https://californica.library.ucla.edu/
Californica v1.3.0; Updated 25 March 2019
- Travis build passing
- Coverage 93%
v1.2.0
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
- Travis build passing
- Coverage 92%
- Footer https://californica-test.library.ucla.edu/
https://californica-test.library.ucla.edu/
- Footer https://californica-stage.library.ucla.edu/
Californica v1.1.0; Updated 19 March 2019
- Footer https://californica-dev.library.ucla.edu/
Californica v1.1.0; Updated 19 March 2019
- Footer https://californica.library.ucla.edu/
Californica v1.1.0; Updated 19 March 2019
- Pull Requests open - 0
- Commits Merged [928b7d, 1fb0f9f,9d4ce04]
Deployed to
- Test
- Stage
- Dev
- Production
After Deploys
- Footer https://californica-test.library.ucla.edu/
Californica master; Updated 20 March 2019
- Footer https://californica-stage.library.ucla.edu/
Californica v1.2.0; Updated 20 March 2019
- Footer https://californica-dev.library.ucla.edu/
Californica v1.2.0; Updated 20 March 2019
- Footer https://californica.library.ucla.edu/
Californica v1.2.0; Updated 20 March 2019
- Travis build passing
- Coverage 92%
v1.1.0
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)
- Travis build passing
- Coverage 93%
- Footer https://californica-test.library.ucla.edu/
Californica master; Updated 18 March 2019
- Footer https://californica-stage.library.ucla.edu/
Californica v1.0.8; Updated 14 March 2019
- Footer https://californica-dev.library.ucla.edu/
Californica master; Updated 18 March 2019
- Footer https://californica.library.ucla.edu/
Californica v1.0.8; Updated 14 March 2019
- Pull Requests open - 1
- Commits Merged [3bfa866, 8136de6,
7c9e322, a6c8882,
a5bcfca, 1b2c1d5]
Deployed to
- Test
- Stage
- Dev
- Production
After Deploys (Californica)
- Footer https://californica-test.library.ucla.edu/
Californica master; Updated 18 March 2019
- Footer https://californica-stage.library.ucla.edu/
Californica v1.1.0; Updated 19 March 2019
- Footer https://californica-dev.library.ucla.edu/
Californica v1.1.0; Updated 19 March 2019
- Footer https://californica.library.ucla.edu/
Californica v1.1.0; Updated 19 March 2019
- Travis build passing
- Coverage 93%
v1.0.8
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)
- Travis build passing
- Coverage 93%
- Footer https://californica-test.library.ucla.edu/
Californica master; Updated 14 March 2019
- Footer https://californica-stage.library.ucla.edu/
Californica v1.0.7; Updated 13 March 2019
- Footer https://californica-dev.library.ucla.edu/
Californica v1.0.7; Updated 13 March 2019
- Footer https://californica.library.ucla.edu/
Californica v1.0.7; Updated 13 March 2019
- Pull Requests open - 0
- Commits Merged [ea509ab]
Deployed to
- Test
- Stage
- Dev
- Production
After Deploys (Californica)
- Footer https://californica-test.library.ucla.edu/
Californica master; Updated 14 March 2019
- Footer https://californica-stage.library.ucla.edu/
Californica v1.0.8; Updated 14 March 2019
- Footer https://californica-dev.library.ucla.edu/
Californica v1.0.8; Updated 14 March 2019
- Footer https://californica.library.ucla.edu/
Californica v1.0.8; Updated 14 March 2019
- Travis build passing
- Coverage 93%
v1.0.7
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
- Travis build passing
- Coverage 92%
- Footer https://californica-test.library.ucla.edu/
Californica master; Updated 13 March 2019
- Footer https://californica-dev.library.ucla.edu/
Californica v1.0.6; Updated 11 March 2019
- Footer https://californica-stage.library.ucla.edu/
Californica v1.0.6; Updated 12 March 2019
- Footer https://californica.library.ucla.edu/
Californica v1.0.6; Updated 12 March 2019
- Pull Requests open - 0
- Commits Merged [5c8001c]
Deployed to
- Test
- Stage
- Dev
- Production
After Deploys
- Travis build passing
- Coverage 92%
- Footer https://californica-dev.library.ucla.edu/
Californica v1.0.7; Updated 13 March 2019
- Footer https://californica-stage.library.ucla.edu/
Californica v1.0.7; Updated 13 March 2019
- Footer https://californica-test.library.ucla.edu/
Californica master; Updated 13 March 2019
- Footer https://californica.library.ucla.edu/
Californica v1.0.7; Updated 13 March 2019