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

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


 discard ec3f6372b1 dompurify
     add 94d5752cfb removing more css aliases
     add 35dcdd12f4 kill variables.less

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   (ec3f6372b1)
            \
             N -- N -- N   refs/heads/no_antd_v4_less_less (35dcdd12f4)

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:
 superset-frontend/package-lock.json                |   6 +-
 superset-frontend/package.json                     |   2 +-
 .../src/OptionDescription.tsx                      |   7 +-
 .../plugins/legacy-preset-chart-nvd3/package.json  |   2 +-
 .../legacy-preset-chart-nvd3/src/ReactNVD3.jsx     |   5 +
 .../src/SqlLab/components/ColumnElement/index.tsx  |   3 +-
 .../src/SqlLab/components/SaveQuery/index.tsx      |   8 +-
 .../src/SqlLab/components/ShowSQL/index.tsx        |   2 +-
 .../src/SqlLab/components/SouthPane/index.tsx      |   2 +-
 .../src/SqlLab/components/TableElement/index.tsx   |   6 +-
 .../src/assets/stylesheets/less/variables.less     | 202 ---------------------
 .../src/assets/stylesheets/less/variables.less.hbs | 202 ---------------------
 .../src/assets/stylesheets/superset.less           |  30 ---
 .../src/assets/stylesheets/superset.less.hbs       |  30 ---
 .../src/components/AsyncAceEditor/Tooltip.tsx      |  33 ++--
 .../src/components/CopyToClipboard/index.tsx       |   4 +-
 .../src/components/Datasource/DatasourceModal.tsx  |   1 -
 .../src/components/Datasource/Field.tsx            |   2 +-
 .../Header/useHeaderActionsDropdownMenu.tsx        |   5 +-
 .../dashboard/components/PropertiesModal/index.tsx |   1 -
 .../components/URLShortLinkButton/index.tsx        |  16 +-
 .../ContourControl/ContourPopoverControl.tsx       |   1 -
 .../FilterControl/AdhocFilterEditPopover/index.jsx |   1 -
 .../controls/MetricControl/AggregateOption.jsx     |   2 +-
 24 files changed, 52 insertions(+), 521 deletions(-)
 delete mode 100644 superset-frontend/src/assets/stylesheets/less/variables.less
 delete mode 100644 
superset-frontend/src/assets/stylesheets/less/variables.less.hbs

Reply via email to