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

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


    omit 897a21f550 fix unit tests
    omit 8e05b33f46 improved tooltip
    omit 7e82b75709 fix(big number with trendline): running 2 identical queries 
when not necessary
     add 89bf77b5c9 fix(theming): Fix visual regressions from theming P7 
(#34237)
     add 3177131d52 feat: re-order CRUD list view action buttons (#34294)
     add a38dbafd90 fix(big number with trendline): running 2 identical queries 
when not necessary
     add ba47fb545e improved tooltip
     add 1f6d34ebd4 fix unit tests
     add dbc3ca0a54 simplify

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   (897a21f550)
            \
             N -- N -- N   refs/heads/view_query (dbc3ca0a54)

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:
 .../cypress/e2e/dashboard/drillby.test.ts          |   6 +-
 .../src/components/ControlHeader.tsx               |  17 ++-
 .../src/shared-controls/customControls.tsx         |   4 +-
 .../components/Collapse/CollapseLabelInModal.tsx   |  58 ++++++-----
 .../src/components/ConfirmStatusChange/index.tsx   |   1 +
 .../src/components/DeleteModal/index.tsx           |   2 +
 .../src/components/DeleteModal/types.ts            |   1 +
 .../src/components/Modal/FormModal.tsx             |   2 +
 .../src/components/Modal/Modal.tsx                 |   6 +-
 .../src/components/ModalTrigger/index.tsx          |   1 +
 .../src/components/Typography/index.tsx            |   1 +
 .../src/components/UnsavedChangesModal/index.tsx   |   8 +-
 .../superset-ui-core/src/components/index.ts       |   1 +
 .../BigNumberWithTrendline/transformProps.ts       | 114 ++++++++++++++-------
 .../SqlLab/components/SaveDatasetModal/index.tsx   |  24 +++--
 .../src/SqlLab/components/SaveQuery/index.tsx      |  12 ++-
 .../src/SqlLab/components/SqlEditor/index.tsx      |   1 +
 .../src/components/Chart/DrillBy/DrillByModal.tsx  |   1 +
 .../Chart/DrillDetail/DrillDetailModal.tsx         |   1 +
 .../Datasource/ChangeDatasourceModal.tsx           |   1 +
 .../src/components/Datasource/DatasourceEditor.jsx |  65 ++++--------
 .../src/components/ErrorMessage/ErrorAlert.tsx     |   1 +
 .../src/components/ImportModal/index.tsx           |   3 +-
 .../ModalTitleWithIcon/ModalTitleWithIcon.test.tsx |  60 +++++++++++
 .../src/components/ModalTitleWithIcon/index.tsx    |  62 +++++++++++
 .../dashboard/components/EmbeddedModal/index.tsx   |   9 +-
 .../PropertiesModal/PropertiesModal.test.tsx       |   4 +-
 .../dashboard/components/PropertiesModal/index.tsx |   5 +-
 .../CrossFilters/ScopingModal/ScopingModal.tsx     |   4 +-
 .../explore/components/ControlPanelsContainer.tsx  |   1 +
 .../explore/components/PropertiesModal/index.tsx   |  20 ++--
 .../controls/DateFilterControl/DateFilterLabel.tsx |  23 +++--
 .../DndColumnSelectControl/ColumnSelectPopover.tsx |   7 +-
 .../src/features/alerts/AlertReportModal.tsx       |  20 ++--
 .../annotationLayers/AnnotationLayerModal.tsx      |  41 +++-----
 .../src/features/annotations/AnnotationModal.tsx   |  29 ++----
 .../src/features/cssTemplates/CssTemplateModal.tsx |  37 ++-----
 .../src/features/databases/DatabaseModal/index.tsx |  53 ++++------
 .../features/databases/UploadDataModel/index.tsx   |  14 +--
 .../features/datasets/DuplicateDatasetModal.tsx    |  11 +-
 .../src/features/groups/GroupListModal.tsx         |   9 +-
 superset-frontend/src/features/home/ChartTable.tsx |  18 ++--
 .../src/features/home/DashboardTable.tsx           |  17 ++-
 .../src/features/home/SavedQueries.tsx             |   5 +-
 .../src/features/rls/RowLevelSecurityModal.tsx     |  28 ++---
 .../src/features/roles/RoleListAddModal.tsx        |  12 ++-
 .../src/features/roles/RoleListDuplicateModal.tsx  |  11 +-
 .../src/features/roles/RoleListEditModal.tsx       |  10 +-
 .../src/features/tags/BulkTagModal.tsx             |   4 +-
 superset-frontend/src/features/tags/TagModal.tsx   |  10 +-
 .../src/features/users/UserListModal.tsx           |   9 +-
 .../src/pages/AlertReportList/index.tsx            |  17 +--
 .../src/pages/AnnotationLayerList/index.tsx        |  16 +--
 .../src/pages/AnnotationList/index.tsx             |   8 +-
 superset-frontend/src/pages/ChartList/index.tsx    |  32 +++---
 .../src/pages/CssTemplateList/index.tsx            |  18 ++--
 .../src/pages/DashboardList/index.tsx              |  32 +++---
 superset-frontend/src/pages/DatabaseList/index.tsx |   8 +-
 superset-frontend/src/pages/DatasetList/index.tsx  |  36 ++++---
 .../src/pages/RowLevelSecurityList/index.tsx       |  12 +--
 .../src/pages/SavedQueryList/index.tsx             |  37 +++----
 superset-frontend/src/pages/UserInfo/index.tsx     |   1 -
 62 files changed, 625 insertions(+), 456 deletions(-)
 create mode 100644 
superset-frontend/src/components/ModalTitleWithIcon/ModalTitleWithIcon.test.tsx
 create mode 100644 
superset-frontend/src/components/ModalTitleWithIcon/index.tsx

Reply via email to