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/10/20 22:57:33 UTC

[superset] branch elizabeth/test-2.1.1 updated (2f3471a87e -> 1f104a0c50)

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

elizabeth pushed a change to branch elizabeth/test-2.1.1
in repository https://gitbox.apache.org/repos/asf/superset.git


    from 2f3471a87e lint
     add b26901cb05 fix: allow db driver distinction on enforced URI params (#23769)
     add 483195ad70 remove blocking test from release
     add f244c24bb9 lint
     add f478038281 add changelog
     add b53325e576 remove tests that don't apply
     add 831cd9b030 chore: Remove unnecessary information from response (#24056)
     add 8d32525f97 chore: update UPDATING for 2.1.0 (#24294)
     add e804489a89 fix: db validate parameters permission (#24185)
     add 4af81bf70a fix: disable SHOW_STACKTRACE by default (#24137)
     add 60a1652be2 fix: handle comments in `has_table_query` (#23882)
     add 5df0b7ad57 lint
     add 75be3dd7b4 fix: handle temporal columns in presto partitions (#24054)
     add 9abe28bc09 merge in fix with migration (#24314)
     add 685760f110 update changelog
     add e892c0a8d2 update package version
     add 542effab81 update changelog
     add 3c44e6d639 pass force to reload data
     add 7155dcd5df fix: Native time range filter in legacy charts (#23865)
     add 128751b80f update changelog
     add a34da923fe fix: Select all issue with "Dynamically search all filter values" in FilterBar (#23400)
     add ccd456679e fix: Filter values are not updating when dependencies are set (#23566)
     add b4b1a60d51 fix(plugin-chart-handlebars): Fix TypeError when using handlebars columns raw mode (#23801)
     add 472ef7ba7f fix: dashboard ownership check (#24249)
     add be1c42fbbe chore(sqla): Address performance tradeoff with eager loading (#23113)
     add b69f95606b fix: FAB CSS on Superset (#24390)
     add 81eabcd35b fix: import database engine validation (#24697)
     add 4b590f3f36 lint
     add f27cece69a fix(permalink): migrate to marshmallow codec (#24166)
     add 48b1b8f0d9 chore(metastore-cache): add codec support (#24586)
     add cf00f38c37 fix(permalink): Incorrect component schema reference (#24482)
     add 4be3fa218f fix: Dashboard not loading with default first value in filter (#23512)
     add dd3877a2d3 fix(sqllab): normalize changedOn timestamp (#24513)
     add 2f19b12a22 fix: Revert "fix(chart): Time Series set showMaxLabel as null for time xAxis (#20627) (#24995)
     add d0588f7668 fix: update permalink schema (#24970)
     add c03cfa6485 lint
     add 1f104a0c50 update changelog

No new revisions were added by this update.

Summary of changes:
 CHANGELOG.md                                       |   48 +-
 RELEASING/from_tarball_entrypoint.sh               |    6 +-
 UPDATING.md                                        |    9 +-
 docker/docker-init.sh                              |    2 +-
 docs/static/resources/openapi.json                 | 4751 ++++++++++++++++----
 superset-frontend/package-lock.json                |    4 +-
 superset-frontend/package.json                     |    2 +-
 .../superset-ui-core/src/time-format/index.ts      |    3 +
 .../src/time-format/utils/denormalizeTimestamp.ts} |   14 +-
 .../src/time-format/utils/normalizeTimestamp.ts}   |   14 +-
 .../time-format/utils/denormalizeTimestamp.test.ts |   43 +
 .../src/controlPanel.ts                            |    8 +-
 .../src/Timeseries/transformProps.ts               |   15 +-
 .../src/plugin/controls/columns.tsx                |    5 +-
 .../preset-chart-xy/src/Line/createMetadata.ts     |    2 +
 .../SqlLab/components/SouthPane/SouthPane.test.jsx |    9 +-
 superset-frontend/src/SqlLab/fixtures.ts           |    9 +-
 superset-frontend/src/SqlLab/reducers/sqlLab.js    |    8 +-
 .../src/SqlLab/reducers/sqlLab.test.js             |   22 +-
 superset-frontend/src/components/Select/Select.tsx |   23 +-
 superset-frontend/src/components/Select/types.ts   |    5 +
 .../FiltersConfigForm/FiltersConfigForm.tsx        |    2 +-
 .../src/dashboard/util/permissionUtils.ts          |    2 +-
 .../components/Select/SelectFilterPlugin.tsx       |   85 +-
 superset/charts/api.py                             |    2 -
 superset/config.py                                 |   32 +-
 superset/connectors/sqla/models.py                 |   11 +-
 superset/constants.py                              |    4 +-
 superset/dashboards/api.py                         |    3 -
 superset/dashboards/permalink/api.py               |    8 +-
 superset/dashboards/permalink/commands/base.py     |    8 +-
 superset/dashboards/permalink/commands/create.py   |    4 +
 superset/dashboards/permalink/commands/get.py      |   13 +-
 superset/dashboards/permalink/schemas.py           |   11 +-
 superset/dashboards/schemas.py                     |    4 +-
 superset/databases/commands/importers/v1/utils.py  |   12 +-
 superset/datasets/api.py                           |    4 +-
 superset/db_engine_specs/base.py                   |   21 +-
 superset/db_engine_specs/drill.py                  |   11 +-
 superset/db_engine_specs/hive.py                   |   12 +-
 superset/db_engine_specs/mysql.py                  |   17 +-
 superset/db_engine_specs/presto.py                 |   27 +-
 superset/db_engine_specs/snowflake.py              |   10 +-
 superset/examples/utils.py                         |    2 +-
 superset/explore/permalink/api.py                  |    8 +-
 superset/explore/permalink/commands/base.py        |    8 +-
 superset/explore/permalink/commands/create.py      |    6 +-
 superset/explore/permalink/commands/get.py         |    8 +-
 superset/explore/permalink/schemas.py              |   26 +-
 superset/extensions/metastore_cache.py             |   39 +-
 superset/key_value/commands/create.py              |   23 +-
 superset/key_value/commands/get.py                 |   15 +-
 superset/key_value/commands/update.py              |   11 +-
 superset/key_value/commands/upsert.py              |   13 +-
 superset/key_value/exceptions.py                   |   12 +
 superset/key_value/shared_entries.py               |   12 +-
 superset/key_value/types.py                        |   65 +-
 ...a5681ddfd_convert_key_value_entries_to_json.py} |   66 +-
 superset/models/core.py                            |   15 +-
 superset/models/dashboard.py                       |    6 +-
 superset/models/filter_set.py                      |    6 +-
 superset/models/slice.py                           |    8 +-
 superset/queries/api.py                            |    1 -
 superset/queries/schemas.py                        |    2 +-
 superset/sql_parse.py                              |    4 +-
 superset/tags/schemas.py                           |   59 +
 superset/templates/superset/basic.html             |    9 +-
 superset/temporary_cache/api.py                    |   13 +-
 superset/temporary_cache/commands/parameters.py    |    3 +
 superset/utils/core.py                             |    8 +
 tests/integration_tests/charts/api_tests.py        |  109 +-
 tests/integration_tests/csv_upload_tests.py        |  146 +-
 tests/integration_tests/dashboards/api_tests.py    |  106 +-
 .../integration_tests/databases/commands_tests.py  |  204 +-
 tests/integration_tests/datasets/api_tests.py      |  102 +
 .../explore/permalink/api_tests.py                 |   17 +-
 .../extensions/metastore_cache_test.py             |   49 +-
 tests/integration_tests/fixtures/importexport.py   |   22 +-
 .../key_value/commands/create_test.py              |   55 +-
 .../key_value/commands/delete_test.py              |   13 +-
 .../key_value/commands/fixtures.py                 |   15 +-
 .../key_value/commands/get_test.py                 |   25 +-
 .../key_value/commands/update_test.py              |   11 +-
 .../key_value/commands/upsert_test.py              |   11 +-
 tests/integration_tests/model_tests.py             |   12 +-
 tests/integration_tests/queries/api_tests.py       |    1 -
 tests/integration_tests/sqllab_tests.py            |   10 +-
 .../databases/commands/importers/v1/import_test.py |   28 +-
 tests/unit_tests/db_engine_specs/test_mysql.py     |   32 +-
 tests/unit_tests/db_engine_specs/test_presto.py    |   43 +-
 tests/unit_tests/key_value/codec_test.py           |  122 +
 tests/unit_tests/sql_parse_tests.py                |    8 +
 92 files changed, 5393 insertions(+), 1501 deletions(-)
 copy superset-frontend/{plugins/plugin-chart-echarts/src/utils/convertInteger.ts => packages/superset-ui-core/src/time-format/utils/denormalizeTimestamp.ts} (78%)
 copy superset-frontend/{plugins/plugin-chart-echarts/src/utils/convertInteger.ts => packages/superset-ui-core/src/time-format/utils/normalizeTimestamp.ts} (76%)
 create mode 100644 superset-frontend/packages/superset-ui-core/test/time-format/utils/denormalizeTimestamp.test.ts
 copy superset/migrations/versions/{2022-06-27_14-59_7fb8bca906d2_permalink_rename_filterstate.py => 2023-05-01_12-03_9c2a5681ddfd_convert_key_value_entries_to_json.py} (55%)
 create mode 100644 superset/tags/schemas.py
 create mode 100644 tests/unit_tests/key_value/codec_test.py