This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch dependabot/npm_and_yarn/docs/lodash-4.17.21
in repository https://gitbox.apache.org/repos/asf/superset.git.
discard bd4dfba build(deps): bump lodash from 4.17.19 to 4.17.21 in /docs
add 7a21f9a chore: Disable comment logging for ephemeral envs (#15156)
add e2abf59 feat(Explore): add sort to edit dataset modal (#14872)
add 98ec365 feat(webpack): configure publicPath via ASSET_BASE_URL env
var (#15105)
add 90d9097 fix: validate DB-specific parameters (#15155)
add b3c1979 chore: Scrolls top when opening a select filter (#15141)
add 9ba2983 chore: Bump plugin-chart-pivot-table to 0.17.57 (#15168)
add ef9e2eb build(deps): bump lodash from 4.17.19 to 4.17.21 in /docs
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 (bd4dfba)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/docs/lodash-4.17.21 (ef9e2eb)
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/CODEOWNERS | 6 +-
.github/workflows/ephemeral-env.yml | 1 -
superset-frontend/package-lock.json | 60 ++++++------
superset-frontend/package.json | 4 +-
superset-frontend/src/CRUD/CollectionTable.tsx | 105 +++++++++++++++++++--
.../src/datasource/DatasourceEditor.jsx | 2 +
.../components/Select/SelectFilterPlugin.tsx | 19 +++-
superset-frontend/webpack.config.js | 3 +-
superset/databases/api.py | 15 ++-
superset/databases/schemas.py | 54 ++++++-----
superset/db_engine_specs/bigquery.py | 8 +-
tests/databases/api_tests.py | 94 ++++++++++++++++--
12 files changed, 295 insertions(+), 76 deletions(-)