Skip to content

Releases: emory-libraries/dlp-curate

v0.4.13

04 Oct 21:37
Compare
Choose a tag to compare
  • Adds groups to appropriate collections (#638)

  • Add ARCH environment and collection role (#641)
    Seperate out collections task into collections role
    Add barebones deploy
    Rename barebones to min, make a version for each environment

  • Allow works to be searched by ID (#642)

  • Improves adding users to user-groups (#643)

  • Adds groups to yearbooks collection (#647)

  • Preserve user edits on re-imported collections (#648)

  • Add fixture for proposed langmuir manifest post-processing (#651)

  • Cleans up curate_collections rake task and CSVs (#649)
    Also adds message logging to import method and cleans up collection importer specs

v0.4.12

30 Sep 21:08
Compare
Choose a tag to compare
  • Bump rubyzip from 1.2.4 to 1.3.0 (#636)

Bumps rubyzip from 1.2.4 to 1.3.0.

v0.4.11

30 Sep 19:56
Compare
Choose a tag to compare
  • Update Zizia (#628, #611)
    This updates Ziza with the latest version which includes the ability to choose from multiple ways of updating files.
    This also adds :clean to specs that have been failing intermittently on CircleCI

v0.4.10

25 Sep 15:22
433954a
Compare
Choose a tag to compare
  • Edits predicate for extracted_text files (#606)
    Also, sets extract_full_text config to false since we will be providing our own extracted_text file. So this stops Hyrax from generating extracted_text for us.
  • displays preservation workflow on show page (#599)
    Update curate_generic_work_spec.rb
    Update curate_generic_works_controller.rb
    Update curate_generic_work.rb

v0.4.9

23 Sep 22:02
Compare
Choose a tag to compare
  • Add missing metadata fields to view work page (#601)
    Fix code formatting

v0.4.8

23 Sep 13:26
Compare
Choose a tag to compare
  • Bug fix: KeyError in Hyrax::CurateGenericWorks#new (#294)

v0.4.7

20 Sep 21:25
Compare
Choose a tag to compare
  • Adds user-groups to langmuir collection (#594)

  • Add place of production to view work page (#597)

0.4.6

19 Sep 21:03
Compare
Choose a tag to compare
  • Fix visibility on form (#598)
    These need to refer to the strings/keys in the AccessRight classes.

0.4.5

19 Sep 03:11
Compare
Choose a tag to compare
  • fixes noid suffix (#591)
    Changes NOID minter to use 'cor' as a suffix rather than prefix.

  • Add custom access levels to Zizia mapper (#595)
    This prepends new access levels and logic to hydra-access-controls.

  • Add artifact to resource types (#596)
    Add test for resource types

v0.4.4

17 Sep 21:07
Compare
Choose a tag to compare
  • Add custom visibility levels (#592)
    This allows you to choose additional visibilty levels that are synonomous with private.
    On the edit form these will be labeled with the new name and you can programmatically create them.
    On the show view these will display as private. In the future, the show view should reflect the actual granularity we want the permission levels to have.