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/25 13:58:27 UTC

[superset] branch dependabot/npm_and_yarn/docs/lodash-4.17.21 updated (74d8724 -> 635b1dc)

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 74d8724  build(deps): bump lodash from 4.17.19 to 4.17.21 in /docs
     add fbe6f16  database modal should close on connect with tab layout (#14771)
     add 33cee65  fix: ensure engine is outside parameters (#14787)
     add 65f9009  fix: use encodeURIComponent when getting table metadata (#14790)
     add 4d3fb56  fix: make dataset list sort case insensitive (#14528)
     add 904b60e  chore: added BasicParametersMixin to Redshift (#14752)
     add 252c64b  fix: Additional ResultSet tests (#14741)
     add 9bf07cc  fix(native-filters): Manage default value of filters by superset (#14785)
     add 9a96dac  fix(native-filters): loop bug by simplify state handling (#14788)
     add add35f9  fix: set table name width to not hide icons when name is too long (#14489)
     add 63dc035  feat(explore): Remove default for time range filter and Metrics (#14661)
     add 635b1dc  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   (74d8724)
            \
             N -- N -- N   refs/heads/dependabot/npm_and_yarn/docs/lodash-4.17.21 (635b1dc)

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:
 .../explore/visualizations/line.test.ts            |   6 +-
 superset-frontend/package-lock.json                | 620 ++++++++++-----------
 superset-frontend/package.json                     |  56 +-
 .../spec/javascripts/explore/controlUtils_spec.tsx |  25 +-
 .../spec/javascripts/sqllab/ResultSet_spec.jsx     | 273 ++++-----
 .../spec/javascripts/sqllab/fixtures.ts            |  61 ++
 superset-frontend/src/SqlLab/actions/sqlLab.js     |   4 +-
 .../src/SqlLab/components/ResultSet.tsx            |  14 +-
 superset-frontend/src/SqlLab/main.less             |   1 +
 .../components/nativeFilters/FilterBar/index.tsx   |   6 +-
 .../FiltersConfigForm/DefaultValue.tsx             |   1 +
 .../explore/components/ExploreViewContainer.jsx    |  36 +-
 superset-frontend/src/explore/constants.ts         |   2 +-
 .../src/explore/controlUtils/getControlState.ts    |   6 +-
 superset-frontend/src/explore/controls.jsx         |   9 +-
 .../src/explore/reducers/exploreReducer.js         |  19 +
 .../components/Select/SelectFilterPlugin.tsx       | 121 ++--
 .../data/database/DatabaseModal/SqlAlchemyForm.tsx |   2 +
 .../data/database/DatabaseModal/index.test.jsx     | 460 ++++++++-------
 .../CRUD/data/database/DatabaseModal/index.tsx     |  25 +-
 superset/databases/schemas.py                      |  22 +-
 superset/db_engine_specs/redshift.py               |  19 +-
 superset/views/chart/views.py                      |   5 +-
 tests/databases/api_tests.py                       |  95 ++--
 tests/db_engine_specs/redshift_tests.py            |   6 +
 25 files changed, 1009 insertions(+), 885 deletions(-)