You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ta...@apache.org on 2023/12/07 17:01:10 UTC

(superset) branch tai/fix-title updated (38777c1a75 -> 5531566157)

This is an automated email from the ASF dual-hosted git repository.

tai pushed a change to branch tai/fix-title
in repository https://gitbox.apache.org/repos/asf/superset.git


 discard 38777c1a75 use escape-html package
 discard 6394d2715d fix(dashboard): title formatting
     add 4d4b19e8ba fix(init-job): Fix envFrom for init job in helm chart (#26157)
     add c8e69e2f9d feat(docker): Add ARM builds (#26196)
     add bf5b18ccb1 chore: Lower giveup log level for retried functions to warning (#26188)
     add f68dd8293f fix(docker): Remove race condition when building image (#26205)
     add 39c6488463 fix: Includes 90° x-axis label rotation (#26207)
     add 5010886f1f fix(dashboard): title formatting
     add 5531566157 use escape-html package

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   (38777c1a75)
            \
             N -- N -- N   refs/heads/tai/fix-title (5531566157)

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:
 Dockerfile                                                 | 14 ++++++--------
 helm/superset/Chart.yaml                                   |  2 +-
 helm/superset/README.md                                    |  2 +-
 helm/superset/templates/init-job.yaml                      |  2 +-
 scripts/docker_build_push.sh                               | 11 +++++------
 .../plugin-chart-echarts/src/Bubble/controlPanel.tsx       |  1 +
 .../src/MixedTimeseries/controlPanel.tsx                   |  1 +
 .../src/Timeseries/Area/controlPanel.tsx                   |  1 +
 .../src/Timeseries/Regular/Bar/controlPanel.tsx            |  1 +
 .../src/Timeseries/Regular/Line/controlPanel.tsx           |  1 +
 .../src/Timeseries/Regular/Scatter/controlPanel.tsx        |  1 +
 .../src/Timeseries/Regular/SmoothLine/controlPanel.tsx     |  1 +
 .../src/Timeseries/Step/controlPanel.tsx                   |  1 +
 superset/utils/retries.py                                  |  3 +++
 14 files changed, 25 insertions(+), 17 deletions(-)