This website requires JavaScript.
Explore
Help
Sign In
sartography
/
cr-connect-workflow
Watch
1
Star
0
Fork
0
You've already forked cr-connect-workflow
mirror of
https://github.com/sartography/cr-connect-workflow.git
synced
2025-02-22 20:58:28 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cr-connect-workflow
/
crc
History
Aaron Louie
9a9922c473
Adds display order to Workflow Spec
2020-04-09 14:25:14 -04:00
..
api
Fixing a stupid mistake - must have typed a ' mark during commit.
2020-04-08 13:39:42 -04:00
models
Adds display order to Workflow Spec
2020-04-09 14:25:14 -04:00
scripts
Fixing a stupid mistake - must have typed a ' mark during commit.
2020-04-08 13:39:42 -04:00
services
throw a sensible error when study is not found on get_study (don't 500)
2020-04-08 13:28:43 -04:00
static
Fixing a stupid mistake - must have typed a ' mark during commit.
2020-04-08 13:39:42 -04:00
__init__.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
api.yml
fixing a bug that was causing failing tests.
2020-03-30 14:01:57 -04:00