Skip to content

Releases: RockefellerArchiveCenter/aurora

1.3

06 Feb 16:14
27833e6
Compare
Choose a tag to compare
1.3

Adds

  • Allow users to reset their passwords via a link on the login page (#22)
  • Allow authorized users to create user accounts via the UI, including specifying a username (#207)
  • Adds external volume so users running Docker container can easily add their own bags (#290 and #246)
  • Adds API key to microservice POST requests (#288)

Fixes

  • Better handling of files which fail before bag validation (#286)
  • Improves dashboard performance (#287)
  • Provides read-only access to the Accessioning queue for non-accessioners (#295)
  • Hides action buttons in Appraisal queue for non-appraisers (#296)
  • Improves ClamAV implementation by running freshclam on start (#289)
  • Removes user documentation from README and updates existing technical information (#291)
  • Aligns data downloaded in CSV files with table display (#292)
  • Reduces complexity by removing LDAP and reliance on standalone scripts.
  • Constructs organization directories and system groups from organization name rather than incrementing existing directories.
  • Improve code quality throughout the application by making views and templates DRYer, removing unnecessary print statements, and formatting for PEP8 compliance.

1.2

21 Dec 03:19
6302ab2
Compare
Choose a tag to compare
1.2

Adds

Delivers accession data to configured URL, and allows users to query ArchiveSpace for a resource record and associate it with an accession
Allows users to retry delivery of failed accessions

Improves

Adds more accessiblity improvements
Improves OpenAPI schema so it can be used for validation in microservices
Uses constants for process_status
Keeps error messages visible for better debugging

Fixes

Makes DELIVERY_URL an optional config value.
Get correct local time in datatables

1.1.3

29 Nov 20:34
95effa1
Compare
Choose a tag to compare

Bug fixes

Adds missing <p> tag.

1.1.2

29 Nov 18:20
7f8ac5d
Compare
Choose a tag to compare

Bug fixes

Aligns max_length of CharField with underlying MySQL field length restrictions.

1.1.1

29 Nov 16:45
7fa4c0e
Compare
Choose a tag to compare

Bug fixes

Increases the length of machine_file_identifier to accommodate long bag names.

1.1.0

29 Nov 00:31
f7ce713
Compare
Choose a tag to compare

New Functionality

When an accession is created, Aurora now delivers a POST request to a configured URL along with a payload containing JSON data about that accession.

Aurora now allows updated transfer data to be delivered as a JSON payload via an HTTP PUT request. The application will update its transfer data and will also remove the transfer files from the delivery directory.

Improvements

Properly serializes rights statements in the OpenAPI schema provided so external applications can use it to validate accession data. This functionality is used in Ursa Major.

Improves the application's accessibility: keyboard-only navigation is better-supported, color contrast is increased overall, and status badges are now progress bars.

Config file changes

In order for Aurora to deliver transfers to a microservice environment, this update requires the addition of a DELIVERY_URL configuration key in config.py, set to the endpoint to which accession data should be posted.

Bugfix release

05 Nov 21:02
2c802f1
Compare
Choose a tag to compare

Properly catches exception when BagIt Profile URL cannot be reached, and correctly deletes temporary files.

Production release

01 Nov 20:55
3889ddd
Compare
Choose a tag to compare

Initial production release of Aurora.

1.0-beta release

10 Aug 15:27
c9e96fb
Compare
Choose a tag to compare
1.0-beta release Pre-release
Pre-release

Beta release which incorporates fixes for usability issues identified in testing, as well as some minor bugfixes and other improvements.

  • Adds success and error messages across the application
  • Adds file manifest to transfer detail pages
  • Adds detail modal to appraisal page and ability to delete appraisal note
  • Refactors rights statement creation/edit into single page
  • Improves show/hide of add and delete buttons for rights statements and BagIt Profiles formsets
  • Improves help text on forms
  • removes unnecessary templates
  • Adds URL namespacing
  • resolves use of auto_now and auto_now_add in model fields

Release Candidate 1.0-alpha2

27 Jun 14:13
d469e08
Compare
Choose a tag to compare
Pre-release

Second alpha release to be used for testing which incorporates bugfixes, adds Docker container and API improvements.