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

beto pushed a change to branch SO-1009
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git.


 discard 4d3f109  Export datasets as ZIP files
     add 55c2892  Fix: bring back type ignore for config import (#11333)
     add 0e97c4f  tests: added fixtures to created dashboards and updated test 
with proper value (#11290)
     add 4208ca7  refactor: replace AvatarIcon instances with FacePile  (#11279)
     add 901a42b  refactor: Replace usages of Popover from react-bootstrap with 
Antd (#11163)
     add 9266f0a  refactor: Replace usages of reactable in 
ChangeDatasourceModal (#11241)
     add 55ae259  chore: Dashboard cypress refactor (#11280)
     add 7369039  tests: Parameterize some tests in alerts_tests.py (#11313)
     add 9f8d0e7  fix: update table_name and schema on dataset editor (#11218)
     add 6f3d4c1  feat: css template add/edit modal (#11296)
     add 8a2c17f  Export datasets as ZIP files

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   (4d3f109)
            \
             N -- N -- N   refs/heads/SO-1009 (8a2c17f)

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:
 .../integration/dashboard/edit_mode.test.js        |  72 +++--
 .../cypress/integration/dashboard/fav_star.test.js |  14 +-
 .../cypress/integration/dashboard/load.test.js     |   4 +-
 .../cypress/integration/dashboard/markdown.test.ts |  32 +-
 .../cypress/integration/dashboard/save.test.js     |  35 ++-
 .../cypress/integration/dashboard/tabs.test.js     |  89 +++---
 .../integration/explore/AdhocFilters.test.ts       |   1 +
 .../integration/explore/AdhocMetrics.test.ts       |   1 +
 .../cypress/integration/explore/advanced.test.ts   |   2 +-
 .../cypress/integration/explore/control.test.ts    |  10 +-
 superset-frontend/package-lock.json                | 131 ++++----
 superset-frontend/package.json                     |   1 -
 .../components/URLShortLinkButton_spec.jsx         |   4 +-
 .../components/AdhocFilterEditPopover_spec.jsx     |   4 +-
 .../explore/components/AdhocFilterOption_spec.jsx  |   8 +-
 .../AdhocMetricEditPopoverTitle_spec.jsx           |  18 +-
 .../components/AdhocMetricEditPopover_spec.jsx     |  18 +-
 .../explore/components/AdhocMetricOption_spec.jsx  |  24 +-
 .../explore/components/ColorPickerControl_spec.jsx |   6 +-
 .../explore/components/DateFilterControl_spec.jsx  |  41 ++-
 .../explore/components/EmbedCodeButton_spec.jsx    |   6 +-
 .../components/FilterBoxItemControl_spec.jsx       |   6 +-
 .../components/TimeSeriesColumnControl_spec.jsx    |   6 +-
 .../explore/components/ViewportControl_spec.jsx    |   4 +-
 .../spec/javascripts/sqllab/LimitControl_spec.jsx  |  63 ++--
 .../javascripts/sqllab/ShareSqlLabQuery_spec.jsx   |   6 +-
 .../CRUD/csstemplates/CssTemplateModal_spec.jsx}   |  73 +++--
 .../src/SqlLab/components/LimitControl.tsx         | 120 ++++----
 .../src/SqlLab/components/ShareSqlLabQuery.jsx     |  16 +-
 .../src/SqlLab/components/SqlEditorLeftBar.jsx     |   4 -
 .../components/Popover.tsx}                        |  11 +-
 .../src/common/components/common.stories.tsx       |  32 +-
 superset-frontend/src/components/AvatarIcon.tsx    |  60 ----
 .../FacePile/FacePile.stories.tsx}                 |  49 ++-
 .../src/components/FacePile/FacePile.test.tsx      |  72 +++++
 .../src/components/FacePile/index.tsx              |  72 +++++
 .../src/components/FacePile/utils.tsx              |  49 +++
 superset-frontend/src/components/Hotkeys.jsx       |  15 +-
 .../src/components/URLShortLinkButton.jsx          |  16 +-
 .../dashboard/components/BuilderComponentPane.jsx  |   2 +-
 .../src/dashboard/components/SaveModal.jsx         |   2 +-
 .../src/dashboard/components/SliceAdder.jsx        |   1 +
 .../components/gridComponents/ChartHolder.jsx      |  10 +-
 .../src/datasource/ChangeDatasourceModal.tsx       |  35 ++-
 .../src/datasource/DatasourceModal.tsx             |   3 +
 .../explore/components/AdhocFilterEditPopover.jsx  | 133 ++++-----
 .../src/explore/components/AdhocFilterOption.jsx   |  35 ++-
 .../explore/components/AdhocMetricEditPopover.jsx  | 231 +++++++--------
 .../components/AdhocMetricEditPopoverTitle.jsx     |  25 +-
 .../src/explore/components/AdhocMetricOption.jsx   |  80 +++--
 .../src/explore/components/EmbedCodeButton.jsx     | 116 ++++----
 .../src/explore/components/PropertiesModal.tsx     |   4 +-
 .../components/controls/AnnotationLayer.jsx        |   7 +-
 .../components/controls/AnnotationLayerControl.jsx |  60 ++--
 .../components/controls/ColorPickerControl.jsx     |  15 +-
 .../components/controls/DateFilterControl.jsx      | 330 +++++++++++----------
 .../components/controls/FilterBoxItemControl.jsx   |  21 +-
 .../controls/TimeSeriesColumnControl.jsx           | 281 +++++++++---------
 .../components/controls/ViewportControl.jsx        |  15 +-
 superset-frontend/src/types/Owner.ts               |   2 +-
 .../src/views/CRUD/chart/ChartList.tsx             |  13 +-
 .../views/CRUD/csstemplates/CssTemplateModal.tsx   | 257 ++++++++++++++++
 .../views/CRUD/csstemplates/CssTemplatesList.tsx   |  62 ++--
 .../Owner.ts => views/CRUD/csstemplates/types.ts}  |  21 +-
 .../src/views/CRUD/dashboard/DashboardList.tsx     |  26 +-
 .../src/views/CRUD/data/dataset/DatasetList.tsx    |  22 +-
 superset-frontend/stylesheets/antd/index.less      |   4 -
 superset/config.py                                 |   2 +-
 superset/connectors/base/models.py                 |   1 +
 superset/connectors/sqla/models.py                 |   4 +-
 tests/alerts_tests.py                              | 261 +++++++++-------
 tests/dashboard_tests.py                           |  99 +++++--
 tests/databases/api_tests.py                       |   2 +-
 tests/datasets/api_tests.py                        |   3 +-
 tests/fixtures/datasource.py                       |   1 +
 75 files changed, 1982 insertions(+), 1399 deletions(-)
 copy 
superset-frontend/spec/javascripts/{datasource/ChangeDatasourceModal_spec.jsx 
=> views/CRUD/csstemplates/CssTemplateModal_spec.jsx} (50%)
 copy superset-frontend/src/{components/RefreshLabel.less => 
common/components/Popover.tsx} (81%)
 delete mode 100644 superset-frontend/src/components/AvatarIcon.tsx
 copy superset-frontend/src/{dashboard/components/resizable/ResizableHandle.jsx 
=> components/FacePile/FacePile.stories.tsx} (53%)
 create mode 100644 superset-frontend/src/components/FacePile/FacePile.test.tsx
 create mode 100644 superset-frontend/src/components/FacePile/index.tsx
 create mode 100644 superset-frontend/src/components/FacePile/utils.tsx
 create mode 100644 
superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx
 copy superset-frontend/src/{types/Owner.ts => 
views/CRUD/csstemplates/types.ts} (79%)

Reply via email to