issues
search
FNNDSC
/
ChRIS_store
Backend for ChRIS plugin apps store
MIT License
11
stars
19
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
django upgrade store (2.2 -> 4.x)
#62
rudolphpienaar
opened
2 years ago
0
added a `.git` to the installation guidelines
#61
ghost
closed
2 years ago
0
Modernize Dockerfile
#60
jennydaman
opened
2 years ago
0
Upgrade django==2.2.28
#59
jennydaman
closed
2 years ago
0
Remove swift
#58
jennydaman
closed
2 years ago
0
Add Functionality To Reset A Forgotten Password As A User.
#57
sherrif10
opened
2 years ago
6
Remove enforcement that optional parameters must provide a default
#56
jennydaman
opened
2 years ago
0
Clean up utils folder
#55
jennydaman
closed
3 years ago
0
Case-insensitive search support
#54
jennydaman
closed
3 years ago
1
Add README upload support
#53
mairin
opened
3 years ago
2
Sorting out Authors vs. Owners
#52
mairin
opened
3 years ago
2
Create plugin author search query
#51
EUGINELETHAL
closed
2 years ago
0
create author search field to enable plugins to be searched by author
#50
EUGINELETHAL
closed
7 months ago
0
fix bug in updating pluginmeta details
#49
EUGINELETHAL
closed
7 months ago
6
Register admin models
#48
EUGINELETHAL
closed
7 months ago
0
Bug update pluginmeta
#47
EUGINELETHAL
closed
3 years ago
0
fix:bug in updating pluginmeta details solve
#46
EUGINELETHAL
closed
3 years ago
0
Fix updating plugin to enable partial update
#45
EUGINELETHAL
closed
3 years ago
0
Icon upload feature: static file server so icons can be uploaded and hosted on the ChRIS store
#44
jennydaman
opened
3 years ago
0
Implement category functionality for plugins
#43
mairin
closed
2 years ago
4
Add "Categories" object and allow all categories to be fetched
#42
zrthxn
opened
3 years ago
4
Backend should supply a default icon for plugins
#41
jennydaman
opened
3 years ago
1
Pagination in plugin upload script
#40
jennydaman
opened
3 years ago
2
Advanced search queries
#39
jennydaman
opened
3 years ago
0
Support OPTIONS request
#38
jennydaman
closed
3 years ago
4
Added link to readme
#37
Aaishpra
closed
3 years ago
0
Add link to readme which gives a walkthrough to the project
#36
Aaishpra
closed
3 years ago
0
Backend ChRIS Store Does Not Work
#35
jianyuni
closed
3 years ago
0
Add scripts for automatic upload from Github
#34
jennydaman
closed
3 years ago
0
Checking DB connectivity as root might not be correct
#33
jennydaman
closed
3 years ago
1
Plugin JSON linting
#31
jennydaman
closed
3 years ago
0
Explore the constrain (name, version) -> dock_image is unique
#30
jbernal0019
closed
3 years ago
0
Reverse proxy
#29
jennydaman
closed
4 years ago
0
(DevOps) Deploy the ChRIS Store to the MOC's OpenShift cluster
#28
mairin
opened
4 years ago
1
ChRIS Store: Implementation of user groups / teams in the ChRIS store backend
#27
mairin
closed
3 years ago
13
Plugin meta's `modification_date` should always be the same as the `creation_date` of the last version of the plugin.
#26
jbernal0019
closed
4 years ago
0
Make `title` and `documentation` part of the plugins' meta instead of the plugins' versions. They should be "retro" editable when a new plugin version is uploaded.
#25
jbernal0019
closed
4 years ago
0
Adding link to additional instructions for Fedora users
#24
mairin
closed
4 years ago
0
Add a "number of stars" descriptor to plugins.
#23
jbernal0019
closed
4 years ago
0
DefaultPathParameter and DefaultPipingPathParameter definition in the models shouldn't be blank.
#22
jbernal0019
closed
4 years ago
0
Upgrade to Django 2.2 and latest DRF 3.11.0.
#21
jbernal0019
closed
4 years ago
0
Swift storage service has hardcoded secrets. These must be possible to pass in to the Swift container as env variables.
#20
jbernal0019
closed
3 years ago
3
Bump django from 2.1.4 to 2.1.11 in /requirements
#19
dependabot[bot]
closed
5 years ago
1
`locked` descriptor should be allowed in a POST request that creates a new pipeline. Check for default parameters has to be reimplemented.
#18
jbernal0019
closed
5 years ago
0
Use `production.py` and `production.txt` to build the production image.
#17
jbernal0019
closed
5 years ago
0
Add a new Django app to manage pipelines. Also add the corresponding API endpoints.
#16
jbernal0019
closed
5 years ago
0
The overriden ``create`` method in the plugin serializer shouldn't save a plugin until all the plugin parameters and its default values are validated.
#15
jbernal0019
closed
5 years ago
0
Handle plugin creation errors gracefully
#14
gagansk
closed
5 years ago
0
After a user creates a plugin with a name a different user shouldn't be able to create another plugin with that same name.
#13
jbernal0019
closed
5 years ago
0
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
jbernal0019
closed
5 years ago
1
Next