You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by hu...@apache.org on 2022/09/30 17:50:18 UTC

[superset] branch fix-edits-gsheet updated (33e9630511 -> 3f1fac21a0)

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

hugh pushed a change to branch fix-edits-gsheet
in repository https://gitbox.apache.org/repos/asf/superset.git


    from 33e9630511 change reference of where to pull parameters
     add 71bf267307 fix(sqllab): SqlEditorLeftBar listening to database changes (#21628)
     add b787c3fef4 feat(embedded): +2 functions: getDashboardPermalink, getActiveTabs (#21444)
     add ab7cfec975 feat: new config to filter specific users from dropdown lists (#21515)
     add 5ea9249059 fix: respect chart cache timeout setting (#21637)
     add 0dda5fe1cf feat: Adds the MetadataBar to the Explore header (#21560)
     add 7f971b4103 fix(report): Fix permission check for set up email report on charts/dashboards. Fixes #21559 (#21561)
     add f3465f5b22 chore(deps): bump minimist from 0.0.5 to 1.2.6 in /superset-frontend (#21654)
     add 9dd102f383 refactor: remove useless groupby from QueryObject (#21643)
     add f83af88fc7 feat: Added latin america countries to country map (#21352)
     add 6af35a7d98 fix: Selected tab after save and go to dashboard (#21630)
     add b2a360fa14 fix: Switch tab on drag hover (#21648)
     add eeb979c150 chore: Create dashboard with tier 1 and tier 2 charts (#21551)
     add 389fa31b89 fix: new welcome new users action (#21662)
     add 1d70079f71 fix(dashboard): Change text and icons in dashboard editmode (#21305)
     add 4c17f0e71e fix: time grain can't be removed in explore (#21644)
     add 5b373d1f7d Merge branch 'master' of https://github.com/apache/superset into fix-edits-gsheet
     add 3f1fac21a0 test

No new revisions were added by this update.

Summary of changes:
 .github/CODEOWNERS                                 |    4 +-
 .github/workflows/welcome-new-users.yml            |    3 +-
 superset-embedded-sdk/src/index.ts                 |   13 +-
 .../cypress/integration/chart_list/filter.test.ts  |    4 +-
 .../integration/dashboard/drilltodetail.test.ts    |  343 +++---
 .../cypress/integration/dashboard/editmode.test.ts |   22 +-
 .../cypress/integration/dashboard/utils.ts         |   14 +-
 .../integration/dashboard_list/list.test.ts        |    4 +-
 .../explore/visualizations/gauge.test.js           |    4 +-
 .../cypress-base/cypress/utils/urls.ts             |    3 +-
 superset-frontend/package-lock.json                |    4 +
 .../src/shared-controls/index.tsx                  |   14 +-
 .../scripts/Country Map GeoJSON Generator.ipynb    |  714 +++--------
 .../src/countries.ts                               |   38 +
 .../src/countries/argentina.geojson                |   30 +
 .../src/countries/bolivia.geojson                  |   15 +
 .../src/countries/chile.geojson                    |   22 +
 .../src/countries/colombia.geojson                 |   40 +
 .../src/countries/costa rica.geojson               |   13 +
 .../src/countries/cuba.geojson                     |   22 +
 .../src/countries/dominican republic.geojson       |   38 +
 .../src/countries/ecuador.geojson                  |   30 +
 .../src/countries/el salvador.geojson              |   20 +
 .../src/countries/guatemala.geojson                |   28 +
 .../src/countries/haiti.geojson                    |   16 +
 .../src/countries/honduras.geojson                 |   24 +
 .../src/countries/nicaragua.geojson                |   23 +
 .../src/countries/panama.geojson                   |   18 +
 .../src/countries/paraguay.geojson                 |   24 +
 .../src/countries/puerto rico.geojson              |    7 +
 .../src/countries/saint barthelemy.geojson         |    7 +
 .../src/countries/saint martin.geojson             |    7 +
 .../src/countries/venezuela.geojson                |   32 +
 .../plugin-chart-echarts/src/Gauge/buildQuery.ts   |    1 -
 .../test/Gauge/buildQuery.test.ts                  |    6 +-
 .../src/plugin/buildQuery.ts                       |    3 -
 .../test/plugin/buildQuery.test.ts                 |    2 +-
 .../SqlEditorLeftBar/SqlEditorLeftBar.test.jsx     |   89 +-
 .../SqlLab/components/SqlEditorLeftBar/index.tsx   |    2 +-
 .../src/components/MetadataBar/ContentConfig.tsx   |   13 +-
 .../src/components/MetadataBar/ContentType.ts      |    4 +-
 .../components/MetadataBar/MetadataBar.stories.tsx |    2 +-
 .../components/MetadataBar/MetadataBar.test.tsx    |   29 +-
 .../src/components/MetadataBar/MetadataBar.tsx     |   66 +-
 .../HeaderReportDropdown/index.test.tsx            |   61 +
 .../ReportModal/HeaderReportDropdown/index.tsx     |    2 +-
 superset-frontend/src/dashboard/actions/hydrate.js |    2 +-
 .../DrillDetailPane/DrillDetailPane.test.tsx       |    7 +-
 .../components/DrillDetailPane/DrillDetailPane.tsx |    8 +-
 .../dashboard/components/DrillDetailPane/types.ts  |    4 +-
 .../src/dashboard/components/dnd/DragDroppable.jsx |    2 +
 .../src/dashboard/components/dnd/handleHover.js    |    2 +
 .../components/gridComponents/Markdown.jsx         |    8 +-
 .../dashboard/components/gridComponents/Tab.jsx    |   10 +
 .../dashboard/components/gridComponents/Tabs.jsx   |    1 +
 .../components/gridComponents/new/NewMarkdown.jsx  |    4 +-
 superset-frontend/src/embedded/api.tsx             |   66 +
 superset-frontend/src/embedded/index.tsx           |   31 +-
 .../src/explore/actions/hydrateExplore.ts          |    3 +-
 .../ExploreChartHeader/ExploreChartHeader.test.tsx |   34 +-
 .../components/ExploreChartHeader/index.jsx        |  144 ++-
 .../ExploreViewContainer.test.tsx                  |    8 +
 .../components/ExploreViewContainer/index.jsx      |    4 +-
 .../explore/components/PropertiesModal/index.tsx   |    1 +
 .../src/explore/reducers/exploreReducer.js         |   10 +-
 superset-frontend/src/explore/types.ts             |    7 +
 superset/charts/api.py                             |    7 +-
 superset/cli/examples.py                           |    4 +-
 superset/common/query_context.py                   |    6 +
 superset/common/query_context_factory.py           |   11 +
 superset/config.py                                 |    7 +
 superset/dashboards/api.py                         |    6 +-
 superset/datasets/api.py                           |   10 +-
 superset/examples/data_loading.py                  |    2 +-
 superset/examples/echarts_dashboard.py             |  250 ----
 superset/examples/supported_charts_dashboard.py    | 1302 ++++++++++++++++++++
 superset/explore/commands/get.py                   |   18 +
 superset/queries/api.py                            |    7 +-
 superset/reports/api.py                            |    5 +-
 superset/security/manager.py                       |   16 +
 superset/views/filters.py                          |   34 +-
 tests/integration_tests/base_api_tests.py          |   52 +
 tests/integration_tests/charts/data/api_tests.py   |   85 +-
 tests/integration_tests/conftest.py                |   34 +-
 .../integration_tests/fixtures/energy_dashboard.py |   14 +-
 .../commands/validate_tests.py}                    |   10 +-
 86 files changed, 2976 insertions(+), 1140 deletions(-)
 create mode 100644 superset-frontend/plugins/legacy-plugin-chart-country-map/src/countries/argentina.geojson
 create mode 100644 superset-frontend/plugins/legacy-plugin-chart-country-map/src/countries/bolivia.geojson
 create mode 100644 superset-frontend/plugins/legacy-plugin-chart-country-map/src/countries/chile.geojson
 create mode 100644 superset-frontend/plugins/legacy-plugin-chart-country-map/src/countries/colombia.geojson
 create mode 100644 superset-frontend/plugins/legacy-plugin-chart-country-map/src/countries/costa rica.geojson
 create mode 100644 superset-frontend/plugins/legacy-plugin-chart-country-map/src/countries/cuba.geojson
 create mode 100644 superset-frontend/plugins/legacy-plugin-chart-country-map/src/countries/dominican republic.geojson
 create mode 100644 superset-frontend/plugins/legacy-plugin-chart-country-map/src/countries/ecuador.geojson
 create mode 100644 superset-frontend/plugins/legacy-plugin-chart-country-map/src/countries/el salvador.geojson
 create mode 100644 superset-frontend/plugins/legacy-plugin-chart-country-map/src/countries/guatemala.geojson
 create mode 100644 superset-frontend/plugins/legacy-plugin-chart-country-map/src/countries/haiti.geojson
 create mode 100644 superset-frontend/plugins/legacy-plugin-chart-country-map/src/countries/honduras.geojson
 create mode 100644 superset-frontend/plugins/legacy-plugin-chart-country-map/src/countries/nicaragua.geojson
 create mode 100644 superset-frontend/plugins/legacy-plugin-chart-country-map/src/countries/panama.geojson
 create mode 100644 superset-frontend/plugins/legacy-plugin-chart-country-map/src/countries/paraguay.geojson
 create mode 100644 superset-frontend/plugins/legacy-plugin-chart-country-map/src/countries/puerto rico.geojson
 create mode 100644 superset-frontend/plugins/legacy-plugin-chart-country-map/src/countries/saint barthelemy.geojson
 create mode 100644 superset-frontend/plugins/legacy-plugin-chart-country-map/src/countries/saint martin.geojson
 create mode 100644 superset-frontend/plugins/legacy-plugin-chart-country-map/src/countries/venezuela.geojson
 create mode 100644 superset-frontend/src/embedded/api.tsx
 delete mode 100644 superset/examples/echarts_dashboard.py
 create mode 100644 superset/examples/supported_charts_dashboard.py
 copy tests/unit_tests/{fixtures/common.py => databases/commands/validate_tests.py} (77%)