FNNDSC / ChRIS_store

Backend for ChRIS plugin apps store
MIT License
11 stars 19 forks source link

Enable different versions of the same plugin. This means plugin name is no longer unique. However the (plugin name, version) combination must be unique. *dock_image*, *public_repo* and *descriptor_file* API descriptors shouldn't be allowed to change in PUT requests. Users will change them through POST requests with the same plugin name and different version. #12

Closed jbernal0019 closed 5 years ago

jbernal0019 commented 5 years ago

public_repo API descriptor is allowed to change in PUT requests.