You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ma...@apache.org on 2024/02/09 03:14:39 UTC

(superset) branch docker_multi_platform_releases updated (68cf9b0c31 -> 71fd8c3ba3)

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

maximebeauchemin pushed a change to branch docker_multi_platform_releases
in repository https://gitbox.apache.org/repos/asf/superset.git


 discard 68cf9b0c31 trying to resolve cache conflicts
 discard aeac411e88 exit with error on subprocess error
 discard 3a78fd12bd missing slash
 discard 774077bfc7 feat(docker): allow for docker release builds to be multi-platform
     add 3700326c35 fix(ephemeral): fix ephemeral builds in PR (#27056)
     add 81301ee54e fix(ephemeral): fix tagging command for ECR (#27057)
     add cf84f36a6c chore: prevent prophet from logging non-errors as errors (#27053)
     add 6f402991e5 fix(plugins): missing currency on small number format in table chart (#27041)
     add ee69ac97c8 fix(ephemeral): point to the full tag name (#27058)
     add 5951f6ceb6 fix(ephemeral): last try fixing this GH action (#27060)
     add 07dfc2b0da feat(docker): allow for docker release builds to be multi-platform
     add 68f71d4728 missing slash
     add 2e6bba1fa5 exit with error on subprocess error
     add f58fbb5667 trying to resolve cache conflicts
     add 91dc94ea36 pointing to the right place
     add 71fd8c3ba3 try no-cache

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   (68cf9b0c31)
            \
             N -- N -- N   refs/heads/docker_multi_platform_releases (71fd8c3ba3)

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/ephemeral-env.yml                | 16 ++++----
 Dockerfile                                         |  9 ++---
 .../plugin-chart-table/src/utils/formatValue.ts    |  6 +++
 .../plugin-chart-table/test/TableChart.test.tsx    | 42 ++++++++++++++++++++
 superset/utils/decorators.py                       | 19 +++++++++
 superset/utils/pandas_postprocessing/prophet.py    |  7 +++-
 tests/unit_tests/utils/test_decorators.py          | 45 ++++++++++++++++++++++
 7 files changed, 129 insertions(+), 15 deletions(-)