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

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


    from 62547ccd05 fix: update order of build for testing a release (#24317)
     add 3d840d92e6 fix: Allow chart import to update the dataset an existing 
chart points to (#24821)
     add 2a49cda8f1 fix: SSH Tunnel creation with dynamic form (#24196)
     add 61837ed41f fix: validation errors appearing after ssh tunnel switch 
(#24849)
     new b55c950c37 chore: remove CssTemplate and Annotation access from gamma 
role (#24826)
     new 1b534292bc fix: CTE queries with non-SELECT statements (#25014)
     new bf795f9515 fix: Chart series limit doesn't work for some databases 
(#25150)
     new 79d0cd5389 chore: add latest-official docker tag (#25322)

The 4 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/docker-release.yml               |   3 +-
 .github/workflows/docker.yml                       |   2 +-
 .../workflows => scripts}/docker_build_push.sh     |  82 +++++++-
 scripts/tag_latest_release.sh                      | 140 ++++++++++----
 .../cypress/integration/database/modal.test.ts     |   8 +-
 superset-frontend/src/types/Database.ts            |   1 +
 .../DatabaseConnectionForm/CommonParameters.tsx    |  34 ++++
 .../DatabaseModal/DatabaseConnectionForm/index.tsx |   7 +
 .../data/database/DatabaseModal/index.test.tsx     |   4 +
 .../CRUD/data/database/DatabaseModal/index.tsx     |  32 ++--
 .../src/views/CRUD/data/database/types.ts          |   1 +
 superset-frontend/src/views/CRUD/hooks.ts          | 209 +++++++++++----------
 superset/charts/commands/importers/v1/utils.py     |   5 +-
 superset/db_engine_specs/base.py                   |   4 +
 superset/models/helpers.py                         |  56 +++++-
 superset/security/manager.py                       |  22 +--
 superset/sql_parse.py                              |  55 ++++++
 tests/integration_tests/databases/api_tests.py     |  12 ++
 .../db_engine_specs/postgres_tests.py              |   4 +
 tests/integration_tests/security_tests.py          |   3 -
 .../unit_tests/fixtures/bash_mock.py               |  48 ++---
 tests/unit_tests/scripts/docker_build_push_test.py |  44 +++++
 .../unit_tests/scripts/tag_latest_release_test.py  |  49 +++++
 tests/unit_tests/sql_parse_tests.py                | 103 ++++++++++
 24 files changed, 719 insertions(+), 209 deletions(-)
 rename {.github/workflows => scripts}/docker_build_push.sh (57%)
 copy superset/migrations/versions/2017-09-19_15-09_d39b1e37131d_.py => 
tests/unit_tests/fixtures/bash_mock.py (53%)
 create mode 100644 tests/unit_tests/scripts/docker_build_push_test.py
 create mode 100644 tests/unit_tests/scripts/tag_latest_release_test.py

Reply via email to