.. |
decision_table
|
Run the validation twice, once completing all of the data, and a second time, completing only the required fields.
|
2020-05-30 17:26:27 -04:00 |
decision_table_invalid
|
Assure that any errors that occur during the do_engine_steps is correctly captured and returned to the end user or configurator with enough information for them to act on.
|
2020-07-15 11:16:35 -04:00 |
docx
|
Check in for sanity check
|
2020-07-17 09:24:53 -04:00 |
email
|
Check in for sanity check
|
2020-07-17 09:24:53 -04:00 |
empty_workflow
|
forgot to include the new empty master workflow, which allows the tests to all pass.
|
2020-05-22 15:31:38 -04:00 |
enum_options_from_file
|
Lookup Service now raises exact matches to the top. Very hackish, but it works.
|
2020-05-27 14:36:10 -04:00 |
enum_options_from_task_data
|
Looks up enum options from task data
|
2020-07-13 17:46:28 -04:00 |
enum_options_with_search
|
Faster lookup fields. We were parsing the spec each time to get details about how to search. We're just grabbing the workflow id and task id now and building that straight into the full text search index for faster lookups. Should be peppy.
|
2020-05-29 01:39:39 -04:00 |
exclusive_gateway
|
Make changes to the workflow names so that they are placed in the correct order - I made workflows go in order of the name rather than in the order they appear in the XML to allow more control over the way the nav list is displayed.
|
2020-06-15 12:32:19 -04:00 |
exclusive_gateway_2
|
Make changes to the workflow names so that they are placed in the correct order - I made workflows go in order of the name rather than in the order they appear in the XML to allow more control over the way the nav list is displayed.
|
2020-06-15 12:32:19 -04:00 |
file_upload_form
|
Renamed the required_docs script to just "documents", and it returns all documented in the irb_documents look up table indexed on the "Code" - so details become available in the task data like "documents.IRB_INFOSEC_DOC.required".
|
2020-04-06 16:56:00 -04:00 |
invalid_expression
|
Vastly more informative ApiError model that provides details on the underlying task where the error occured.
|
2020-03-27 08:29:31 -04:00 |
invalid_roles
|
Partial work on CR Connect Roles.
|
2020-07-14 10:29:25 -04:00 |
invalid_script
|
Process scripts with no shebang (#!) as a regular python script. If there is a shebang, we look up the class as we did before.
|
2020-07-17 10:56:04 -04:00 |
invalid_script2
|
Process scripts with no shebang (#!) as a regular python script. If there is a shebang, we look up the class as we did before.
|
2020-07-17 10:56:04 -04:00 |
invalid_spec
|
Fixes #12: Catching some specific common errors and re-raising as APIErrors with detailed codes and descriptions to improve debugging. In doing so, improving the error handling in the event a soft-reset causes an immediate error - and resetting to the original version of the specification in these events, to allow users the chance to try a hard reset instead.
|
2020-03-11 16:33:18 -04:00 |
ldap_lookup
|
ldap lookup.
|
2020-05-19 16:11:43 -04:00 |
looping_task
|
STG-26
|
2020-06-18 12:01:02 -04:00 |
manual_task_with_external_documentation
|
We can now collect, and provide "extension properties" on a task as set in the camunda modeler.
|
2020-04-21 12:07:59 -04:00 |
multi_instance
|
Fixes display_name custom properties
|
2020-07-28 14:04:18 -04:00 |
multi_instance_parallel
|
Check in for sanity check
|
2020-07-17 09:24:53 -04:00 |
parallel_tasks
|
Standardizing the script tasks that can be executed on the server, adding tons of error messages for when things go wrong. All scripts must exist in side of the crc/scripts directory.
|
2020-03-03 13:52:45 -05:00 |
pb_responses
|
There may be multiple investigators of the same type that come back from the protocol builder, adding some tests and additional code to handle this, but still keep the list flat, currently appends a number to the investigator type when there is more than one.
|
2020-07-07 17:16:33 -04:00 |
random_fact
|
Check in for sanity check
|
2020-07-17 09:24:53 -04:00 |
repeat_form
|
Fill out repeating sections during validation process.
|
2020-05-30 15:37:04 -04:00 |
required_fields
|
Run the validation twice, once completing all of the data, and a second time, completing only the required fields.
|
2020-05-30 17:26:27 -04:00 |
roles
|
Adds form key and pool name
|
2020-07-16 17:59:56 -04:00 |
study_details
|
Process scripts with no shebang (#!) as a regular python script. If there is a shebang, we look up the class as we did before.
|
2020-07-17 10:56:04 -04:00 |
subprocess
|
Verifying Sub-Process works, and adding a field to expose a hint as to the sub-process in which the task occurs.
|
2020-04-28 13:48:44 -04:00 |
top_level_workflow
|
Process scripts with no shebang (#!) as a regular python script. If there is a shebang, we look up the class as we did before.
|
2020-07-17 10:56:04 -04:00 |
two_forms
|
throw a sensible error when study is not found on get_study (don't 500)
|
2020-04-08 13:28:43 -04:00 |
ldap_response.json
|
Partial work on CR Connect Roles.
|
2020-07-14 10:29:25 -04:00 |
table.docx
|
New set of "Tools" api endpoints, that provides a way to quickly render markdown or word documents by uploading json data and a template to populate.
|
2020-02-29 17:22:38 -05:00 |