superset/tests/integration_tests/dashboards
Michael S. Molina 2f2e8fe412
feat: Adds a key-value endpoint to store the state of dashboard filters (#17536)
* feat: Adds a key-value endpoint to store the state of dashboard filters

* Fixes pylint issues

* Adds openapi schemas

* Adds more tests, move logic to commands and use singular form for the endpoint name

* Fixes model description

* Removes database model

* Adds open api specs

* Simplifies the commands

* Adds more tests

* Validates the value content and submits the correct http status code

* Fixes import order

* Skips flakky test

* Fixes tests

* Updates UPDATING.md
2021-12-01 09:06:49 -03:00
..
filter_sets chore: use official isort in pre-commmit (#17215) 2021-10-25 17:57:38 +08:00
filter_state feat: Adds a key-value endpoint to store the state of dashboard filters (#17536) 2021-12-01 09:06:49 -03:00
security fix: revert data endpoint name (#16162) 2021-08-10 11:59:27 -07:00
__init__.py refactor(tests): decouple unittests from integration tests (#15473) 2021-07-01 18:03:07 +03:00
api_tests.py fix: RBAC for export for dashboard viewers (#17527) 2021-11-25 20:10:41 -08:00
base_case.py refactor(tests): decouple unittests from integration tests (#15473) 2021-07-01 18:03:07 +03:00
commands_tests.py fix: set importer as owner (#16656) 2021-09-15 12:27:02 -07:00
consts.py refactor(tests): decouple unittests from integration tests (#15473) 2021-07-01 18:03:07 +03:00
dao_tests.py fix: Dashboard access when DASHBOARD_RBAC is disabled (#17511) 2021-11-23 11:45:32 -03:00
dashboard_test_utils.py refactor(tests): decouple unittests from integration tests (#15473) 2021-07-01 18:03:07 +03:00
superset_factory_util.py feat(filter-set): Add filterset resource (#14015) 2021-09-23 11:27:59 +03:00