cr-connect-workflow/tests
Dan Funk 9a5c1d7cfb I may have finally wrapped my head around full text search in python. Now properly using an index based on simple rather than english dictionary which has far fewer stop words and stemming processes and plays much better to the type ahead search we are trying to provide.
Stop words are no longer excluded, so "other" is a valid search and gets a result.
2020-08-13 18:13:41 -04:00
..
approval Cleaning properly previous versions 2020-07-07 08:32:41 -06:00
data I may have finally wrapped my head around full text search in python. Now properly using an index based on simple rather than english dictionary which has far fewer stop words and stemming processes and plays much better to the type ahead search we are trying to provide. 2020-08-13 18:13:41 -04:00
emails Cleaning up old notes 2020-07-07 08:32:20 -06:00
files Merge branch 'dev' into feature/approvals_dashboard_prototype 2020-07-31 12:17:22 -04:00
ldap Modifications to the ldap scripts to bring them back in line with what Kelly is doing with the evaluation process. 2020-07-30 13:35:20 -04:00
study Adds user uid and cascades study event in study model. Fixes migration to properly downgrade enums. 2020-08-12 10:13:23 -04:00
workflow Merge branch 'dev' into feature/approvals_dashboard_prototype 2020-07-31 12:17:22 -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 branch 'dev' into feature/update_study_status_latest 2020-07-31 14:26:24 -06:00
test_authentication.py Merge branch 'dev' into feature/update_study_status_latest 2020-07-31 14:26:24 -06:00
test_complete_template_script.py Removing deprecation warnings 2020-06-05 12:08:46 -06: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_ldap_service.py Adding proper tests for files publishing 2020-07-17 16:59:25 -06:00
test_lookup_service.py I may have finally wrapped my head around full text search in python. Now properly using an index based on simple rather than english dictionary which has far fewer stop words and stemming processes and plays much better to the type ahead search we are trying to provide. 2020-08-13 18:13:41 -04:00
test_looping_task.py STG-26 2020-06-18 12:01:02 -04:00
test_protocol_builder.py 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
test_tasks_api.py Fleshes out fake PB response, so workflows that pull from PB actually trigger validation errors 2020-08-04 15:50:29 -04:00
test_tools_api.py Updating to lastest spiffworkflow which uses box to support dot notation. 2020-07-22 11:30:16 -04:00
test_user_roles.py Change dmn files to python standard, 2020-08-12 10:48:59 -04:00