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 2022/12/16 21:00:05 UTC

[superset] branch dependabot/npm_and_yarn/superset-frontend/cypress-base/express-and-applitools/eyes-cypress--removed updated (0dab68caf7 -> 4c53943659)

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/cypress-base/express-and-applitools/eyes-cypress--removed
in repository https://gitbox.apache.org/repos/asf/superset.git


 discard 0dab68caf7 build(deps): bump express and @applitools/eyes-cypress
     add a748b687d8 chore(deps): bump css-what from 2.1.2 to 2.1.3 in /superset-frontend (#21712)
     add 481b020e9d chore: show database UUID in API (#22411)
     add 92fc304099 build(deps): bump loader-utils from 2.0.2 to 2.0.4 in /docs (#22134)
     add 1014a327f5 fix(sqla): copy temporal range logic to helper (#22405)
     add aa0cae9b49 feat(thumbnails): add support for user specific thumbs (#22328)
     add 90d79c78d2 fix(trino): Fix Trino timestamp conversion (#21737)
     add ebaa94974b fix: Force configuration for SafeMarkdown component in Handlebars (#22417)
     add bb318cb137 fix: Allow empty CSS in Handlebars (#22422)
     add 9f3c43f839 fix(dashboard): Update owners of dashboard list after editing (#22383)
     add fa919f3d8c test: Fix act errors in VizTypeControl test (#22424)
     add 4f9c2c8165 fix(hive): Fix regression from #21943 (#22431)
     add bdeedaaf80 chore: set Snowflake user agent (#22432)
     add 89bb6c024b build(deps): bump qs from 6.5.2 to 6.5.3 in /superset-frontend (#22343)
     add 2679ee2e46 fix(chart-table): Scrollbar causing header + footer overflow (#21064)
     add 277f8e04e2 fix: remove unsupported REST API search col with dotted notation on c… (#22440)
     add 291d776085 build(deps-dev): bump typescript from 4.2.3 to 4.9.4 in /superset-websocket (#22414)
     add f03c04a45a build(deps): bump uuid and @types/uuid in /superset-websocket (#22412)
     add 858796b98f chore(deps): bump express from 4.18.1 to 4.18.2 in /superset-websocket/utils/client-ws-app (#21754)
     add 4c53943659 build(deps): bump express and @applitools/eyes-cypress

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   (0dab68caf7)
            \
             N -- N -- N   refs/heads/dependabot/npm_and_yarn/superset-frontend/cypress-base/express-and-applitools/eyes-cypress--removed (4c53943659)

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:
 UPDATING.md                                        |   1 +
 docs/docs/installation/cache.mdx                   |   7 +
 docs/yarn.lock                                     |  19 +-
 superset-frontend/cypress-base/package-lock.json   |  24 +-
 superset-frontend/package-lock.json                | 159 +++++-----
 .../src/components/ControlHeader/controlHeader.tsx |   4 +-
 .../src/components/Handlebars/HandlebarsViewer.tsx |  15 +-
 .../src/plugin/controls/style.tsx                  |  33 ++-
 .../src/DataTable/hooks/useSticky.tsx              |  25 +-
 .../VizTypeControl/VizTypeControl.test.tsx         |  51 ++--
 .../src/views/CRUD/dashboard/DashboardList.tsx     |   2 +
 superset-websocket/package-lock.json               |  42 +--
 superset-websocket/package.json                    |   6 +-
 .../utils/client-ws-app/package-lock.json          |  50 ++--
 .../utils/client-ws-app/package.json               |   2 +-
 superset/charts/api.py                             |  39 ++-
 superset/config.py                                 |  58 +++-
 superset/dashboards/api.py                         |  18 +-
 superset/databases/api.py                          |   2 +
 superset/db_engine_specs/databricks.py             |  12 +-
 superset/db_engine_specs/hive.py                   |  33 ++-
 superset/db_engine_specs/snowflake.py              |  16 +-
 superset/db_engine_specs/trino.py                  |  25 ++
 superset/models/dashboard.py                       |  20 +-
 superset/models/helpers.py                         |  22 +-
 superset/models/slice.py                           |  21 +-
 superset/reports/commands/alert.py                 |  10 +-
 superset/reports/commands/exceptions.py            |   4 -
 superset/reports/commands/execute.py               |  32 +-
 superset/reports/types.py                          |  10 -
 superset/reports/utils.py                          |  71 -----
 .../common.py => superset/tasks/exceptions.py      |   9 +-
 superset/tasks/thumbnails.py                       |  52 +++-
 superset/{reports => tasks}/types.py               |  25 +-
 superset/tasks/utils.py                            |  94 ++++++
 .../{advanced_data_type => thumbnails}/__init__.py |   0
 superset/thumbnails/digest.py                      |  83 ++++++
 tests/integration_tests/databases/api_tests.py     |   1 +
 .../db_engine_specs/databricks_tests.py            |  21 +-
 .../db_engine_specs/trino_tests.py                 |  30 ++
 tests/integration_tests/reports/alert_tests.py     |  29 +-
 tests/integration_tests/reports/commands_tests.py  |   6 +-
 tests/integration_tests/thumbnails_tests.py        | 183 ++++++++----
 .../unit_tests/db_engine_specs/test_databricks.py  |  44 ++-
 tests/unit_tests/db_engine_specs/test_snowflake.py |  31 ++
 tests/unit_tests/reports/__init__.py               |  16 -
 tests/unit_tests/reports/test_utils.py             | 178 ------------
 .../unit_tests/tasks}/__init__.py                  |   0
 tests/unit_tests/tasks/test_utils.py               | 323 +++++++++++++++++++++
 .../unit_tests/thumbnails}/__init__.py             |   0
 tests/unit_tests/thumbnails/test_digest.py         | 258 ++++++++++++++++
 51 files changed, 1527 insertions(+), 689 deletions(-)
 delete mode 100644 superset/reports/utils.py
 copy tests/unit_tests/fixtures/common.py => superset/tasks/exceptions.py (80%)
 copy superset/{reports => tasks}/types.py (50%)
 create mode 100644 superset/tasks/utils.py
 copy superset/{advanced_data_type => thumbnails}/__init__.py (100%)
 create mode 100644 superset/thumbnails/digest.py
 delete mode 100644 tests/unit_tests/reports/__init__.py
 delete mode 100644 tests/unit_tests/reports/test_utils.py
 copy {superset/advanced_data_type => tests/unit_tests/tasks}/__init__.py (100%)
 create mode 100644 tests/unit_tests/tasks/test_utils.py
 copy {superset/advanced_data_type => tests/unit_tests/thumbnails}/__init__.py (100%)
 create mode 100644 tests/unit_tests/thumbnails/test_digest.py