cr-connect-workflow/crc/scripts
mike cullerton e2e35b673d Moved data store code from script to service 2021-06-02 09:59:41 -04:00
..
__init__.py
complete_template.py Fixing a regression. It's critical that Spiffworkflow's box implement deepcopy, as this is used by Jinga prior to generating a word document. 2021-05-05 21:36:57 -04:00
delete_file.py Allow both a keyword argument, a single argument when calling delete_file. And call it "delete_file" to be more conssitent with existing scripts. 2021-04-08 13:42:17 -04:00
email.py We now perform an LDAP lookup for the associated user email addresses, instead of looking in the DB user table. 2021-03-15 10:30:23 -04:00
fact_service.py
failing_script.py
file_data_get.py Merge pull request #302 from sartography/320-add-default-for-file-data-get 2021-05-04 11:28:40 -04:00
file_data_set.py Emulate checks on keyword arguments and then return. Validate only should have no side effects so the previous behavior was a bug. 2021-04-28 10:03:52 -04:00
get_dashboard_url.py Changed URL to use HTTPS instead of HTTP 2021-05-06 15:52:27 -04:00
get_irb_info.py Fixed typo. Response should be list, not dict. 2021-05-03 14:52:29 -04:00
get_study_associate.py Added a few more tests - I think I need to test one more script endpoint 2021-02-25 09:07:46 -05:00
get_study_associates.py The `do_task_validate_only` method in the `get_study_associates` script now returns a mocked list of associates. 2021-03-16 08:57:30 -04:00
is_file_uploaded.py
ldap.py
script.py service and scripts with working test - still needs a few more tests to try out, but should work to get Mike going 2021-02-24 12:55:23 -05:00
study_data_get.py Add file_data_get and file_data_set functions that can be accessed in a bpmn script function 2021-04-26 09:55:28 -04:00
study_data_set.py Add file_data_get and file_data_set functions that can be accessed in a bpmn script function 2021-04-26 09:41:14 -04:00
study_info.py Removed `protocol` as an option in the study_info script 2021-05-13 16:22:42 -04:00
update_study.py Add short_title to study, change update_study task to use kw arguments and add the short_title to the update_study script 2021-03-02 10:03:53 -05:00
update_study_associate.py initial checkin of changes for branch 2021-02-24 12:05:06 -05:00
update_study_associates.py initial checkin of changes for branch 2021-02-24 12:05:06 -05:00
user_data_get.py Add file_data_get and file_data_set functions that can be accessed in a bpmn script function 2021-04-26 09:55:28 -04:00
user_data_set.py Add file_data_get and file_data_set functions that can be accessed in a bpmn script function 2021-04-26 09:41:14 -04:00