.. |
data
|
Temporary fix for variable issue in SpiffWorkflow.
|
2022-02-25 15:56:13 -05:00 |
emails
|
Modify default sender for emails
|
2022-02-25 08:38:40 -05:00 |
files
|
Remove these bloodly log files from the repo.
|
2022-02-18 11:40:10 -05:00 |
ldap
|
death to load_example_data() !!!!!
|
2022-02-09 22:13:02 -05:00 |
scripts
|
Merge pull request #464 from sartography/feature/start-workflow-602
|
2022-02-25 10:28:26 -05:00 |
study
|
Performance Improvements:
|
2022-02-24 14:25:42 -05:00 |
workflow
|
Merge pull request #477 from sartography/bug/645_document_updated
|
2022-02-28 15:57:13 -05:00 |
__init__.py
|
Fixed Associate API Endpoint description
|
2021-07-22 14:09:24 -04:00 |
base_test.py
|
performance improvements. and last rements of load_example_data()
|
2022-02-09 23:29:39 -05:00 |
test_authentication.py
|
death to load_example_data() !!!!!
|
2022-02-09 22:13:02 -05:00 |
test_auto_set_primary_bpmn.py
|
more test passing
|
2022-02-09 13:01:26 -05:00 |
test_complete_template_script.py
|
An optimization prevented us from picking up a change to the documents associated with a study. This assures that even if scripts run side by side, the document list will get updated, but only on a change. So it's still performant. Also added a sligthly better error message to the workflow service.
|
2022-02-28 12:17:21 -05:00 |
test_datastore_api.py
|
death to load_example_data() !!!!!
|
2022-02-09 22:13:02 -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
|
death to load_example_data() !!!!!
|
2022-02-09 22:13:02 -05:00 |
test_email_script.py
|
death to load_example_data() !!!!!
|
2022-02-09 22:13:02 -05:00 |
test_events.py
|
Fixed Associate API Endpoint description
|
2021-07-22 14:09:24 -04:00 |
test_file_datastore.py
|
death to load_example_data() !!!!!
|
2022-02-09 22:13:02 -05:00 |
test_get_dashboard_url_script.py
|
Fixed Associate API Endpoint description
|
2021-07-22 14:09:24 -04:00 |
test_git_service.py
|
Added test
|
2022-02-11 12:17:48 -05: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
|
death to load_example_data() !!!!!
|
2022-02-09 22:13:02 -05:00 |
test_jinja_service.py
|
death to load_example_data() !!!!!
|
2022-02-09 22:13:02 -05:00 |
test_launch_workflow_outside_study.py
|
death to load_example_data() !!!!!
|
2022-02-09 22:13:02 -05: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
|
still trying to fix a rogue test.
|
2022-02-18 10:41:24 -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_process_erroring_workflows.py
|
Added description to the test.
|
2022-01-25 12:22:32 -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
|
Performance Improvements:
|
2022-02-24 14:25:42 -05:00 |
test_tasks_api.py
|
death to load_example_data() !!!!!
|
2022-02-09 22:13:02 -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
|
Dealing with some changes in SpiffWorkflow's latest release. I think this gets all tests passing again, and behaving as expected.
|
2022-02-16 10:46:46 -05:00 |
test_verify_end_event.py
|
death to load_example_data() !!!!!
|
2022-02-09 22:13:02 -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
|
Test for the bug fix
|
2022-02-25 14:43:32 -05:00 |