..
__init__.py
Lots and lots of random stuff as I organize code and get things to make sense.
2019-12-18 14:02:17 -05:00
check_study.py
Added description and validate_only
2021-07-02 15:51:24 -04:00
complete_template.py
Move the parts for using Word documents as Jinja templates into JinjaService
2021-10-21 10:29:56 -04:00
delete_file.py
Refactoring Reference files to use the lookup table, rather than parsing the results directly out of the spreadsheet, or attempting to cache them.
2021-07-06 13:10:20 -04:00
delete_task_data.py
Just being consistent in the names as we named it delete_task_data in the class, but not elsewhere, and since I'm here, using the name I prefer.
2021-08-26 14:22:12 -04:00
email.py
Merge branch 'convert-timestamp-499' of https://github.com/sartography/cr-connect-workflow into convert-timestamp-499
2021-10-26 15:39:38 -04:00
enum_label.py
Value Errors should also alert us that we can't serialize the json.
2021-11-22 12:37:10 -05:00
fact_service.py
Replace all legacy style calls with new calls.
2020-07-24 14:33:24 -04:00
failing_script.py
Tests for uid in logs. Currently we test for uid in a response. This covers ApiError.
2020-12-11 17:47:53 -05:00
file_data_get.py
Import DataStoreBase from service now
2021-06-02 10:00:55 -04:00
file_data_set.py
Refactoring Reference files to use the lookup table, rather than parsing the results directly out of the spreadsheet, or attempting to cache them.
2021-07-06 13:10:20 -04:00
get_dashboard_url.py
Changed URL to use HTTPS instead of HTTP
2021-05-06 15:52:27 -04:00
get_email_data.py
Fixed validation bug.
2021-11-02 10:00:41 -04:00
get_irb_info.py
Fixed typo. Response should be list, not dict.
2021-05-03 14:52:29 -04:00
get_localtime.py
Added ordered arguments to the get_localtime script
2021-11-03 08:36:24 -04:00
get_logs.py
Unused imports
2021-10-27 17:19:27 -04:00
get_logs_for_study.py
Unused imports
2021-10-27 17:19:27 -04:00
get_study_associate.py
Cleaned up what we return from the description, for the tools/list_scripts API endpoint
2021-09-22 12:12:26 -04:00
get_study_associates.py
Cleaned up what we return from the description, for the tools/list_scripts API endpoint
2021-09-22 12:12:26 -04:00
get_zipped_files.py
Merge pull request #377 from sartography/study-info-mislabeled-464
2021-09-22 15:31:23 -04:00
is_file_uploaded.py
Ticket 143. Test whether file is uploaded.
2021-01-04 10:53:21 -05:00
ldap.py
Cleaned up what we return from the description, for the tools/list_scripts API endpoint
2021-09-22 12:12:26 -04:00
log.py
Doh
2021-10-27 17:15:49 -04:00
reset_workflow.py
Fixes for backend code after removing `name` column from `workflow_spec` and `workflow_spec_category` tables
2021-10-05 14:17:41 -04:00
script.py
Script to add a log message from a task.
2021-10-27 12:21:38 -04:00
study_data_get.py
Import DataStoreBase from service now
2021-06-02 10:00:55 -04:00
study_data_set.py
Import DataStoreBase from service now
2021-06-02 10:00:55 -04:00
study_info.py
UVA PB returns the info in a list. We want the dictionary in the list
2021-11-05 14:26:21 -04:00
update_study.py
Merge pull request #377 from sartography/study-info-mislabeled-464
2021-09-22 15:31:23 -04:00
update_study_associate.py
Cleaned up what we return from the description, for the tools/list_scripts API endpoint
2021-09-22 12:12:26 -04:00
update_study_associates.py
Cleaned up what we return from the description, for the tools/list_scripts API endpoint
2021-09-22 12:12:26 -04:00
user_data_get.py
Import DataStoreBase from service now
2021-06-02 10:00:55 -04:00
user_data_set.py
Import DataStoreBase from service now
2021-06-02 10:00:55 -04:00