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

hugh pushed a change to branch hugh/no-jwt-400
in repository https://gitbox.apache.org/repos/asf/superset.git.


    from db11f8f  Merge branch 'master' of https://github.com/apache/superset 
into hugh/no-jwt-400
     add 95ed873  chore: well component to card component(Updating PR #12200) 
(#14033)
     add 66201e7  test: FilterSets-utils (#14028)
     add fe08b69  docs: update outdated country map tools instructions (#14027)
     add a4fd6b8  fix: Use superset generic db to catch external_metadata 
queries (#13974)
     add 287bc12  Use consistent chart value (#14031)
     add dd37c6e  Merge branch 'master' of https://github.com/apache/superset 
into hugh/no-jwt-400

No new revisions were added by this update.

Summary of changes:
 docs/.nvmrc                                        |   1 +
 docs/src/pages/docs/Miscellaneous/index.mdx        |  98 +++++---------
 .../superset/templates/secret-superset-config.yaml |   2 +-
 .../src/SqlLab/components/QueryTable.jsx           |   6 +-
 .../src/SqlLab/components/TableElement.jsx         |   6 +-
 .../components/{Switch/index.tsx => Card.tsx}      |  21 ++-
 superset-frontend/src/common/components/index.tsx  |   6 +-
 .../src/components/ListViewCard/index.tsx          |   8 +-
 .../FilterSets/utils/findExistingFilterSet.test.ts | 144 +++++++++++++++++++++
 .../FilterSets/utils/generateFiltersSetId.test.ts} |   9 +-
 .../utils/getFilterValueForDisplay.test.ts         |  42 ++++++
 .../FilterSets/{utils.ts => utils/index.ts}        |  13 +-
 .../src/datasource/DatasourceEditor.jsx            |   5 +-
 .../explore/components/ControlPanelsContainer.tsx  |   3 +-
 superset/connectors/sqla/models.py                 |  27 ++--
 superset/viz.py                                    |  12 +-
 tests/datasource_tests.py                          |  21 +++
 17 files changed, 316 insertions(+), 108 deletions(-)
 create mode 100644 docs/.nvmrc
 copy superset-frontend/src/common/components/{Switch/index.tsx => Card.tsx} 
(64%)
 create mode 100644 
superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/utils/findExistingFilterSet.test.ts
 copy superset-frontend/{spec/helpers/setup.ts => 
src/dashboard/components/nativeFilters/FilterBar/FilterSets/utils/generateFiltersSetId.test.ts}
 (80%)
 create mode 100644 
superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/utils/getFilterValueForDisplay.test.ts
 rename 
superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/{utils.ts
 => utils/index.ts} (89%)

Reply via email to