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 1b3dc4b build(deps): bump d3-scale from 2.1.2 to 4.0.0 in
/superset-frontend
add cef3dc0 fix(native-filters): improve time range filter performance
(#15295)
add 4d48f04 adding new feature flag (#15238)
add ab153e6 feat: Synchronously return cached charts (#15157)
add 5b2eb8d Revert "fix: SQL Lab show "Refetch Results" button while
fetching new query results (#15109)" (#15301)
add fc1a62b chore: Improves the Select component UI/UX - iteration 2
(#15235)
add 58cc78d fix: return query if it already exists (#15207)
add c211f7d refactor: icon to icons in DatasourceEditor (#15240)
add f31d573 feat(editable-title): move and scroll to the end (#15270)
add 6324490 fix(dashboard): Close FiltersBadge popover on window resize
(#15305)
add b89ee0c fix(native-filters): Assume that temporal columns exist if
column_types is undefined (#15324)
add 216e2b8 fix: datasource payload is incorrect (#15184)
add 4b00c15 feat: implement specific errors for SQL Lab (#15206)
add ea382e4 fix: Capitalize time grainularity weekdays (#15319)
add f35ce39 refactor: migrate icon to icons in tablecollection (#15309)
add 7a1223c Revert "build(webpack): use [contenthash] instead of
[chunkhash] (#14942)" (#15285)
add b295c6a fix(api): handle undefined column type_generic (#15315)
add a330b66 docs: correct incorrect hyperlink (#15245)
add e1ceb7f refactor: Icon to icons for certifiedIcon (#15306)
add 352656a Fix issue #15335 (#15339)
add f0b6419 feat(native-filters): Set default scope by filters' and
charts' datasets (#15302)
add b3cdff4 fix(native-filters): show default text on filter scoping tree
(#15351)
add fae4531 fix: missing orderby in query on the nvd3 timeseries chart
(#15343)
add b3616d2 fix: follow up pr-15343 (#15355)
add 241ee32 feat: custom error SQL Lab timeout (#15342)
add 680b447 style(sqllab): update table count styling (#15200)
add a477505 refactor: icon to icons for basicerror componenet (#15336)
add a3f4e4a refactor: icon to icons in erroralert component (#15341)
add 53aa351 chore: bump @svgr/webpack to 5.5.0 (#15349)
add 9393db1 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 (1b3dc4b)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/superset-frontend/d3-scale-4.0.0 (9393db1)
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:
docs/src/pages/docs/Miscellaneous/issue_codes.mdx | 56 +
.../pages/docs/frequently-asked-questions-page.mdx | 2 +-
superset-frontend/package-lock.json | 22941 ++++++++-----------
superset-frontend/package.json | 3 +-
.../spec/fixtures/mockDashboardLayout.js | 2 +-
.../util/getFormDataWithExtraFilters_spec.ts | 1 +
.../datasource/DatasourceEditor_spec.jsx | 9 +-
superset-frontend/src/SqlLab/reducers/sqlLab.js | 15 +-
superset-frontend/src/chart/chartAction.js | 33 +-
.../index.ts | 2 +-
.../useComponentDidUpdate.test.ts} | 15 +-
.../useComponentDidUpdate.ts} | 19 +-
.../AlteredSliceTag/AlteredSliceTag.test.jsx | 4 +-
.../src/components/CertifiedIcon/index.tsx | 7 +-
.../src/components/EditableTitle/index.tsx | 7 +
.../ErrorMessage/BasicErrorAlert.test.tsx | 14 +-
.../components/ErrorMessage/BasicErrorAlert.tsx | 11 +-
.../components/ErrorMessage/ErrorAlert.test.tsx | 14 +-
.../src/components/ErrorMessage/ErrorAlert.tsx | 34 +-
.../src/components/ErrorMessage/types.ts | 5 +
.../src/components/Select/AntdSelect.stories.tsx | 244 -
.../src/components/Select/Select.stories.tsx | 313 +
.../Select/{AntdSelect.tsx => Select.tsx} | 78 +-
superset-frontend/src/components/Select/utils.ts | 2 +-
.../src/components/TableSelector/index.tsx | 13 +-
.../components/dataViewCommon/TableCollection.tsx | 8 +-
superset-frontend/src/components/index.ts | 2 +-
.../CrossFilterScopingForm.test.tsx | 6 +-
.../CrossFilterScopingForm/index.tsx | 6 +-
.../components/FiltersBadge/DetailsPanel/index.tsx | 14 +-
.../FilterBar/FilterControls/FilterValue.tsx | 47 +-
.../FiltersConfigForm/FilterScope/FilterScope.tsx | 85 +-
.../FiltersConfigForm/FilterScope/ScopingTree.tsx | 29 +-
.../FiltersConfigForm/FilterScope/state.ts | 16 +-
.../FiltersConfigForm/FilterScope/types.ts | 12 +-
.../FiltersConfigForm/FilterScope/utils.ts | 40 +-
.../FiltersConfigForm/FiltersConfigForm.tsx | 97 +-
.../dashboard/components/nativeFilters/utils.ts | 1 +
superset-frontend/src/dashboard/types.ts | 19 +-
.../src/datasource/DatasourceEditor.jsx | 17 +-
.../explore/components/DataTablesPane/index.tsx | 4 +-
.../controls/DateFilterControl/DateFilterLabel.tsx | 25 +-
.../index.tsx | 2 +-
.../explore/components/controls/ViewQueryModal.tsx | 4 +-
.../filters/components/Time/TimeFilterPlugin.tsx | 8 +-
superset-frontend/src/setup/setupErrorMessages.ts | 20 +
.../src/views/CRUD/data/dataset/DatasetList.tsx | 2 +-
superset-frontend/webpack.config.js | 12 +-
superset/charts/api.py | 39 +-
superset/config.py | 6 +-
superset/connectors/base/models.py | 2 +-
superset/connectors/connector_registry.py | 36 +
superset/db_engine_specs/base.py | 8 +-
superset/errors.py | 60 +
superset/sql_lab.py | 111 +-
superset/translations/ja/LC_MESSAGES/messages.json | 8 +-
superset/translations/ja/LC_MESSAGES/messages.po | 8 +-
superset/translations/ko/LC_MESSAGES/messages.json | 8 +-
superset/translations/ko/LC_MESSAGES/messages.po | 8 +-
superset/translations/messages.pot | 8 +-
superset/utils/core.py | 5 +
superset/views/chart/views.py | 2 +-
superset/views/core.py | 73 +-
superset/views/sql_lab.py | 6 +-
superset/viz.py | 8 +-
tests/access_tests.py | 79 +
tests/charts/api_tests.py | 75 +-
tests/core_tests.py | 2 +-
tests/sqllab_tests.py | 180 +-
69 files changed, 11291 insertions(+), 13761 deletions(-)
copy superset-frontend/src/common/hooks/{useComponentDidMount =>
useComponentDidUpdate}/index.ts (95%)
copy
superset-frontend/src/common/hooks/{useComponentDidMount/useComponentDidMount.test.ts
=> useComponentDidUpdate/useComponentDidUpdate.test.ts} (68%)
copy superset-frontend/src/{components/Icons/IconType.ts =>
common/hooks/useComponentDidUpdate/useComponentDidUpdate.ts} (72%)
delete mode 100644
superset-frontend/src/components/Select/AntdSelect.stories.tsx
create mode 100644 superset-frontend/src/components/Select/Select.stories.tsx
rename superset-frontend/src/components/Select/{AntdSelect.tsx => Select.tsx}
(89%)