cr-connect-workflow/crc/services
Dan dd67a5e650 Never set the date to datetime.utcnow() on DateTime fields. We want this to fall back on the func.now() method and allow the database to set the time on insert. 2021-07-12 15:58:32 -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 Lots of changes! 2021-03-11 11:32:21 -05: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 initial checkin of changes for branch 2021-02-24 12:05:06 -05: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 Merge pull request #340 from sartography/bug/better_errors_on_scheduled_tasks 2021-07-12 10:13:02 -04:00
user_service.py Fixes problem with swtiching users fixes #237 2021-03-10 10:59:15 -05:00
workflow_processor.py Merge branch 'dev' into add-name-error-hint-8 2021-07-07 11:35:24 -04:00
workflow_service.py Never set the date to datetime.utcnow() on DateTime fields. We want this to fall back on the func.now() method and allow the database to set the time on insert. 2021-07-12 15:58:32 -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