This is an automated email from the ASF dual-hosted git repository.
maximebeauchemin pushed a change to branch pessimistic_json_iso_dttm_ser
in repository https://gitbox.apache.org/repos/asf/superset.git
omit 062201f689 comment
omit 7d051f9c6d add logging message
omit 7f959dfb08 unit tests
omit 28118e48e0 fix: use pessimistic json encoder in SQL Lab
add c975f97ce8 build(deps): bump polished from 3.7.2 to 4.3.1 in
/superset-frontend (#28240)
add 743c0bde7e fix(explore): temporal column mixin (#28241)
add 4d2247a7e1 fix(Webpack dev-server build warning): Create false value
alias for `moment-with-locales` (#28229)
add f9f0bc687d docs: set up redirects (#28247)
add 44690fb299 fix(dashboard): unable to drop tabs in columns (#28242)
add efda57e8a5 chore(AlteredSliceTag): Migrate to functional (#27891)
add a38dc90abe fix(Webpack dev-sever warnings): Add ignoreWarning to
webpack config for @data-ui error (#28232)
add 2e5f3ed851 fix(Dev-Server): Edit ChartPropsConfig reexport to be a
type object (#28225)
add 601896b1fc chore(superset-ui-core and NoResultsComponent): Migrate to
RTL, add RTL modules to the ui-core (#28187)
add 7675b77fde fix: use pessimistic json encoder in SQL Lab
add 2f15a1affa unit tests
add 87d6552857 add logging message
add 6ac491e520 comment
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 (062201f689)
\
N -- N -- N refs/heads/pessimistic_json_iso_dttm_ser (6ac491e520)
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:
docs/docusaurus.config.js | 48 ++
superset-frontend/package-lock.json | 76 +--
superset-frontend/package.json | 2 +-
.../src/shared-controls/mixins.tsx | 12 +-
.../packages/superset-ui-core/package.json | 4 +
.../packages/superset-ui-core/src/chart/index.ts | 5 +-
.../chart/components/NoResultsComponent.test.tsx | 27 +-
.../AlteredSliceTag/AlteredSliceTag.test.jsx | 582 +++++++++------------
.../src/components/AlteredSliceTag/index.tsx | 227 ++++----
.../dashboard/components/gridComponents/Column.jsx | 11 +-
.../components/gridComponents/Column.test.jsx | 14 +-
.../dashboard/components/gridComponents/Row.jsx | 8 +-
.../components/gridComponents/Row.test.jsx | 14 +-
superset-frontend/webpack.config.js | 19 +
14 files changed, 514 insertions(+), 535 deletions(-)