You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by bk...@apache.org on 2021/12/17 00:13:40 UTC

[superset] branch master updated (d9acb28 -> afd2e9f)

This is an automated email from the ASF dual-hosted git repository.

bkyryliuk pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git.


    from d9acb28  fix: New Members per Month time range (#17783)
     add afd2e9f  chore: update fixtures scope that are loading data into the analytical db (#17780)

No new revisions were added by this update.

Summary of changes:
 tests/integration_tests/access_tests.py            |  3 +
 tests/integration_tests/base_api_tests.py          |  1 +
 tests/integration_tests/cache_tests.py             |  1 +
 tests/integration_tests/celery_tests.py            |  1 +
 tests/integration_tests/charts/api_tests.py        |  4 +
 tests/integration_tests/charts/commands_tests.py   |  1 +
 tests/integration_tests/charts/data/api_tests.py   |  1 +
 tests/integration_tests/charts/schema_tests.py     |  1 +
 tests/integration_tests/cli_tests.py               |  1 +
 tests/integration_tests/core_tests.py              |  3 +
 tests/integration_tests/dashboard_tests.py         |  4 +
 tests/integration_tests/dashboard_utils.py         | 35 ++++-----
 tests/integration_tests/dashboards/api_tests.py    |  2 +
 .../integration_tests/dashboards/commands_tests.py |  1 +
 tests/integration_tests/dashboards/dao_tests.py    |  1 +
 .../dashboards/filter_state/api_tests.py           |  1 +
 .../dashboards/security/security_dataset_tests.py  |  1 +
 .../dashboards/security/security_rbac_tests.py     |  1 +
 tests/integration_tests/databases/api_tests.py     |  4 +
 .../integration_tests/databases/commands_tests.py  |  2 +
 tests/integration_tests/datasets/api_tests.py      |  2 +
 tests/integration_tests/datasets/commands_tests.py |  2 +
 tests/integration_tests/datasource_tests.py        |  1 +
 .../db_engine_specs/base_engine_spec_tests.py      | 10 ++-
 .../db_engine_specs/bigquery_tests.py              |  1 +
 tests/integration_tests/fixtures/__init__.py       |  2 +-
 .../fixtures/birth_names_dashboard.py              | 91 ++++++++++++----------
 .../integration_tests/fixtures/energy_dashboard.py | 54 ++++++++-----
 .../fixtures/unicode_dashboard.py                  | 52 +++++++------
 .../fixtures/world_bank_dashboard.py               | 64 +++++++++------
 tests/integration_tests/import_export_tests.py     |  3 +
 tests/integration_tests/model_tests.py             |  6 +-
 tests/integration_tests/query_context_tests.py     |  1 +
 tests/integration_tests/reports/api_tests.py       |  1 +
 tests/integration_tests/reports/commands_tests.py  |  2 +
 tests/integration_tests/schedules_test.py          |  1 +
 tests/integration_tests/security_tests.py          |  4 +
 tests/integration_tests/sqla_models_tests.py       |  1 +
 tests/integration_tests/sqllab_tests.py            |  1 +
 tests/integration_tests/strategy_tests.py          |  8 +-
 .../integration_tests/tasks/async_queries_tests.py |  1 +
 tests/integration_tests/utils_tests.py             |  2 +
 tox.ini                                            |  2 +-
 43 files changed, 245 insertions(+), 136 deletions(-)