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
5e30e20b67
cr-connect-workflow
/
crc
/
api
History
Dan Funk
12eb039bc9
Server isn't erroring out, but can't find the lookup table id in the database, so trying to use the in-memory model instead, to give things time to get to the database. Really unsure what is happening here. Hard to see in the database.
2020-04-24 07:01:32 -04:00
..
__init__.py
Adding file management. Files are stored in the database along with basic meta data.
2019-12-27 13:50:03 -05:00
common.py
Vastly more informative ApiError model that provides details on the underlying task where the error occured.
2020-03-27 08:29:31 -04:00
file.py
Server isn't erroring out, but can't find the lookup table id in the database, so trying to use the in-memory model instead, to give things time to get to the database. Really unsure what is happening here. Hard to see in the database.
2020-04-24 07:01:32 -04:00
stats.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
study.py
Updated the study status to use a different enumeration. Migration correctly handles modifying the enum.
2020-04-21 17:13:30 -04:00
tools.py
Adding a simple endpoint that describes what scripts are currently available, along with a brief description.
2020-03-03 15:30:42 -05: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
Server isn't erroring out, but can't find the lookup table id in the database, so trying to use the in-memory model instead, to give things time to get to the database. Really unsure what is happening here. Hard to see in the database.
2020-04-24 07:01:32 -04:00