This is an automated email from the ASF dual-hosted git repository.
jli pushed a change to branch showtime-master
in repository https://gitbox.apache.org/repos/asf/superset.git
omit 3bfec6a2d3 chore: fix spacing in AGENTS.md
add 61986100bd chore(deps): bump hot-shots from 12.0.0 to 12.1.0 in
/superset-websocket (#36899)
add dcc556a9a7 chore(CHANGELOG): add link to 6.0.0 CHANGELOG (#36832)
add 5909e90081 feat(security): add built-in Public role for anonymous
dashboard access (#36548)
add 12a266fd2f fix(trino): update query progress using cursor stats
(#36872)
add cedc35e39f fix(SQLLab): remove error icon displayed when writing Jinja
SQL even when the script is correct (#36422)
add f9edeebb60 chore: fix spacing in AGENTS.md
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 (3bfec6a2d3)
\
N -- N -- N refs/heads/showtime-master (f9edeebb60)
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:
CHANGELOG.md | 1 +
RESOURCES/STANDARD_ROLES.md | 379 +++++++++++----------
docs/docs/configuration/networking-settings.mdx | 16 +-
docs/docs/security/security.mdx | 100 +++++-
.../creating-your-first-dashboard.mdx | 12 +-
pyproject.toml | 1 +
superset-websocket/package-lock.json | 14 +-
superset-websocket/package.json | 2 +-
superset/commands/database/validate_sql.py | 44 +++
superset/db_engine_specs/trino.py | 61 +++-
superset/security/manager.py | 97 +++++-
superset/views/utils.py | 2 +-
tests/integration_tests/databases/api_tests.py | 109 ++++++
tests/integration_tests/fixtures/__init__.py | 1 +
tests/integration_tests/fixtures/public_role.py | 18 +
tests/integration_tests/security_tests.py | 99 ++++++
.../commands/databases/validate_sql_test.py | 279 +++++++++++++++
tests/unit_tests/db_engine_specs/test_trino.py | 309 ++++++++++++++++-
18 files changed, 1317 insertions(+), 227 deletions(-)
create mode 100644 tests/unit_tests/commands/databases/validate_sql_test.py