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/react-dnd-14.0.4
in repository https://gitbox.apache.org/repos/asf/superset.git.
discard 0196cf0 chore(deps): bump react-dnd from 11.1.3 to 14.0.4 in
/superset-frontend
add 9ac55d9 fix(build): enable hot reloading of linked packages (#16867)
add b35645c feat: added extraEnvRaw variable to load values from other
secrets (#16219)
add aa74721 feat: Add Private Google Sheets to dynamic form (#16628)
add 2684e85 chore(deps): bump react-dnd from 11.1.3 to 14.0.4 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 (0196cf0)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/superset-frontend/react-dnd-14.0.4 (2684e85)
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:
helm/superset/Chart.yaml | 2 +-
helm/superset/templates/deployment-beat.yaml | 5 +-
helm/superset/templates/deployment-worker.yaml | 5 +-
helm/superset/templates/deployment.yaml | 7 +-
helm/superset/templates/init-job.yaml | 5 +-
helm/superset/values.yaml | 12 +-
superset-frontend/package-lock.json | 46646 ++-----------------
superset-frontend/src/setup/setupColors.ts | 2 +
.../DatabaseModal/DatabaseConnectionForm.tsx | 190 +-
.../CRUD/data/database/DatabaseModal/index.tsx | 100 +-
.../CRUD/data/database/DatabaseModal/styles.ts | 12 +-
.../src/views/CRUD/data/database/types.ts | 9 +
superset-frontend/webpack.config.js | 1 +
superset/databases/api.py | 1 +
superset/databases/schemas.py | 12 +-
superset/db_engine_specs/bigquery.py | 12 +-
superset/db_engine_specs/gsheets.py | 20 +-
superset/models/core.py | 9 +
tests/integration_tests/databases/api_tests.py | 9 +-
tests/unit_tests/db_engine_specs/test_gsheets.py | 6 +-
20 files changed, 4163 insertions(+), 42902 deletions(-)