cr-connect-workflow/crc/services
Dan 40727c7ce6 avoid erroring out when unable to calculate a value expression as a part of finding a default value. 2021-08-12 11:35:05 -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 Finish #367 - Make sure that we only use a primary_id if it is in the workflow that we are currently working on - otherwise it is a library and might have its own primary id. 2021-08-10 09:15:38 -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 Always use a schema to define what is being returned, it enforces consistency of the API and internally we can depend on well defined objects. 2021-08-10 16:16:08 -04:00
user_service.py Fixes problem with swtiching users fixes #237 2021-03-10 10:59:15 -05:00
workflow_processor.py Finish #367 - Make sure that we only use a primary_id if it is in the workflow that we are currently working on - otherwise it is a library and might have its own primary id. 2021-08-10 09:15:38 -04:00
workflow_service.py avoid erroring out when unable to calculate a value expression as a part of finding a default value. 2021-08-12 11:35:05 -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