superset/tests
Maxime Beauchemin e4a95f9428
Use the query_obj as the basis for the cache key (#4260)
* Use the query_obj as the basis for the cache key

When we recently moved from hashing form_data to define the cache_key
towards using the rendered query instead,
it made is such that non deterministic form
control values like relative times specified in "from" and "until" time
bound resulted in making those miss cache 100% of the time.

Here we move away from using the rendered query and using the query_obj
instead.

* Deprecating using form_data in templates
2018-01-28 09:46:13 -08:00
..
__init__.py Forgot to add some files for unit tests 2015-09-26 15:56:08 -07:00
access_tests.py [API] Deprecate /update_role/ API endpoint (#4041) 2017-12-10 21:14:15 -08:00
base_tests.py [flake8] Resolving Q??? errors (#3847) 2017-11-13 21:06:51 -08:00
celery_tests.py [flake8] Resolving Q??? errors (#3847) 2017-11-13 21:06:51 -08:00
core_tests.py Use the query_obj as the basis for the cache key (#4260) 2018-01-28 09:46:13 -08:00
db_engine_specs_test.py [flake8] Resolving F5?? errors (#3846) 2017-11-12 11:09:22 -08:00
dict_import_export_tests.py Adding YAML Import-Export for Datasources to CLI (#3978) 2017-12-05 11:14:52 -08:00
druid_func_tests.py [geo] provide more flexible Spatial controls (#4032) 2017-12-15 11:47:27 -08:00
druid_tests.py Fixed finding postaggregations (#4017) 2017-12-06 21:55:43 -08:00
email_tests.py [flake8] Resolving E3?? errors (#3814) 2017-11-10 17:52:34 -08:00
import_export_tests.py Use json for imports and exports, not pickle (#4243) 2018-01-23 20:55:27 -08:00
model_tests.py Feature: "Impersonate user" setting on Datasource (#3404) 2017-09-18 09:52:29 -07:00
security_tests.py [API] Deprecate /update_role/ API endpoint (#4041) 2017-12-10 21:14:15 -08:00
sql_parse_tests.py [flake8] Resolving Q??? errors (#3847) 2017-11-13 21:06:51 -08:00
sqllab_tests.py [BUGFIX]: Check datatype of results before converting to DataFrame (#4108) 2018-01-23 20:58:06 -08:00
superset_test_config.py [flake8] Resolving E3?? errors (#3814) 2017-11-10 17:52:34 -08:00
utils_tests.py [Bugfix] Issues with merge_extra_filters (#4042) (#4091) 2017-12-20 16:22:43 -08:00
viz_tests.py [cache] Using the query as the basis of the cache key (#4016) 2018-01-12 12:05:12 -08:00