cr-connect-workflow/crc/scripts
Dan f12c4aba52 Refactor the workflow_spec_service so it doesn't cache anything, it always reads what it needs from the file system. 2022-02-09 21:06:55 -05:00
..
__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 refactoring the study service. 2022-02-09 08:50:00 -05:00
complete_template.py Refactor the workflow_spec_service so it doesn't cache anything, it always reads what it needs from the file system. 2022-02-09 21:06:55 -05:00
delete_file.py 1. Created a UserFileService, so it's clear what we use when for File Services, UserFiles, SpecFiles, and ReferenceFiles each function differently. 2022-02-02 12:59:56 -05:00
delete_task_data.py 1. Created a UserFileService, so it's clear what we use when for File Services, UserFiles, SpecFiles, and ReferenceFiles each function differently. 2022-02-02 12:59:56 -05: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 1. Created a UserFileService, so it's clear what we use when for File Services, UserFiles, SpecFiles, and ReferenceFiles each function differently. 2022-02-02 12:59:56 -05: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 1. Created a TaskLoggingService to encapsulate what we are doing with Task Logging through BPMN Script calls and API calls from the front end. 2022-01-10 13:16:54 -05:00
get_logs_for_study.py 1. Created a TaskLoggingService to encapsulate what we are doing with Task Logging through BPMN Script calls and API calls from the front end. 2022-01-10 13:16:54 -05:00
get_spec_from_workflow_id.py get_spec not static 2022-02-07 16:33:42 -05:00
get_study_associate.py When validating a workflow, don't run the master workflow multiple times, its a huge waste of time. 2021-11-22 17:17:19 -05:00
get_study_associates.py When validating a workflow, don't run the master workflow multiple times, its a huge waste of time. 2021-11-22 17:17:19 -05:00
get_study_progress_status.py Script to get the new progress_status value 2021-12-10 16:16:33 -05:00
get_study_status.py Fixed the class names 2021-12-03 11:53:21 -05:00
get_workflow_status.py New script to check workflow status. 2021-11-30 08:54:15 -05:00
get_zipped_files.py 1. Created a UserFileService, so it's clear what we use when for File Services, UserFiles, SpecFiles, and ReferenceFiles each function differently. 2022-02-02 12:59:56 -05:00
is_file_uploaded.py 1. Created a UserFileService, so it's clear what we use when for File Services, UserFiles, SpecFiles, and ReferenceFiles each function differently. 2022-02-02 12:59:56 -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 1. Created a TaskLoggingService to encapsulate what we are doing with Task Logging through BPMN Script calls and API calls from the front end. 2022-01-10 13:16:54 -05:00
reset_workflow.py Delete TODO comment. Done 2022-02-07 16:44:59 -05:00
script.py Performance upgrade to script.py - reduce the number of times we generate the augmented list of script functions for running python evals. 2021-11-29 17:48:05 -05:00
set_study_progress_status.py Fixes for set_study_progress_status to use new ProgressStatus enum 2021-12-10 16:15:49 -05: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 1. Created a UserFileService, so it's clear what we use when for File Services, UserFiles, SpecFiles, and ReferenceFiles each function differently. 2022-02-02 12:59:56 -05: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