This website requires JavaScript.
Explore
Help
Sign In
sartography
/
cr-connect-workflow
mirror of
https://github.com/sartography/cr-connect-workflow.git
Watch
1
Star
0
Fork
You've already forked cr-connect-workflow
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
a0c884499e
cr-connect-workflow
/
crc
/
models
History
Dan Funk
8b3dc8e0ca
Merge branch 'dev' into feature/rrp-endpoints
2020-05-22 11:41:11 -04:00
..
__init__.py
Refactor models into seperate directories
2019-12-31 16:32:47 -05:00
api_models.py
ldap lookup.
2020-05-19 16:11:43 -04:00
file.py
Adding serialiazer for study files
2020-05-20 15:10:22 -06:00
protocol_builder.py
Updated the study status to use a different enumeration. Migration correctly handles modifying the enum.
2020-04-21 17:13:30 -04:00
stats.py
Refactor the stats models, and assure they are very correct across all tests with the workflow api.
2020-05-04 10:57:09 -04:00
study.py
Adding serialiazer for study files
2020-05-20 15:10:22 -06:00
user.py
It became impossible to use the Swagger ui when we started adding authentication to all of the calls. I discovered Connexion and Swagger have a default way of handing JTW authentication and this cleans up our code quite a bit, moves the securing of endpoints into the API Definition, which is quite nice, and removes a whole library dependency (I never get to do that!) I added a SWAGGER_AUTH_KEY that can be used in non-production environments to allow users to quickly authenticate from the Swagger ui. I also removed all api calls to simple little happy api services, because that is just mean and pointless.
2020-03-24 14:15:21 -04:00
workflow.py
Adding serialiazer for study files
2020-05-20 15:10:22 -06:00