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/d3-scale-4.0.2
in repository https://gitbox.apache.org/repos/asf/superset.git.
discard e810397 chore(deps): bump d3-scale from 2.1.2 to 4.0.2 in
/superset-frontend
add 0f16177 fix(native-filters): ignore unset filter box time range
(#16854)
add 8ad03c4 chore: Select component refactoring - FilterControl -
Iteration 5 (#15777)
add 913df18 chore: Select component refactoring - MetricControl -
Iteration 5 (#16423)
add e40ff3a chore: Select component refactoring - DndColumnSelectControl
- Iteration 5 (#16440)
add ab9f8cb chore: Select component refactoring - PropertiesModal -
Iteration 5 (#16445)
add 271ec6e chore: Select component refactoring - SaveModal - Iteration 5
(#16446)
add 667b88c chore: Select component refactoring - TimeSeriesColumnControl
- Iteration 5 (#16442)
add d3f6145 fix(dashboard): Fill form with the latest values when undo in
native filters (#16851)
add 6daf37b move repro steps to front (#16819)
add 27a40d2 chore: Upgrades Storybook to version 6.3.8 to make it
compatible with Webpack 5 (#16857)
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 07b90ad chore(deps): bump d3-scale from 2.1.2 to 4.0.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 (e810397)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/superset-frontend/d3-scale-4.0.2 (07b90ad)
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/ISSUE_TEMPLATE/bug_report.md | 13 +-
CONTRIBUTING.md | 2 +-
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/.storybook/main.js | 6 +-
superset-frontend/.storybook/preview.jsx | 19 +-
.../integration/dashboard/nativeFilters.test.ts | 4 +-
.../integration/explore/AdhocFilters.test.ts | 2 +-
.../integration/explore/AdhocMetrics.test.ts | 8 +-
.../cypress/integration/explore/link.test.ts | 16 +-
.../explore/visualizations/line.test.ts | 6 +-
superset-frontend/package-lock.json | 55663 +++----------------
superset-frontend/package.json | 21 +-
.../components/AdhocMetricEditPopover_spec.jsx | 6 +-
.../explore/components/SaveModal_spec.jsx | 5 +-
.../FiltersConfigForm/FiltersConfigForm.tsx | 155 +-
.../PropertiesModal/PropertiesModal.test.tsx | 4 +-
.../explore/components/PropertiesModal/index.tsx | 102 +-
.../src/explore/components/SaveModal.tsx | 25 +-
.../DndColumnSelectControl/ColumnSelectPopover.tsx | 69 +-
.../FilterControl/AdhocFilterEditPopover/index.jsx | 5 -
.../index.tsx | 165 +-
.../AdhocFilterEditPopoverSqlTabContent/index.jsx | 30 +-
.../MetricControl/AdhocMetricEditPopover/index.jsx | 90 +-
.../TimeSeriesColumnControl.test.tsx | 10 +-
.../controls/TimeSeriesColumnControl/index.jsx | 28 +-
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 +
superset/utils/core.py | 4 +-
tests/integration_tests/databases/api_tests.py | 9 +-
tests/integration_tests/utils_tests.py | 44 +-
tests/unit_tests/core_tests.py | 4 -
tests/unit_tests/db_engine_specs/test_gsheets.py | 6 +-
46 files changed, 7493 insertions(+), 49432 deletions(-)