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:44:03 UTC

(superset) branch test-ci updated (0efeb242cd -> d7e01f4376)

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 0efeb242cd chore: test
     add 7da56a0744 build(deps-dev): bump jest from 26.6.3 to 29.7.0 in /superset-frontend/plugins/plugin-chart-handlebars (#26528)
     add c6772b6c78 chore: prevent CI double runs on push + pull_request (#26766)
     add 8e1daa0f1c build(deps): update classnames requirement from ^2.3.2 to ^2.5.1 in /superset-frontend/plugins/plugin-chart-table (#26729)
     add 7c2093c495 build(deps): bump @visx/grid from 3.0.1 to 3.5.0 in /superset-frontend (#26728)
     add 0f590799b2 chore: improve/decouple eslint and tsc 'npm run' commands (#26704)
     add 73c6abde5e fix(docker): credentials issues around superset-cache in forks (#26772)
     add 2bb0b46b55 fix: helm chart comment on SECRET_KEY (#26674)
     add 11a60c92ea build(deps-dev): bump css-minimizer-webpack-plugin from 3.4.1 to 6.0.0 in /superset-frontend (#26656)
     add 01fdfbee09 fix(logging): Filter out undefined columns (#26314)
     add 8f8e7c2aa6 fix: add user to latest-release-tag workflow (#26752)
     add 424b4c2378 chore: Add Embed Modal extension override and tests (#26759)
     add 845bcc9bea fix: docker should always run, even in forks (#26801)
     add 11f0dd91db chore(RESOURCES): fix markdown for table formatting (#26789)
     add ed934a93e1 feat: Stop editor scrolling to top (#26754)
     add 8657fa753b build(deps): update jquery requirement from ^3.4.1 to ^3.7.1 in /superset-frontend/packages/superset-ui-demo (#26621)
     add 23460b21f6 chore: Splits the CHANGELOG into multiple files (#26800)
     add 5e633d2bb0 fix: Row limit hardcoded (#26807)
     new d7e01f4376 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   (0efeb242cd)
            \
             N -- N -- N   refs/heads/test-ci (d7e01f4376)

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                       |    28 +-
 .github/workflows/latest-release-tag.yml           |     5 +
 .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            |    22 +-
 .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           |    10 +-
 CHANGELOG.md                                       |  4124 +-
 CHANGELOG/1.4.1.md                                 |    40 +
 .../CHANGELOG.md => CHANGELOG/1.4.2.md             |    14 +-
 CHANGELOG/1.5.0.md                                 |   860 +
 CHANGELOG/1.5.1.md                                 |    36 +
 CHANGELOG/1.5.2.md                                 |    48 +
 CHANGELOG/1.5.3.md                                 |    46 +
 .../changelog.md => CHANGELOG/2.0.0.md             |    41 +-
 CHANGELOG/2.0.1.md                                 |    82 +
 CHANGELOG/2.1.0.md                                 |  1197 +
 CHANGELOG/2.1.1.md                                 |    67 +
 CHANGELOG/2.1.2.md                                 |    41 +
 CHANGELOG/2.1.3.md                                 |    40 +
 CHANGELOG/3.0.0.md                                 |   792 +
 CHANGELOG/3.0.1.md                                 |    65 +
 CHANGELOG/3.0.2.md                                 |    73 +
 CHANGELOG/3.0.3.md                                 |    80 +
 CHANGELOG/3.1.0.md                                 |   417 +
 CONTRIBUTING.md                                    |     5 +-
 RELEASING/README.md                                |    27 +-
 RELEASING/email_templates/announce.j2              |    10 +-
 RELEASING/email_templates/result_pmc.j2            |     4 +-
 RELEASING/email_templates/vote_pmc.j2              |     8 +-
 RELEASING/release-notes-1-4/README.md              |     5 +-
 RELEASING/release-notes-1-5/README.md              |     2 +-
 RESOURCES/STANDARD_ROLES.md                        |   420 +-
 docs/docs/contributing/hooks-and-linting.mdx       |     5 +-
 helm/superset/Chart.yaml                           |     2 +-
 helm/superset/README.md                            |     2 +-
 helm/superset/values.yaml                          |     4 +-
 scripts/docker_build_push.sh                       |    29 +-
 scripts/gen_changelog.sh                           |    23 -
 superset-frontend/.prettierignore                  |     2 +-
 superset-frontend/js_build.sh                      |     3 +-
 superset-frontend/package-lock.json                | 83962 ++++++++++---------
 superset-frontend/package.json                     |    10 +-
 .../src/shared-controls/sharedControls.tsx         |     4 +-
 .../superset-ui-core/src/ui-overrides/types.ts     |    10 +
 .../packages/superset-ui-demo/package.json         |     2 +-
 .../plugins/plugin-chart-handlebars/package.json   |     2 +-
 .../plugins/plugin-chart-table/package.json        |     2 +-
 superset-frontend/scripts/build.js                 |     2 +-
 superset-frontend/src/SqlLab/actions/sqlLab.js     |     6 +
 .../AceEditorWrapper/AceEditorWrapper.test.tsx     |     1 +
 .../SqlLab/components/AceEditorWrapper/index.tsx   |    15 +-
 .../src/SqlLab/components/SqlEditor/index.tsx      |    12 +-
 .../src/SqlLab/reducers/getInitialState.ts         |     1 +
 superset-frontend/src/SqlLab/reducers/sqlLab.js    |    12 +
 superset-frontend/src/SqlLab/types.ts              |     6 +
 superset-frontend/src/components/Alert/index.tsx   |     4 +-
 .../EmbeddedModal/EmbeddedModal.test.tsx           |   172 +
 .../index.tsx}                                     |    13 +-
 .../src/dashboard/components/Header/index.jsx      |     2 +-
 .../dashboard/components/gridComponents/Chart.jsx  |     4 +-
 tests/integration_tests/celery_tests.py            |     2 +-
 tests/integration_tests/superset_test_config.py    |     2 +-
 73 files changed, 50729 insertions(+), 42318 deletions(-)
 create mode 100644 .github/workflows/no-op.yml
 create mode 100644 CHANGELOG/1.4.1.md
 copy superset-frontend/packages/superset-ui-chart-controls/CHANGELOG.md => CHANGELOG/1.4.2.md (58%)
 create mode 100644 CHANGELOG/1.5.0.md
 create mode 100644 CHANGELOG/1.5.1.md
 create mode 100644 CHANGELOG/1.5.2.md
 create mode 100644 CHANGELOG/1.5.3.md
 copy RELEASING/release-notes-2-0/changelog.md => CHANGELOG/2.0.0.md (95%)
 create mode 100644 CHANGELOG/2.0.1.md
 create mode 100644 CHANGELOG/2.1.0.md
 create mode 100644 CHANGELOG/2.1.1.md
 create mode 100644 CHANGELOG/2.1.2.md
 create mode 100644 CHANGELOG/2.1.3.md
 create mode 100644 CHANGELOG/3.0.0.md
 create mode 100644 CHANGELOG/3.0.1.md
 create mode 100644 CHANGELOG/3.0.2.md
 create mode 100644 CHANGELOG/3.0.3.md
 create mode 100644 CHANGELOG/3.1.0.md
 delete mode 100755 scripts/gen_changelog.sh
 create mode 100644 superset-frontend/src/dashboard/components/EmbeddedModal/EmbeddedModal.test.tsx
 rename superset-frontend/src/dashboard/components/{DashboardEmbedControls.tsx => EmbeddedModal/index.tsx} (94%)


(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 d7e01f437609400c22dcbf33732656d0d8c5019f
Author: Michael S. Molina <mi...@gmail.com>
AuthorDate: Mon Mar 4 15:43:42 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..a16b20add0 100644
--- a/superset-frontend/src/components/Alert/index.tsx
+++ b/superset-frontend/src/components/Alert/index.tsx
@@ -30,7 +30,7 @@ export default function Alert(props: AlertProps) {
     type = 'info',
     description,
     showIcon = true,
-    closable = true,
+    closable = false,
     roomBelow = false,
     children,
   } = props;