This is an automated email from the ASF dual-hosted git repository.
rusackas pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git.
from 0262daa fix: delete the correct dashboard cache key (#11273)
add fc03549 chore: Added data-test attributes for testing (#11254)
No new revisions were added by this update.
Summary of changes:
.../views/CRUD/dashboard/DashboardList_spec.jsx | 10 ++++++++--
superset-frontend/src/CRUD/CollectionTable.tsx | 10 ++++++----
superset-frontend/src/chart/Chart.jsx | 13 ++++++++++---
superset-frontend/src/components/DeleteModal.tsx | 1 +
superset-frontend/src/components/EditableTitle.tsx | 2 ++
superset-frontend/src/components/FaveStar.tsx | 7 ++++++-
superset-frontend/src/components/ListView/ListView.tsx | 2 +-
.../src/components/ListViewCard/index.tsx | 5 ++++-
superset-frontend/src/components/Modal.tsx | 13 ++++++++-----
superset-frontend/src/components/PopoverSection.jsx | 2 +-
.../src/components/Select/SupersetStyledSelect.tsx | 1 -
.../src/components/URLShortLinkButton.jsx | 2 +-
.../src/components/dataViewCommon/TableCollection.tsx | 10 ++++++++--
.../src/dashboard/components/AddSliceCard.jsx | 9 +++++++--
.../src/dashboard/components/BuilderComponentPane.jsx | 6 +++++-
.../src/dashboard/components/DashboardBuilder.jsx | 2 +-
.../src/dashboard/components/DashboardGrid.jsx | 2 +-
superset-frontend/src/dashboard/components/Header.jsx | 18 +++++++++++++++---
.../src/dashboard/components/HeaderActionsDropdown.jsx | 4 +++-
.../src/dashboard/components/IconButton.jsx | 3 ++-
.../src/dashboard/components/PropertiesModal.jsx | 11 +++++++++--
.../src/dashboard/components/SaveModal.jsx | 6 +++++-
.../src/dashboard/components/dnd/DragDroppable.jsx | 1 +
.../components/gridComponents/ChartHolder.jsx | 1 +
.../dashboard/components/gridComponents/Markdown.jsx | 3 +++
.../src/dashboard/components/gridComponents/Row.jsx | 1 +
.../src/dashboard/components/gridComponents/Tabs.jsx | 6 +++++-
.../gridComponents/new/DraggableNewComponent.jsx | 6 +++++-
superset-frontend/src/datasource/DatasourceEditor.jsx | 2 +-
.../src/explore/components/AdhocFilterEditPopover.jsx | 8 +++++++-
.../src/explore/components/AdhocMetricEditPopover.jsx | 10 ++++++++--
.../src/explore/components/AdhocMetricOption.jsx | 1 +
.../src/explore/components/ControlPanelSection.jsx | 7 ++++++-
.../src/explore/components/ControlPanelsContainer.jsx | 2 +-
.../src/explore/components/DisplayQueryButton.jsx | 5 ++++-
.../src/explore/components/EmbedCodeButton.jsx | 3 ++-
.../src/explore/components/ExploreActionButtons.jsx | 6 +++++-
.../src/explore/components/PropertiesModal.tsx | 12 ++++++++++--
.../src/explore/components/QueryAndSaveBtns.jsx | 1 +
superset-frontend/src/explore/components/SaveModal.jsx | 10 +++++++---
.../components/controls/AnnotationLayerControl.jsx | 7 ++++++-
.../src/explore/components/controls/BoundsControl.jsx | 2 ++
.../explore/components/controls/DatasourceControl.jsx | 7 ++++++-
.../explore/components/controls/DateFilterControl.jsx | 11 +++++++++--
.../src/explore/components/controls/TextControl.tsx | 1 +
.../src/explore/components/controls/VizTypeControl.jsx | 6 ++++--
superset-frontend/src/views/CRUD/chart/ChartList.tsx | 4 +++-
.../src/views/CRUD/dashboard/DashboardList.tsx | 12 ++++++++++--
.../src/visualizations/FilterBox/FilterBox.jsx | 5 ++++-
superset/templates/superset/basic.html | 12 ++++++------
superset/templates/superset/theme.html | 10 +++++-----
51 files changed, 229 insertions(+), 72 deletions(-)