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

github-bot pushed a change to branch 
dependabot/npm_and_yarn/superset-frontend/eslint-8.17.0
in repository https://gitbox.apache.org/repos/asf/superset.git


 discard 42ad459465 chore(deps-dev): bump eslint from 7.32.0 to 8.17.0 in 
/superset-frontend
     add 86f146e217 feat(explore): Implement viz switcher redesign (#20248)
     add 160e674b90 fix: update connection modal to use existing catalog 
(#20372)
     add ead10401e7 fix: A newly connected database doesn't appear in the 
databases list if user connected database using the 'plus' button (#20363)
     add 3fe53f735e fix: Unable to export multiple Dashboards with the same 
name (#20383)
     add df8bb46ee2 fix(fonts): Show the all the A's in our workspace 
correctly, not funky (#20361)
     add 7c252d7524 feat: adding truncate metric control on timeseries charts 
(#20373)
     add 0a50a9b380 feat: setting limit value when Pie chart switches (#20392)
     add d6f9fb5af1 chore: Removes unused vars (#20194)
     add 1882c6d5cc Remove cache warming documentation (#20269)
     add 498987a1a0 Prevent dataset edit modal closing on click-away in edit 
mode (#20278)
     add ccba5b2f69 chore: add action to welcome new users (#20401)
     add 1665403484 fix(plugin-chart-pivot-table): color weight of Conditional 
formatting metrics not work (#20396)
     add c959d92dd1 feat(plugin-chart-echarts): Support stacking negative and 
positive values (#20408)
     add 11d94ce56c Chinese translation and English translation do not match 
(#20405)
     add 467d8ef89e docs: add Matomo tracking to docs (#20398)
     add a8a6b732e9 adding extra metrics after chart configuration (#20410)
     add fadf0ec5ad Update documentation on updating documentation. (#20400)
     add 12436e47c9 fix key error on permalink fetch for old permalinks (#20414)
     add 998624b1a5 feat: allow setting db UUID (#20412)
     add 41bbf62e58 fix(presto): use correct timespec for presto (#20333)
     add b32288fddf fix(bar-chart-v2): remove marker from bar chart V2 (#20409)
     add fa7f144a68 fix: rm eslint-plugin-translation-vars engine requirement 
(#20420)
     add 19dfbb1506 chore(deps-dev): bump eslint from 7.32.0 to 8.17.0 in 
/superset-frontend

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (42ad459465)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/superset-frontend/eslint-8.17.0 (19dfbb1506)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

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/welcome-new-users.yml            |  25 ++
 CONTRIBUTING.md                                    |  34 +--
 docs/README.md                                     |  34 +--
 docs/docs/installation/cache.mdx                   |  20 --
 docs/docusaurus.config.js                          |  17 +-
 .../static/script/matomo.js                        |  28 ++-
 .../integration/dashboard/nativeFilters.test.ts    |   7 -
 .../cypress/integration/dashboard/save.test.js     |   4 +-
 .../cypress/integration/explore/control.test.ts    |  10 +-
 superset-frontend/package-lock.json                |  50 ++--
 superset-frontend/package.json                     |   2 +-
 .../src/operators/contributionOperator.ts          |   1 +
 .../src/operators/flattenOperator.ts               |   1 +
 .../src/operators/prophetOperator.ts               |   1 +
 .../src/operators/renameOperator.ts                |   7 +-
 .../src/operators/resampleOperator.ts              |   1 +
 .../src/shared-controls/index.tsx                  |   8 +
 .../src/utils/getColorFormatters.ts                |   7 +-
 .../test/operators/renameOperator.test.ts          |  22 ++
 .../test/utils/getColorFormatters.test.ts          |  99 ++++----
 .../src/query/buildQueryContext.ts                 |  36 +--
 .../plugins/plugin-chart-echarts/package.json      |   2 +-
 .../src/MixedTimeseries/controlPanel.tsx           |   9 +
 .../plugin-chart-echarts/src/Pie/controlPanel.tsx  |   4 +-
 .../src/Timeseries/Area/controlPanel.tsx           |   1 +
 .../src/Timeseries/Regular/Bar/controlPanel.tsx    |  35 +--
 .../Timeseries/Regular/Scatter/controlPanel.tsx    |   1 +
 .../src/Timeseries/Regular/controlPanel.tsx        |   1 +
 .../src/Timeseries/Step/controlPanel.tsx           |   1 +
 .../src/Timeseries/controlPanel.tsx                |   1 +
 .../src/Timeseries/transformers.ts                 |   1 +
 .../test/MixedTimeseries/buildQuery.test.ts        |   2 +
 .../components/EstimateQueryCostButton/index.tsx   |   6 -
 .../src/SqlLab/components/SqlEditor/index.jsx      |   3 -
 .../assets/images/icons/area-chart-tile.svg}       |   2 +-
 .../src/assets/images/icons/bar-chart-tile.svg     |  21 ++
 .../assets/images/icons/big-number-chart-tile.svg} |   5 +-
 .../assets/images/icons/current-rendered-tile.svg  |  21 ++
 .../src/assets/images/icons/line-chart-tile.svg    |  21 ++
 .../src/assets/images/icons/pie-chart-tile.svg     |  28 +++
 .../src/assets/images/icons/table-chart-tile.svg   |  28 +++
 .../src/components/Datasource/DatasourceEditor.jsx |   3 +
 .../src/components/Datasource/DatasourceModal.tsx  |   3 +
 superset-frontend/src/components/Icons/index.tsx   |   7 +
 superset-frontend/src/components/Modal/Modal.tsx   |   1 +
 .../components/SliceHeaderControls/index.tsx       |   1 -
 .../FiltersConfigModal/FilterTitleContainer.tsx    |  30 ---
 .../explore/components/ControlPanelsContainer.tsx  |   2 -
 .../controls/VizTypeControl/FastVizSwitcher.tsx    | 253 +++++++++++++++++++++
 .../VizTypeControl/VizTypeControl.test.jsx         |   1 +
 .../VizTypeControl/VizTypeControl.test.tsx         | 193 +++++++++++++---
 .../components/controls/VizTypeControl/index.tsx   |  97 ++++----
 .../src/explore/controlPanels/sections.tsx         |   2 +-
 .../src/explore/reducers/exploreReducer.js         |   4 +-
 .../filters/components/TimeColumn/buildQuery.ts    |   2 +-
 superset-frontend/src/middleware/asyncEvent.ts     |   6 +-
 superset-frontend/src/utils/downloadAsImage.ts     |   3 +-
 .../data/database/DatabaseModal/SqlAlchemyForm.tsx |   2 -
 .../CRUD/data/database/DatabaseModal/index.tsx     |   6 +-
 .../src/views/CRUD/data/query/QueryList.tsx        |   2 +-
 .../views/CRUD/data/savedquery/SavedQueryList.tsx  |   1 -
 .../src/views/components/Menu.test.tsx             |   6 +
 .../src/views/components/MenuRight.tsx             |  50 +++-
 .../eslint-plugin-translation-vars/package.json    |   4 -
 superset/dashboards/commands/export.py             |   2 +-
 superset/databases/schemas.py                      |   1 +
 superset/db_engine_specs/presto.py                 |   2 +-
 superset/explore/permalink/commands/get.py         |   9 +-
 superset/explore/permalink/types.py                |   6 +-
 superset/translations/zh/LC_MESSAGES/messages.po   |  30 +--
 .../integration_tests/dashboards/commands_tests.py |  14 +-
 .../explore/permalink/commands_tests.py            | 172 ++++++++++++++
 tests/unit_tests/conftest.py                       |  20 ++
 tests/unit_tests/databases/api_test.py             |  53 +++++
 tests/unit_tests/db_engine_specs/test_presto.py    |   6 +-
 tests/unit_tests/importexport/api_test.py          |  70 +++---
 76 files changed, 1202 insertions(+), 469 deletions(-)
 create mode 100644 .github/workflows/welcome-new-users.yml
 copy superset-frontend/cypress-base/applitools.config.js => 
docs/static/script/matomo.js (60%)
 copy 
superset-frontend/{packages/superset-ui-chart-controls/src/components/ColumnTypeLabel/type-icons/field_boolean.svg
 => src/assets/images/icons/area-chart-tile.svg} (53%)
 create mode 100644 superset-frontend/src/assets/images/icons/bar-chart-tile.svg
 copy 
superset-frontend/{packages/superset-ui-chart-controls/src/components/ColumnTypeLabel/type-icons/field_num.svg
 => src/assets/images/icons/big-number-chart-tile.svg} (60%)
 create mode 100644 
superset-frontend/src/assets/images/icons/current-rendered-tile.svg
 create mode 100644 
superset-frontend/src/assets/images/icons/line-chart-tile.svg
 create mode 100644 superset-frontend/src/assets/images/icons/pie-chart-tile.svg
 create mode 100644 
superset-frontend/src/assets/images/icons/table-chart-tile.svg
 create mode 100644 
superset-frontend/src/explore/components/controls/VizTypeControl/FastVizSwitcher.tsx
 create mode 100644 tests/integration_tests/explore/permalink/commands_tests.py
 create mode 100644 tests/unit_tests/databases/api_test.py

Reply via email to