Releases: sul-dlss/argo
v3.6.0: object release management, updated show fields
v3.5.1: upgrade dor-services
this includes a stanford-mods upgrade (by way of dor-services) that corrects a problem where values for some searchworks fields (e.g. genre) aren't indexed as searchworks would actually index them, but as searchworks used to index them.
v3.5.0: release history, other maintenance
- add release history to History section of object detail view
- Move views to more standardized Blacklight way, and add release to show
- update Capfile to use new (non-deprecated) delayed_job
upgrade dor-services
upgrade to latest dor-services (v5.10.1) to address issue in publish command. see:
https://github.com/sul-dlss/dor-services/releases
sul-dlss-deprecated/dor-services@v5.9.1...v5.10.1
Fix broken v3.4.3
Version 3.4.3 had a deployment problem because RSpec was not included correctly in the various environments. Let's try again and see if we get it right this time...
Note that the spreadsheet upload functionality has been updated with a new template that has new metadata columns.
Fix broken v3.4.2
3.4.2 accidentally had local development configuration files included. These have been removed and the .gitignore file updated so that any such files are ignored in the future.
Update dependencies and minor maintenance
This release was created to get Argo deployed in production with the latest dependencies, particularly Rails. There are no major new features, but this release does include Rake changes, New Relic changes and a few deployment changes.
items_helper_spec: fix failing schema validation spec
a minor release with no changes to the app, so that current master goes back to being a tagged version (we can only deploy branches due to a squash bug, but it's nice to deploy tagged versions, and this release makes it so that current master is also the latest tagged version again).
v3.4.0: better rights faceting, minor tech debt payoff
- upgrade dor-services to the current latest (v5.9.1) to get new indexing fields for object rights info
- use newly available object rights info for a better rights facet (this will require a full reindex, since the info is in a new
_ssim
field instead of the old_ssi
field) - add the rights errors facet, for which info was already indexed
- better usage documentation for the
dump_fedora_pids.rb
script (called from the fedora box, not argo, but stored here since this is as logical a repo as any) - cut out a bunch of unnecessary items_helper_spec fixture XML, move a
.xsd
file to a dir with a better name
fix APO selection drop down on item registration page
- fix the query that populates the APO select box on the item registration page
- clean up code, add tests
query issues were exposed by an upgrade to solr 6.1.
see issue #766.