You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by mi...@apache.org on 2024/03/04 20:48:18 UTC

(superset) branch test-ci updated (2bded744a9 -> ddfd782cda)

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

michaelsmolina pushed a change to branch test-ci
in repository https://gitbox.apache.org/repos/asf/superset.git


 discard 2bded744a9 chore: test
    omit c6772b6c78 chore: prevent CI double runs on push + pull_request (#26766)
     new ddfd782cda chore: test

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   (2bded744a9)
            \
             N -- N -- N   refs/heads/test-ci (ddfd782cda)

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.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/workflows/check_db_migration_confict.yml   |  6 ---
 .github/workflows/docker.yml                       |  7 ---
 .github/workflows/license-check.yml                |  5 +-
 .github/workflows/no-op.yml                        | 54 ----------------------
 .github/workflows/prefer-typescript.yml            | 10 ++--
 .github/workflows/superset-cli.yml                 |  4 +-
 .github/workflows/superset-docs.yml                |  3 --
 .github/workflows/superset-e2e.yml                 |  6 ++-
 .github/workflows/superset-frontend.yml            |  9 ++--
 .github/workflows/superset-helm-lint.yml           |  2 -
 .../workflows/superset-python-integrationtest.yml  |  4 +-
 .github/workflows/superset-python-misc.yml         |  8 +---
 .github/workflows/superset-python-presto-hive.yml  |  8 +---
 .github/workflows/superset-python-unittest.yml     |  8 +---
 .github/workflows/superset-translations.yml        |  4 +-
 .github/workflows/superset-websocket.yml           |  3 --
 scripts/docker_build_push.sh                       | 22 +++------
 17 files changed, 31 insertions(+), 132 deletions(-)
 delete mode 100644 .github/workflows/no-op.yml


(superset) 01/01: chore: test

Posted by mi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

michaelsmolina pushed a commit to branch test-ci
in repository https://gitbox.apache.org/repos/asf/superset.git

commit ddfd782cdaf9735f5b130be2951f5fa84e4e32d5
Author: Michael S. Molina <mi...@gmail.com>
AuthorDate: Mon Mar 4 15:48:04 2024 -0500

    chore: test
---
 superset-frontend/src/components/Alert/index.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/superset-frontend/src/components/Alert/index.tsx b/superset-frontend/src/components/Alert/index.tsx
index b8d7abcf66..1eccc1af67 100644
--- a/superset-frontend/src/components/Alert/index.tsx
+++ b/superset-frontend/src/components/Alert/index.tsx
@@ -29,7 +29,7 @@ export default function Alert(props: AlertProps) {
   const {
     type = 'info',
     description,
-    showIcon = true,
+    showIcon = false,
     closable = true,
     roomBelow = false,
     children,