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

maximebeauchemin pushed a change to branch template_less
in repository https://gitbox.apache.org/repos/asf/superset.git


    omit 0b844083e3 skip annotations
    omit a0856b6f17 background
    omit 62993138c1 fix test
    omit beee1aa317 skipping a flaky cypress
    omit 2dd44683c1 fix test
    omit ee93547532 fix a test
    omit b826c624b1 last update
    omit 58679fdf2d fixed all types
    omit fb999a6815 progress
    omit 95cf37c6a4 more
    omit 93e307213f edits
    omit 42f4cb2b81 more edits
    omit 5bdd3ba34b prog
    omit 86e6ddf23b replacement
    omit b8a9e6e884 mass replacement
    omit 6c8aa8fd75 retheme
    omit bbd013440c prettier before eslint
    omit 9377e4b32c more mass replace
    omit e939cc56f9 mass replacement
    omit f5ad30b194 one more
    omit 14bf4214c1 fix test
    omit 14f481e9bc fix test
    omit 4cc228fb37 switch to light
    omit 53d0525e07 fix menus
    omit 048f7d46e6 set line height for menus
    omit 52563621e6 feat: messing with the theme
     add 6d117ffbb5 chore: fix `tsc` errors (#31965)
     add 14f798afec fix: proper URL building (#31962)
     add fc5dde15fe chore(build): enforce eslint rule banning antd imports 
outside of core Superset components (#31963)
     add 51e090d67a fix(verbose map): Correct raw metrics handling in verbose 
map (#29417)
     add 5fe6ef268e chore(deps): bump react-transition-group and 
@types/react-transition-group in /superset-frontend (#31547)
     add 6eb87e04c0 chore: refactor Alert-related components (#31858)
     add 12200a76b0 feat: messing with the theme
     add 800f1e049b fix types

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   (0b844083e3)
            \
             N -- N -- N   refs/heads/template_less (800f1e049b)

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/workflows/superset-e2e.yml                 |   2 +-
 superset-frontend/.eslintrc.js                     |   7 +-
 .../cypress/e2e/dashboard/drillby.test.ts          |   2 +-
 .../cypress/e2e/dashboard/drilltodetail.test.ts    |   8 +-
 .../e2e/dashboard/horizontalFilterBar.test.ts      |   6 +-
 .../cypress-base/cypress/e2e/sqllab/query.test.ts  |   4 +-
 superset-frontend/package-lock.json                |  59 ++++++-----
 superset-frontend/package.json                     |   4 +-
 .../superset-ui-core/src/models/Registry.ts        |   4 +-
 .../packages/superset-ui-core/src/theme/Theme.tsx  |  64 ++++++++----
 .../packages/superset-ui-core/src/theme/index.tsx  |   2 +-
 .../src/ReactCalendar.jsx                          |   8 +-
 .../src/assets/stylesheets/antd/index.less         | 110 ++++++++++----------
 .../assets/stylesheets/less/cosmo/variables.less   |  10 +-
 .../src/assets/stylesheets/less/variables.less     | 114 ++++++++++-----------
 superset-frontend/src/components/Alert/index.tsx   |   6 +-
 superset-frontend/src/components/Chart/Chart.tsx   |  20 ++--
 .../src/components/Chart/ChartErrorMessage.tsx     |   7 +-
 .../src/components/EmptyState/index.tsx            |   2 +-
 .../components/ErrorMessage/ErrorAlert.stories.tsx |  44 ++++----
 .../src/components/ErrorMessage/ErrorAlert.tsx     |  13 +--
 .../ErrorMessageWithStackTrace.test.tsx            |   2 +-
 .../ErrorMessage/ErrorMessageWithStackTrace.tsx    |   4 +-
 ...Message.tsx => FrontendNetworkErrorMessage.tsx} |  12 +--
 .../ErrorMessage/InvalidSQLErrorMessage.test.tsx   |   1 -
 .../src/components/ListViewCard/index.tsx          |   1 +
 superset-frontend/src/components/Menu/index.tsx    |   2 +
 .../src/components/ModalTrigger/index.tsx          |   2 +-
 superset-frontend/src/components/Select/utils.tsx  |  17 ++-
 superset-frontend/src/components/index.ts          |   1 +
 .../DatasourceControl/DatasourceControl.test.tsx   |   2 +-
 .../controls/DatasourceControl/index.jsx           |  17 +--
 .../components/controls/VizTypeControl/index.tsx   |  10 +-
 .../components/controls/VizTypeControl/types.ts    |  10 ++
 .../src/features/dashboards/DashboardCard.tsx      |   6 +-
 .../databases/DatabaseModal/index.test.tsx         |   4 +-
 superset-frontend/src/features/home/SubMenu.tsx    |   6 +-
 superset-frontend/src/pages/Home/index.tsx         |   6 +-
 superset-frontend/src/setup/setupErrorMessages.ts  |   5 +
 superset-frontend/src/views/App.tsx                |  28 ++---
 superset-frontend/src/views/routes.tsx             |   6 +-
 superset/connectors/sqla/models.py                 |  15 +--
 superset/dashboards/permalink/api.py               |   5 +-
 superset/explore/permalink/api.py                  |   5 +-
 superset/sqllab/permalink/api.py                   |   9 +-
 45 files changed, 354 insertions(+), 318 deletions(-)
 copy 
superset-frontend/src/components/ErrorMessage/{DatasetNotFoundErrorMessage.tsx 
=> FrontendNetworkErrorMessage.tsx} (82%)

Reply via email to