cr-connect-workflow/crc/scripts
mike cullerton d8bd203139 The email script was failing validation because of missing parameters in scripts.email.do_task_validate_only.
I added a test in tests.test_email_script to make sure we get the default email_address.
I also found and fixed a bug in workflow_service.populate_form_with_random_data where we would overwrite default_values with random text because of a missing continue.
(We don't want to continue if we have repeating fields though.)
2021-02-11 15:36:12 -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
complete_template.py The complete_template script might not grab the correct document when validating, fixed. 2020-06-01 12:33:58 -04:00
data_store_base.py Move data store base into its own file. 2020-11-18 15:34:50 -05:00
email.py The email script was failing validation because of missing parameters in scripts.email.do_task_validate_only. 2021-02-11 15:36:12 -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
is_file_uploaded.py Ticket 143. Test whether file is uploaded. 2021-01-04 10:53:21 -05:00
ldap.py Don't raise an error when validating workflows that use the ldap script. 2020-08-17 15:45:37 -04:00
request_approval.py Ldap lookup script 2020-07-21 20:54:03 -06:00
script.py Move data store base into its own file. 2020-11-18 15:34:50 -05:00
study_data_get.py Move data store base into its own file. 2020-11-18 15:34:50 -05:00
study_data_set.py Move data store base into its own file. 2020-11-18 15:34:50 -05:00
study_info.py Merge pull request #214 from sartography/validate-hide-expression-103 2020-12-31 10:53:27 -05:00
update_study.py Loads of bug fixes. 2020-05-26 20:06:50 -04:00
user_data_get.py Move data store base into its own file. 2020-11-18 15:34:50 -05:00
user_data_set.py Move data store base into its own file. 2020-11-18 15:34:50 -05:00