This is an automated email from the ASF dual-hosted git repository.
maximebeauchemin pushed a change to branch debug_cypress
in repository https://gitbox.apache.org/repos/asf/superset.git
discard aa405e530d with
discard a6cb20e393 uses:
discard 89bc4b73de step retry
discard d77087c032 dialing down logging level
discard 7eb10657d4 memory check every 2 sec
discard 5043da3976 bump the logging level up
discard 0e868ac482 RETRIES
discard 917af6fe0c touch to trigger CI
discard fd242395f4 messing with subprocess.Popen, never a great path
discard 5891faf18f less verbose
discard 8673f0e845 chore: debug cypress memory issues
add b7ac697dce build(deps): bump @emotion/react from 11.4.1 to 11.11.4 in
/superset-frontend (#27827)
add 20b1eabb9b build(deps): update @emotion/react requirement from ^11.4.1
to ^11.13.3 in /superset-frontend/packages/superset-ui-demo (#30086)
add 0fdcd8b27e chore(legacy-plugin-chart-map-box): bump supercluster to v8
(#30305)
add 36f7a3f524 fix: Incorrect hovered items in tooltips (#30405)
add 4f5f8fd216 chore: Merge description and reproduction steps in the
issue template (#30407)
add 92680b3fe4 fix(plugin/country/map): rectify naming for some Vietnamese
provinces (#29444)
add 4ac0bb1bed chore(View): Remove unnecessary theme view and defer basic
styles (#30128)
add 96b0bcfd78 chore: add logging for dashboards/get warnings (#30365)
add 57ad3df9d7 chore: debug cypress memory issues
add 95cc575216 less verbose
add 04105ad758 messing with subprocess.Popen, never a great path
add 0f6e50102d touch to trigger CI
add 6e00e024bf RETRIES
add 4aa2e90fd9 bump the logging level up
add 99b62f896f memory check every 2 sec
add bcc9109c28 dialing down logging level
add 7490e9ee94 step retry
add b43edd386f uses:
add 3b5aff80ec with
add 75d4d3432e removing memory monitoring from cypress
add a12c4f668e remove retries
add ac8228f5dc remove retries
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 (aa405e530d)
\
N -- N -- N refs/heads/debug_cypress (ac8228f5dc)
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:
.github/ISSUE_TEMPLATE/bug-report.yml | 9 +-
.github/workflows/bashlib.sh | 9 +-
.../cypress/e2e/dashboard/nativeFilters.test.ts | 15 +-
superset-frontend/package-lock.json | 214 +++-
superset-frontend/package.json | 2 +-
.../packages/superset-ui-demo/package.json | 2 +-
.../legacy-plugin-chart-country-map/README.md | 2 +-
.../scripts/Country Map GeoJSON Generator.ipynb | 151 ++-
.../src/countries/vietnam.geojson | 18 +-
.../legacy-plugin-chart-map-box/package.json | 2 +-
.../src/transformProps.js | 4 +-
.../src/MixedTimeseries/transformProps.ts | 10 +-
.../src/Timeseries/transformProps.ts | 14 +-
superset/commands/database/exceptions.py | 12 +
superset/config.py | 1 -
superset/dashboards/api.py | 14 +-
superset/templates/appbuilder/navbar.html | 1 +
superset/templates/superset/basic.html | 241 ++--
superset/templates/superset/theme.html | 1355 --------------------
superset/views/core.py | 4 -
superset/views/error_handling.py | 5 +-
tests/integration_tests/dashboards/api_tests.py | 25 +-
22 files changed, 512 insertions(+), 1598 deletions(-)
delete mode 100644 superset/templates/superset/theme.html