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/28 16:49:36 UTC

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

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 a800c1615b Encapsulate render logics
     add 62cf0365e9 fix: bump FAB to 4.4.1 (perf issue) (#27233)
     add 6d8870125f chore: Removes Chromatic workflow and dependencies (#27232)
     add 2c564817f1 fix(sqlglot): Address regressions introduced in #26476 (#27217)
     add 6278315072 fix(reports): fixing unit test  (#27236)
     add 11760d3fbf fix(trino): bumping trino to fix hudi schema fetching (#27213)
     add 1d571ec9e6 feat(jinja): current_user_email macro (#27197)
     add ef4b72724e build(deps): bump @ant-design/icons from 4.7.0 to 5.3.0 in /docs (#26932)
     add ed4b973531 fix(docs site): Opening up CSP for 3rd party frame content. (#27256)
     add 4a1f66a6c7 fix(docs site): CSP changes, take 2 (#27259)
     add 8b4dce71d6 fix: Sorting charts/dashboards makes the applied filters ineffective (#27258)
     add 6447cd0e92 fix(import-datasources): Use "admin" user as default for importing datasources (#27154)
     add e817b48ec9 chore: Replace deprecated command with environment file (#24063)
     add ce9e4b4b77 fix: Inoperable dashboard filter slider when range is <= 1 (#27271)
     add 53e1aeccbe fix: docker CI job doesn't trigger on master (#27261)
     add b03ef55aaa build(deps): bump es5-ext from 0.10.53 to 0.10.63 in /docs (#27264)
     add f17afae428 build(deps): bump re-resizable from 6.6.1 to 6.9.11 in /superset-frontend (#27219)
     add 058d6ff5c0 fix(docs): removing meta tag CSP, poking more holes in htaccess (#27274)
     add 13288bd4bb fix(docs): More CSP touchups (#27275)
     add e0ca07ba52 fix(docs): Even more access in CSP policies! (#27277)
     add c320b95be9 fix(docs): even more CSP adjustments... (#27278)
     add 7a86d5e38e fix(docs): more csp tweaks (#27279)
     add 0468c57629 fix(docs): more CSP tweaks (#27280)
     add 0383bedaba fix(ci): docker builds don't work from remote forks (#27282)
     add fd2c99d96a Merge branch 'master' of https://github.com/apache/superset into diego/ch78628/fix-disabled-ssh-toggle
     add 9ee90c5ed9 Add integration tests

No new revisions were added by this update.

Summary of changes:
 .github/workflows/chromatic-master.yml             |   72 -
 .github/workflows/docker.yml                       |   35 +-
 .github/workflows/no-op.yml                        |   17 -
 docs/docs/installation/sql-templating.mdx          |   23 +-
 docs/package.json                                  |    2 +-
 docs/static/.htaccess                              |    2 +
 docs/yarn.lock                                     |  128 +-
 requirements/base.txt                              |    6 +-
 requirements/development.txt                       |   11 +-
 requirements/testing.txt                           |    2 +-
 scripts/tag_latest_release.sh                      |   12 +-
 setup.py                                           |    4 +-
 .../cypress/e2e/chart_list/list.test.ts            |    7 +
 .../cypress/e2e/dashboard/editmode.test.ts         |    2 +-
 .../cypress/e2e/dashboard_list/list.test.ts        |    7 +
 superset-frontend/package-lock.json                | 2656 +-------------------
 superset-frontend/package.json                     |    5 +-
 .../packages/superset-ui-demo/package.json         |    1 -
 .../shared/components/createQuery.story.tsx        |    3 -
 .../superset-ui-connection/Connection.stories.tsx  |   12 +-
 .../src/components/ListView/CardSortSelect.tsx     |   18 +-
 .../src/components/ListView/ListView.tsx           |    9 +-
 superset-frontend/src/components/ListView/types.ts |    4 +-
 superset-frontend/src/components/ListView/utils.ts |    4 +-
 .../filters/components/Range/RangeFilterPlugin.tsx |   14 +
 superset-frontend/src/types/dom-to-pdf.d.ts        |    6 +-
 superset/cli/importexport.py                       |   39 +-
 superset/jinja_context.py                          |   36 +-
 superset/sql_parse.py                              |   17 +-
 superset/utils/core.py                             |   13 +
 tests/integration_tests/databases/api_tests.py     |  197 ++
 tests/integration_tests/sqla_models_tests.py       |   28 +-
 tests/unit_tests/sql_parse_tests.py                |   10 +-
 tests/unit_tests/test_jinja_context.py             |   38 +
 34 files changed, 542 insertions(+), 2898 deletions(-)
 delete mode 100644 .github/workflows/chromatic-master.yml