cr-connect-workflow/crc/scripts
mike cullerton 67697b5076 Lots of changes!
Email Script:
- The email script now accepts 3 keyword arguments; subject, recipients, and cc.
- Subject and recipients are required.
- Recipients (and cc) can be an email address or list of addresses.
- You can use the string 'associated' in place of an email address, in which case we look up the users associated with a study that have send_email set to True.
- Moved some helper methods to email_service.

Email Service:
- Added cc argument
- Added helper methods previously in email script.
- Modified get_rendered_content to accept message and data directly. Previously, we passed in the task and grabbed them from there. Now we can use the method outside a task.
2021-03-11 11:32:21 -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 Lots of changes! 2021-03-11 11:32:21 -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
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 initial checkin of changes for branch 2021-02-24 12:05:06 -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
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 Move data store base into its own file. 2020-11-18 15:34:50 -05:00
study_data_set.py initial checkin of changes for branch 2021-02-24 12:05:06 -05:00
study_info.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.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 initial checkin of changes for branch 2021-02-24 12:05:06 -05:00
user_data_set.py initial checkin of changes for branch 2021-02-24 12:05:06 -05:00