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

[superset] branch dependabot/npm_and_yarn/superset-frontend/emotion/react-11.7.1 updated (1772d9d -> b0aa11e)

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/emotion/react-11.7.1
in repository https://gitbox.apache.org/repos/asf/superset.git.


 discard 1772d9d  chore(deps): bump @emotion/react in /superset-frontend
     add b7707e8  feat: bypass cache on screenshots for alerts (#17695)
     add c49545a  fix: dataset extra import/export (#17740)
     add d2ed1b7  chore: Help user to find the input fields in the dataset editor (#17824)
     add 30c0459  fix: extra column in metrics (#17784)
     add cb0b7a2  corrected misspelling in percent_metrics (#17856)
     add 2cd8054  feat: add force option to report screenshots (#17853)
     add 9baeafe  feat: configure force_screenshot (#17855)
     add 52f5dcb  fix(deckgl): deckgl unable to load map (#17851)
     add f8a65f8  Update UPDATING.md (#17717)
     add c6c4143  fix: show SCHEDULED_QUERIES when defined (#17854)
     add ef57bd1  fix: failed mypy (#17886)
     add 886e4ef  fix: tests can failed on different order executions (#17885)
     add 8ebec60  fix: Removes duplicated import in dashboard filter state tests (#17887)
     add 4954d52  ci: make presto hive tests to cover only chartData and sqljson (#17782)
     add 07998fe  fix(explore): simple tab content input problem (#17872)
     add 6e59a51  bump gunicorn 20.1.0 (#17894)
     add 6991417  feat: Helm - custom service account creation and management (#17880)
     add e0bd937  Compile translations (#17877)
     add 48d5dc1  fix(helm): service account apiVersion indent (#17920)
     add eff4d38  fix(cypress): flake cypress test case (#17918)
     add cac704d  chore: fix misspelling of button (#17924)
     add de3d397  fix: process color scheme configs correctly (#17786)
     add 4479fc9  fix: force_screenshot migration (#17928)
     add 97a78d3  refactor(storybok): upgrade to webpack5 in storybook of plugins (#17909)
     add ceecc70  chore: remove unused eslintrc (#17860)
     add 9e69940  feat: Update query states to use spinner vs. progress bar (#17804)
     add f75908b  Fixed spelling error (#17942)
     add 79b6dc2  fix: package.json local file dependencies (#17957)
     add b0aa11e  chore(deps): bump @emotion/react 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   (1772d9d)
            \
             N -- N -- N   refs/heads/dependabot/npm_and_yarn/superset-frontend/emotion/react-11.7.1 (b0aa11e)

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/superset-python-misc.yml         |    5 +-
 .github/workflows/superset-python-presto-hive.yml  |    4 +-
 CONTRIBUTING.md                                    |    2 +-
 Dockerfile                                         |    3 +-
 UPDATING.md                                        |    1 +
 helm/superset/Chart.yaml                           |    2 +-
 helm/superset/templates/_helpers.tpl               |   11 +
 helm/superset/templates/deployment-worker.yaml     |    4 +-
 helm/superset/templates/deployment.yaml            |    4 +-
 helm/superset/templates/init-job.yaml              |    3 +
 ...onfigmap-superset.yaml => service-account.yaml} |   23 +-
 helm/superset/values.yaml                          |    5 +
 requirements/base.txt                              |    2 +-
 scripts/python_tests.sh                            |    3 +-
 setup.py                                           |    2 +-
 superset-frontend/.eslintrc.js                     |   72 +-
 superset-frontend/.prettierignore                  |    1 +
 .../cypress/integration/explore/control.test.ts    |    6 +-
 .../cypress-base/cypress/plugins/index.js          |    1 +
 superset-frontend/package-lock.json                | 1882 +-------------------
 superset-frontend/package.json                     |   59 +-
 .../packages/superset-ui-core/src/color/index.ts   |    4 +
 .../chart/components/ChartDataProvider.test.tsx    |    6 +-
 .../test/chart/components/MockChartPlugins.tsx     |    3 +-
 .../components/createLoadableRenderer.test.tsx     |    2 +-
 .../packages/superset-ui-demo/.storybook/main.js   |   79 +-
 .../stories/plugins/plugin-chart-table/testData.ts |    7 +-
 .../superset-ui-chart/ChartDataProviderStories.tsx |    2 +-
 .../superset-ui-chart/SuperChartStories.tsx        |    2 +-
 .../superset-ui-connection/ConnectionStories.tsx   |    2 +-
 .../packages/superset-ui-demo/tsconfig.json        |    1 +
 .../src/countries.ts                               |   93 +-
 .../src/geojson.d.ts                               |    2 +-
 .../legacy-plugin-chart-map-box/package.json       |    1 -
 .../legacy-preset-chart-deckgl/package.json        |    5 +-
 .../src/DeckGLContainer.jsx                        |    1 -
 .../SqlLab/components/ResultSet/ResultSet.test.jsx |   18 +
 .../src/SqlLab/components/ResultSet/index.tsx      |    9 +-
 superset-frontend/src/chart/Chart.jsx              |    6 +-
 superset-frontend/src/common/components/.eslintrc  |   34 -
 superset-frontend/src/components/.eslintrc         |   34 -
 .../src/components/Datasource/DatasourceEditor.jsx |   34 +-
 .../Datasource/DatasourceEditor.test.jsx           |    9 +-
 .../src/components/ReportModal/index.tsx           |    2 +
 superset-frontend/src/dashboard/.eslintrc          |   31 -
 .../components/gridComponents/ChartHolder.jsx      |    3 +-
 .../src/explore/components/ExploreChartPanel.jsx   |    4 +-
 .../explore/components/ExploreViewContainer.jsx    |    8 +-
 .../index.tsx                                      |    4 +-
 .../explore/exploreUtils/getExploreLongUrl.test.ts |   19 +-
 .../src/explore/exploreUtils/index.js              |   16 +-
 .../src/explore/reducers/getInitialState.ts        |    1 +
 superset-frontend/src/middleware/asyncEvent.ts     |   25 +-
 superset-frontend/src/setup/setupColors.ts         |   19 +-
 .../src/views/CRUD/alert/AlertReportModal.tsx      |   53 +-
 superset-frontend/src/views/CRUD/alert/types.ts    |    1 +
 superset-frontend/webpack.config.js                |   13 +-
 superset/datasets/commands/export.py               |    2 +-
 superset/datasets/commands/importers/v1/utils.py   |    5 +-
 superset/datasets/schemas.py                       |   42 +-
 ...a3ff_add_force_screenshot_to_alerts_reports.py} |   54 +-
 superset/models/reports.py                         |    3 +
 superset/reports/api.py                            |    2 +
 superset/reports/commands/execute.py               |   14 +-
 superset/reports/schemas.py                        |    2 +
 .../fab_overrides/list_with_checkboxes.html        |    2 +-
 superset/translations/messages.pot                 |    2 +-
 superset/utils/async_query_manager.py              |    4 +-
 superset/utils/core.py                             |    2 +-
 superset/utils/webdriver.py                        |    6 -
 superset/views/base.py                             |    1 +
 superset/views/core.py                             |    2 +
 tests/integration_tests/charts/data/api_tests.py   |   23 +-
 .../dashboards/filter_state/api_tests.py           |    1 -
 tests/integration_tests/datasets/commands_tests.py |    5 +-
 tests/integration_tests/fixtures/importexport.py   |    2 +-
 tests/integration_tests/reports/commands_tests.py  |  107 +-
 tests/integration_tests/reports/utils.py           |    2 +
 tests/integration_tests/sqllab_tests.py            |    1 +
 tests/unit_tests/datasets/commands/export_test.py  |   12 +-
 .../datasets/commands/importers/v1/import_test.py  |   41 +-
 81 files changed, 664 insertions(+), 2321 deletions(-)
 copy helm/superset/templates/{configmap-superset.yaml => service-account.yaml} (61%)
 mode change 100644 => 100755
 delete mode 100644 superset-frontend/src/common/components/.eslintrc
 delete mode 100644 superset-frontend/src/components/.eslintrc
 delete mode 100644 superset-frontend/src/dashboard/.eslintrc
 copy superset/migrations/versions/{130915240929_is_sqllab_viz_flow.py => bb38f40aa3ff_add_force_screenshot_to_alerts_reports.py} (52%)