spiff-arena/spiffworkflow-backend/tests/spiffworkflow_backend/unit
Dan Funk 73aed82f24 Feature/view data stores (#388)
* * Added /data-stores/ endpoint accessible by privileged users that will return a list of all data stores known to the system.
* Added a /data-stores/[type]/[name] endpoint that will return a list of all data stored within a data-store.
* Granted users with "elevated permissions" the right to access the data store.
* Added a "Data Store" link to the navigation bar beside messages.
* And a few useful tests.
* Still a little front end work to do to get it all looking pretty.

* Added a Data Store List component that, well, displays, you guessed it! A list of data stores and their contents.

Also, Carbon's paginator doesn't care how many pages you have, it's going to build the mother of all drop down lists - you got 60,000,000 records? Showing 5 at a time? It's going to be a dropdown list that contains all numbers between 1 and 12,000,000, because that makes sense! So, yea, not doing that, cutting it off at 1000 pages - you got more pages than that, the paginator can't take you there.  As you can show 100 items per page, that means you can access 100,000 items instantly.

* renaming data_store_items_list => data_store_item_list
2023-07-13 20:54:10 +05:30
..
test_acceptance_test_fixtures.py removed useless class and def comments from python code w/ burnettk 2023-05-31 16:28:06 -04:00
test_authorization_service.py Feature/view data stores (#388) 2023-07-13 20:54:10 +05:30
test_dot_notation.py removed useless class and def comments from python code w/ burnettk 2023-05-31 16:28:06 -04:00
test_element_units_service.py get compatible with ruff pyupgrade 2023-05-27 14:59:52 -04:00
test_error_handling_service.py Feature/better subworkflow management part 2 (#341) 2023-06-20 10:37:49 -04:00
test_file.py removed useless class and def comments from python code w/ burnettk 2023-05-31 16:28:06 -04:00
test_git_service.py removed useless class and def comments from python code w/ burnettk 2023-05-31 16:28:06 -04:00
test_jinja_service.py Feature/sanitize jinja template (#389) 2023-07-13 20:35:49 +05:30
test_message_instance.py remove useless comments matching filenames 2023-05-30 12:21:50 -04:00
test_message_service.py removed useless class and def comments from python code w/ burnettk 2023-05-31 16:28:06 -04:00
test_permission_target.py removed useless class and def comments from python code w/ burnettk 2023-05-31 16:28:06 -04:00
test_permissions.py Feature/autosave and null form data (#346) 2023-06-26 18:26:56 +05:30
test_process_caller_service.py Show callers for non primary files (#334) 2023-06-23 11:45:23 +05:30
test_process_group.py removed useless class and def comments from python code w/ burnettk 2023-05-31 16:28:06 -04:00
test_process_instance_processor.py Feature/error to suspended state (#384) 2023-07-12 19:50:24 +05:30
test_process_instance_queue_service.py removed useless class and def comments from python code w/ burnettk 2023-05-31 16:28:06 -04:00
test_process_instance_report_service.py removed useless class and def comments from python code w/ burnettk 2023-05-31 16:28:06 -04:00
test_process_instance_service.py removed useless class and def comments from python code w/ burnettk 2023-05-31 16:28:06 -04:00
test_process_model.py removed useless class and def comments from python code w/ burnettk 2023-05-31 16:28:06 -04:00
test_process_model_service.py removed useless class and def comments from python code w/ burnettk 2023-05-31 16:28:06 -04:00
test_process_model_test_runner.py synced unit tests with sample and added support for subprocesses for bpmn unit tests w/ burnettk 2023-06-02 11:20:41 -04:00
test_restricted_script_engine.py let ruff sort imports and ditch duplicative pre-commit linters 2023-05-26 20:01:08 -04:00
test_script_unit_test_runner.py let ruff sort imports and ditch duplicative pre-commit linters 2023-05-26 20:01:08 -04:00
test_service_task_delegate.py some fixes and updates to help with running an acceptance test model (#323) 2023-06-09 11:19:02 -07:00
test_spec_file_service.py removed useless class and def comments from python code w/ burnettk 2023-05-31 16:28:06 -04:00
test_task_service.py disable form submit buttons when appropriate, lock process instance when sending events, and ensure return events match ones associated with desired guids w/ burnettk (#359) 2023-06-29 09:36:47 +05:30
test_user_service.py removed useless class and def comments from python code w/ burnettk 2023-05-31 16:28:06 -04:00
test_various_bpmn_constructs.py remove useless comments matching filenames 2023-05-30 12:21:50 -04:00
test_workflow_service.py Fix issue when timer start event is greater than a day (#303) 2023-06-06 18:25:26 -07:00