redash/tests
Arik Fraimovich 204447a9f5
Add interface to abstract query result persistence (#4147)
* Add interface to implement custom persistence for QueryResult data

Co-authored-by: Omer Lachish <omer@rauchy.net>

* Deserialize query results data in the model

* Change order of mixins.

* Make DBPersistence.data setter in sycn with getter + tests
2019-10-10 10:39:55 +03:00
..
extensions Fix loading of periodic tasks and clean up extension loading. (#4064) 2019-08-13 13:11:59 +03:00
handlers Add "deprecated" flag to query runners (and alert destinations) (#3972) 2019-07-22 10:36:31 +03:00
models Add interface to abstract query result persistence (#4147) 2019-10-10 10:39:55 +03:00
query_runner Fix: allow users with view only acces to use the queries in Query Results (#4112) 2019-09-01 22:17:53 +03:00
serializers Query Result API response shouldn't include query information for non authenticated users (#3985) 2019-07-18 12:12:49 +03:00
tasks Add interface to abstract query result persistence (#4147) 2019-10-10 10:39:55 +03:00
utils Nest query ACL to dropdowns (#3544) 2019-03-20 09:16:10 +02:00
__init__.py Split redash/__init__.py to prevent import time side-effects. (#3601) 2019-04-18 18:39:38 +02:00
factories.py Revert "Schema Viewer Drawer (#3291)" (#3585) 2019-03-14 10:51:30 +02:00
test_authentication.py Dont send password reset link to disabled users (#2631) 2019-08-11 17:29:26 +03:00
test_cli.py Revert "Schema Viewer Drawer (#3291)" (#3585) 2019-03-14 10:51:30 +02:00
test_configuration.py Fix #908: updating configuration without secrets was failing 2016-03-10 11:56:49 +02:00
test_handlers.py Remove legacy session identifier support (#3866) 2019-06-03 22:18:24 +03:00
test_models.py Add interface to abstract query result persistence (#4147) 2019-10-10 10:39:55 +03:00
test_permissions.py Allow Parameters on Public Dashboards (#3659) 2019-07-15 15:09:30 +03:00
test_utils.py Add more flake8 tests and fail build if any test fails (#4055) 2019-08-18 11:27:44 +03:00