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/semver-5.7.2
in repository https://gitbox.apache.org/repos/asf/superset.git
omit 447736fac2 build(deps): bump semver from 5.7.1 to 5.7.2 in
/superset-frontend
add 65291a00c6 chore: Drop rouge constraints and tables (#24629)
add 0efb88479e fix: Validation of out of scope filters and interaction
with Clear All (#24610)
add bbffc4c1f8 fix: Incorrect initial global scoping of cross filters
(#24642)
add 2e4d9f2e2a fix: Ensure config is a dict in cross filters scope
migration (#24661)
add 4caf33b41d fix: Chart can be added to dashboard by non-owner via save
as option (#24630)
add 7476f7af73 docs(databases): correct the way of using use environment
variables (#24633)
add cbf39650d0 chore: Re-enable some GitHub action workflows in draft mode
(#24626)
add 2d2a76a8ac build(deps): bump winston from 3.9.0 to 3.10.0 in
/superset-websocket (#24659)
add 8c6f5fe1d3 build(deps): bump trim and @superset-ui/core in
/superset-frontend/cypress-base (#24656)
add 057539037b build(deps): bump semver from 6.3.0 to 6.3.1 in
/superset-frontend/cypress-base (#24655)
add 7aa9f35808 build(deps): bump semver from 6.3.0 to 6.3.1 in
/superset-websocket (#24654)
new bbd73d1982 build(deps): bump semver from 5.7.1 to 5.7.2 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 (447736fac2)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/superset-frontend/semver-5.7.2 (bbd73d1982)
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.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.github/workflows/docker-release.yml | 1 -
.github/workflows/docker.yml | 1 -
.github/workflows/embedded-sdk-test.yml | 1 -
.github/workflows/superset-cli.yml | 1 -
.github/workflows/superset-e2e.yml | 1 -
.github/workflows/superset-frontend.yml | 1 -
.../workflows/superset-python-integrationtest.yml | 3 -
.github/workflows/superset-python-misc.yml | 3 -
.github/workflows/superset-python-presto-hive.yml | 2 -
.github/workflows/superset-python-unittest.yml | 1 -
.github/workflows/superset-translations.yml | 2 -
.github/workflows/superset-websocket.yml | 1 -
docs/docs/databases/extra-settings.mdx | 6 +-
superset-frontend/cypress-base/package-lock.json | 2502 ++++++++++++++------
superset-frontend/cypress-base/package.json | 2 +-
.../FilterBar/FilterControls/FilterControl.tsx | 13 +-
.../FilterBar/FilterControls/FilterValue.tsx | 11 +-
.../FilterBar/FilterControls/types.ts | 1 +
.../components/nativeFilters/FilterBar/index.tsx | 27 +-
.../dashboard/components/nativeFilters/state.ts | 2 +-
.../src/dashboard/util/crossFilters.test.ts | 84 +-
.../src/dashboard/util/crossFilters.ts | 9 +-
.../src/explore/components/SaveModal.test.jsx | 2 +-
.../src/explore/components/SaveModal.tsx | 17 +-
superset-websocket/package-lock.json | 86 +-
superset-websocket/package.json | 2 +-
superset/charts/api.py | 5 +
superset/charts/commands/create.py | 5 +
superset/charts/commands/exceptions.py | 4 +
...-41_4ea966691069_cross_filter_global_scoping.py | 4 +
...2a3124dd66_drop_rouge_constraints_and_tables.py | 69 +
tests/integration_tests/charts/api_tests.py | 33 +-
32 files changed, 2076 insertions(+), 826 deletions(-)
create mode 100644
superset/migrations/versions/2023-07-07_20-06_f92a3124dd66_drop_rouge_constraints_and_tables.py