This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/npm_and_yarn/superset-websocket/ioredis-5.8.2
in repository https://gitbox.apache.org/repos/asf/superset.git


 discard 7e7bf2655b chore(deps): bump ioredis from 5.8.1 to 5.8.2 in 
/superset-websocket
     add 240091516a chore(deps): bump hot-shots from 11.3.0 to 11.4.0 in 
/superset-websocket (#36450)
     add a76ec75933 fix: button text capitalization (#36444)
     add 8a00badf45 chore(ts): Migrate Header.jsx to Header.tsx [SIP-36] 
(#36286)
     add 8d04c33adf refactor(sqllab): Separate left panel outside of tab 
container (#36360)
     add 440cbc4c1f fix(roles): Add missing SQLLab permissions for estimate and 
format (#36263)
     add 67cf287c03 fix(chart): Display better hover text for country map 
charts  (#36323)
     add 1dcc887a62 chore(deps): bump winston from 3.18.3 to 3.19.0 in 
/superset-websocket (#36451)
     add 340ab9f238 docs: Add SQL Flow Visualizer to community extensions 
registry (#36454)
     add 5a2fddd2bf chore(deps): bump ioredis from 5.8.1 to 5.8.2 in 
/superset-websocket

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   (7e7bf2655b)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/superset-websocket/ioredis-5.8.2 (5a2fddd2bf)

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:
 docs/developer_portal/extensions/registry.md       |   2 +-
 docs/static/img/extensions/sql_flow_visualizer.png | Bin 0 -> 113995 bytes
 superset-frontend/package-lock.json                | 165 +------------------
 .../legacy-plugin-chart-country-map/package.json   |   2 +-
 .../src/CountryMap.css                             |  61 -------
 .../src/CountryMap.js                              |  68 +++-----
 .../src/ReactCountryMap.jsx                        |  34 ++--
 .../test/CountryMap.test.tsx                       | 159 ++++++++++++++++++
 .../src/SqlLab/components/App/App.test.tsx         |   8 +-
 .../src/SqlLab/components/App/index.tsx            |  10 +-
 .../SqlLab/components/AppLayout/AppLayout.test.tsx | 174 ++++++++++++++++++++
 .../src/SqlLab/components/AppLayout/index.tsx      | 138 ++++++++++++++++
 .../components/PopEditorTab/PopEditorTab.test.tsx  | 137 ++++++++++++++++
 .../src/SqlLab/components/PopEditorTab/index.tsx   | 122 ++++++++++++++
 .../src/SqlLab/components/QueryHistory/index.tsx   |  11 +-
 .../src/SqlLab/components/ResultSet/index.tsx      |   3 -
 .../src/SqlLab/components/SouthPane/index.tsx      |   5 +-
 .../SqlLab/components/SqlEditor/SqlEditor.test.tsx |  24 +--
 .../src/SqlLab/components/SqlEditor/index.tsx      | 177 ++++++++-------------
 .../SqlEditorLeftBar/SqlEditorLeftBar.test.tsx     | 103 ++++++++----
 .../SqlLab/components/SqlEditorLeftBar/index.tsx   |  14 +-
 .../SqlEditorTabHeader/SqlEditorTabHeader.test.tsx |  19 ---
 .../SqlLab/components/SqlEditorTabHeader/index.tsx |  18 ---
 .../TabbedSqlEditors/TabbedSqlEditors.test.tsx     | 147 ++++-------------
 .../SqlLab/components/TabbedSqlEditors/index.tsx   | 116 ++------------
 .../src/SqlLab/components/TablePreview/index.tsx   |  12 +-
 superset-frontend/src/SqlLab/constants.ts          |   1 +
 .../svgType.d.ts => src/SqlLab/contributions.ts}   |   6 +-
 .../src/SqlLab/hooks/useQueryEditor/index.ts       |   7 +-
 .../src/components/ListView/ListView.tsx           |   2 +-
 .../Header/{Header.test.jsx => Header.test.tsx}    |  60 +++++--
 .../Header/{Header.jsx => Header.tsx}              | 121 +++++++++-----
 .../gridComponents/Header/{index.js => index.ts}   |   0
 .../src/pages/SqlLab/LocationContext.tsx           |  14 +-
 superset-websocket/package-lock.json               |  28 ++--
 superset-websocket/package.json                    |   4 +-
 superset/security/manager.py                       |   3 +-
 tests/integration_tests/security_tests.py          |   2 +
 38 files changed, 1149 insertions(+), 828 deletions(-)
 create mode 100644 docs/static/img/extensions/sql_flow_visualizer.png
 delete mode 100644 
superset-frontend/plugins/legacy-plugin-chart-country-map/src/CountryMap.css
 create mode 100644 
superset-frontend/plugins/legacy-plugin-chart-country-map/test/CountryMap.test.tsx
 create mode 100644 
superset-frontend/src/SqlLab/components/AppLayout/AppLayout.test.tsx
 create mode 100644 superset-frontend/src/SqlLab/components/AppLayout/index.tsx
 create mode 100644 
superset-frontend/src/SqlLab/components/PopEditorTab/PopEditorTab.test.tsx
 create mode 100644 
superset-frontend/src/SqlLab/components/PopEditorTab/index.tsx
 copy 
superset-frontend/{packages/superset-ui-chart-controls/src/components/ColumnTypeLabel/type-icons/svgType.d.ts
 => src/SqlLab/contributions.ts} (88%)
 rename 
superset-frontend/src/dashboard/components/gridComponents/Header/{Header.test.jsx
 => Header.test.tsx} (74%)
 rename 
superset-frontend/src/dashboard/components/gridComponents/Header/{Header.jsx => 
Header.tsx} (72%)
 rename 
superset-frontend/src/dashboard/components/gridComponents/Header/{index.js => 
index.ts} (100%)

Reply via email to