This is an automated email from the ASF dual-hosted git repository.
maximebeauchemin pushed a change to branch docs_improvement
in repository https://gitbox.apache.org/repos/asf/superset.git
discard 1e78211fb0 Update docs/docs/installation/docker-compose.mdx
discard 36197b1868 Update docs/docs/installation/docker-compose.mdx
discard 8a274a34cb stop typechecks
discard 4235d379da hide ugly linkout icons
discard ca8bdfb166 yarn upgrade
discard 658d3af707 add nav link to top-level navbar
discard 1ca36c8007 intro
discard a6b5f74e6b fix build
discard c1af7c6ca9 .gitignore
discard 1eea1a8e70 remove display:block
discard d0d83b1af3 picture
discard c44e5a7699 hide-title
discard cd2954a355 hard links in README - plus cp
discard 2cf43585a2 docs: various improvements across the docs
add e94360486e chore(commands): Remove unnecessary commit (#28154)
add 513852b7c3 fix: all_database_access should enable access to all
datasets/charts/dashboards (#28205)
add d36bccdc8c fix(sql_parse): Add Apache Spark to SQLGlot dialect mapping
(#28322)
add 593c653ab5 fix(docs): prevent browser to download the entire video in
first page load + fix empty `controls` attribute (#28319)
add 0ce5864fc7 chore: Move #26288 from "Database Migration" to "Other"
(#28311)
add 27952e7057 fix: Ignore USE SQL keyword when determining SELECT
statement (#28279)
add 5331dc740a chore(dev): remove obsolete image reference to
`superset-websocket` + fix minor typo (#28321)
add a219fd4424 docs: various improvements across the docs
add 1ea55fffd6 hard links in README - plus cp
add f00b98ca60 hide-title
add 2a08fc1721 picture
add 823a695a19 remove display:block
add 1e28f46434 .gitignore
add 8140351e41 fix build
add e4793537a8 intro
add 56c58e8863 add nav link to top-level navbar
add 3d01337983 yarn upgrade
add 6dc6dc711a hide ugly linkout icons
add c45c982b69 stop typechecks
add 7ce8930671 copy logos
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 (1e78211fb0)
\
N -- N -- N refs/heads/docs_improvement (7ce8930671)
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:
.pre-commit-config.yaml | 2 +-
CHANGELOG/4.0.0.md | 2 +-
README.md | 78 +++++++++----------
UPDATING.md | 4 +
.../src/assets/images => databases}/trino.png | Bin
docker-compose.yml | 3 +-
docs/docs/installation/docker-compose.mdx | 4 +-
.../static/img/databases}/databend.png | Bin
.../images => docs/static/img/databases}/db2.png | Bin
.../static/img/databases}/firebolt.png | Bin
.../static/img/databases}/google-biquery.png | Bin
.../static/img/databases}/mariadb.png | Bin
.../static/img/databases}/monet-db.png | Bin
.../static/img/databases}/mssql-server.png | Bin
.../images => docs/static/img/databases}/mysql.png | Bin
.../images => docs/static/img/databases}/pinot.png | Bin
.../static/img/databases}/postgresql.png | Bin
.../static/img/databases}/presto.png | Bin
.../static/img/databases}/redshift.png | Bin
.../static/img/databases}/snowflake.png | Bin
.../static/img/databases}/sybase.png | Bin
.../static/img}/screenshots/explore.jpg | Bin
.../static/img}/screenshots/gallery.jpg | Bin
.../static/img}/screenshots/slack_dash.jpg | Bin
.../static/img}/screenshots/sql_lab.jpg | Bin
superset/commands/dashboard/importers/v0.py | 1 -
superset/security/manager.py | 6 +-
superset/sql_parse.py | 10 ++-
tests/integration_tests/base_tests.py | 84 ++++++++++++++++++++-
tests/integration_tests/charts/api_tests.py | 27 +++++++
tests/integration_tests/datasets/api_tests.py | 34 +++++++++
tests/integration_tests/security_tests.py | 16 +++-
tests/integration_tests/test_app.py | 1 +
tests/unit_tests/sql_parse_tests.py | 3 +
34 files changed, 219 insertions(+), 56 deletions(-)
copy {superset-frontend/src/assets/images => databases}/trino.png (100%)
copy {RELEASING/release-notes-3-1/media =>
docs/static/img/databases}/databend.png (100%)
copy {superset-frontend/src/assets/images =>
docs/static/img/databases}/db2.png (100%)
copy {superset-frontend/src/assets/images =>
docs/static/img/databases}/firebolt.png (100%)
copy {superset-frontend/src/assets/images =>
docs/static/img/databases}/google-biquery.png (100%)
copy {superset-frontend/src/assets/images =>
docs/static/img/databases}/mariadb.png (100%)
copy {superset-frontend/src/assets/images =>
docs/static/img/databases}/monet-db.png (100%)
copy {superset-frontend/src/assets/images =>
docs/static/img/databases}/mssql-server.png (100%)
copy {superset-frontend/src/assets/images =>
docs/static/img/databases}/mysql.png (100%)
copy {superset-frontend/src/assets/images =>
docs/static/img/databases}/pinot.png (100%)
copy {superset-frontend/src/assets/images =>
docs/static/img/databases}/postgresql.png (100%)
copy {superset-frontend/src/assets/images =>
docs/static/img/databases}/presto.png (100%)
copy {superset-frontend/src/assets/images =>
docs/static/img/databases}/redshift.png (100%)
copy {superset-frontend/src/assets/images =>
docs/static/img/databases}/snowflake.png (100%)
copy {superset-frontend/src/assets/images =>
docs/static/img/databases}/sybase.png (100%)
copy {superset-frontend/src/assets/images =>
docs/static/img}/screenshots/explore.jpg (100%)
copy {superset-frontend/src/assets/images =>
docs/static/img}/screenshots/gallery.jpg (100%)
copy {superset-frontend/src/assets/images =>
docs/static/img}/screenshots/slack_dash.jpg (100%)
copy {superset-frontend/src/assets/images =>
docs/static/img}/screenshots/sql_lab.jpg (100%)