Releases: pulibrary/pdc_describe
Releases · pulibrary/pdc_describe
v0.29.0
🐛 Bug Fix
- Fixed header CSS inheritance issue #480 (@kelynch)
- Ensuring that publishing DOIs can link to PDC Discovery Documents #475 (@jrgriffiniii)
- Ensuring that the ResourceType and resourceTypeGeneral attributes are rendered on the Work show view #473 (@jrgriffiniii)
- Integrating ResourceType and resourceTypeGeneral into the Work forms #467 (@jrgriffiniii)
Authors: 2
- James R. Griffin III (@jrgriffiniii)
- Kate Lynch (@kelynch)
v0.27.0
🚀 Enhancements
- Document how to bring sample data onto staging server #465 (@bess)
- Format the ark if it doesn't have the required ark:/ prefix #463 (@bess)
- Show Create Dataset menu option only to curators #461 (@hectorcorrea)
- Adds support for keywords field #460 (@hectorcorrea)
Authors: 2
- Bess Sadler (@bess)
- Hector Correa (@hectorcorrea)
v0.26.0
🚀 Enhancements
- Adding collection tags to the resource #459 (@carolyncole)
- Implementing the ResourceType/resourceTypeGeneral metadata properties for the Work deposit form #456 (@jrgriffiniii)
- Adds version number #457 (@hectorcorrea)
🐛 Bug Fix
- Removing nil deprecation warning #458 (@carolyncole)
- Updating the controller to check before updating metadata #455 (@carolyncole)
🧹 Maintenance
- Updating webdrivers #454 (@carolyncole)
Authors: 4
- @carolyncole
- Bess Sadler (@bess)
- Hector Correa (@hectorcorrea)
- James R. Griffin III (@jrgriffiniii)
v0.25.0
🚀 Enhancements
- Renaming Identifiers tab to Curator Controlled #452 (@carolyncole)
- Renders collection names as links #449 (@hectorcorrea)
- Publishing the ADR for the discussions and decisions made regarding the storage services used for files attached to Works #402 (@jrgriffiniii @bess)
- Ensures that clients cannot delete post-curation S3 Objects #430 (@jrgriffiniii)
🐛 Bug Fixes / Refactoring / Testing
- Allow S3 synchronization on show of Object #451 (@carolyncole)
- sowing seeds PDC describe import record #450 (@Twade968 @bess)
- S3 key already contains the DOI #445 (@carolyncole)
- Describe bitklavier to prepare for migration #446 (@Twade968)
- Render the proper value so that the table sorts correctly by last edited #443 (@hectorcorrea)
- Remove file ordering #437 (@carolyncole @bess)
- Reduces the default retry_interval #439 (@hectorcorrea)
- Adds nil check #434 (@hectorcorrea)
- Display of error messages when saving #431 (@hectorcorrea)
- Adding a test for creator reordering #429 (@carolyncole)
- Adding Tests for minting the correct ids #427 (@carolyncole)
Authors: 5
- @carolyncole
- Bess Sadler (@bess)
- Hector Correa (@hectorcorrea)
- James R. Griffin III (@jrgriffiniii)
- Tyler Wade (@Twade968)
v0.24.0
🚀 Enhancements
- Collection Show Page #420 (@hectorcorrea)
🐛 Bug Fix
- Ensures that ARK and DOI resolution routing handles non-alphanumeric characters #425 (@jrgriffiniii)
📓 Notes
As of v0.24.0 you can now reach a work by using its DOI or ARK in the url:
- DOI:
https://pdc-describe-staging.princeton.edu/describe/doi/10.80021/0hj6-9f47
- Ark:
https://pdc-describe-staging.princeton.edu/describe/ark/ark:/88435/dsp019593tz25c
or
https://pdc-describe-staging.princeton.edu/describe/ark/88435/dsp019593tz25c
The collection show page is available at a URL that looks like this:
https://pdc-describe-staging.princeton.edu/describe/collections/1
Authors: 2
- Hector Correa (@hectorcorrea)
- James R. Griffin III (@jrgriffiniii)
v0.23.0
🚀 Enhancements
- Disable auth for rss feed and json representations of approved works #424 (@bess @leefaisonr)
- Supporting DOI and ARK resolution for Works using WorksController#resolve_doi and WorksController#resolve_ark #423 (@jrgriffiniii)
🐛 Bug Fixes / Refactoring
- Introduces system RSpec test suites for S3 Object upload for Works #419 (@jrgriffiniii)
- RSS feed should contain resource json for discovery indexing #422 (@bess)
- Ensures that Work#post_curation_resources resolves to S3 Objects without ActiveStorage #411 (@jrgriffiniii @carolyncole)
Authors: 4
- @carolyncole
- Bess Sadler (@bess)
- James R. Griffin III (@jrgriffiniii)
- Robert-Anthony Lee-Faison (@leefaisonr)
v0.22.0
🚀 Enhancements
🐛 Bug Fix
- Fix required field validation #413 (@hectorcorrea)
- Added authors to test #417 (@Twade968 @carolyncole)
Authors: 4
- @carolyncole
- Bess Sadler (@bess)
- Hector Correa (@hectorcorrea)
- Tyler Wade (@Twade968)
v0.21.0
🚀 Enhancements
- ADR for Migration Process #412 (@bess @kelynch)
- Adding the ability to Create the Dataset with a DOI #407 (@carolyncole)
- Only update DOIs that are part of our prefix #416 (@carolyncole)
🐛 Bug Fix
- Test that author order is preserved in DataCite XML #415 (@bess)
- Validating DOI based on format and then checking if it exists #414 (@carolyncole)
- Allow files to be displayed after edit #403 (@carolyncole)
Authors: 3
- @carolyncole
- Bess Sadler (@bess)
- Kate Lynch (@kelynch)
v0.20.3
🐛 Bug Fix
- Github history was in a weird state, which prevented v0.20.2 from being deployed. This release is primarily to fix that issue. (@bess)
- Extending the system test suite for Works and test suite for WorksController in order to ensure that reordered files are persisted with the updated order #380 (@jrgriffiniii)
Authors: 2
- Bess Sadler (@bess)
- James R. Griffin III (@jrgriffiniii)