.. |
data
|
WIP - Move the categories and specifications out of the database.
|
2022-02-04 13:51:39 -05:00 |
emails
|
remove email script test line about UTC stuff
|
2021-10-28 15:49:53 -04:00 |
files
|
1. Created a UserFileService, so it's clear what we use when for File Services, UserFiles, SpecFiles, and ReferenceFiles each function differently.
|
2022-02-02 12:59:56 -05:00 |
ldap
|
The reference document is already created in load_example_data
|
2022-01-12 15:07:57 -05:00 |
scripts
|
1. Created a UserFileService, so it's clear what we use when for File Services, UserFiles, SpecFiles, and ReferenceFiles each function differently.
|
2022-02-02 12:59:56 -05:00 |
study
|
1. Created a UserFileService, so it's clear what we use when for File Services, UserFiles, SpecFiles, and ReferenceFiles each function differently.
|
2022-02-02 12:59:56 -05:00 |
workflow
|
WIP - lots of random changes, trying to swtich over
|
2022-02-04 14:50:31 -05:00 |
__init__.py
|
Fixed Associate API Endpoint description
|
2021-07-22 14:09:24 -04:00 |
base_test.py
|
WIP - lots of random changes, trying to swtich over
|
2022-02-04 14:50:31 -05:00 |
cr_connect.log
|
WIP - Move the categories and specifications out of the database.
|
2022-02-04 13:51:39 -05:00 |
test_authentication.py
|
1. Created a UserFileService, so it's clear what we use when for File Services, UserFiles, SpecFiles, and ReferenceFiles each function differently.
|
2022-02-02 12:59:56 -05:00 |
test_auto_set_primary_bpmn.py
|
1. Created a UserFileService, so it's clear what we use when for File Services, UserFiles, SpecFiles, and ReferenceFiles each function differently.
|
2022-02-02 12:59:56 -05:00 |
test_complete_template_script.py
|
Test for embedded templates
|
2021-10-21 13:37:56 -04:00 |
test_datastore_api.py
|
1. Created a UserFileService, so it's clear what we use when for File Services, UserFiles, SpecFiles, and ReferenceFiles each function differently.
|
2022-02-02 12:59:56 -05:00 |
test_decision_table_dictionary_output.py
|
Fixed Associate API Endpoint description
|
2021-07-22 14:09:24 -04:00 |
test_dmn_from_spreadsheet.py
|
Test for new endpoint
|
2021-09-07 15:15:38 -04:00 |
test_document_directories.py
|
1. Created a UserFileService, so it's clear what we use when for File Services, UserFiles, SpecFiles, and ReferenceFiles each function differently.
|
2022-02-02 12:59:56 -05:00 |
test_email_script.py
|
1. Created a UserFileService, so it's clear what we use when for File Services, UserFiles, SpecFiles, and ReferenceFiles each function differently.
|
2022-02-02 12:59:56 -05:00 |
test_events.py
|
Fixed Associate API Endpoint description
|
2021-07-22 14:09:24 -04:00 |
test_file_datastore.py
|
1. Created a UserFileService, so it's clear what we use when for File Services, UserFiles, SpecFiles, and ReferenceFiles each function differently.
|
2022-02-02 12:59:56 -05:00 |
test_get_dashboard_url_script.py
|
Fixed Associate API Endpoint description
|
2021-07-22 14:09:24 -04:00 |
test_irb_info_script.py
|
Fixed Associate API Endpoint description
|
2021-07-22 14:09:24 -04:00 |
test_is_file_uploaded_script.py
|
1. Created a UserFileService, so it's clear what we use when for File Services, UserFiles, SpecFiles, and ReferenceFiles each function differently.
|
2022-02-02 12:59:56 -05:00 |
test_jinja_service.py
|
Assure better error messages when parsing word documents with jinja syntax.
|
2021-11-23 14:38:48 -05:00 |
test_launch_workflow_outside_study.py
|
Fixed Associate API Endpoint description
|
2021-07-22 14:09:24 -04:00 |
test_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 |
test_lookup_service.py
|
1. Created a UserFileService, so it's clear what we use when for File Services, UserFiles, SpecFiles, and ReferenceFiles each function differently.
|
2022-02-02 12:59:56 -05:00 |
test_looping_task.py
|
Fixed Associate API Endpoint description
|
2021-07-22 14:09:24 -04:00 |
test_message_event.py
|
Fixed Associate API Endpoint description
|
2021-07-22 14:09:24 -04:00 |
test_multi_instance_tasks_api.py
|
Remove unused imports
|
2022-01-12 15:00:26 -05:00 |
test_protocol_builder.py
|
Fixed `test_info_script_documents` to use a mocked call to required_docs.
|
2021-11-08 10:00:19 -05:00 |
test_study_info_script.py
|
Fixed `test_info_script_documents` to use a mocked call to required_docs.
|
2021-11-08 10:00:19 -05:00 |
test_tasks_api.py
|
1. Created a UserFileService, so it's clear what we use when for File Services, UserFiles, SpecFiles, and ReferenceFiles each function differently.
|
2022-02-02 12:59:56 -05:00 |
test_tools_api.py
|
Added the new `handle` attribute to the test
|
2021-09-22 12:12:54 -04:00 |
test_user_in_logs.py
|
Fixed Associate API Endpoint description
|
2021-07-22 14:09:24 -04:00 |
test_user_roles.py
|
Fixing some bugs I introduced with the latest fix.
|
2021-12-21 16:22:41 -05:00 |
test_verify_end_event.py
|
When validating a workflow, don't run the master workflow multiple times, its a huge waste of time.
|
2021-11-22 17:17:19 -05:00 |
test_wait_event.py
|
In `WorkflowService.do_waiting`, if a workflow causes an exception, change its status from `waiting` to `erroring` so we don't continue to call it in `do_waiting`.
|
2021-12-09 15:33:39 -05:00 |
test_waiting_task_workflow_error.py
|
In `WorkflowService.do_waiting`, if a workflow causes an exception, change its status from `waiting` to `erroring` so we don't continue to call it in `do_waiting`.
|
2021-12-09 15:33:39 -05:00 |
test_workflow_api.py
|
1. Created a UserFileService, so it's clear what we use when for File Services, UserFiles, SpecFiles, and ReferenceFiles each function differently.
|
2022-02-02 12:59:56 -05:00 |