Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Use semantic versioning for dictionaries #142

Open
rosibaj opened this issue Jun 3, 2021 · 1 comment
Open

Feature Request: Use semantic versioning for dictionaries #142

rosibaj opened this issue Jun 3, 2021 · 1 comment
Labels
new-feature Request is a new feature

Comments

@rosibaj
Copy link
Contributor

rosibaj commented Jun 3, 2021

When submitting a new dictionary, only x.xx versions are allowed.,

We have run into issues with this in the ARGO implementation - three levels of version would help with dictionary version management, i.e x.x.x

image

For example:

curl --location --request POST 'https://lectern.qa.argo.cancercollaboratory.org/dictionaries' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <Ego JET here>
--data-raw '
{
    "name": "ICGC-ARGO Data Dictionary-TeST VERSIONS",
    "version": "1.10.1",
    "references": {-dict info-},
    "schemas": [-dict info-]
}
`
@rosibaj rosibaj added the new-feature Request is a new feature label Jun 3, 2021
@ciaranschutte
Copy link
Contributor

@joneubank joneubank changed the title Feature Request: Three layers of versions in dictionaries. Feature Request: Use semantic versioning for dictionaries May 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new-feature Request is a new feature
Projects
None yet
Development

No branches or pull requests

2 participants