Skip to content

Releases: sul-dlss/argo

v3.6.0: object release management, updated show fields

04 Oct 00:29
Compare
Choose a tag to compare
  • add functionality for bulk management of object release info (#806)
  • show release info on object detail page (#799)
  • adjust list of fields displayed on search results and object detail pages (#814)

v3.5.1: upgrade dor-services

26 Sep 23:47
Compare
Choose a tag to compare

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

17 Sep 00:45
Compare
Choose a tag to compare
  • 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

09 Sep 18:24
Compare
Choose a tag to compare

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

23 Aug 22:04
Compare
Choose a tag to compare

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

23 Aug 18:53
Compare
Choose a tag to compare

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

23 Aug 00:45
Compare
Choose a tag to compare

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

25 Jul 23:43
Compare
Choose a tag to compare

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

19 Jul 22:00
Compare
Choose a tag to compare
  • 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

06 Jul 19:32
Compare
Choose a tag to compare
  • 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.