This repository has been archived by the owner on Sep 16, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cscfairmeta 642 draft field validation (#638)
* CSCFAIRMETA-642: [FIX] bug allowed new version from draft dataset * CSCFAIRMETA-642: [FIX] bug allowed user metadata adds via normal update - V2 api should only allow adding files and user metadata of those files via separate rpc api and not by updating the dataset with PUT or PATCH * CSCFAIRMETA-642: [FIX] crash when creating dataset without catalog * CSCFAIRMETA-642: [FIX] bug where v2 fields were visible in v1 model * CSCFAIRMETA-642: [ADD] more permissive validation for drafts - New JSON schema for draft datasets which requires only title in research_dataset in addition to metadata_provider_org and metadata_provider_user. - New draft data catalog that can be used only for draft datasets. This can be used in case where the file origin is not yet determined. * CSCFAIRMETA-642: [ADD] v2 api for datacatalogs - V2 datacatalogs allow different schemas for v1 and v2 apis. No need to save the schema in both v1/schemas for datacatalogs and v2 for datasets. * CSCFAIRMETA-642: [ADD] documentation of the new data catalog * CSCFAIRMETA-642: [ADD] catalog permissions to initialdata Co-authored-by: Katri Tegel <[email protected]> Co-authored-by: Evgenia Lyjina <[email protected]> Co-authored-by: genie9 <[email protected]>
- Loading branch information
1 parent
3d3bc2d
commit 13a4a77
Showing
23 changed files
with
1,991 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.