You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by di...@apache.org on 2024/02/29 11:52:17 UTC

(superset) branch diego/ch78628/fix-disabled-ssh-toggle updated (9ee90c5ed9 -> b4422b54a6)

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

diegopucci pushed a change to branch diego/ch78628/fix-disabled-ssh-toggle
in repository https://gitbox.apache.org/repos/asf/superset.git


    from 9ee90c5ed9 Add integration tests
     add dfa15d7649 docs: update CVEs for 3.0.4 and 3.1.1 (#27287)
     add 9900f56670 fix: Navigating to an invalid page index in lists (#27273)
     add 467c7a8d5f Merge branch 'master' of https://github.com/apache/superset into diego/ch78628/fix-disabled-ssh-toggle
     add 35ebd31cb2 Update integration tests
     add d6e8dd114b fix: Revert "chore: Replace deprecated command with environment file (#240… (#27296)
     add 228d27f1f2 chore(ci): run unit tests on script changes (#27297)
     add b4422b54a6 Merge branch 'master' of https://github.com/apache/superset into diego/ch78628/fix-disabled-ssh-toggle

No new revisions were added by this update.

Summary of changes:
 .github/workflows/docker.yml                       |  4 +-
 .github/workflows/superset-python-unittest.yml     |  2 +
 docs/docs/security/cves.mdx                        | 10 +++
 scripts/tag_latest_release.sh                      | 12 ++--
 .../src/components/ListView/ListView.test.tsx      | 74 ++++++++++++++++++++++
 .../src/components/ListView/ListView.tsx           |  8 ++-
 tests/integration_tests/databases/api_tests.py     | 30 +++++----
 7 files changed, 119 insertions(+), 21 deletions(-)
 create mode 100644 superset-frontend/src/components/ListView/ListView.test.tsx