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


 discard a079a90700 factoring out pre-commit changes into another PR
 discard 800f1e049b fix types
 discard 12200a76b0 feat: messing with the theme
     add 687f762457 refactor: Removes the legacy dataset editor (#31976)
     add 4b0e907c3d chore: Add FYND to INTHEWILD.md (#31980)
     add 65c4d39c31 refactor(Shared_url_query): Fix shared  query URL access 
for SQL Lab users. (#31421)
     add 925938b4d1 feat: run prettier before eslint in pre-commit hooks 
(#31984)
     add bcd7e19096 feat: messing with the theme
     add 5c5e7466ed fix types
     add 21bf8cf037 factoring out pre-commit changes into another PR
     add a74ef36e2d factor out types
     add d1e98aa957 factoring out types
     add fbca106720 fixups

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   (a079a90700)
            \
             N -- N -- N   refs/heads/template_less (fbca106720)

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:
 RESOURCES/FEATURE_FLAGS.md                         |   3 +-
 RESOURCES/INTHEWILD.md                             |   1 +
 .../cypress/e2e/dashboard_list/list.test.ts        |  65 +--
 .../cypress-base/cypress/e2e/sqllab/query.test.ts  |   1 -
 .../cypress-base/cypress/support/e2e.ts            |   9 +-
 .../packages/superset-ui-core/src/theme/Theme.tsx  | 431 ++++----------------
 .../packages/superset-ui-core/src/theme/index.tsx  |   2 +-
 .../packages/superset-ui-core/src/theme/types.ts   | 334 ++++++++++++++++
 .../superset-ui-core/src/utils/featureFlags.ts     |   1 -
 .../plugins/plugin-chart-table/birthNames.json     |   1 -
 superset-frontend/spec/fixtures/mockDatasource.js  |   1 -
 .../components/Datasource/DatasourceModal.test.jsx |   5 -
 .../src/components/Datasource/DatasourceModal.tsx  |  20 -
 .../pages/SavedQueryList/SavedQueryList.test.jsx   |  65 +++
 .../src/pages/SavedQueryList/index.tsx             |  36 +-
 superset-frontend/src/views/App.tsx                |  12 +-
 superset-frontend/src/views/CRUD/types.ts          |   1 +
 superset/config.py                                 |   4 -
 superset/connectors/sqla/views.py                  | 436 +--------------------
 superset/databases/api.py                          |   2 +-
 superset/initialization/__init__.py                |   9 +-
 superset/sql/parse.py                              |   2 +-
 superset/sqllab/permalink/schemas.py               |   5 +
 superset/sqllab/permalink/types.py                 |   1 +
 superset/views/base.py                             | 101 +----
 superset/views/chart/mixin.py                      |  92 -----
 superset/views/chart/views.py                      |  67 +---
 superset/views/database/mixins.py                  | 285 --------------
 superset/views/database/views.py                   |  59 +--
 superset/views/sql_lab/views.py                    |  34 +-
 tests/integration_tests/core_tests.py              |  27 --
 tests/integration_tests/databases/api_tests.py     |  29 --
 .../integration_tests/dict_import_export_tests.py  |  23 --
 tests/unit_tests/views/__init__.py                 |  16 -
 tests/unit_tests/views/database/__init__.py        |  16 -
 tests/unit_tests/views/database/mixins_test.py     |  65 ---
 36 files changed, 581 insertions(+), 1680 deletions(-)
 create mode 100644 
superset-frontend/packages/superset-ui-core/src/theme/types.ts
 delete mode 100644 superset/views/chart/mixin.py
 delete mode 100644 superset/views/database/mixins.py
 delete mode 100644 tests/unit_tests/views/__init__.py
 delete mode 100644 tests/unit_tests/views/database/__init__.py
 delete mode 100644 tests/unit_tests/views/database/mixins_test.py

Reply via email to