You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by di...@apache.org on 2022/07/14 09:05:01 UTC

[superset] branch chore/color-scheme-updates updated (2e5869cb26 -> d5f5941233)

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

diegopucci pushed a change to branch chore/color-scheme-updates
in repository https://gitbox.apache.org/repos/asf/superset.git


    from 2e5869cb26 Lint
     add 0a316a8ed3 chore(docs): feature flags setting is misleading in docs (#20622)
     add ae306d6d1f feat(HelmChart): Add securityContext on pod level (#20666)
     add 9484600b9a chore(deps): bump moment from 2.29.2 to 2.29.4 in /superset-frontend (#20644)
     add 6ee9be203a chore(deps-dev): bump jsdom from 16.4.0 to 20.0.0 in /superset-frontend (#20649)
     add 7f918a4ec0 fix: annotation broken (#20651)
     add d4b59ff1ea chore(docs): custom and built-in event logging class at the same time (#20098)
     add 8d4994a899 fix: superset-ui/core code coverage (#20676)
     add c795dc23b9 feat: have user go to explore after dataset creation (#19965)
     add ff5b4bc0e4 feat: Reuse Dashboard redux data in Explore (#20668)
     add 5317462b49 Revert "feat: Reuse Dashboard redux data in Explore (#20668)" (#20689)
     add c3ac61271a feat(dashboard): make permalink deterministic (#20632)
     add b1020e3062 chore(explore): Update chart save to use API endpoints (#20498)
     add 19247cc92a Fixes datatable crash when dimension is empty (#20680)
     add effa7d9f58 fix(dashboard): Native filter on the dashboard with multiple tabs is displayed as out of scope (#20693)
     add bd6037ef50 fix(treemap-v2): color scheme not work when there is only one dimension (#20671)
     add acdb271422 fix(line-chart): Formula Annotations on Line Charts are broken (#20687)
     add ec2eb3ddf8 refactor: Renders addSlice in SPA (#20675)
     add 2a705406e1 refactor: Unify shared datasources reducers and actions (#20645)
     add 5510af36cc Save Dataset Modal: (#20691)
     add 415b50cc4c Update elasticsearch.mdx (#20695)
     add 41125a4b83 Added pyodbc (#20598)
     add e6b0141c67 fix(releases): docker build on M1 npm run build fails (#20700)
     add e1ade31987 Update intro.mdx (#20557)
     add 558201c865 fix: "Refresh Dashboard" only refreshes active tab (#20688)
     add 6b0bb80a6d fix: columns are lost when dashboard to explore (#20699)
     add d5f5941233 Merge branch 'master' of https://github.com/apache/superset into chore/color-scheme-updates

No new revisions were added by this update.

Summary of changes:
 RELEASING/Dockerfile.from_local_tarball            |    2 +-
 RELEASING/Dockerfile.from_svn_tarball              |    2 +-
 RELEASING/test_run_tarball.sh                      |    2 +-
 .../creating-your-first-dashboard.mdx              |    2 +-
 docs/docs/databases/elasticsearch.mdx              |    8 +
 docs/docs/databases/sql-server.mdx                 |    7 +
 docs/docs/installation/alerts-reports.mdx          |    2 +-
 docs/docs/installation/cache.mdx                   |    2 +-
 docs/docs/installation/event-logging.mdx           |    4 +-
 docs/docs/installation/sql-templating.mdx          |    2 +-
 docs/docs/intro.mdx                                |    2 +-
 helm/superset/Chart.yaml                           |    2 +-
 helm/superset/templates/deployment-beat.yaml       |    7 +-
 helm/superset/templates/deployment-worker.yaml     |    7 +-
 helm/superset/templates/deployment.yaml            |    7 +-
 helm/superset/templates/init-job.yaml              |    7 +-
 helm/superset/values.schema.json                   |   20 +-
 helm/superset/values.yaml                          |   12 +-
 .../cypress/integration/explore/link.test.ts       |    2 +-
 superset-frontend/package-lock.json                | 1346 +++++++++++++++-----
 superset-frontend/package.json                     |    2 +-
 .../src/sections/annotationsAndLayers.tsx          |    2 +-
 .../superset-ui-chart-controls/src/types.ts        |    3 +
 .../superset-ui-core/src/query/processFilters.ts   |    3 -
 .../src/query/types/AnnotationLayer.ts             |    4 +-
 .../src/query/types/QueryResponse.ts               |    2 +-
 .../test/connection/SupersetClient.test.ts         |   10 +-
 .../test/connection/SupersetClientClass.test.ts    |    3 +-
 .../test/query/processFilters.test.ts              |    8 +
 .../src/MixedTimeseries/transformProps.ts          |   16 +-
 .../src/Timeseries/transformProps.ts               |   16 +-
 .../src/Timeseries/transformers.ts                 |   11 +-
 .../src/Treemap/transformProps.ts                  |    1 +
 .../plugins/plugin-chart-echarts/src/types.ts      |    2 +
 .../plugin-chart-echarts/src/utils/annotation.ts   |   33 +-
 .../plugin-chart-echarts/src/utils/series.ts       |    6 +-
 .../test/Timeseries/transformProps.test.ts         |   88 +-
 .../test/utils/annotation.test.ts                  |   23 +-
 superset-frontend/spec/helpers/reducerIndex.ts     |    2 +-
 .../SqlLab/components/SaveDatasetModal/index.tsx   |    7 +-
 .../src/addSlice/AddSliceContainer.test.tsx        |   20 +-
 .../src/addSlice/AddSliceContainer.tsx             |   31 +-
 superset-frontend/src/addSlice/App.tsx             |   49 -
 superset-frontend/src/addSlice/index.tsx           |   23 -
 .../src/components/Chart/chartReducer.ts           |    4 +-
 superset-frontend/src/constants.ts                 |    4 +
 .../src/dashboard/actions/dashboardState.js        |    2 +-
 .../dashboard/components/gridComponents/Chart.jsx  |    8 +
 .../FiltersConfigModal/FiltersConfigForm/utils.ts  |    4 +-
 superset-frontend/src/dashboard/constants.ts       |    4 +-
 .../src/dashboard/containers/Dashboard.ts          |    2 +-
 .../src/dashboard/containers/DashboardPage.tsx     |    6 +-
 .../src/dashboard/reducers/datasources.ts          |   43 -
 superset-frontend/src/dashboard/types.ts           |    8 +-
 .../fetchDatasourceMetadata.ts}                    |   40 +-
 .../actions.ts}                                    |   51 +-
 .../reducer.ts}                                    |   29 +-
 superset-frontend/src/explore/ExplorePage.tsx      |   81 +-
 .../src/explore/actions/datasourcesActions.test.ts |   85 --
 .../src/explore/actions/exploreActions.ts          |   13 +
 .../src/explore/actions/hydrateExplore.test.ts     |    3 -
 .../src/explore/actions/hydrateExplore.ts          |   16 +-
 .../src/explore/actions/saveModalActions.js        |  165 ++-
 .../src/explore/actions/saveModalActions.test.js   |  292 +++++
 .../explore/components/DataTableControl/index.tsx  |    4 +-
 .../components/ExploreViewContainer/index.jsx      |   13 +-
 .../src/explore/components/SaveModal.test.jsx      |  452 +++----
 .../src/explore/components/SaveModal.tsx           |  131 +-
 .../exploreUtils/getParsedExploreURLParams.ts      |   21 +-
 .../src/hooks/apiResources/dashboards.ts           |    5 +-
 .../src/views/CRUD/chart/ChartList.tsx             |    6 +-
 .../views/CRUD/data/dataset/AddDatasetModal.tsx    |    5 +-
 .../src/views/components/RightMenu.tsx             |   24 +-
 superset-frontend/src/views/routes.tsx             |   10 +
 superset-frontend/src/views/store.ts               |   33 +-
 superset-frontend/webpack.config.js                |    1 -
 superset/dashboards/permalink/commands/create.py   |   17 +-
 superset/key_value/commands/upsert.py              |    4 +-
 superset/key_value/utils.py                        |   11 +-
 superset/templates/superset/add_slice.html         |   35 -
 superset/utils/core.py                             |    5 +-
 superset/views/chart/views.py                      |   14 +-
 .../dashboards/permalink/api_tests.py              |   16 +-
 83 files changed, 2199 insertions(+), 1278 deletions(-)
 delete mode 100644 superset-frontend/src/addSlice/App.tsx
 delete mode 100644 superset-frontend/src/addSlice/index.tsx
 delete mode 100644 superset-frontend/src/dashboard/reducers/datasources.ts
 rename superset-frontend/src/dashboard/{actions/datasources.ts => util/fetchDatasourceMetadata.ts} (57%)
 rename superset-frontend/src/{explore/actions/datasourcesActions.ts => datasource/actions.ts} (52%)
 rename superset-frontend/src/{explore/reducers/datasourcesReducer.ts => datasource/reducer.ts} (68%)
 delete mode 100644 superset-frontend/src/explore/actions/datasourcesActions.test.ts
 create mode 100644 superset-frontend/src/explore/actions/saveModalActions.test.js
 delete mode 100644 superset/templates/superset/add_slice.html