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/10/31 17:22:00 UTC

[superset] branch dependabot/npm_and_yarn/superset-websocket/utils/client-ws-app/express-4.18.2 updated (6593521f95 -> 524c50766c)

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

github-bot pushed a change to branch dependabot/npm_and_yarn/superset-websocket/utils/client-ws-app/express-4.18.2
in repository https://gitbox.apache.org/repos/asf/superset.git


 discard 6593521f95 chore(deps): bump express in /superset-websocket/utils/client-ws-app
     add 203b289021 feat(bigquery): Custom message when Service Account doesnt have the correct Roles and Permissions (#21838)
     add edce579047 feat(dashboard): Move dashboard auto refresh intervals options to config (#21924)
     add 2d5ee4faaa docs(athena): add assuming IAM role with PyAthena (#21951)
     add 95b43238a0 fix(dashboard): Remove bar at bottom of dashboard edit sidebar (#21807)
     add 7e3e13321b fix: Most common flaky Cypress tests (#21941)
     add 06da7bf65c feat(helm): Support for flower and websocket containers (#21806)
     add fb8231b50c fix(sqllab): wiped out unsaved changes by delayed actions (#21877)
     add 9d25453425 fix(explore): Chart save modal displays error instead of failing silently (#21920)
     add 102909e004 fix: small bump to shillelagh (#21953)
     add 3c7a081281 fix(explore): Small changes in metadata bar copy and tooltip placement (#21952)
     add 7f563cf92d chore: Remove several React app console warnings and errors v2 (#21725)
     add d3f930a557 fix: add form data for empty state control to save dataset (#21944)
     add d1807db041 fix: Adds logging for SPA route navigation with React router (#21960)
     add 33fc57854d fix: error_parsing (#21946)
     add efefb66c2d chore: bump pyathena and related packages (#21958)
     add ae9a30b37c build(helm): Helm-docs + fix Helm chart release (#21963)
     add 3ea8f20f71 fix: bump expected npm version in superset-websocket (#21973)
     add bf001931c8 perf(native-filters): improve native filter modal form performance (#21821)
     add 66f166be0f perf(native-filters): reduce the re-rendering of native filter modal (#21781)
     add c9470cac91 fix: dashboard api cache decorator (#21964)
     add a02a778cc3 feat(reports): execute as other than selenium user (#21931)
     add 7f78778792 refactor: return initial exception and check if it's user error (#21836)
     add 3bb9187797 fix: invalid float number format by json-bigint (#21968)
     add 524c50766c chore(deps): bump express in /superset-websocket/utils/client-ws-app

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   (6593521f95)
            \
             N -- N -- N   refs/heads/dependabot/npm_and_yarn/superset-websocket/utils/client-ws-app/express-4.18.2 (524c50766c)

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-helm-lint.yml           |   1 +
 .github/workflows/superset-helm-release.yml        |   7 +-
 .github/workflows/superset-python-misc.yml         |  19 +-
 .markdownlint.json                                 |   4 +
 .pre-commit-config.yaml                            |   9 +-
 docs/docs/databases/athena.mdx                     |   8 +
 docs/docs/installation/alerts-reports.mdx          |  28 +-
 helm/superset/Chart.lock                           |   9 +
 helm/superset/Chart.yaml                           |  25 +-
 helm/superset/README.md                            | 249 ++++++++
 helm/superset/README.md.gotmpl                     |  40 ++
 helm/superset/templates/deployment-beat.yaml       |  42 +-
 ...deployment-beat.yaml => deployment-flower.yaml} | 104 +--
 helm/superset/templates/deployment-worker.yaml     |  50 +-
 helm/superset/templates/deployment-ws.yaml         | 138 ++++
 helm/superset/templates/deployment.yaml            |  66 +-
 helm/superset/templates/ingress.yaml               |  15 +-
 helm/superset/templates/init-job.yaml              |  12 +-
 ...{secret-superset-config.yaml => secret-ws.yaml} |  19 +-
 helm/superset/templates/service.yaml               |  58 ++
 helm/superset/values.schema.json                   | 700 ---------------------
 helm/superset/values.yaml                          | 433 ++++++++++---
 lintconf.yaml                                      |   8 +-
 requirements/base.txt                              |  15 +-
 requirements/development.txt                       |   2 +
 requirements/testing.txt                           |   2 +
 setup.py                                           |   7 +-
 .../cypress/integration/chart_list/list.test.ts    |   3 +-
 .../cypress/integration/dashboard/editmode.test.ts |  16 +-
 .../integration/dashboard/nativeFilters.test.ts    |  14 +-
 .../integration/explore/advanced_analytics.test.ts |   9 +-
 .../cypress/integration/explore/chart.test.js      |   4 +-
 .../cypress/integration/explore/control.test.ts    |  16 +-
 .../cypress/integration/explore/utils.ts           |  17 +-
 .../cypress/integration/sqllab/tabs.test.ts        |   4 +-
 superset-frontend/package-lock.json                |  94 +--
 superset-frontend/package.json                     |   5 +-
 .../packages/superset-ui-core/package.json         |   2 +-
 .../src/connection/callApi/parseResponse.ts        |   2 +-
 .../test/connection/callApi/parseResponse.test.ts  |  13 +-
 .../SqlLab/components/SaveDatasetModal/index.tsx   |   9 +-
 superset-frontend/src/SqlLab/reducers/sqlLab.js    |  49 +-
 .../src/SqlLab/reducers/sqlLab.test.js             |  26 +-
 .../Chart/DrillDetail/DrillDetailPane.tsx          |   4 +-
 .../src/components/FilterableTable/index.tsx       |   2 +-
 .../src/components/ListView/Filters/index.tsx      |   7 +-
 superset-frontend/src/components/ListView/types.ts |   1 +
 .../src/components/ListViewCard/index.tsx          |  20 +-
 .../src/components/MetadataBar/MetadataBar.tsx     |  17 +-
 .../BuilderComponentPane.test.tsx                  |   2 +-
 .../components/BuilderComponentPane/index.tsx      | 158 ++---
 .../src/dashboard/components/Dashboard.jsx         |   2 +-
 .../DashboardBuilder/DashboardBuilder.tsx          |   7 +-
 .../src/dashboard/components/DashboardGrid.jsx     |   4 +-
 .../dashboard/components/Header/Header.test.tsx    |   7 +-
 .../HeaderActionsDropdown.test.tsx                 |   7 +-
 .../Header/HeaderActionsDropdown/index.jsx         |  26 +-
 .../src/dashboard/components/Header/index.jsx      |  23 +-
 .../dashboard/components/PublishedStatus/index.jsx |   6 +-
 .../components/RefreshIntervalModal.test.tsx       |  17 +-
 .../dashboard/components/RefreshIntervalModal.tsx  |  29 +-
 .../src/dashboard/components/SliceAdder.jsx        |  59 +-
 .../src/dashboard/components/SliceAdder.test.jsx   |  12 +-
 .../src/dashboard/components/SliceHeader/index.tsx |   1 -
 .../src/dashboard/components/dnd/DragDroppable.jsx |   4 +-
 .../dashboard/components/gridComponents/Chart.jsx  |   6 +-
 .../dashboard/components/gridComponents/Tabs.jsx   |   6 +-
 .../FilterBar/FilterConfigurationLink/index.tsx    |  28 +-
 .../nativeFilters/FilterBar/Header/index.tsx       |   6 +-
 .../FiltersConfigModal/FilterConfigPane.test.tsx   |   8 -
 .../FiltersConfigModal/FilterConfigurePane.tsx     |  56 +-
 .../FiltersConfigForm/FiltersConfigForm.tsx        |   9 +-
 .../FiltersConfigModal/FiltersConfigForm/utils.ts  |   8 +-
 .../FiltersConfigModal/FiltersConfigModal.test.tsx |   3 +-
 .../FiltersConfigModal/FiltersConfigModal.tsx      | 235 ++++---
 .../FiltersConfigModal/NativeFiltersModal.test.tsx |   2 +-
 .../dashboard/stylesheets/builder-sidepane.less    | 132 ----
 .../src/dashboard/stylesheets/index.less           |   1 -
 .../src/dashboard/util/propShapes.jsx              |  14 +-
 superset-frontend/src/explore/ExplorePage.tsx      |   9 +-
 .../src/explore/actions/exploreActions.ts          |   6 +
 .../src/explore/actions/hydrateExplore.test.ts     |   4 +
 .../src/explore/actions/hydrateExplore.ts          |  10 +-
 .../src/explore/actions/saveModalActions.js        |   6 +
 .../ExploreChartHeader/ExploreChartHeader.test.tsx |  42 +-
 .../components/ExploreChartHeader/index.jsx        |  46 +-
 .../components/ExploreViewContainer/index.jsx      |  49 +-
 .../src/explore/components/SaveModal.tsx           | 175 +++---
 .../controls/MetricControl/savedMetricType.js      |   4 +-
 .../explore/components/controls/SelectControl.jsx  |   2 +-
 .../src/explore/reducers/exploreReducer.js         |   6 +
 .../src/explore/reducers/saveModalReducer.js       |   3 +
 superset-frontend/src/explore/types.ts             |   3 +
 superset-frontend/src/logger/LogUtils.ts           |   1 +
 .../src/middleware/loggerMiddleware.js             |   4 +-
 .../src/utils/DebouncedMessageQueue.js             |   4 +-
 superset-frontend/src/views/App.tsx                |  11 +-
 .../src/views/CRUD/alert/AlertList.tsx             |   4 +
 .../CRUD/annotationlayers/AnnotationLayersList.tsx |   2 +
 .../src/views/CRUD/chart/ChartList.tsx             |   8 +
 .../views/CRUD/csstemplates/CssTemplatesList.tsx   |   2 +
 .../src/views/CRUD/dashboard/DashboardList.tsx     |   6 +
 .../src/views/CRUD/data/database/DatabaseList.tsx  |   3 +
 .../src/views/CRUD/data/dataset/DatasetList.tsx    |   6 +
 .../src/views/CRUD/data/query/QueryList.tsx        |   5 +
 .../views/CRUD/data/savedquery/SavedQueryList.tsx  |   3 +
 superset-websocket/package.json                    |   2 +-
 superset/config.py                                 |  32 +
 superset/dashboards/api.py                         |  12 +-
 superset/databases/api.py                          |   6 +-
 superset/databases/commands/create.py              |   8 +
 superset/databases/commands/test_connection.py     |  17 +-
 superset/db_engine_specs/bigquery.py               |  13 +-
 superset/reports/commands/exceptions.py            |   4 +-
 superset/reports/commands/execute.py               |  53 +-
 superset/reports/types.py                          |  10 +
 superset/reports/utils.py                          |  71 +++
 superset/sqllab/command.py                         |  34 +-
 superset/utils/core.py                             |   1 -
 superset/utils/machine_auth.py                     |   8 +-
 superset/utils/screenshots.py                      |  16 +-
 superset/utils/webdriver.py                        |  12 +-
 superset/views/base.py                             |   1 +
 tests/integration_tests/databases/api_tests.py     |  54 +-
 .../integration_tests/databases/commands_tests.py  |   5 +-
 .../db_engine_specs/bigquery_tests.py              |   4 +-
 .../commands/execute_dashboard_report_tests.py     |   2 +-
 tests/integration_tests/reports/commands_tests.py  |  92 ++-
 tests/integration_tests/reports/scheduler_tests.py |  33 +-
 tests/integration_tests/reports/utils.py           |  67 +-
 tests/unit_tests/notifications/email_tests.py      |   1 -
 .../unit_tests/reports}/__init__.py                |   0
 tests/unit_tests/reports/test_utils.py             | 178 ++++++
 133 files changed, 2528 insertions(+), 1914 deletions(-)
 create mode 100644 .markdownlint.json
 create mode 100644 helm/superset/Chart.lock
 create mode 100644 helm/superset/README.md
 create mode 100644 helm/superset/README.md.gotmpl
 copy helm/superset/templates/{deployment-beat.yaml => deployment-flower.yaml} (51%)
 create mode 100644 helm/superset/templates/deployment-ws.yaml
 copy helm/superset/templates/{secret-superset-config.yaml => secret-ws.yaml} (70%)
 delete mode 100644 helm/superset/values.schema.json
 delete mode 100644 superset-frontend/src/dashboard/stylesheets/builder-sidepane.less
 create mode 100644 superset/reports/utils.py
 copy {superset/advanced_data_type => tests/unit_tests/reports}/__init__.py (100%)
 create mode 100644 tests/unit_tests/reports/test_utils.py