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 2cc6d85d72 more theming
 discard 2c70d0953a more theme cleaning
 discard 2a2af9d666 textlabel
 discard c7ab8fa2e3 fixing colors
 discard 09bc135ae8 remove antd tokens from theme
 discard d03a2fca51 commit
 discard 2cfe90b17d feat: messing with the theme
     add 63843c5682 fix(date_parser): fixed bug for advanced time range filter 
(#31867)
     add 79f21b09d2 fix(E2E): Fix flaky Dashboard list delete test (#31933)
     add 550123882c fix: adjust line type as well as weight for time series 
(#30949)
     add eec374426f refactor(Menu): Upgrade Menu Component to Ant Design 5 
(#31699)
     add f8fe780f52 chore: replace Lodash usage with native JS implementation 
(#31907)
     add 4417e6eaef fix: Prevent undo functionality from referencing incorrect 
dashboard edits (#31809)
     add b5ac415afc docs: Removed mentioning of .env-non-dev in 
docker/README.md (#31460)
     add 43a97f86f5 fix: Load cached DB metadata as DatasourceName and add 
catalog to schema_list cache key (#31948)
     add dca3efb3dd fix: correct value for config variable `UPLOAD_FOLDER` 
(#25166)
     add a02a2f5a96 chore: Reduces the form_data_key length (#31905)
     add dfb9af36df chore: cypress set up tweaks (#31926)
     add 7f378d46b7 feat: messing with the theme
     add 65f0131f42 commit
     add 927d52b1ed remove antd tokens from theme
     add 74ea0b8c20 fixing colors
     add 7374537f26 textlabel
     add 9d55026fee more theme cleaning
     add 45faddd0ba more theming
     add 8a9fdbaa5f using new colors
     add a49cf3d9ab more progress
     add 1132bc907d more progress
     add d6903b0915 merge gray and grayscale
     add cbba3d4af6 fixups
     add df52c131d9 fixing type
     add 407de93082 starting to replace
     add 537820befc starting to replace
     add cee28b98d6 starting to replace
     add 461515cfd5 progress
     add 198d52cd14 progress, about to replace font sizes
     add a5acc74b7c borderRadius
     add 4b3c900c82 borderRadius
     add 72faf24541 font weights
     add 040466e853 motionDurationMi
     add 560aac3c89 rm body
     add eecf646c46 importing types from antd
     add 6744fc8bae motionDurationMid
     add 94f4b4cdee fixed all types

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   (2cc6d85d72)
            \
             N -- N -- N   refs/heads/template_less (94f4b4cdee)

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:
 .github/workflows/superset-docs-verify.yml         |   1 -
 .github/workflows/superset-e2e.yml                 |   2 +-
 .gitignore                                         |   6 +-
 UPDATING.md                                        |   1 +
 docker/README.md                                   |   2 +-
 docker/docker-init.sh                              |  17 +-
 scripts/cypress_run.py                             |   2 +-
 superset-frontend/cypress-base/cypress.config.ts   |  12 +-
 .../cypress/e2e/dashboard/drillby.test.ts          |  16 +-
 .../cypress/e2e/dashboard/drilltodetail.test.ts    | 141 ++--
 .../cypress/e2e/dashboard/editmode.test.ts         |  13 +-
 .../e2e/dashboard/horizontalFilterBar.test.ts      |   8 +-
 .../cypress-base/cypress/e2e/explore/link.test.ts  |   7 +-
 .../cypress-base/cypress/support/directories.ts    |   8 +-
 .../plugin-chart/templates/src/MyChart.erb         |  15 -
 .../src/components/CertifiedIconWithTooltip.tsx    |   2 +-
 .../src/components/ColumnOption.tsx                |   4 +-
 .../components/ColumnTypeLabel/ColumnTypeLabel.tsx |   6 +-
 .../src/components/ControlSubSectionHeader.tsx     |   6 +-
 .../src/components/MetricOption.tsx                |   4 +-
 .../src/components/SQLPopover.tsx                  |   8 +-
 .../src/components/Tooltip.tsx                     |   6 +-
 .../src/components/labelUtils.tsx                  |   6 +-
 .../src/operators/utils/timeOffset.ts              |   5 +-
 .../components/RadioButtonControl.tsx              |   4 +-
 .../src/chart/components/NoResultsComponent.tsx    |  10 +-
 .../src/components/SafeMarkdown.tsx                |   4 +-
 .../superset-ui-core/src/query/normalizeOrderBy.ts |   4 +-
 .../superset-ui-core/src/theme/Theme.test.tsx      |  14 +-
 .../packages/superset-ui-core/src/theme/Theme.tsx  | 839 +++++++++++----------
 .../packages/superset-ui-core/src/theme/index.tsx  |  10 +-
 .../stories/superset-ui-theme/Theme.stories.tsx    |  23 +-
 .../src/ReactCalendar.jsx                          |  40 +-
 .../src/ReactCountryMap.jsx                        |   8 +-
 .../src/HorizonChart.jsx                           |   2 +-
 .../src/PairedTTest.jsx                            |  10 +-
 .../src/ReactParallelCoordinates.jsx               |   8 +-
 .../src/ReactPartition.jsx                         |  12 +-
 .../legacy-plugin-chart-rose/src/ReactRose.jsx     |   9 +-
 .../src/components/Legend.tsx                      |  12 +-
 .../src/components/Tooltip.tsx                     |   6 +-
 .../legacy-preset-chart-deckgl/src/utils.ts        |   3 +-
 .../legacy-preset-chart-nvd3/src/ReactNVD3.jsx     |  26 +-
 .../BigNumber/BigNumberPeriodOverPeriod/PopKPI.tsx |  20 +-
 .../BigNumber/BigNumberPeriodOverPeriod/types.ts   |   9 +-
 .../src/BigNumber/BigNumberViz.tsx                 |  10 +-
 .../src/Sunburst/transformProps.ts                 |   8 +-
 .../src/Timeseries/transformProps.ts               |  15 +-
 .../src/Timeseries/transformers.ts                 |  10 +-
 .../src/Waterfall/transformProps.ts                |  12 +-
 .../plugin-chart-echarts/src/utils/forecast.ts     |   5 +-
 .../plugin-chart-echarts/src/utils/series.ts       |   4 +-
 .../plugin-chart-echarts/src/utils/treeBuilder.ts  |   4 +-
 .../plugin-chart-echarts/test/utils/series.test.ts |   4 +-
 .../plugin-chart-handlebars/src/Handlebars.tsx     |   4 +-
 .../src/plugin/controls/style.tsx                  |   2 +-
 .../src/PivotTableChart.tsx                        |   2 +-
 .../src/react-pivottable/Styles.js                 |  24 +-
 .../plugins/plugin-chart-table/src/Styles.tsx      |   4 +-
 .../plugins/plugin-chart-table/src/TableChart.tsx  |  18 +-
 .../src/chart/WordCloud.tsx                        |   7 +-
 superset-frontend/src/GlobalStyles.tsx             |  17 +-
 .../src/SqlLab/SqlLabGlobalStyles.tsx              |   2 +-
 .../SqlLab/components/AceEditorWrapper/index.tsx   |  10 +-
 .../src/SqlLab/components/App/index.tsx            |   8 +-
 .../src/SqlLab/components/ColumnElement/index.tsx  |   6 +-
 .../components/EstimateQueryCostButton/index.tsx   |   2 +-
 .../components/KeyboardShortcutButton/index.tsx    |  14 +-
 .../SqlLab/components/QueryLimitSelect/index.tsx   |   6 +-
 .../SqlLab/components/QueryStateLabel/index.tsx    |   2 +-
 .../src/SqlLab/components/QueryTable/styles.ts     |   2 +-
 .../src/SqlLab/components/ResultSet/index.tsx      |  22 +-
 .../components/RunQueryActionButton/index.tsx      |   4 +-
 .../components/SaveDatasetActionButton/index.tsx   |   4 +-
 .../SqlLab/components/SaveDatasetModal/index.tsx   |   4 +-
 .../src/SqlLab/components/SaveQuery/index.tsx      |   2 +-
 .../components/ScheduleQueryButton/index.tsx       |   4 +-
 .../src/SqlLab/components/SouthPane/index.tsx      |   4 +-
 .../src/SqlLab/components/SqlEditor/index.tsx      |  31 +-
 .../SqlLab/components/SqlEditorLeftBar/index.tsx   |  14 +-
 .../SqlLab/components/SqlEditorTabHeader/index.tsx |   4 +-
 .../src/SqlLab/components/TabStatusIcon/index.tsx  |   8 +-
 .../SqlLab/components/TabbedSqlEditors/index.tsx   |   2 +-
 .../src/SqlLab/components/TableElement/index.tsx   |  14 +-
 .../src/assets/stylesheets/antd/index.less.hbs     |   2 +-
 .../src/assets/stylesheets/less/variables.less.hbs |  28 +-
 .../src/components/AsyncAceEditor/index.tsx        |  18 +-
 superset-frontend/src/components/Button/index.tsx  |  22 +-
 superset-frontend/src/components/Card/index.tsx    |   2 +-
 superset-frontend/src/components/Chart/Chart.tsx   |   8 +-
 .../Chart/ChartContextMenu/ChartContextMenu.tsx    |  92 ++-
 .../components/Chart/DisabledMenuItemTooltip.tsx   |   4 +-
 .../Chart/DrillBy/DrillByMenuItems.test.tsx        |  11 +-
 .../components/Chart/DrillBy/DrillByMenuItems.tsx  |   6 +-
 .../components/Chart/DrillBy/DrillByModal.test.tsx |   4 +-
 .../src/components/Chart/DrillBy/DrillByModal.tsx  |   6 +-
 .../Chart/DrillBy/useDisplayModeToggle.tsx         |   2 +-
 .../Chart/DrillBy/useDrillByBreadcrumbs.tsx        |   4 +-
 .../Chart/DrillBy/useResultsTableView.tsx          |   2 +-
 .../DrillDetail/DrillDetailMenuItems.test.tsx      | 105 ++-
 .../Chart/DrillDetail/DrillDetailMenuItems.tsx     |  39 +-
 .../Chart/DrillDetail/DrillDetailModal.tsx         |   8 +-
 .../Chart/DrillDetail/DrillDetailPane.tsx          |   2 +-
 .../Chart/DrillDetail/DrillDetailTableControls.tsx |  16 +-
 .../components/Chart/MenuItemWithTruncation.tsx    |   5 +-
 .../src/components/Collapse/Collapse.test.tsx      |   4 +-
 .../src/components/Collapse/index.tsx              |  14 +-
 .../src/components/CronPicker/CronPicker.tsx       |  14 +-
 .../src/components/DatabaseSelector/index.tsx      |  10 +-
 .../Datasource/ChangeDatasourceModal.tsx           |   2 +-
 .../src/components/Datasource/CollectionTable.tsx  |  14 +-
 .../src/components/Datasource/DatasourceEditor.jsx |  26 +-
 .../src/components/Datasource/DatasourceModal.tsx  |   4 +-
 .../src/components/Datasource/Field.tsx            |   2 +-
 .../src/components/DeleteModal/index.tsx           |   2 +-
 .../src/components/Dropdown/index.tsx              |  34 +-
 .../src/components/DropdownButton/index.tsx        |  10 +-
 .../src/components/DropdownContainer/index.tsx     |  12 +-
 .../components/DropdownSelectableIcon/index.tsx    |  68 +-
 .../src/components/DynamicEditableTitle/index.tsx  |  10 +-
 .../src/components/EmptyState/index.tsx            |  22 +-
 .../components/ErrorMessage/BasicErrorAlert.tsx    |   8 +-
 .../components/ErrorMessage/ErrorAlert.stories.tsx |   6 +-
 .../src/components/ErrorMessage/ErrorAlert.tsx     |   2 +-
 .../ErrorMessage/MarshmallowErrorMessage.tsx       |   6 +-
 .../src/components/FaveStar/index.tsx              |   4 +-
 .../src/components/FilterableTable/index.tsx       |   8 +-
 superset-frontend/src/components/Form/Form.tsx     |   4 +-
 superset-frontend/src/components/Form/FormItem.tsx |   6 +-
 .../src/components/Form/FormLabel.tsx              |  12 +-
 .../src/components/Form/LabeledErrorBoundInput.tsx |  14 +-
 .../src/components/IconButton/index.tsx            |  28 +-
 superset-frontend/src/components/Icons/Icon.tsx    |  12 +-
 .../src/components/Icons/Icons.stories.tsx         |  10 +-
 .../src/components/ImportModal/index.tsx           |  22 +-
 .../src/components/ImportModal/styles.ts           |   2 +-
 superset-frontend/src/components/Label/index.tsx   |   8 +-
 .../src/components/LastUpdated/index.tsx           |   6 +-
 .../src/components/ListView/CardCollection.tsx     |   8 +-
 .../src/components/ListView/CardSortSelect.tsx     |   2 +-
 .../src/components/ListView/CrossLinks.tsx         |   2 +-
 .../src/components/ListView/Filters/Base.ts        |   2 +-
 .../src/components/ListView/Filters/Search.tsx     |   2 +-
 .../src/components/ListView/ListView.tsx           |  46 +-
 .../src/components/ListViewCard/index.tsx          |  18 +-
 .../Menu.stories.tsx}                              |  58 +-
 superset-frontend/src/components/Menu/index.tsx    | 180 ++---
 .../src/components/MessageToasts/Toast.tsx         |   2 +-
 .../components/MessageToasts/ToastPresenter.tsx    |   4 +-
 .../src/components/MetadataBar/ContentConfig.tsx   |   2 +-
 .../src/components/MetadataBar/MetadataBar.tsx     |   6 +-
 superset-frontend/src/components/Modal/Modal.tsx   |  38 +-
 .../components/ModalTrigger/ModalTrigger.test.tsx  |   2 +-
 .../src/components/ModalTrigger/index.tsx          |   4 +-
 .../src/components/PageHeaderWithActions/index.tsx |  18 +-
 .../src/components/Pagination/Wrapper.tsx          |  12 +-
 .../src/components/Popover/Popover.test.tsx        |   2 +-
 .../src/components/PopoverDropdown/index.tsx       |  12 +-
 .../src/components/PopoverSection/index.tsx        |   8 +-
 superset-frontend/src/components/Radio/index.tsx   |  10 +-
 .../src/components/Select/CustomTag.tsx            |   2 +-
 superset-frontend/src/components/Select/styles.tsx |  22 +-
 .../src/components/Table/VirtualTable.tsx          |  12 +-
 .../Table/cell-renderers/ActionCell/index.tsx      |   3 +-
 .../header-renderers/HeaderWithRadioGroup.tsx      |   6 +-
 superset-frontend/src/components/Table/index.tsx   |   6 +-
 .../src/components/TableCollection/index.tsx       |  14 +-
 .../src/components/TableSelector/index.tsx         |   8 +-
 .../src/components/TableView/TableView.tsx         |  14 +-
 superset-frontend/src/components/Tabs/Tabs.tsx     |  14 +-
 superset-frontend/src/components/Tags/Tag.tsx      |   4 +-
 superset-frontend/src/components/Timer/index.tsx   |   2 +-
 .../src/components/TruncatedList/index.tsx         |   4 +-
 .../components/WarningIconWithTooltip/index.tsx    |   2 +-
 .../src/dashboard/actions/dashboardLayout.js       |   2 +
 .../components/AddSliceCard/AddSliceCard.tsx       |  34 +-
 .../components/BuilderComponentPane/index.tsx      |   2 +-
 .../src/dashboard/components/CssEditor/index.tsx   |   4 +-
 .../DashboardBuilder/DashboardBuilder.tsx          |  56 +-
 .../DashboardBuilder/DashboardWrapper.tsx          |  14 +-
 .../src/dashboard/components/DashboardGrid.jsx     |  18 +-
 .../components/FiltersBadge/DetailsPanel/index.tsx |   2 +-
 .../dashboard/components/FiltersBadge/Styles.tsx   |  22 +-
 .../dashboard/components/FiltersBadge/index.tsx    |  22 +-
 .../HeaderActionsDropdown.test.tsx                 |   6 +-
 .../Header/HeaderActionsDropdown/index.tsx         |  34 +-
 .../src/dashboard/components/Header/index.jsx      |  20 +-
 .../src/dashboard/components/IconButton.tsx        |   2 +-
 .../components/RefreshIntervalModal.test.tsx       |  14 +-
 .../dashboard/components/RefreshIntervalModal.tsx  |   4 +-
 .../src/dashboard/components/SliceAdder.tsx        |  20 +-
 .../src/dashboard/components/SliceHeader/index.tsx |  18 +-
 .../SliceHeaderControls.test.tsx                   | 217 +-----
 .../ViewResultsModalTrigger.tsx                    | 128 ++--
 .../components/SliceHeaderControls/index.tsx       | 192 +++--
 .../components/SliceHeaderControls/utils.ts        | 293 -------
 .../src/dashboard/components/dnd/DragHandle.tsx    |   2 +-
 .../components/filterscope/FilterScopeModal.tsx    |   6 +-
 .../components/filterscope/FilterScopeSelector.jsx |  92 +--
 .../filterscope/renderFilterScopeTreeNodes.jsx     |   4 +-
 .../components/gridComponents/Chart.test.jsx       |   8 +-
 .../components/gridComponents/ChartHolder.tsx      |   2 +-
 .../dashboard/components/gridComponents/Column.jsx |   6 +-
 .../components/gridComponents/Divider.jsx          |   6 +-
 .../dashboard/components/gridComponents/Header.jsx |  16 +-
 .../components/gridComponents/Markdown.jsx         |   4 +-
 .../dashboard/components/gridComponents/Row.jsx    |  12 +-
 .../dashboard/components/gridComponents/Tabs.jsx   |   8 +-
 .../gridComponents/new/DraggableNewComponent.jsx   |  16 +-
 .../components/menu/BackgroundStyleDropdown.tsx    |  30 +-
 .../DownloadMenuItems/DownloadMenuItems.test.tsx   |  12 +-
 .../components/menu/DownloadMenuItems/index.tsx    |  69 +-
 .../src/dashboard/components/menu/HoverMenu.tsx    |  16 +-
 .../menu/ShareMenuItems/ShareMenuItems.test.tsx    |  62 +-
 .../components/menu/ShareMenuItems/index.tsx       |  35 +-
 .../dashboard/components/menu/WithPopoverMenu.tsx  |  16 +-
 .../FilterBar/ActionButtons/index.tsx              |   8 +-
 .../FilterBar/CrossFilters/CrossFilter.tsx         |  10 +-
 .../FilterBar/CrossFilters/CrossFilterTag.tsx      |  10 +-
 .../FilterBar/CrossFilters/CrossFilterTitle.tsx    |   8 +-
 .../ScopingModal/ChartsScopingListPanel.tsx        |   6 +-
 .../ScopingModal/ScopingModalContent.tsx           |   2 +-
 .../CrossFilters/ScopingModal/ScopingTreePanel.tsx |  14 +-
 .../FilterBar/CrossFilters/VerticalCollapse.tsx    |  10 +-
 .../FilterBarSettings/FilterBarSettings.test.tsx   |  16 +-
 .../FilterBar/FilterBarSettings/index.tsx          |   6 +-
 .../FilterBar/FilterControls/FilterControl.tsx     |  22 +-
 .../FilterBar/FilterControls/FilterControls.tsx    |   2 +-
 .../FilterBar/FilterControls/FilterDivider.tsx     |  26 +-
 .../FilterBar/FiltersDropdownContent/index.tsx     |   4 +-
 .../FiltersOutOfScopeCollapsible/index.tsx         |  14 +-
 .../nativeFilters/FilterBar/Header/index.tsx       |  12 +-
 .../nativeFilters/FilterBar/Horizontal.tsx         |  14 +-
 .../nativeFilters/FilterBar/Vertical.tsx           |  16 +-
 .../nativeFilters/FilterCard/DependenciesRow.tsx   |   2 +-
 .../nativeFilters/FilterCard/NameRow.tsx           |   4 +-
 .../components/nativeFilters/FilterCard/Styles.ts  |  10 +-
 .../FiltersConfigModal/DividerConfigForm.tsx       |   2 +-
 .../FiltersConfigModal/DraggableFilter.tsx         |   6 +-
 .../FiltersConfigModal/FilterConfigurePane.tsx     |   2 +-
 .../FiltersConfigModal/FilterTitleContainer.tsx    |   2 +-
 .../FiltersConfigModal/FilterTitlePane.tsx         |   4 +-
 .../FiltersConfigForm/CollapsibleControl.tsx       |  10 +-
 .../FiltersConfigForm/DependencyList.tsx           |   8 +-
 .../FiltersConfigForm/FilterScope/FilterScope.tsx  |   4 +-
 .../FiltersConfigForm/FiltersConfigForm.tsx        |  30 +-
 .../FiltersConfigModal/FiltersConfigModal.tsx      |   4 +-
 .../components/resizable/ResizableContainer.tsx    |  20 +-
 superset-frontend/src/dashboard/styles.ts          |  48 +-
 .../util/useFilterFocusHighlightStyles.ts          |   2 +-
 .../src/explore/components/ChartPills.tsx          |   2 +-
 .../src/explore/components/Control.tsx             |   2 +-
 .../src/explore/components/ControlHeader.tsx       |   6 +-
 .../explore/components/ControlPanelsContainer.tsx  |  24 +-
 .../explore/components/DataTableControl/index.tsx  |  16 +-
 .../components/DataTablesPane/DataTablesPane.tsx   |   6 +-
 .../components/DataTableControls.tsx               |   2 +-
 .../DataTablesPane/components/SamplesPane.tsx      |   2 +-
 .../DataTablesPane/components/useResultsPane.tsx   |   2 +-
 .../DatasourcePanelDragOption/index.tsx            |   6 +-
 .../DatasourcePanel/DatasourcePanelItem.tsx        |  20 +-
 .../explore/components/DatasourcePanel/index.tsx   |  19 +-
 .../src/explore/components/EmbedCodeContent.jsx    |  12 +-
 .../src/explore/components/ExploreAlert.tsx        |  10 +-
 .../components/ExploreChartHeader/index.jsx        |   4 +-
 .../explore/components/ExploreChartPanel/index.jsx |  14 +-
 .../explore/components/ExploreContentPopover.tsx   |   4 +-
 .../components/ExploreViewContainer/index.jsx      |  18 +-
 .../components/ExportToCSVDropdown/index.tsx       |   4 +-
 .../src/explore/components/SaveModal.tsx           |   4 +-
 .../controls/AnnotationLayerControl/index.tsx      |   2 +-
 .../explore/components/controls/BoundsControl.tsx  |   8 +-
 .../components/controls/CheckboxControl.jsx        |   2 +-
 .../controls/CollectionControl/index.jsx           |   8 +-
 .../components/controls/ColorPickerControl.jsx     |   2 +-
 .../ColorSchemeControl/ColorSchemeLabel.tsx        |   8 +-
 .../controls/ColorSchemeControl/index.tsx          |  14 +-
 .../ColumnConfigControl/ColumnConfigControl.tsx    |   8 +-
 .../ColumnConfigControl/ColumnConfigItem.tsx       |  10 +-
 .../ControlForm/ControlFormItem.tsx                |   4 +-
 .../ColumnConfigControl/ControlForm/index.tsx      |   8 +-
 .../components/controls/ComparisonRangeLabel.tsx   |   2 +-
 .../ConditionalFormattingControl.tsx               |   8 +-
 .../controls/ContourControl/ContourOption.tsx      |   6 +-
 .../ContourControl/ContourPopoverControl.tsx       |   4 +-
 .../components/controls/ContourControl/index.tsx   |   4 +-
 .../controls/CurrencyControl/CurrencyControl.tsx   |   2 +-
 .../components/controls/CustomListItem/index.tsx   |   8 +-
 .../controls/DatasourceControl/index.jsx           |  17 +-
 .../controls/DateFilterControl/DateFilterLabel.tsx |   8 +-
 .../DateFilterControl/components/CustomFrame.tsx   |   3 +-
 .../components/DateFunctionTooltip.tsx             |  14 +-
 .../DateFilterControl/components/DateLabel.tsx     |   6 +-
 .../DndColumnSelectControl/ColumnSelectPopover.tsx |   2 +-
 .../DndColumnSelectPopoverTitle.jsx                |   2 +-
 .../controls/DndColumnSelectControl/Option.tsx     |   2 +-
 .../FilterControl/AdhocFilterEditPopover/index.jsx |  14 +-
 .../index.tsx                                      |   8 +-
 .../AdhocFilterEditPopoverSqlTabContent/index.tsx  |   6 +-
 .../controls/FixedOrMetricControl/index.jsx        |   4 +-
 .../controls/LayerConfigsControl/FlatLayerTree.tsx |   8 +-
 .../LayerConfigsControl/LayerConfigsControl.tsx    |   4 +-
 .../LayerConfigsPopoverContent.tsx                 |  20 +-
 .../controls/MapViewControl/MapViewControl.tsx     |   8 +-
 .../MapViewControl/MapViewPopoverContent.tsx       |  16 +-
 .../MetricControl/AdhocMetricEditPopover/index.jsx |   2 +-
 .../MetricControl/AdhocMetricEditPopoverTitle.tsx  |   2 +-
 .../components/controls/OptionControls/index.tsx   |  66 +-
 .../explore/components/controls/SelectControl.jsx  |   2 +-
 .../controls/TimeSeriesColumnControl/index.jsx     |   6 +-
 .../src/explore/components/controls/ViewQuery.tsx  |   2 +-
 .../controls/VizTypeControl/FastVizSwitcher.tsx    |   4 +-
 .../components/controls/VizTypeControl/VizTile.tsx |  16 +-
 .../controls/VizTypeControl/VizTypeGallery.tsx     |  88 +--
 .../components/controls/VizTypeControl/index.tsx   |   6 +-
 .../src/explore/components/optionRenderers.tsx     |   8 +-
 .../DashboardsSubMenu.test.tsx                     |  67 +-
 .../DashboardsSubMenu.tsx                          |   8 +-
 .../useExploreAdditionalActionsMenu/index.jsx      |  18 +-
 .../src/features/alerts/AlertReportModal.test.tsx  |   1 +
 .../src/features/alerts/AlertReportModal.tsx       |  26 +-
 .../features/alerts/buildErrorTooltipMessage.tsx   |   4 +-
 .../alerts/components/NotificationMethod.tsx       |  28 +-
 .../features/alerts/components/RecipientIcon.tsx   |   2 +-
 .../src/features/alerts/components/StyledPanel.tsx |  18 +-
 .../src/features/allEntities/AllEntitiesTable.tsx  |   8 +-
 .../annotationLayers/AnnotationLayerModal.tsx      |  16 +-
 .../src/features/annotations/AnnotationModal.tsx   |  18 +-
 .../src/features/cssTemplates/CssTemplateModal.tsx |  16 +-
 .../databases/DatabaseModal/ExtraOptions.tsx       |   4 +-
 .../databases/DatabaseModal/SSHTunnelForm.tsx      |   8 +-
 .../src/features/databases/DatabaseModal/index.tsx |   8 +-
 .../src/features/databases/DatabaseModal/styles.ts | 181 +++--
 .../UploadDataModel/UploadDataModal.test.tsx       |  13 +-
 .../features/databases/UploadDataModel/styles.ts   |  22 +-
 .../AddDataset/DatasetPanel/DatasetPanel.tsx       |  58 +-
 .../AddDataset/DatasetPanel/MessageContent.tsx     |   6 +-
 .../AddDataset/EditDataset/UsageTab/index.tsx      |   2 +-
 .../datasets/AddDataset/EditDataset/index.tsx      |  12 +-
 .../datasets/AddDataset/LeftPanel/index.tsx        |  40 +-
 .../src/features/datasets/DatasetLayout/index.tsx  |   4 +-
 .../features/datasets/DatasetSelectLabel/index.tsx |  24 +-
 .../datasets/metadataBar/useDatasetMetadataBar.tsx |   4 +-
 superset-frontend/src/features/datasets/styles.ts  |  24 +-
 .../src/features/home/ActivityTable.tsx            |   2 +-
 .../src/features/home/DashboardTable.test.tsx      |   2 +-
 superset-frontend/src/features/home/EmptyState.tsx |   2 +-
 .../home/LanguagePicker.stories.tsx}               |  57 +-
 .../src/features/home/LanguagePicker.test.tsx      |   4 +-
 .../src/features/home/LanguagePicker.tsx           |   2 +-
 superset-frontend/src/features/home/Menu.test.tsx  |  29 +-
 superset-frontend/src/features/home/Menu.tsx       |  36 +-
 .../src/features/home/RightMenu.test.tsx           |   2 +
 superset-frontend/src/features/home/RightMenu.tsx  |  20 +-
 .../src/features/home/SavedQueries.tsx             |  10 +-
 .../src/features/home/SubMenu.test.tsx             |   2 +-
 superset-frontend/src/features/home/SubMenu.tsx    |  40 +-
 .../src/features/queries/QueryPreviewModal.tsx     |  24 +-
 .../features/queries/SavedQueryPreviewModal.tsx    |  10 +-
 .../HeaderReportDropdown/index.test.tsx            |   2 +-
 .../ReportModal/HeaderReportDropdown/index.tsx     |  44 +-
 .../src/features/reports/ReportModal/styles.tsx    |  36 +-
 .../src/features/rls/RowLevelSecurityModal.tsx     |  16 +-
 .../src/features/tags/BulkTagModal.tsx             |   2 +-
 superset-frontend/src/features/tags/TagModal.tsx   |   4 +-
 .../filters/components/Range/RangeFilterPlugin.tsx |  10 +-
 superset-frontend/src/hooks/useJsonTreeTheme.ts    |  16 +-
 .../src/pages/AlertReportList/index.tsx            |   6 +-
 superset-frontend/src/pages/AllEntities/index.tsx  |  34 +-
 .../src/pages/AnnotationList/index.tsx             |   6 +-
 .../src/pages/ChartCreation/index.tsx              |  62 +-
 superset-frontend/src/pages/ChartList/index.tsx    |   2 +-
 superset-frontend/src/pages/DatasetList/index.tsx  |  10 +-
 .../src/pages/ExecutionLogList/index.tsx           |   6 +-
 superset-frontend/src/pages/Home/index.tsx         |  21 +-
 .../src/pages/QueryHistoryList/index.tsx           |   4 +-
 superset-frontend/src/reduxUtils.ts                |  17 +-
 superset-frontend/src/views/CRUD/utils.tsx         |  10 +-
 superset/commands/database/tables.py               |   7 +-
 superset/config.py                                 |  13 +-
 superset/key_value/shared_entries.py               |   3 +-
 superset/key_value/utils.py                        |  10 +-
 superset/models/core.py                            |  12 +-
 superset/static/{ => assets}/.gitkeep              |   0
 superset/static/{ => uploads}/.gitkeep             |   0
 superset/utils/date_parser.py                      | 197 ++++-
 tests/unit_tests/utils/date_parser_tests.py        |  40 +
 387 files changed, 3414 insertions(+), 3624 deletions(-)
 copy superset-frontend/src/components/{IconButton/IconButton.stories.tsx => 
Menu/Menu.stories.tsx} (52%)
 delete mode 100644 
superset-frontend/src/dashboard/components/SliceHeaderControls/utils.ts
 copy superset-frontend/src/{components/Radio/Radio.stories.tsx => 
features/home/LanguagePicker.stories.tsx} (53%)
 copy superset/static/{ => assets}/.gitkeep (100%)
 copy superset/static/{ => uploads}/.gitkeep (100%)

Reply via email to