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 1ca8e6e1cd one more license
omit f6266d959a linted it all
omit 9a3420d3c4 linting
omit 80b4575a01 license headers
omit 41421f2ed6 minimal
omit d6618b972d fixing input box in explore
omit 7f1a62498a huge refactor
omit 9e8c02ed51 fix svg
omit fd082bcca3 fix empty states svg for theming
omit 73f0f01d99 more tweaks
omit 7d9aa3f0bf fixing font-size
omit 40d8956e58 fixup submenues
omit 43fe323181 tweaking headers
omit 0655910801 feat: messing with the theme
add 91d1648230 refactor(empty): Migrate Empty component to Ant Design 5
(#31633)
add 658863f5b9 feat: messing with the theme
add 66dc029114 tweaking headers
add c275824181 fixup submenues
add 1181563ad1 fixing font-size
add db2d5d5993 more tweaks
add b057792037 fix empty states svg for theming
add 3dd38fab28 fix svg
add fdb99babf6 huge refactor
add 4539c2c11c fixing input box in explore
add d01dc620d1 minimal
add 7e8e9a79c3 license headers
add caaa6d189f linting
add 4840d8707b linted it all
add e8b4fe4acd one more license
add 6c6532ec36 linting
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 (1ca8e6e1cd)
\
N -- N -- N refs/heads/template_less (6c6532ec36)
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:
.../src/SqlLab/components/QueryHistory/index.tsx | 2 +-
.../src/SqlLab/components/SouthPane/Results.tsx | 2 +-
.../DynamicEditableTitle/DynamicEditableTitle.test.tsx | 2 +-
.../Divider.test.tsx => EmptyState/Empty.test.tsx} | 5 +++--
.../rls/constants.ts => components/EmptyState/Empty.tsx} | 16 +++++++---------
superset-frontend/src/components/EmptyState/index.tsx | 4 ++--
.../src/components/ErrorMessage/ErrorAlert.stories.tsx | 4 +---
.../src/components/ListView/ListView.test.jsx | 2 +-
superset-frontend/src/components/ListView/ListView.tsx | 4 ++--
superset-frontend/src/components/TableView/TableView.tsx | 2 +-
superset-frontend/src/components/index.ts | 1 -
11 files changed, 20 insertions(+), 24 deletions(-)
copy superset-frontend/src/components/{Divider/Divider.test.tsx =>
EmptyState/Empty.test.tsx} (92%)
copy superset-frontend/src/{features/rls/constants.ts =>
components/EmptyState/Empty.tsx} (72%)