cr-connect-workflow/crc/services
Kelly McDonald 41ad7935f8 Merge branch 'dev' into 367-Call-Activity
# Conflicts:
#	Pipfile.lock
2021-07-29 09:28:21 -04:00
..
__init__.py Provide a script for generating word documents from template files. Refractored file managment into a service to make it easier to programatically add files. Modified the workflow_processor to inject the study_id and workflow_id into the running workflow so that this meta-information is avialable at the task level. 2020-02-10 16:19:23 -05:00
cache_service.py Moving metrics into SpiffWorkflow so we can run the performance metrics deeply across both systems simultaniously. 2021-06-18 16:41:55 -04:00
data_store_service.py Moved data store code from script to service 2021-06-02 09:59:41 -04:00
document_service.py Change `irb_documents` to `documents` 2021-07-07 12:54:03 -04:00
email_service.py We were depending on an active http request existing in order to fire emails, using that request to determine the front end url. We have the frontend url in our config file, and we don't have a request object when running scheduled tasks, so I just use our configuration setting instead. 2021-07-22 13:25:06 -04:00
error_service.py Adding additional details to error messages, and cleaning up the cruft around these messages to keep them clear and succinct. 2021-07-07 00:53:49 -04:00
failing_service.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_service.py Merge branch 'dev' into add-by-user-61 2021-07-07 10:46:50 -04:00
ldap_service.py Modify the LDAP service to only use lowercase UIDs. 2021-07-22 10:46:09 -04:00
lookup_service.py Adding additional details to error messages, and cleaning up the cruft around these messages to keep them clear and succinct. 2021-07-07 00:53:49 -04:00
protocol_builder.py added check_study method to protocol_builder service for new endpoint 2021-07-02 15:25:33 -04:00
study_service.py got library side working - still need to have parent working 2021-07-22 10:20:34 -04:00
user_service.py Fixes problem with swtiching users fixes #237 2021-03-10 10:59:15 -05:00
workflow_processor.py next_task returns the next available task, except when the task is completed when it returns the EndEvent - 2021-07-27 09:19:08 -04:00
workflow_service.py Merge branch 'dev' into 367-Call-Activity 2021-07-29 09:28:21 -04:00
workflow_sync.py Don't fail the sync completely when a remote file does not exist. 2021-05-05 15:59:00 -04:00