Releases: sul-dlss/preservation_catalog
Releases · sul-dlss/preservation_catalog
v0.6.2
v0.6.1
v0.6.0
- Ingest robots
- CV logging improvements (#755, #763, #784)
- Replication work: implement some of the workers and resque and AWS hookup (#745, #764, #774, #782, #772, #776, #759)
- allow individual config settings to be overridden via bash ENV (#756)
- okcomputer improvements (#770)
- use whenever to schedle m2c and c2m cron jobs (#794)
v0.5.0
v0.4.1
v0.4.0
- Fix gem groups (93dac5f)
- Fix typos (b9a8914)
- Set up checksum validation task for all endpoints (a5c5a77)
- Add PreservedCopy scopes (d05f834)
- Validate manifest inventories (d02b941)
- View druids on an endpoint (8286590)
- Validate signature catalog (cffc165)
- Bugfix for missing signature catalog (94c6ddb)
v0.3.2
- do not send DB_OBJ_DOES_NOT_EXIST results to workflows (5e784bb)
- log DB_OBJ_DOES_NOT_EXIST results as warnings, not errors (5e784bb)
- improve workflows error message (379b83f)
- remove some duplicate logging (for clearer rails logs) (32c51c9)
- create :not_travis group of gems to allow travis builds to go faster (b32a0bf)
v0.3.1
v0.3.0
Milestone 3: Catalog-To-Moab Version Check
-
Catalog-To-Moab Version Check
- Adds tests for
check_catalog_version
method - Uses an instance of
CatalogToMoab
forcheck_catalog_version
CatalogToMoab
check handles case where catalog version is greater than moab versionCatalogToMoab
checks handles case where moab exists in db but not onlinecheck_catalog_version
handles case wherePreservedCopy
status is already bad- Limits
CatalogToMoab
SQL query bystorage_dir
CatalogToMoab
SQL query checks objects in batches
- Adds tests for
-
Error handling/reporting
PreservedObjectHanderResults
renamed toAuditResults
, with improved specsAuditResults
replaces integer error codes with symbols, and other refinements- Enhanced messages to workflows
- Logs
preservationAuditWF
errors atERROR
level
-
Bug fixes
- Escapes quotes in error messages reported to workflows
- Casts
CatalogToMoab
rake task date stamp argument as a string
-
Additional changes
- Retrieves
Moab::StorageObject
via theCatalogToMoab
storage_dir
attribute - Adds
PreservedCopy
method to match it'spreserved_object.current_version
- Catalog objects are no longer saved via custom methods, but by
.save!
- Adds initial code for checksum validation
- Normalizes date stamps passed into
CatalogToMoab
check
- Retrieves
v0.2.1
Additional Changes
- have Workflow Reporting stack trace include more information
- added rake tasks for Catalog To Moab Existence Check
- Updated rake usage information
- Refactored parts of the PreservedObjectHandler