Adds a new pipeline when a curator queues an issue for metadata review. The pipeline does the same work that had happened instantly, but also adds a job to queue up SHA checksum generation via the .manifest file. This is used in the bag generation as a read-only cache: if a .manifest file is found, and has hashing data, its contents are used instead of recomputing the hash.
Normal contributors
I have done all of the following:
[x] Fixes and new features have unit tests where applicable
Closes #134
Adds a new pipeline when a curator queues an issue for metadata review. The pipeline does the same work that had happened instantly, but also adds a job to queue up SHA checksum generation via the
.manifest
file. This is used in the bag generation as a read-only cache: if a.manifest
file is found, and has hashing data, its contents are used instead of recomputing the hash.Normal contributors
I have done all of the following:
changelogs/
(based onchangelogs/template.md
)hugo/content/
)