cr-connect-workflow/crc/services
mike cullerton 5ef2905d3c Add Jinja templating to form field help 2022-03-01 16:17:02 -05:00
..
__init__.py
cache_service.py
data_store_service.py Add task_spec to data_store 2021-08-26 10:41:09 -04:00
document_service.py Fixes 619 - look up models were being built incorrectly, and repeatedly, and sometimes bombed out all together. 2022-02-17 11:04:50 -05:00
email_service.py Merge branch 'dev' into jinja-include-403 2021-10-19 10:09:18 -04:00
error_service.py ** WIP ** 2022-01-21 14:37:11 -05:00
failing_service.py
file_system_service.py Merge remote-tracking branch 'origin/dev' into bug/619_lookup_tables 2022-02-17 12:51:24 -05:00
git_service.py modified get_remote_url to use configuration, instead of hard-coding the remote host 2022-02-11 12:17:32 -05:00
jinja_service.py Assure better error messages when parsing word documents with jinja syntax. 2021-11-23 14:38:48 -05:00
ldap_service.py The LDAP service didn't do a good enough check to see if the record was already in the database. This caused an error, which left the workflow in a waiting state. And that waiting state meant the error would just happen a million times over again until we pushed up this code change. 2021-12-09 06:33:30 -05:00
lookup_service.py still trying to fix a rogue test. 2022-02-18 10:41:24 -05:00
protocol_builder.py remove all the @timeit from method calls. 2022-02-24 21:06:22 -05:00
reference_file_service.py Another re-work to fix 619 - and to assure that we aren't rebuilding the lookup tables too frequently. 2022-02-17 11:59:48 -05:00
spec_file_service.py raise ApiError when isExecutable tag is missing. 2022-02-21 10:17:01 -05:00
study_service.py Removing an unused / rogue variable. 2022-02-25 09:59:41 -05:00
task_logging_service.py 1. added the ability to filter on level and user. 2022-01-12 08:58:50 -05:00
update_service.py updating readme 2022-02-11 09:47:49 -05:00
user_file_service.py Cleanup - removed old unused methods 2022-02-11 12:18:20 -05:00
user_service.py add ldap endpoint that doesnt require workflow info 2021-10-28 16:19:39 -04:00
workflow_processor.py Removing an unused / rogue variable. 2022-02-25 09:59:41 -05:00
workflow_service.py Add Jinja templating to form field help 2022-03-01 16:17:02 -05:00
workflow_spec_service.py Don't show the .git directory. 2022-02-11 11:06:26 -05:00
workflow_sync.py WIP - Move the categories and specifications out of the database. 2022-02-04 13:51:39 -05:00