You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by gi...@apache.org on 2021/08/13 19:44:19 UTC

[superset] branch dependabot/npm_and_yarn/superset-frontend/d3-scale-4.0.0 updated (7ff9897 -> 7e224dc)

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 7ff9897  build(deps): bump d3-scale from 2.1.2 to 4.0.0 in /superset-frontend
     add 98fc29c  fix(explore): metric label disappearing in some scenarios (#16190)
     add 6c304b8  feat: Changing Dataset names (#16199)
     add ccfc95f  fix(explore): adhoc metrics popover resets label after hovering outside (#16196)
     add b4555df  fix: sorting on "Modified By" in chart table (#16208)
     add c79de7a  initial fix (#16212)
     add 5a84841  fix: pyinstrument dependency (#16211)
     add 7de54d0  feat: import configuration from directory (#15686)
     add b61c34f  fix(viz): deduce metric name if empty (#16194)
     add a16e290  fix(explore): conditional formatting value validators (#16230)
     add 16a9d21  chore: Add feature flags to PR template (#16215)
     add 2c5731a  Show/hide tooltips (#16192)
     add a1e18ed  fix(Explore): Show the tooltip only when label does not fit the container in METRICS/FILTERS/GROUP BY/SORT BY of the DATA panel (#16060)
     add 67c4c01  fix: remove encryption from db params (#16214)
     add 1715143  feat: Allow users to connect via legacy SQLA form (#16201)
     add 9d0dc56  Revert "feat: Changing Dataset names (#16199)" (#16235)
     add cdcc161  fix: Remove Advanced Analytics tag for 2 charts (#16240)
     add 5d3d6b6  fix: validate_parameters and query (#16241)
     add 517a678  fix(dashboard): cross filter chart highlight when filters badge icon clicked (#16233)
     add d6f9c48  feat(dao): admin can remove self from object owners (#15149)
     add 6cd15d5  refactor: external metadata fetch API (#16193)
     add 2611681  fix: skip perms on query context update (#16250)
     add 4ae88ce  chore: bump py version for integration test (#16213)
     add c09f6ed  fix(Dashboard): Omnibar dropdown visibility and keyboard commands (#16168)
     add 720e5b1  chore: Shows the dataset description in the gallery dropdown (#16200)
     add f946954  chore: bump superset-ui packages to 0.17.84 (#16251)
     add 7e224dc  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   (7ff9897)
            \
             N -- N -- N   refs/heads/dependabot/npm_and_yarn/superset-frontend/d3-scale-4.0.0 (7e224dc)

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/PULL_REQUEST_TEMPLATE.md                   |   1 +
 .pylintrc                                          |   1 -
 requirements/base.in                               |   1 +
 requirements/base.txt                              |  99 +++--
 requirements/development.in                        |   1 -
 requirements/development.txt                       |  55 +--
 requirements/docker.txt                            |   8 +-
 requirements/integration.in                        |   3 +
 requirements/integration.txt                       |  48 +-
 requirements/testing.in                            |   5 +-
 requirements/testing.txt                           |  58 ++-
 setup.cfg                                          |   2 +-
 superset-frontend/package-lock.json                | 483 ++++++++++----------
 superset-frontend/package.json                     |  54 +--
 .../explore/components/MetricsControl_spec.jsx     | 237 +---------
 .../src/addSlice/AddSliceContainer.test.tsx        |  22 +-
 .../src/addSlice/AddSliceContainer.tsx             | 143 +++++-
 superset-frontend/src/addSlice/App.tsx             |   2 +-
 superset-frontend/src/components/Form/Form.tsx     |   2 +
 superset-frontend/src/components/Form/index.tsx    |   4 +-
 .../OmniContainer/OmniContainer.test.tsx           |  46 +-
 .../src/components/OmniContainer/index.tsx         |  12 +-
 .../DetailsPanel/DetailsPanel.test.tsx             |   5 +
 .../components/FiltersBadge/DetailsPanel/index.tsx |  10 +
 .../dashboard/components/FiltersBadge/selectors.ts |  65 +--
 .../src/datasource/DatasourceEditor.jsx            |  19 +-
 .../DatasourcePanelDragOption.test.tsx}            |  20 +-
 .../index.tsx                                      |  43 +-
 .../explore/components/DatasourcePanel/index.tsx   |  54 ++-
 .../FormattingPopoverContent.tsx                   | 330 +++++++-------
 .../DndColumnSelectControl/DndColumnSelect.tsx     |   6 +-
 .../DndColumnSelectControl/DndFilterSelect.tsx     |   8 +-
 .../DndColumnSelectControl/DndMetricSelect.tsx     |   3 +
 .../DndColumnSelectControl/OptionWrapper.test.tsx  |  15 +-
 .../DndColumnSelectControl/OptionWrapper.tsx       |  65 ++-
 .../controls/DndColumnSelectControl/types.ts       |   5 +-
 .../controls/MetricControl/MetricsControl.jsx      | 488 +++++++++------------
 .../components/controls/OptionControls/index.tsx   |  42 +-
 .../src/explore/components/optionRenderers.tsx     |   1 +
 .../src/views/CRUD/chart/ChartList.tsx             |   2 +-
 .../DatabaseModal/DatabaseConnectionForm.tsx       |  15 +-
 .../data/database/DatabaseModal/ExtraOptions.tsx   |   4 +-
 .../CRUD/data/database/DatabaseModal/index.tsx     | 127 +++---
 .../src/views/CRUD/data/database/types.ts          |  16 +-
 .../src/views/CRUD/welcome/ChartTable.tsx          |   6 +
 .../TimeTable/TimeTableChartPlugin.js              |   1 -
 superset/charts/commands/create.py                 |   8 +-
 superset/charts/commands/update.py                 |  27 +-
 superset/cli.py                                    |  22 +-
 superset/commands/base.py                          |  41 +-
 superset/commands/importers/v1/examples.py         |  16 +-
 superset/commands/utils.py                         |  20 +-
 superset/common/query_object.py                    |   2 +-
 superset/common/tags.py                            |   2 +-
 superset/connectors/druid/models.py                |  21 +-
 superset/connectors/sqla/models.py                 |   3 +-
 superset/connectors/sqla/utils.py                  |   5 +
 superset/dashboards/commands/create.py             |   8 +-
 superset/dashboards/commands/importers/v1/utils.py |   2 +-
 superset/dashboards/commands/update.py             |   8 +-
 superset/datasets/api.py                           |   2 +
 superset/datasets/commands/create.py               |   7 +-
 superset/datasets/commands/importers/v1/utils.py   |   8 +-
 superset/datasets/commands/update.py               |   7 +-
 superset/db_engine_specs/base.py                   |  10 +-
 superset/examples/__init__.py                      |   2 +-
 superset/examples/utils.py                         |  45 +-
 superset/initialization/__init__.py                |   2 +-
 superset/models/core.py                            |   2 +-
 superset/reports/commands/create.py                |   6 +-
 superset/reports/commands/execute.py               |   2 +-
 superset/reports/commands/update.py                |   6 +-
 superset/typing.py                                 |  36 +-
 superset/utils/core.py                             |  37 +-
 superset/utils/profiler.py                         |   9 +-
 superset/views/chart/views.py                      |  10 +-
 .../views/datasource}/__init__.py                  |   0
 superset/views/datasource/schemas.py               |  54 +++
 .../views/{datasource.py => datasource/views.py}   |  68 +--
 tests/integration_tests/charts/api_tests.py        |  31 +-
 tests/integration_tests/dashboards/api_tests.py    |  39 +-
 tests/integration_tests/datasets/api_tests.py      |   2 +
 tests/integration_tests/datasource_tests.py        |  73 ++-
 tests/unit_tests/core_tests.py                     |  93 ++++
 84 files changed, 1912 insertions(+), 1461 deletions(-)
 rename superset-frontend/src/explore/components/DatasourcePanel/{DatasourcePanelDragWrapper/DatasourcePanelDragWrapper.test.tsx => DatasourcePanelDragOption/DatasourcePanelDragOption.test.tsx} (75%)
 rename superset-frontend/src/explore/components/DatasourcePanel/{DatasourcePanelDragWrapper => DatasourcePanelDragOption}/index.tsx (52%)
 copy {tests/unit_tests/charts => superset/views/datasource}/__init__.py (100%)
 create mode 100644 superset/views/datasource/schemas.py
 rename superset/views/{datasource.py => datasource/views.py} (77%)
 create mode 100644 tests/unit_tests/core_tests.py