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


    omit 14063e02a2 chore(deps): bump express in 
/superset-websocket/utils/client-ws-app
     add 4e33235020 chore: Verify edit permission for Horizontal filter bar 
(#21990)
     add 429f246f7a refactor: clean up codes (#22002)
     add ba65f66897 fix: Change downloadAsImage to use Superset theme (#22011)
     add 4cbd70db34 fix: Revert shared controls typing change. (#22014)
     add 97e3e790a3 feat: Adds the DropdownContainer component (#21974)
     add d52d72ce64 refactor: Feature flags getter (#22015)
     add 68e8b00cde feat(dashboard): Support changing filter bar location 
(#22004)
     add 6bbf4f8718 fix: JSON serializers (#22029)
     add 5e1eecb3e7 chore(dataset): enable reload for schema and table (#22032)
     add 9b6322b640 fix(native-filters): panels are collapsed when switch 
native filters (#21976)
     add b040211970 feat: Adds more customization properties to 
DropdownContainer (#22031)
     add 7d1df3b78d feat: Improves SafeMarkdown HTML sanitization (#21895)
     add 5fa8220054 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   (14063e02a2)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/superset-websocket/utils/client-ws-app/express-4.18.2
 (5fa8220054)

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:
 UPDATING.md                                        |    1 +
 .../cypress/integration/dashboard/editmode.test.ts |    2 +-
 superset-frontend/package-lock.json                | 2145 ++++++++++++++++----
 superset-frontend/package.json                     |    1 -
 .../superset-ui-chart-controls/src/types.ts        |    2 +-
 .../packages/superset-ui-core/package.json         |   48 +-
 .../src/components/SafeMarkdown.tsx                |   54 +-
 .../superset-ui-core/src/utils/featureFlags.ts     |    9 +-
 .../test/utils/featureFlag.test.ts                 |   47 +-
 .../src/controlPanel.ts                            |    5 +-
 .../spec/helpers/{shim.ts => shim.tsx}             |    6 +
 .../src/addSlice/AddSliceContainer.tsx             |   11 +-
 .../src/components/DatabaseSelector/index.tsx      |    2 +-
 .../DropdownContainer.stories.tsx                  |  108 +
 .../src/components/DropdownContainer/index.tsx     |  294 +++
 .../src/components/Select/AsyncSelect.tsx          |    9 +-
 superset-frontend/src/components/Select/Select.tsx |    9 +-
 superset-frontend/src/components/Select/styles.tsx |   40 +-
 superset-frontend/src/components/Select/types.ts   |    4 +
 .../src/components/TableSelector/index.tsx         |    2 +-
 .../src/dashboard/actions/dashboardInfo.ts         |   68 +-
 .../src/dashboard/actions/dashboardState.js        |    2 +-
 superset-frontend/src/dashboard/actions/hydrate.js |    3 +
 .../components/gridComponents/Markdown.jsx         |    8 +
 .../components/gridComponents/Markdown.test.jsx    |   12 +-
 .../FilterBar/ActionButtons/index.tsx              |    6 +-
 .../nativeFilters/FilterBar/FilterBar.test.tsx     |    8 +-
 .../FilterBarLocationSelect.test.tsx               |  175 ++
 .../FilterBar/FilterBarLocationSelect/index.tsx    |   80 +
 .../nativeFilters/FilterBar/Header/index.tsx       |   28 +-
 .../FiltersConfigForm/FiltersConfigForm.tsx        |    2 +-
 .../src/dashboard/reducers/dashboardInfo.js        |   10 +-
 superset-frontend/src/dashboard/types.ts           |    6 +
 .../src/dashboard/util/permissionUtils.test.ts     |    2 +-
 .../src/dashboard/util/permissionUtils.ts          |    2 +-
 .../src/explore/components/SaveModal.tsx           |   13 +-
 .../controls/DateFilterControl/DateFilterLabel.tsx |   11 +-
 .../components/controls/DateFilterControl/index.ts |    7 +-
 .../components/controls/DateFilterControl/types.ts |    3 -
 .../controls/DateFilterControl/utils/constants.ts  |    7 +-
 .../filters/components/Time/TimeFilterPlugin.tsx   |    2 -
 superset-frontend/src/types/Dashboard.ts           |    2 -
 superset-frontend/src/utils/common.js              |   13 -
 superset-frontend/src/utils/downloadAsImage.ts     |   10 +-
 .../src/visualizations/presets/MainPreset.js       |    2 +-
 superset-frontend/webpack.config.js                |    2 +-
 superset/config.py                                 |   22 +
 superset/dashboards/schemas.py                     |    1 +
 .../configs/dashboards/Slack_Dashboard.yaml        |  187 +-
 superset/models/core.py                            |   11 +-
 superset/utils/core.py                             |   76 +-
 superset/views/base.py                             |    2 +
 tests/integration_tests/utils_tests.py             |   33 +-
 53 files changed, 2913 insertions(+), 702 deletions(-)
 rename superset-frontend/spec/helpers/{shim.ts => shim.tsx} (92%)
 create mode 100644 
superset-frontend/src/components/DropdownContainer/DropdownContainer.stories.tsx
 create mode 100644 superset-frontend/src/components/DropdownContainer/index.tsx
 create mode 100644 
superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterBarLocationSelect/FilterBarLocationSelect.test.tsx
 create mode 100644 
superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterBarLocationSelect/index.tsx

Reply via email to