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.0
in repository https://gitbox.apache.org/repos/asf/superset.git.
discard dd19b11 build(deps): bump d3-scale from 2.1.2 to 4.0.0 in
/superset-frontend
add ca873ac chore: Reformat disable checks to multiline (#15753)
add 4e79ffd Set label max width (#15710)
add 5cc4f3c chore: Select component refactoring - DateFilterControl -
Iteration 5 (#15571)
add 45c3ae0 chore: Select component refactoring - ColorSchemeControl -
Iteration 5 (#15555)
add 281cb92 Update INTHEWILD.md (#15776)
add 7d0f6ab fix: Fixing `schemas_allowed_for_upload` field in database
connection UX (#15750)
add 618a354 Revert "quote column name if db requires (#15465)" (#15752)
add 239336c fix(explore): dnd multiple columns doesn't work (#15781)
add a7cbcde fix: Edit physical dataset from the Edit Dataset modal
(#15770)
add 3a249a0 feat: add show columns to Reports model (#15712)
add 9a14aed fix: margin right on warning icon to 8px (#15715)
add 80dd525 feat: adding Progress Bar to Benchmark script (#15719)
add 1e1706d fix: migration downgrade references wrong column (#15791)
add 9ff2531 fix(dashboard): Add resize handles to right and bottom of
component (#15778)
add 3b74416 chore: Add tags to the new viz gallery (#15734)
add dd80016 chore: bump 0.17.70 (#15795)
add 2aa8899 docs: Adding Sunbird to users list (#15794)
add ad773ff chore: Improves the Select component UI/UX - iteration 4
(#15480)
add cbd3780 Add z-index only on maximize (#15800)
add c9dad05 chore: remove `retry` dependency in favor of `backoff`
(#15788)
add 5cc95bb fix: create fk model in benchmark script (#15804)
add 6cb91ee fix: migration script can't drop constraint (#15807)
add e969edc fix: Bust chart cache when metric/column is changed (#15786)
add 5bce253 chore: Re-eanble non-problemaric Pylint messages (#15772)
add 32a5680 chore: pylint reenable bad-option-value (#15775)
add d262540 fix: benchmark_migration.py needs to close sssion (#15822)
add ab4e3b9 chore: Enforce Mypy for non-tests (#15757)
add 9a79a57 feat: store query context when saving charts (#15824)
add fefcea7 fix(Explore): Cell height and spacing for Data panel (#15821)
add e66db63 reports (#15828)
add 3441182 chore: remove unnecessary deps (#15787)
add f104fba feat: add `GET /api/v1/chart/{chart_id}/data/?format{format}`
API (#15827)
add 2113196 fix: publish the new example dashboards (#15803)
add f6fe29d feat: use new API endpoint to build CSV reports (#15830)
add fdb4035 chore: Changes the pagination API of the Select component
(#15802)
add b9d3338 fix: dataTablesPane cell render undefine when the dot in
metric label (#15817)
add 040b941 chore: bump superset-ui to 0.17.71 (#15839)
add 5e1c469 feat(explore): default aggregate for string/numeric columns
when creating metric (#15798)
add 04c0680 feat(homepage): conditionally render viewed tab and move
examples to chart and dashboard table (#15792)
add e660de6 chore: Adds lazy loading to the Select component (#15799)
add d4bec13 Render value immediately (#15820)
add ebec353 fix(dashboard): Remove edit from url params when discarding
changes (#15709)
add c1eb9ce add timezone to report schedule (#15747)
add 9c854ff bump typescript (#15847)
add e7bccde build(deps): bump d3-scale from 2.1.2 to 4.0.0 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 (dd19b11)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/superset-frontend/d3-scale-4.0.0 (e7bccde)
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:
.pylintrc | 12 +-
RELEASING/changelog.py | 13 +-
RELEASING/send_email.py | 49 +-
RESOURCES/INTHEWILD.md | 3 +-
docker/pythonpath_dev/superset_config.py | 7 +-
requirements/base.txt | 11 -
requirements/development.in | 1 +
requirements/development.txt | 4 +-
requirements/testing.txt | 2 +
scripts/benchmark_migration.py | 38 +-
scripts/cancel_github_workflows.py | 24 +-
scripts/permissions_cleanup.py | 2 +-
setup.cfg | 16 +-
setup.py | 10 +-
superset-frontend/.storybook/main.js | 5 +-
.../cypress/integration/dashboard/markdown.test.ts | 2 +-
.../integration/dashboard_list/filter.test.ts | 8 +-
.../explore/visualizations/line.test.ts | 11 +-
superset-frontend/package-lock.json | 55732 +------------------
superset-frontend/package.json | 58 +-
.../explore/components/ColorScheme_spec.jsx | 4 +-
.../explore/components/VizTypeControl_spec.jsx | 8 +-
.../DatabaseSelector/DatabaseSelector.test.tsx | 6 +-
.../src/components/DatabaseSelector/index.tsx | 8 +-
.../src/components/Select/Select.stories.tsx | 30 +-
superset-frontend/src/components/Select/Select.tsx | 180 +-
superset-frontend/src/components/Select/utils.ts | 15 +-
.../SupersetResourceSelect.test.tsx | 64 -
.../components/SupersetResourceSelect/index.tsx | 121 -
.../src/components/TableSelector/index.tsx | 10 +-
.../src/components/TableView/TableView.tsx | 19 +-
.../components/WarningIconWithTooltip/index.tsx | 5 +-
.../DashboardBuilder/DashboardBuilder.tsx | 2 +-
.../src/dashboard/components/Header/index.jsx | 5 +-
.../FiltersConfigForm/ColumnSelect.tsx | 5 +-
.../FiltersConfigForm/DatasetSelect.tsx | 105 +
.../FiltersConfigForm/DefaultValue.tsx | 12 +-
.../FiltersConfigForm/FiltersConfigForm.tsx | 198 +-
.../FiltersConfigForm/getControlItemsMap.test.tsx | 1 +
.../FiltersConfigForm/getControlItemsMap.tsx | 4 +-
.../FiltersConfigModal/FiltersConfigForm/utils.ts | 26 +
.../FiltersConfigModal/FiltersConfigModal.test.tsx | 108 +-
.../src/dashboard/util/injectCustomCss.ts | 2 +-
.../src/dashboard/util/resizableConfig.ts | 10 +-
.../src/explore/actions/saveModalActions.js | 16 +-
.../explore/components/DataTableControl/index.tsx | 2 +-
.../DataTableControl/useTableColumns.test.ts | 145 +-
.../explore/components/DataTablesPane/index.tsx | 9 +-
.../DatasourcePanelDragWrapper/index.tsx | 4 +
.../components/controls/ColorSchemeControl.jsx | 37 +-
.../controls/DateFilterControl/DateFilterLabel.tsx | 27 +-
.../components/CustomFrame.test.tsx | 8 +-
.../DateFilterControl/components/CustomFrame.tsx | 39 +-
.../DndColumnSelectControl/DndMetricSelect.tsx | 30 +-
.../MetricControl/AdhocMetricPopoverTrigger.tsx | 22 +
.../components/controls/TextAreaControl.jsx | 10 +-
.../controls/VizTypeControl/VizTypeGallery.tsx | 70 +-
.../components/GroupBy/GroupByFilterPlugin.tsx | 38 +-
.../filters/components/Range/RangeFilterPlugin.tsx | 6 +-
.../components/Select/SelectFilterPlugin.tsx | 107 +-
.../filters/components/Time/TimeFilterPlugin.tsx | 4 +-
.../TimeColumn/TimeColumnFilterPlugin.tsx | 40 +-
.../components/TimeGrain/TimeGrainFilterPlugin.tsx | 35 +-
superset-frontend/src/filters/components/common.ts | 7 +-
.../src/views/CRUD/data/database/DatabaseList.tsx | 4 +-
.../CRUD/data/database/DatabaseModal/index.tsx | 3 +-
.../views/CRUD/data/dataset/AddDatasetModal.tsx | 2 +-
superset-frontend/src/views/CRUD/types.ts | 2 +
.../src/views/CRUD/welcome/ActivityTable.tsx | 10 -
.../src/views/CRUD/welcome/ChartTable.test.tsx | 2 +-
.../src/views/CRUD/welcome/ChartTable.tsx | 70 +-
.../src/views/CRUD/welcome/DashboardTable.test.tsx | 4 +-
.../src/views/CRUD/welcome/DashboardTable.tsx | 72 +-
.../src/views/CRUD/welcome/Welcome.test.tsx | 4 +-
.../src/views/CRUD/welcome/Welcome.tsx | 40 +-
superset/charts/api.py | 140 +-
superset/charts/schemas.py | 14 +
superset/cli.py | 2 +-
superset/commands/importers/v1/examples.py | 4 +-
superset/common/query_object.py | 4 +-
superset/config.py | 1 +
superset/connectors/druid/models.py | 22 +
superset/connectors/sqla/models.py | 40 +-
.../dashboards/commands/importers/v1/__init__.py | 2 +-
superset/databases/commands/validate.py | 2 +-
superset/datasets/dao.py | 2 +-
superset/db_engine_specs/base.py | 2 +-
superset/db_engine_specs/mysql.py | 2 +-
superset/db_engine_specs/postgres.py | 2 +-
superset/db_engine_specs/presto.py | 2 +-
superset/initialization/__init__.py | 8 +-
...=> 030c840e3a1c_add_query_context_to_slices.py} | 18 +-
...411006_add_execution_id_to_report_execution_.py | 6 +-
.../versions/49b5a32daba5_add_report_schedules.py | 13 +-
...e1ed299413b_add_timezone_to_report_schedule.py} | 20 +-
superset/models/core.py | 5 +
superset/models/slice.py | 4 +-
superset/reports/api.py | 3 +
superset/reports/commands/execute.py | 6 +-
superset/reports/notifications/slack.py | 4 +-
superset/reports/schemas.py | 2 +-
superset/tasks/schedules.py | 15 +-
superset/tasks/slack_util.py | 4 +-
superset/utils/cache.py | 2 +-
superset/utils/celery.py | 2 +-
superset/utils/decorators.py | 2 +-
superset/utils/mock_data.py | 18 +-
.../conftest.py => superset/utils/retries.py | 26 +-
superset/utils/webdriver.py | 4 +-
superset/views/core.py | 4 +
tests/integration_tests/charts/api_tests.py | 122 +-
tests/integration_tests/charts/commands_tests.py | 8 +-
tests/integration_tests/core_tests.py | 57 +-
.../dashboards/security/security_rbac_tests.py | 4 +-
.../db_engine_specs/snowflake_tests.py | 16 -
.../importexport}/__init__.py | 0
tests/integration_tests/query_context_tests.py | 39 +
tests/integration_tests/reports/api_tests.py | 2 +-
tests/integration_tests/reports/commands_tests.py | 2 +-
.../security/migrate_roles_tests.py | 2 +-
tests/unit_tests/db_engine_specs/test_gsheets.py | 49 +-
121 files changed, 2879 insertions(+), 55654 deletions(-)
delete mode 100644
superset-frontend/src/components/SupersetResourceSelect/SupersetResourceSelect.test.tsx
delete mode 100644
superset-frontend/src/components/SupersetResourceSelect/index.tsx
create mode 100644
superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx
copy superset/migrations/versions/{ca69c70ec99b_tracking_url.py =>
030c840e3a1c_add_query_context_to_slices.py} (69%)
copy
superset/migrations/versions/{3317e9248280_add_creation_method_to_reports_model.py
=> ae1ed299413b_add_timezone_to_report_schedule.py} (69%)
copy tests/unit_tests/conftest.py => superset/utils/retries.py (58%)
copy tests/{unit_tests => integration_tests/importexport}/__init__.py (100%)