Skip to content

Releases: sul-dlss/argo

bugfixes and UI improvements for manage catkey and refresh descMetadata; dependency upgrades

24 Mar 00:32
Compare
Choose a tag to compare
  • do not show manage catkey button for apos (#956)
  • refactor ItemsController#refresh_metadata to rely on after_action for saving updated object (#960)
  • enforce permission and state checking on ItemsController#refresh_metadata (#960)
  • prevent invocation of ItemsController#refresh_metadata on objects without a catkey (#960)
  • better UI for refresh descMetadata blue button (redirect back to obj detail page w/ better success message, instead of landing on plaintext page w/ cryptic success message) (#960)
  • update dependencies (#961)

v3.12.0

02 Mar 18:30
Compare
Choose a tag to compare
  • Include existing query parameters in the date range form; fixes #738; see #918
  • Explicitly use the CatalogController's blacklight configuration for generating reports; fixes #733; see #935
  • get new rights type codes; fixes #934; see #943
  • update content types; see #944
  • add "refresh descMetadata" blue button to detail pages for objects w/ entry in symphony (i.e. objects w/ catkey); see #223, #941, #945.
  • add a new drop-down menu to select the goobi (external) workflow name if the goobiWF is selected for the initial workflow; fixes #937; see #953.
  • edit catkey functionality; fixes #947; see #948
  • descMetadata MODS header upgrade from 3.4 to 3.6. fixes #942. see #951, sul-dlss-deprecated/dor-services#313.
  • other cruft cleanup (#954):
    • remove remaining references to 'flipbook' in content types in fixtures and tests, remove commented lines in argo_test.rake, remove obsolete fedora_druids.json; see #954
    • get rid of usage of/reference to obsolete :lightweight loading mode for Dor.find calls (see #949)
    • remove commented config vars from argo_testing.rake

v3.11.0...v3.12.0

v3.11.0

19 Jan 21:24
Compare
Choose a tag to compare
  • Properly escape for workgroup values
  • Update purl preview to use the public version of descMetadata
  • Remove references to TEI + MDToolkit
  • Use consistent fields for document titles
  • Limit the number of facets displayed on the home page by default
  • Limit the size of the collection + apo facets

v3.10.1

01 Dec 18:48
Compare
Choose a tag to compare
  • Refactor routes to use standard rails routing
  • use MODS-derived fields for facets and searching instead of old Dublin Core fields

v3.9.0

22 Nov 21:47
Compare
Choose a tag to compare

Main changes were

  • Use remote dor-indexing-app service for reindexing
  • Use proper MODS for descMetadata for workflow objects
  • Update dependencies and fix deprecation warnings

All changes:

  • aa90e69 reindex route dispatches to dor-indexing-app service and remove delete_from_index route
  • dfb1e6d Remove unused or unroutable actions
  • 45d6e23 upgrade to dor-services 5.17.2
  • 778a65a Fix more deprecation warnings
  • 191f95d Fix capybara selector invokation
  • c495e43 Address blacklight deprecation warnings
  • c1fbe78 Address head deprecation warning
  • 3fb5787 Use head instead of 'render nothing'
  • c570271 Use render plain instead of render text
  • 078b41a Fix rspec deprecation warnings
  • 07c1a7c Update dependencies
  • c265002 Update argo rake tasks to not use rsolr-ext
  • fd36166 Update RegistrationController to not use rsolr-ext
  • 4c70b5f remove rsolr-ext dependency for .docs
  • 773c57a upgrade to dor-services 5.17.0
  • e2bdfe7 use proper MODS for descMetadata for workflow objects
  • 23eb0a0 Update environments/staging.rb with new Rails 5 defaults

v3.8.3

22 Nov 21:49
Compare
Choose a tag to compare
  • c147839 SolrDocument#collection_titles should return an empty array for objects without collections
  • 64f2705 Update dependencies
  • 78d6b8f Add index queue mechanism

3.8.2

08 Nov 23:21
Compare
Choose a tag to compare
  • Replace is_it_working with okcomputer
  • Drop support for Ruby 2.2.
  • Update dor-services

3.8.1

08 Nov 21:16
Compare
Choose a tag to compare
  • Update dependencies, including dor-services, to fix regression caused by untested code and the active-fedora update.

v3.8.0

02 Nov 21:27
Compare
Choose a tag to compare

new features:

also, pin hydra-jetty version in rake file so that we stay on fedora 3 (since later versions use fedora 4).

v3.7.0

17 Oct 13:33
Compare
Choose a tag to compare

Enhancements

#832 Deployment improvements
#826 Adds blue button for release mgmt to show page
#831 Replace squash for Honeybadger
#827 removes md source none
#824 adds rack-mini-profiler by default for development env
#825 Update dor-services to 5.11.1

Bug fixes

#828 Fixes tag links on show page

Maintenance

#830 removes dead routes
#829 Updates Blacklight to 5.19.1