.. |
data
|
Bug fix for modify_template.
|
2022-11-03 11:44:25 -04:00 |
emails
|
Modify default sender for emails
|
2022-02-25 08:38:40 -05:00 |
files
|
Do not automatically archive old files when a file of the same type is added.
|
2022-05-17 09:39:38 -04:00 |
ldap
|
death to load_example_data() !!!!!
|
2022-02-09 22:13:02 -05:00 |
scripts
|
Bug fix for modify_template.
|
2022-11-03 11:44:25 -04:00 |
study
|
Removed total_tasks and completed_tasks - as they are no longer used by the front end, and were dubious as hell to begin with.
|
2022-07-20 12:10:23 -04:00 |
workflow
|
Paginator arguments changed slightly in latest releases of SQLAlchemy
|
2022-10-07 14:58:08 -04:00 |
__init__.py
|
Fixed Associate API Endpoint description
|
2021-07-22 14:09:24 -04:00 |
base_test.py
|
updated Pipfile to point to latest SpiffWorkflow
|
2022-10-13 13:42:24 -04:00 |
test_authentication.py
|
merging in PI Name changes from Alicia's #499 PR.
|
2022-03-18 12:30:20 -04:00 |
test_auto_set_primary_bpmn.py
|
more test passing
|
2022-02-09 13:01:26 -05:00 |
test_complete_template_script.py
|
Assert that we have the correct file name, depending on whether we pass the optional file_name parameter
|
2022-05-23 14:22:14 -04:00 |
test_data_store_service.py
|
Test for data store default value
|
2022-07-12 16:12:13 -04:00 |
test_datastore_api.py
|
DocumentModel => FileModel
|
2022-04-19 15:07:05 -04: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_events.py
|
Fixed Associate API Endpoint description
|
2021-07-22 14:09:24 -04:00 |
test_file_datastore.py
|
DocumentModel => FileModel
|
2022-04-19 15:07:05 -04:00 |
test_get_dashboard_url_script.py
|
Fixed Associate API Endpoint description
|
2021-07-22 14:09:24 -04:00 |
test_git_service.py
|
Fix typo in test: delete -> remove
|
2022-03-29 12:34:05 -04:00 |
test_irb_info_script.py
|
Tests expect 1 record now
|
2022-04-07 14:40:47 -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
|
Added comment about the test
|
2022-03-14 14:01:13 -04:00 |
test_lane_permissions.py
|
Paginator arguments changed slightly in latest releases of SQLAlchemy
|
2022-10-07 14:58:08 -04: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
|
updating the pipfile to use the new spiffworkflow.
|
2022-06-24 12:01:04 -04: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
|
Paginator arguments changed slightly in latest releases of SQLAlchemy
|
2022-10-07 14:58:08 -04:00 |
test_process_erroring_workflows.py
|
Added description to the test.
|
2022-01-25 12:22:32 -05:00 |
test_protocol_builder.py
|
Modified PB_MIN_DATE
|
2022-10-17 13:45:34 -04:00 |
test_study_info_script.py
|
Paginator arguments changed slightly in latest releases of SQLAlchemy
|
2022-10-07 14:58:08 -04:00 |
test_tasks_api.py
|
Paginator arguments changed slightly in latest releases of SQLAlchemy
|
2022-10-07 14:58:08 -04:00 |
test_tools_api.py
|
Added the new `handle` attribute to the test
|
2021-09-22 12:12:54 -04:00 |
test_unchecked_checkbox_default.py
|
Make sure we don't get null/None back from a boolean checkbox.
|
2022-03-23 09:48:13 -04:00 |
test_user_in_logs.py
|
Fixed Associate API Endpoint description
|
2021-07-22 14:09:24 -04:00 |
test_user_roles.py
|
Paginator arguments changed slightly in latest releases of SQLAlchemy
|
2022-10-07 14:58:08 -04: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
|
Add test that checks the is_admin_workflow attribute on WorkflowApi
|
2022-05-25 14:29:14 -04:00 |