Skip to content

Releases: geobtaa/geoblacklight_admin

0.7.0

17 Jan 20:23
Compare
Choose a tag to compare

What's Changed

Upgrade Guide

See the upgrade docs for upgrade instructions

Full Changelog: 0.6.3...0.7.0

v0.6.2

20 Dec 21:32
Compare
Choose a tag to compare

What's Changed

  • Bug Fixes - DocumentDistribution migration rake task by @ewlarson in #125
  • Bug Fix: Address controller redirect issues with distributions import by @ewlarson in #128
  • Distributions: Remove label as an initializer by @ewlarson in #130
  • Distributions: capture errors on import, alert user by @ewlarson in #132

Full Changelog: 0.6.1...0.6.2

v0.6.1

04 Dec 15:51
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.6.0...0.6.1

0.6.0

22 Nov 19:11
Compare
Choose a tag to compare

What's Changed

  • Dockerized - Solr and PG by @ewlarson in #94
  • Rails v7.2 support by @ewlarson in #97
  • Fix Thumbnails Workflow by @ewlarson in #106
  • Thumbnails workflow: make it even simpler by @ewlarson in #107
  • Feature - Decouple dct_references_s from the Document model. Add DocumentDistributions for dct_references_s work. by @ewlarson in #115

Upgrade Guide

See the upgrade docs for upgrade instructions

Full Changelog: 0.5.1...0.6.0

v0.5.0

09 Sep 17:24
Compare
Choose a tag to compare

This release includes...

  • Rails support upated to v7 (min)
  • Webpacker removed
  • Papertrail updated to v15
  • Vite included
  • Support for COGs and PMTiles
  • Support for XYZ Tiles, WMTS, TileJSON, Tile Map Service
  • Bulk Actions: Harvest thumbnails
  • Bulk Actions: Delete thumbnails
  • Views: add thumbnails to GBL Admin views
  • Thumbnails via Statesman
  • Assets via Kithe::Assets (Shrine.rb)
  • Navbar cleanup
  • Ensures node_module @geoblacklight/frontend uses v4 and not v5.

Upgrade Notes

Forthcoming...

What's Changed

Full Changelog: 0.4.1...0.5.0

0.4.0

08 Dec 22:23
Compare
Choose a tag to compare

This release begins an effort to migrate the GeoblacklightSidecarImages thumbnail harvesting procedure into GBL Admin's world of Kithe/Shrine. It also includes several workflow enhancements to make accessing Import documents easier. The Imports#show page now has links that will display related documents in GBL proper, regardless of publication state — very helpful for sharing with contributors or providers before marking those documents published for public viewing.

Upgrade Notes

For those already running GBL Admin within a GeoBlacklight instance.

  • You will need to modify your local catalog_controller.rb file to remove the publication_state default solr parameter.
  • You will need to add the new publication state concern to your search_builder.rb model

Review the files changed below for full details.

Full Changelog: 0.3.2...0.4.0

v0.3.2

23 Oct 13:47
Compare
Choose a tag to compare

What's Changed

  • Document: current_version should always return a value by @ewlarson in #27

Full Changelog: 0.3.1...0.3.2

GeoBlacklight Admin v0.3.1

18 Oct 19:32
Compare
Choose a tag to compare

Two bug fixes for running in production:

  • Added SVG Bookmark icons to the installer
  • Created a "priority" queue for sidekiq, so GBL Admin import and export jobs are never waiting on "default" queue jobs to clear.

What's Changed

Full Changelog: 0.3.0...0.3.1

GeoBlacklight Admin v0.3.0

13 Oct 18:31
Compare
Choose a tag to compare

This release marks the milestone of the Big Ten Academic Alliance running GeoBlacklight Admin in production. There are still issues to resolve, and I expect some underlying code shifts/refactoring, but the codebase is sound enough for use in our production setting.

What's Changed

Full Changelog: 0.2.1...0.3.0