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/05/17 17:26:08 UTC

[superset] branch dependabot/npm_and_yarn/docs/lodash-4.17.21 updated (1248ea6 -> ba690c8)

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 1248ea6  build(deps): bump lodash from 4.17.19 to 4.17.21 in /docs
     add 568061e  feat: bumping echarts plugin, adding new treemap plugin (#14560)
     add 1e60148  fix(explore): Filters Tooltip is not showing the full content (#14618)
     add 3a81e6a  change name to Basic instead of Base (#14625)
     add d31958c  fix: Fixes #12672 (#14525)
     add e4d2424  refactor: Bootstrap to AntD - NavDropdown (#14557)
     add 2bd0b62  fix: Use simplejson for Flask JSON encoding (#14627)
     add e4e23ea  fix: fix adhocpopovers tab animate. (#14478)
     add bf90885  fix: Removing specific column widths, letting things flex naturally. (#14637)
     add 97c9e37  perf: memoize db_engine_spec in database (#14638)
     add 74473e2  fix: do not render favorite favStars and filters for anonymous user (#14120)
     add c55418d  chore: Bump pip-compile-multi (#14633)
     add 3466cb2  Fix class name (#14609)
     add 9cb4a46  fix: Fixes top level tabs and automatic scroll (#14624)
     add f16c708  fix(dashboard): check edit permissions correctly on frontend (#14626)
     add 6d9d362  chore: use before_request hook for dynamic routes (#14568)
     add ba5d66c  fix: DB parameter validation (#14636)
     add 884ded0  fix: roles undefined on public dashboards (#14648)
     add 60f903f  fix: fix submenu header double line (#14631)
     add b064cc1  feat: Adding configuration_method column to Database Model (#14433)
     add 4f5c537  feat: Configuration Method and expanded parameters for Database Model (#14451)
     add 1b47902  chore: Removes react-bootstrap and react-bootstrap-slider (#14641)
     add ba690c8  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   (1248ea6)
            \
             N -- N -- N   refs/heads/dependabot/npm_and_yarn/docs/lodash-4.17.21 (ba690c8)

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:
 .pre-commit-config.yaml                            |   2 +-
 requirements/base.in                               |   2 +-
 requirements/base.txt                              | 393 +++++-----
 requirements/development.txt                       | 312 ++------
 requirements/docker.txt                            | 203 +-----
 requirements/integration.txt                       |  76 +-
 requirements/local.txt                             | 266 +------
 requirements/testing.txt                           | 396 ++---------
 setup.py                                           |   1 +
 .../integration/dashboard/dashboard.helper.ts      |   4 +-
 .../cypress/integration/dashboard/load.test.ts     |   4 +-
 superset-frontend/package-lock.json                | 791 ++++++++-------------
 superset-frontend/package.json                     |  59 +-
 .../dashboard/components/DashboardBuilder_spec.jsx |   6 +-
 .../explore/components/BoundsControl_spec.jsx      |  58 +-
 .../spec/javascripts/profile/fixtures.tsx          |   4 +-
 superset-frontend/src/common/components/index.tsx  |  14 +-
 .../src/common/hooks/apiResources/dashboards.ts    |   5 +-
 .../src/components/EditableTitle/index.tsx         |   9 +-
 .../src/components/Menu/LanguagePicker.test.tsx    |  13 +-
 .../src/components/Menu/LanguagePicker.tsx         | 105 ++-
 .../src/components/Menu/Menu.test.tsx              |   8 +-
 superset-frontend/src/components/Menu/Menu.tsx     |   6 +-
 .../src/components/Menu/MenuRight.tsx              | 214 +++---
 superset-frontend/src/components/Menu/SubMenu.tsx  | 120 ++--
 .../src/components/NavDropdown/index.tsx           |  63 --
 superset-frontend/src/components/Tabs/Tabs.tsx     | 131 ++--
 superset-frontend/src/dashboard/actions/hydrate.js |  11 +-
 .../DashboardBuilder/DashboardBuilder.tsx          |   9 +-
 .../DashboardBuilder/DashboardContainer.tsx        |   1 +
 .../src/dashboard/components/dnd/handleHover.js    |  11 +-
 .../dnd/handleScroll/handleScroll.test.ts          |   1 +
 .../dashboard/components/dnd/handleScroll/index.ts |  44 +-
 .../src/dashboard/util/findPermission.test.ts      | 161 ++++-
 .../src/dashboard/util/findPermission.ts           |  25 +-
 .../src/dashboard/util/getDropPosition.js          |   7 +-
 .../src/datasource/ChangeDatasourceModal.tsx       |   2 +-
 .../src/explore/components/ExploreChartHeader.jsx  |  16 +-
 .../src/explore/components/ExploreChartPanel.jsx   |   1 +
 .../explore/components/ExploreViewContainer.jsx    |   1 +
 .../explore/components/controls/BoundsControl.jsx  | 102 +--
 .../DndFilterSelect.test.tsx                       |   2 +-
 .../controls/FilterControl/AdhocFilter/index.js    |   4 +
 .../FilterControl/AdhocFilterOption/index.jsx      |   1 +
 .../MetricControl/AdhocMetricEditPopover/index.jsx |   2 +-
 .../OptionControls/OptionControls.test.tsx         |   1 +
 .../components/controls/OptionControls/index.tsx   |   4 +-
 .../TimeSeriesColumnControl.test.tsx               | 111 ++-
 .../controls/TimeSeriesColumnControl/index.jsx     |  82 ++-
 superset-frontend/src/types/Dashboard.ts           |   8 +-
 superset-frontend/src/types/bootstrapTypes.ts      |   2 +-
 .../CRUD/annotationlayers/AnnotationLayersList.tsx |   6 +-
 .../src/views/CRUD/chart/ChartList.tsx             |  72 +-
 .../views/CRUD/csstemplates/CssTemplatesList.tsx   |   2 +-
 .../src/views/CRUD/dashboard/DashboardList.tsx     |  72 +-
 .../src/visualizations/presets/MainPreset.js       |   2 +
 superset-frontend/webpack.config.js                |   1 -
 superset/app.py                                    |   5 +-
 .../sqllab/ExploreCtasResultsButton_spec.jsx       |  78 --
 .../SqlLab/components/ExploreCtasResultsButton.jsx | 131 ----
 superset/assets/version_info.json                  |   0
 superset/charts/api.py                             |  21 +-
 superset/connectors/sqla/models.py                 |  64 +-
 superset/dashboards/api.py                         |  16 +-
 superset/databases/api.py                          |   7 +-
 superset/databases/commands/create.py              |   2 -
 superset/databases/commands/validate.py            |   6 +-
 superset/databases/schemas.py                      |  26 +-
 superset/db_engine_specs/base.py                   |  17 +-
 superset/db_engine_specs/postgres.py               |   4 +-
 superset/exceptions.py                             |   6 +
 ...30256cea_add_save_option_column_to_db_model.py} |  29 +-
 superset/models/core.py                            |  17 +-
 superset/reports/api.py                            |  10 +-
 superset/reports/logs/api.py                       |  10 +-
 superset/utils/urls.py                             |  13 +-
 superset/views/core.py                             |   2 +
 tests/conftest.py                                  |  38 +
 tests/databases/api_tests.py                       | 143 +++-
 tests/databases/commands_tests.py                  |   2 -
 tests/databases/schema_tests.py                    |   4 +-
 tests/db_engine_specs/base_engine_spec_tests.py    |  10 +-
 tests/reports/api_tests.py                         |  21 +-
 tests/thumbnails_tests.py                          | 117 +--
 84 files changed, 1974 insertions(+), 2854 deletions(-)
 delete mode 100644 superset-frontend/src/components/NavDropdown/index.tsx
 delete mode 100644 superset/assets/spec/javascripts/sqllab/ExploreCtasResultsButton_spec.jsx
 delete mode 100644 superset/assets/src/SqlLab/components/ExploreCtasResultsButton.jsx
 delete mode 100644 superset/assets/version_info.json
 copy superset/migrations/versions/{817e1c9b09d0_add_not_null_to_dbs_sqlalchemy_url.py => 453530256cea_add_save_option_column_to_db_model.py} (70%)