You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by el...@apache.org on 2023/06/14 18:59:30 UTC

[superset] tag 2.1.1rc1 updated (2f3471a87e -> d04c2a5a13)

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

elizabeth pushed a change to tag 2.1.1rc1
in repository https://gitbox.apache.org/repos/asf/superset.git


*** WARNING: tag 2.1.1rc1 was modified! ***

    from 2f3471a87e (commit)
      to d04c2a5a13 (commit)
    omit 2f3471a87e lint
    omit 4345a14841 add license to package and plugin readme files
    omit 8821174921 feat: add enforce URI query params with a specific for MySQL (#23723)
    omit 0a9f47e4ac fix: load examples as anon user (#23600)
    omit cfc2ca672e fix: permission checks on import (#23200)
    omit 831978f0f7 fix: check sqlalchemy_uri (#23901)
    omit 502b8b81e0 test #1
    omit bb6ab97286 fix(mssql): apply top after distinct (#23751)
    omit d96ba10fc3 fix(dashboard-rbac): use normal rbac when no roles chosen (#23586)

This update removed existing revisions from the reference, leaving the
reference pointing at a previous point in the repository history.

 * -- * -- N   refs/tags/2.1.1rc1 (d04c2a5a13)
            \
             O -- O -- O   (2f3471a87e)

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .github/workflows/docker.yml                       |  18 --
 .../creating-your-first-dashboard.mdx              |   5 +-
 superset-frontend/CHANGELOG.md                     |  18 +-
 .../integration/dataset/dataset_list.test.ts       |   2 +-
 .../packages/generator-superset/CHANGELOG.md       |  19 +-
 .../superset-ui-chart-controls/CHANGELOG.md        |  18 +-
 .../packages/superset-ui-core/CHANGELOG.md         |  19 +-
 .../packages/superset-ui-switchboard/CHANGELOG.md  |  19 +-
 .../legacy-plugin-chart-calendar/CHANGELOG.md      |  19 +-
 .../plugins/legacy-plugin-chart-chord/CHANGELOG.md |  19 +-
 .../legacy-plugin-chart-country-map/CHANGELOG.md   |  19 +-
 .../legacy-plugin-chart-event-flow/CHANGELOG.md    |  19 +-
 .../legacy-plugin-chart-heatmap/CHANGELOG.md       |  19 +-
 .../legacy-plugin-chart-histogram/CHANGELOG.md     |  19 +-
 .../legacy-plugin-chart-horizon/CHANGELOG.md       |  19 +-
 .../legacy-plugin-chart-map-box/CHANGELOG.md       |  19 +-
 .../legacy-plugin-chart-paired-t-test/CHANGELOG.md |  19 +-
 .../CHANGELOG.md                                   |  19 +-
 .../legacy-plugin-chart-partition/CHANGELOG.md     |  19 +-
 .../legacy-plugin-chart-pivot-table/CHANGELOG.md   |  19 +-
 .../plugins/legacy-plugin-chart-rose/CHANGELOG.md  |  19 +-
 .../legacy-plugin-chart-sankey-loop/CHANGELOG.md   |  19 +-
 .../legacy-plugin-chart-sankey/CHANGELOG.md        |  19 +-
 .../legacy-plugin-chart-sunburst/CHANGELOG.md      |  19 +-
 .../legacy-plugin-chart-treemap/CHANGELOG.md       |  19 +-
 .../legacy-plugin-chart-world-map/CHANGELOG.md     |  19 +-
 .../legacy-preset-chart-deckgl/CHANGELOG.md        |  19 +-
 .../plugins/legacy-preset-chart-nvd3/CHANGELOG.md  |  19 +-
 .../plugins/plugin-chart-echarts/CHANGELOG.md      |  19 +-
 .../plugins/plugin-chart-handlebars/CHANGELOG.md   |  19 +-
 .../plugins/plugin-chart-pivot-table/CHANGELOG.md  |  19 +-
 .../plugins/plugin-chart-table/CHANGELOG.md        |  19 +-
 .../plugins/plugin-chart-word-cloud/CHANGELOG.md   |  19 +-
 .../plugins/preset-chart-xy/CHANGELOG.md           |  19 +-
 .../dashboard/components/PropertiesModal/index.tsx |   2 +-
 superset/charts/commands/importers/v1/utils.py     |  14 +-
 superset/commands/importers/v1/examples.py         |  40 +--
 superset/dashboards/commands/importers/v1/utils.py |  18 +-
 superset/databases/commands/importers/v1/utils.py  |  17 +-
 superset/datasets/commands/importers/v1/utils.py   |  13 +-
 superset/db_engine_specs/base.py                   |  16 +-
 superset/db_engine_specs/mysql.py                  |   8 +-
 superset/examples/utils.py                         |   4 +-
 superset/security/analytics_db_safety.py           |  14 +-
 superset/security/manager.py                       |  18 +-
 superset/utils/decorators.py                       |   6 +-
 superset/views/core.py                             |  51 ++--
 superset/views/dashboard/mixin.py                  |   2 +-
 superset/views/utils.py                            |   8 +-
 tests/integration_tests/charts/commands_tests.py   |  11 +-
 .../integration_tests/dashboards/commands_tests.py |  12 +-
 .../dashboards/security/security_rbac_tests.py     |  59 +---
 .../integration_tests/databases/commands_tests.py  | 310 ++++-----------------
 tests/integration_tests/datasets/commands_tests.py |  17 +-
 tests/integration_tests/fixtures/importexport.py   | 105 -------
 tests/integration_tests/model_tests.py             |  15 -
 .../queries/saved_queries/commands_tests.py        |  10 +-
 .../security/analytics_db_safety_tests.py          |  84 ++----
 .../charts/commands/importers/v1/import_test.py    |  45 +--
 .../commands/importers/v1/assets_test.py           |  16 +-
 .../commands/importers/v1/import_test.py           |  46 +--
 .../databases/commands/importers/v1/import_test.py |  44 +--
 .../datasets/commands/importers/v1/import_test.py  |  38 +--
 tests/unit_tests/db_engine_specs/test_mssql.py     |   1 -
 tests/unit_tests/db_engine_specs/test_mysql.py     |  32 +--
 65 files changed, 209 insertions(+), 1479 deletions(-)