You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ma...@apache.org on 2024/03/19 01:39:47 UTC

(superset) branch master updated (f4bdcb5743 -> 56a6660c16)

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

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


    from f4bdcb5743 perf(sqllab): reduce bootstrap data delay by queries (#27488)
     add 56a6660c16 chore: 2nd try - simplify python dependencies (#27505)

No new revisions were added by this update.

Summary of changes:
 .github/actions/setup-backend/action.yml           |  33 ++
 .github/workflows/pre-commit.yml                   |  19 +-
 .github/workflows/superset-applitool-cypress.yml   |  23 +-
 .github/workflows/superset-cli.yml                 |  15 +-
 .github/workflows/superset-e2e.yml                 |  12 +-
 .../workflows/superset-python-integrationtest.yml  |  30 +-
 .github/workflows/superset-python-misc.yml         |  25 +-
 .github/workflows/superset-python-presto-hive.yml  |  30 +-
 .github/workflows/superset-python-unittest.yml     |  16 +-
 .github/workflows/superset-translations.yml        |   2 +-
 CONTRIBUTING.md                                    |   6 +-
 Dockerfile                                         |  11 +-
 Makefile                                           |   6 +-
 UPDATING.md                                        |   5 +-
 docs/docs/contributing/hooks-and-linting.mdx       |   2 +-
 docs/docs/contributing/local-backend.mdx           |   4 +-
 requirements/base.txt                              | 423 ++++++++++++++++-----
 requirements/development.in                        |  18 +-
 requirements/development.txt                       | 198 +++++++++-
 requirements/docker.in                             |  19 -
 requirements/docker.txt                            |  23 --
 requirements/integration.in                        |  19 -
 requirements/integration.txt                       |  74 ----
 requirements/local.in                              |  17 -
 requirements/local.txt                             |  15 -
 requirements/testing.in                            |  31 --
 requirements/testing.txt                           | 147 -------
 tox.ini                                            |   8 +-
 28 files changed, 621 insertions(+), 610 deletions(-)
 create mode 100644 .github/actions/setup-backend/action.yml
 delete mode 100644 requirements/docker.in
 delete mode 100644 requirements/docker.txt
 delete mode 100644 requirements/integration.in
 delete mode 100644 requirements/integration.txt
 delete mode 100644 requirements/local.in
 delete mode 100644 requirements/local.txt
 delete mode 100644 requirements/testing.in
 delete mode 100644 requirements/testing.txt