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/03/24 21:53:39 UTC

[superset] branch dependabot/npm_and_yarn/superset-frontend/react-select-4.3.0 updated (4794f5e -> f8a69a1)

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/react-select-4.3.0
in repository https://gitbox.apache.org/repos/asf/superset.git.


 discard 4794f5e  build(deps): bump react-select from 3.1.0 to 4.3.0 in /superset-frontend
     add f18d14a  fix(explore): make horizontal scroll appears in data panel (#13566)
     add c72c5c7  docs(contributing): fix backend port (#13770)
     add ff0c9e9  feat: use cross-env when running dev-server (#13743)
     add 5a50120  fix(dashboard): rename native filter configuration property (#13769)
     add 6137a20  test: changing logger.exception to logger.errors in databases api (#13751)
     add 3ea2311  chore: Update presto.mdx (#13738)
     add 7efe5a8  docs: added release notes for 1.1 (#13777)
     add 2c3d9e9  refactor: ScheduleQueryButton into functional component (#13443)
     add f8a69a1  build(deps): bump react-select from 3.1.0 to 4.3.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   (4794f5e)
            \
             N -- N -- N   refs/heads/dependabot/npm_and_yarn/superset-frontend/react-select-4.3.0 (f8a69a1)

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:
 CONTRIBUTING.md                                    |     2 +-
 RELEASING/release-notes-1-1/README.md              |   114 +
 .../media/force_directed_graph.jpg                 |   Bin 0 -> 336883 bytes
 .../release-notes-1-1/media/native_filters.jpg     |   Bin 0 -> 236164 bytes
 RELEASING/release-notes-1-1/media/sip_51.jpg       |   Bin 0 -> 319683 bytes
 .../pages/docs/Connecting to Databases/presto.mdx  |     4 +-
 superset-frontend/package-lock.json                | 58653 +------------------
 superset-frontend/package.json                     |    69 +-
 .../src/SqlLab/components/ScheduleQueryButton.jsx  |   222 -
 .../src/SqlLab/components/ScheduleQueryButton.tsx  |   214 +
 .../src/components/FormLabel/index.tsx             |     1 +
 .../src/components/TableView/TableView.tsx         |     2 +-
 .../src/explore/components/DataTablesPane.tsx      |    96 +-
 superset/databases/api.py                          |     2 +-
 superset/datasets/api.py                           |     2 +-
 ...89bbe479899_rename_filter_configuration_in_.py} |    65 +-
 16 files changed, 909 insertions(+), 58537 deletions(-)
 create mode 100644 RELEASING/release-notes-1-1/README.md
 create mode 100644 RELEASING/release-notes-1-1/media/force_directed_graph.jpg
 create mode 100644 RELEASING/release-notes-1-1/media/native_filters.jpg
 create mode 100644 RELEASING/release-notes-1-1/media/sip_51.jpg
 delete mode 100644 superset-frontend/src/SqlLab/components/ScheduleQueryButton.jsx
 create mode 100644 superset-frontend/src/SqlLab/components/ScheduleQueryButton.tsx
 copy superset/migrations/versions/{41ce8799acc3_rename_pie_label_type.py => 989bbe479899_rename_filter_configuration_in_.py} (50%)