.. |
data
|
Test and workflow for new `get_irb_info` script
|
2021-05-01 15:53:43 -04:00 |
emails
|
Removed the test and templates from the unused mails service.
|
2021-03-11 11:34:24 -05:00 |
files
|
Fixes #306 assure that we take the doc_code into account if passed in as an argument to the API for get_files.
|
2021-04-23 16:16:19 -04:00 |
ldap
|
Don't raise an error when validating workflows that use the ldap script.
|
2020-08-17 15:45:37 -04:00 |
study
|
Changes to support the frontend data pane
|
2021-04-20 08:12:27 -04:00 |
workflow
|
Added test for deleting files on restart.
|
2021-04-15 11:30:17 -04:00 |
__init__.py
|
Lots and lots of random stuff as I organize code and get things to make sense.
|
2019-12-18 14:02:17 -05:00 |
base_test.py
|
Merge pull request #290 from sartography/auto-set-primary-bpmn-142
|
2021-04-16 13:36:02 -04:00 |
test_authentication.py
|
Fixing a failing test and updating the personnel.
|
2020-09-02 08:24:48 -04:00 |
test_auto_set_primary_bpmn.py
|
Added test for automatically setting the primary bpmn for a workflow spec
|
2021-04-15 13:29:42 -04:00 |
test_complete_template_script.py
|
Removing deprecation warnings
|
2020-06-05 12:08:46 -06:00 |
test_datastore_api.py
|
Just some quick tidying up. Dropping commented out code, and using the SQLAlchemyAutoSchema to handle serializing db models
|
2021-04-26 12:31:22 -04:00 |
test_decision_table_dictionary_output.py
|
Added a test for dictionary output from a decision table.
|
2021-03-18 12:25:27 -04:00 |
test_document_directories.py
|
Adding a test for the new endpoint and cleaning up the API documenation
|
2021-04-21 14:00:19 -04:00 |
test_email_script.py
|
Modified existing tests to work with changes to the email script.
|
2021-03-11 11:40:46 -05:00 |
test_events.py
|
Expanding the task events endpoint to accept workflow and study ids as additional filters.
|
2020-07-28 10:16:48 -04:00 |
test_file_datastore.py
|
Add file_data_get and file_data_set functions that can be accessed in a bpmn script function
|
2021-04-26 09:41:14 -04:00 |
test_irb_info_script.py
|
Test and workflow for new `get_irb_info` script
|
2021-05-01 15:53:43 -04:00 |
test_is_file_uploaded_script.py
|
Ticket 143. Test whether file is uploaded.
|
2021-01-04 10:53:21 -05:00 |
test_ldap_service.py
|
Adding proper tests for files publishing
|
2020-07-17 16:59:25 -06:00 |
test_lookup_service.py
|
Sometimes a workflow can be completely broken and unloadable. For instance, it starts off with a engine step / script task that will not execute. So the failure happens the second it is processed. When calling reset on a workflow, we should catch the failure, and reset the workflow, so we aren't trapped in an unrecoverable state.
|
2021-03-09 11:52:55 -05:00 |
test_looping_task.py
|
Adding an argument to update task that will allow it to complete all remaining tasks through an "update_all" flag,
|
2021-03-12 20:41:07 -05:00 |
test_message_event.py
|
Add short_title to study, change update_study task to use kw arguments and add the short_title to the update_study script
|
2021-03-02 10:03:53 -05:00 |
test_multi_instance_tasks_api.py
|
Adding an argument to update task that will allow it to complete all remaining tasks through an "update_all" flag,
|
2021-03-12 20:41:07 -05:00 |
test_protocol_builder.py
|
Test and mock data for new `get_irb_info` service in ProtocolBuilderService
|
2021-05-01 15:23:07 -04:00 |
test_tasks_api.py
|
Check in - pending change from @cullerton
|
2021-03-30 12:10:49 -04:00 |
test_tools_api.py
|
Merge branch 'dev' into study-associated-email-207-223
|
2021-03-11 12:38:47 -05:00 |
test_user_in_logs.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 |
test_user_roles.py
|
Fixed hard_reset test. We now call restart_workflow_api.
|
2021-01-19 15:32:38 -05:00 |
test_verify_end_event.py
|
Ticket #105. Verify End Event Documentation. Added explicit call to _process_documentation at end of crc.services.workflow_service.test_spec for the end event
|
2020-11-24 16:51:18 -05:00 |
test_workflow_sync.py
|
Merge branch 'dev' into 152-workflow-spec-pull
|
2021-01-21 12:30:43 -05:00 |