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 ef9e2eb build(deps): bump lodash from 4.17.19 to 4.17.21 in /docs
add 9c3c3fa feat(native-filters): add optional time col to time range
(#15117)
add 53225e8 refactor(explore): remove side effect in render from
CalendarFrame for DatePicker (#15147)
add 5316dc8 fix(dashboard): Prevent rerendering View Query modal on
window resize (#15172)
add 75018bf fix: Presto postgres test (#15163)
add 7b87eb1 fix: use npm v7 in docker compose (#15160)
add 7dc0cee add another wait for chart element (#15108)
add b179863 refactor: Convert TableElement to TypeScript (#14978)
add d30f3c8 fix space (#15175)
add ffdbcbd fix: ignore errors in GetLog (#15181)
add 9282c58 feat(helm): Make local admin optional (#14703)
add 6edf340 fix(docker/helm): Make webserver query timeout adjustable
(#15007)
add 8360292 feat(api): add featured datatypes to dashboard dataset ep
(#15188)
add 0c22266 chore: Improves the native filters bar layout (#15115)
add 4289929 chore: Allows the user to force fetch the default values
(#15178)
add fc8ad4f chore: Makes the refresh button only appear when the filter
has a dataset (#15194)
add dafaaae chore: Changes the dashboard highlight color when selecting a
filter (#15192)
add d578ae9 feat: Select component (Iteration 1) (#15121)
add e689b0d fix(dashboard): duplicated toast (#15138)
add d625f5f feat: show rich error messages on past failed queries (#15158)
add ca89292 refactor: refactor Icon to Icons in sqlEditor component
(#14463)
add 70afa08 fix(helm): Set working defaults for google OAuth2 example
(#13614)
add 5e543e3 fix(aarch64): Bump pyarrow version to 4.0.1 (#14891)
add 91e424b fix(logging): downgrade csv export log to debug (#15123)
add 408d58f fix: SQL Lab show "Refetch Results" button while fetching new
query results (#15109)
add 965dacd fix: Fix dremio dialect not having a `driver` field (#15198)
add cb10427 fix dataset select list (#15203)
add e5187a4 fix(dashboard): fix nested tab (#15134)
add fe5381d fix(native-filters): Fix Select `Default First Value` by
clicked `Clear All` (#15219)
add 7237324 chore: bump superset-ui to 0.17.58 (#15220)
add 7fa0f45 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 (ef9e2eb)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/docs/lodash-4.17.21 (7fa0f45)
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:
docker/docker-entrypoint.sh | 2 +-
docker/docker-frontend.sh | 1 +
helm/superset/Chart.yaml | 2 +-
helm/superset/values.yaml | 32 +-
requirements/base.txt | 2 +-
setup.py | 2 +-
superset-frontend/package-lock.json | 604 ++++++++++-----------
superset-frontend/package.json | 56 +-
.../helpers/IntersectionObserver.ts} | 20 +-
superset-frontend/spec/helpers/shim.ts | 2 +
.../dashboard/components/DashboardBuilder_spec.jsx | 9 +-
.../spec/javascripts/sqllab/TableElement_spec.jsx | 10 +-
.../src/SqlLab/components/SouthPane/SouthPane.tsx | 3 +
.../src/SqlLab/components/SqlEditor.jsx | 13 +-
.../src/SqlLab/components/SqlEditorLeftBar.jsx | 20 +
.../{TableElement.jsx => TableElement.tsx} | 97 ++--
superset-frontend/src/SqlLab/reducers/sqlLab.js | 15 +-
.../hooks/useElementOnScreen/index.ts} | 46 +-
.../src/components/ListView/Filters/Search.tsx | 2 +-
.../src/components/Select/AntdSelect.stories.tsx | 244 +++++++++
.../src/components/Select/AntdSelect.tsx | 355 ++++++++++++
...ct.stories.tsx => DeprecatedSelect.stories.tsx} | 2 +-
.../Select/{Select.tsx => DeprecatedSelect.tsx} | 0
superset-frontend/src/components/Select/index.ts | 4 +-
superset-frontend/src/components/Select/styles.tsx | 2 +-
superset-frontend/src/components/Select/utils.ts | 12 +
.../hooks/useChangeEffect => components}/index.ts | 2 +-
.../DashboardBuilder/DashboardBuilder.tsx | 220 +++++---
.../src/dashboard/components/StickyVerticalBar.tsx | 100 ----
.../dashboard/components/gridComponents/Chart.jsx | 16 +-
.../components/gridComponents/ChartHolder.jsx | 4 +-
.../dashboard/components/gridComponents/Tabs.jsx | 8 +-
.../nativeFilters/FilterBar/FilterBar.test.tsx | 2 +-
.../FilterBar/FilterControls/FilterValue.tsx | 2 +-
.../FilterBar/FilterSets/FiltersHeader.tsx | 24 +-
.../nativeFilters/FilterBar/FilterSets/index.tsx | 26 +-
.../nativeFilters/FilterBar/Header/index.tsx | 30 +-
.../components/nativeFilters/FilterBar/index.tsx | 71 ++-
.../FiltersConfigForm/ColumnSelect.test.tsx | 51 +-
.../FiltersConfigForm/ColumnSelect.tsx | 12 +-
.../FiltersConfigForm/DefaultValue.tsx | 2 +-
.../FiltersConfigForm/FiltersConfigForm.tsx | 290 ++++++----
.../FiltersConfigModal/FiltersConfigModal.tsx | 2 +-
.../nativeFilters/FiltersConfigModal/types.ts | 1 +
.../nativeFilters/FiltersConfigModal/utils.ts | 1 +
.../dashboard/components/nativeFilters/types.ts | 1 +
.../dashboard/components/nativeFilters/utils.ts | 3 +-
superset-frontend/src/dataMask/reducer.ts | 8 +-
.../DateFilterControl/components/CalendarFrame.tsx | 21 +-
.../explore/components/controls/ViewQueryModal.tsx | 2 +-
.../src/views/CRUD/chart/ChartList.tsx | 2 +-
superset/connectors/base/models.py | 17 +-
superset/dashboards/schemas.py | 1 +
superset/db_engine_specs/__init__.py | 2 +-
superset/db_engine_specs/hive.py | 7 +-
superset/db_engine_specs/sqlite.py | 16 +-
superset/sql_lab.py | 12 +-
superset/utils/webdriver.py | 6 +
superset/views/core.py | 23 +-
tests/celery_tests.py | 19 +
tests/dashboards/api_tests.py | 4 +-
tests/sqllab_tests.py | 48 +-
62 files changed, 1739 insertions(+), 874 deletions(-)
copy superset-frontend/{src/components/.eslintrc =>
spec/helpers/IntersectionObserver.ts} (79%)
rename superset-frontend/src/SqlLab/components/{TableElement.jsx =>
TableElement.tsx} (80%)
copy superset-frontend/src/{explore/components/ExploreContentPopover.tsx =>
common/hooks/useElementOnScreen/index.ts} (53%)
create mode 100644
superset-frontend/src/components/Select/AntdSelect.stories.tsx
create mode 100644 superset-frontend/src/components/Select/AntdSelect.tsx
rename superset-frontend/src/components/Select/{Select.stories.tsx =>
DeprecatedSelect.stories.tsx} (99%)
rename superset-frontend/src/components/Select/{Select.tsx =>
DeprecatedSelect.tsx} (100%)
copy superset-frontend/src/{common/hooks/useChangeEffect =>
components}/index.ts (93%)
delete mode 100644
superset-frontend/src/dashboard/components/StickyVerticalBar.tsx