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
omit 94f4b4cdee fixed all types
omit 6744fc8bae motionDurationMid
omit eecf646c46 importing types from antd
omit 560aac3c89 rm body
omit 040466e853 motionDurationMi
omit 72faf24541 font weights
omit 4b3c900c82 borderRadius
omit a5acc74b7c borderRadius
omit 198d52cd14 progress, about to replace font sizes
omit 461515cfd5 progress
omit cee28b98d6 starting to replace
omit 537820befc starting to replace
omit 407de93082 starting to replace
omit df52c131d9 fixing type
omit cbba3d4af6 fixups
omit d6903b0915 merge gray and grayscale
omit 1132bc907d more progress
omit a49cf3d9ab more progress
omit 8a9fdbaa5f using new colors
omit 45faddd0ba more theming
omit 9d55026fee more theme cleaning
omit 7374537f26 textlabel
omit 74ea0b8c20 fixing colors
omit 927d52b1ed remove antd tokens from theme
omit 65f0131f42 commit
omit 7f378d46b7 feat: messing with the theme
add 78cd635b7a chore(GAQ): Remove GLOBAL_ASYNC_QUERIES_REDIS_CONFIG
(#30284)
add 983aa827a8 chore: bump FAB to 4.5.3 (#31947)
add 7383e4348b fix(timezoneselector): Correct the order to match names
first (#31941)
add b74da7963b chore(fe): migrate 6 Enzyme-based unit tests to RTL (#31819)
add e4e07eef5a feat(CalendarFrame): adding previous calendar quarter
(#31889)
add f5fff5eaad refactor: Removes legacy CSS template endpoint (#31942)
add 7cf7267085 refactor: Removes legacy dashboard endpoints (#31943)
add 1d6423e71f fix(sqllab): Missing allowHTML props in
ResultTableExtension (#31960)
add 7482b20f7b chore: replace selenium user with fixed user (#31844)
add fcd166149c chore: Empty state refactor (#31860)
add 52563621e6 feat: messing with the theme
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 (94f4b4cdee)
\
N -- N -- N refs/heads/template_less (52563621e6)
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:
UPDATING.md | 3 +
docs/docs/configuration/alerts-reports.mdx | 5 +-
docs/docs/configuration/cache.mdx | 7 +-
pyproject.toml | 2 +-
requirements/base.txt | 20 +-
requirements/development.txt | 26 +--
superset-frontend/package-lock.json | 118 +++---------
.../superset-ui-core/src/theme/Theme.test.tsx | 6 +-
.../packages/superset-ui-core/src/theme/Theme.tsx | 86 +++------
.../packages/superset-ui-core/src/theme/index.tsx | 2 +-
.../superset-ui-core/src/ui-overrides/types.ts | 5 +-
.../legacy-plugin-chart-chord/src/ReactChord.jsx | 6 +-
.../src/ReactParallelCoordinates.jsx | 2 +-
.../src/ReactPartition.jsx | 2 +-
.../legacy-plugin-chart-world-map/src/WorldMap.js | 2 +-
.../src/BigNumber/BigNumberViz.tsx | 2 +-
superset-frontend/scripts/compileLess.ts | 1 -
superset-frontend/src/GlobalStyles.tsx | 9 +-
.../components/QueryTable/QueryTable.test.tsx | 16 +-
.../src/assets/stylesheets/antd/index.less | 116 ++++++------
.../src/assets/stylesheets/antd/index.less.hbs | 130 ++++++-------
.../assets/stylesheets/less/cosmo/variables.less | 10 +-
.../stylesheets/less/cosmo/variables.less.hbs | 2 +-
.../src/assets/stylesheets/less/variables.less | 130 +++++++------
.../src/assets/stylesheets/less/variables.less.hbs | 20 +-
.../src/components/Collapse/Collapse.test.tsx | 5 +-
.../src/components/Collapse/index.tsx | 6 +-
.../src/components/EmptyState/index.tsx | 2 +-
.../{ImportErrorAlert.tsx => ErrorAlert.tsx} | 15 +-
.../{ImageLoader.test.jsx => ImageLoader.test.tsx} | 45 +++--
.../src/components/ListViewCard/ImageLoader.tsx | 1 +
...ListViewCard.test.jsx => ListViewCard.test.tsx} | 25 +--
.../src/components/ListViewCard/index.tsx | 2 +-
.../components/MessageToasts/ToastPresenter.tsx | 7 +-
.../src/components/PopoverDropdown/index.tsx | 2 +-
.../src/components/PopoverSection/index.tsx | 2 +-
.../TimezoneSelector/TimezoneSelector.test.tsx | 5 +-
.../src/components/TimezoneSelector/index.tsx | 21 ++-
.../components/AddSliceCard/AddSliceCard.tsx | 2 +-
.../components/CssEditor/CssEditor.test.tsx | 2 +-
.../src/dashboard/components/CssEditor/index.tsx | 5 +-
.../DashboardBuilder/DashboardBuilder.tsx | 13 +-
.../src/dashboard/components/DashboardGrid.jsx | 11 +-
.../dashboard/components/FiltersBadge/Styles.tsx | 2 +-
.../components/gridComponents/Divider.test.jsx | 44 +++--
.../dashboard/components/menu/WithPopoverMenu.tsx | 6 +-
.../FilterBar/ActionButtons/index.tsx | 2 +-
.../explore/components/ControlPanelsContainer.tsx | 2 +-
.../DateFilterControl/tests/CalendarFrame.test.tsx | 90 +++++++++
.../components/controls/DateFilterControl/types.ts | 2 +
.../controls/DateFilterControl/utils/constants.ts | 3 +
.../components/controls/OptionControls/index.tsx | 8 +-
.../components/controls/ViewportControl.test.jsx | 32 ++--
.../src/features/databases/DatabaseModal/index.tsx | 19 +-
.../src/features/databases/DatabaseModal/styles.ts | 2 +-
.../datasets/AddDataset/LeftPanel/index.tsx | 19 +-
superset-frontend/src/features/datasets/styles.ts | 2 +-
.../src/features/home/ActivityTable.test.tsx | 6 +-
.../src/features/home/ChartTable.test.tsx | 4 +-
.../src/features/home/EmptyState.test.tsx | 14 +-
superset-frontend/src/features/home/EmptyState.tsx | 202 +++++++--------------
superset-frontend/src/features/home/Menu.tsx | 119 +++---------
superset-frontend/src/features/home/RightMenu.tsx | 43 ++---
superset-frontend/src/features/home/SubMenu.tsx | 102 +++--------
.../RowLevelSecurityList.test.tsx | 64 +++----
superset-frontend/src/types/Dashboard.ts | 2 +-
superset-websocket/README.md | 2 +-
superset/async_events/async_query_manager.py | 16 +-
superset/commands/report/alert.py | 2 +-
superset/commands/report/execute.py | 8 +-
superset/config.py | 49 +++--
superset/dashboards/schemas.py | 2 +-
superset/initialization/__init__.py | 8 +-
superset/models/dashboard.py | 9 +-
superset/models/slice.py | 9 +-
superset/tasks/cache.py | 96 ++++++----
superset/tasks/exceptions.py | 4 +
superset/tasks/thumbnails.py | 6 +-
superset/tasks/types.py | 20 +-
superset/tasks/utils.py | 58 +++---
superset/thumbnails/digest.py | 40 ++--
superset/utils/date_parser.py | 9 +
superset/utils/screenshots.py | 13 +-
superset/views/css_templates.py | 26 +--
superset/views/dashboard/views.py | 75 +-------
tests/integration_tests/async_events/api_tests.py | 5 -
tests/integration_tests/reports/alert_tests.py | 12 +-
tests/integration_tests/reports/commands_tests.py | 2 +-
tests/integration_tests/strategy_tests.py | 31 ++--
.../integration_tests/tasks/async_queries_tests.py | 7 -
tests/integration_tests/thumbnails_tests.py | 52 ++----
.../async_events/async_query_manager_tests.py | 3 -
tests/unit_tests/tasks/test_utils.py | 59 +++---
tests/unit_tests/thumbnails/test_digest.py | 36 +++-
tests/unit_tests/utils/date_parser_tests.py | 28 +++
95 files changed, 1055 insertions(+), 1320 deletions(-)
copy superset-frontend/src/components/ImportModal/{ImportErrorAlert.tsx =>
ErrorAlert.tsx} (84%)
rename superset-frontend/src/components/ListViewCard/{ImageLoader.test.jsx =>
ImageLoader.test.tsx} (65%)
rename superset-frontend/src/components/ListViewCard/{ListViewCard.test.jsx =>
ListViewCard.test.tsx} (70%)
create mode 100644
superset-frontend/src/explore/components/controls/DateFilterControl/tests/CalendarFrame.test.tsx