spiff-arena/spiffworkflow-backend/tests/spiffworkflow_backend/integration
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
..
__init__.py
bank-api-authz-config.json
bpmn.json
test_authentication.py removed useless class and def comments from python code w/ burnettk 2023-05-31 16:28:06 -04:00
test_authorization.py removed useless class and def comments from python code w/ burnettk 2023-05-31 16:28:06 -04:00
test_data_stores.py Feature/view data stores (#388) 2023-07-13 20:54:10 +05:30
test_debug_controller.py
test_for_good_errors.py removed useless class and def comments from python code w/ burnettk 2023-05-31 16:28:06 -04:00
test_health_controller.py
test_logging_service.py
test_messages.py
test_nested_groups.py Feature/autosave and null form data (#346) 2023-06-26 18:26:56 +05:30
test_openid_blueprint.py fixed up the unit test permission yml to better match the way we do permissions (#363) 2023-06-29 14:21:15 -04:00
test_process_api.py Feature/error to suspended state (#384) 2023-07-12 19:50:24 +05:30
test_process_instances_controller.py removed useless class and def comments from python code w/ burnettk 2023-05-31 16:28:06 -04:00
test_secret_service.py removed useless class and def comments from python code w/ burnettk 2023-05-31 16:28:06 -04:00
test_secrets_controller.py removed useless class and def comments from python code w/ burnettk 2023-05-31 16:28:06 -04:00
test_tasks_controller.py delete the draft task data when the task has been submitted (#364) 2023-06-30 13:03:56 +05:30
test_user_blueprint.py
test_users_controller.py removed useless def comments that started with and underscore as well 2023-06-01 13:52:07 -04:00