You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by be...@apache.org on 2024/03/20 16:53:50 UTC

(superset) branch fix-hive-test updated (4fbcb9b109 -> ba0b15b94c)

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

beto pushed a change to branch fix-hive-test
in repository https://gitbox.apache.org/repos/asf/superset.git


 discard 4fbcb9b109 Trigger tests
 discard 51b4a6d88f chore: skip Hive test
     add fb39951d2a chore(docs): relocating the edit page button a tad. (#27486)
     add 2948abc55e fix: master docker build is broken (#27507)
     add 6e22275c26 fix: another attempt at fixing docker master builds (#27514)
     add 16fcdb1ff3 fix: master build 4th attempt (#27515)
     add 7f19d296b1 fix(postprocessing): resample with holes (#27487)
     add 6b529a4b68 feat: Add Turkey's regions to country map visualization (#27455)
     add d2c90013fc fix(big-number-chart): number format is not applying to percentage number of the time comparison (#27502)
     add 024b88a40d chore: add annotations to `sql_parse.py` (#27520)
     add 30e7ad929e build(deps): bump follow-redirects from 1.15.4 to 1.15.6 in /docs (#27517)
     add b8f4d8099f build(deps-dev): bump follow-redirects from 1.15.4 to 1.15.6 in /superset-embedded-sdk (#27516)
     add 05d97b02e3 build(deps-dev): bump follow-redirects from 1.15.4 to 1.15.6 in /superset-frontend (#27518)
     add 13b6489b37 chore(docs): fix last broken Slack join link in docs (#27533)
     add ad9024b040 fix(alerts/reports): implementing custom_width as an Antd number input (#27260)
     add ae294274c7 feat(plugins):  add color options for big number with time comparison (#27524)
     add 1c155e8591 fix(explore): Allow only saved metrics and columns (#27539)
     add d820c9c2ff fix: typo in configuring-superset.mdx (#27541)
     add 36fd3c0bf8 feat: `improve _extract_tables_from_sql` (#26748)
     add 376bfd05bd fix: pass valid SQL to SM (#27464)
     add f4bdcb5743 perf(sqllab): reduce bootstrap data delay by queries (#27488)
     add 56a6660c16 chore: 2nd try - simplify python dependencies (#27505)
     add 8341afbcf0 chore(helm): Bumping app version to 3.1.1 in helm chart (#27569)
     add 36290ce72f fix: guest queries (#27566)
     add 86aa8bde8b feat(maps): Add Italy regions code to the map generator notebook (#27542)
     add ad7bd09819 chore: Update required jobs in asf.yml (#27574)
     add d5680ad376 feat(supersetbot): label PRs and issues with author's public org (#27571)
     add f7b47dc14f chore: skip Hive test
     add ba0b15b94c Trigger tests

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   (4fbcb9b109)
            \
             N -- N -- N   refs/heads/fix-hive-test (ba0b15b94c)

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:
 .asf.yaml                                          |    3 +
 .github/actions/setup-backend/action.yml           |   33 +
 .github/supersetbot/src/context.js                 |    2 +-
 .github/supersetbot/src/docker.js                  |    2 +-
 .github/workflows/docker.yml                       |   14 +-
 .github/workflows/issue_creation.yml               |   26 +
 .github/workflows/no-op.yml                        |   30 +
 .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 +-
 docs/docs/installation/configuring-superset.mdx    |    2 +-
 docs/docs/quickstart.mdx                           |    2 +-
 docs/src/theme/DocItem/index.js                    |    5 +-
 docs/yarn.lock                                     |    6 +-
 helm/superset/Chart.yaml                           |    4 +-
 helm/superset/README.md                            |    2 +-
 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 --
 superset-embedded-sdk/package-lock.json            |   12 +-
 superset-frontend/package-lock.json                |   12 +-
 .../scripts/Country Map GeoJSON Generator.ipynb    | 1713 ++++----------------
 .../src/countries.ts                               |    5 +
 .../src/countries/france_regions.geojson           |   36 +-
 .../src/countries/italy_regions.geojson            |   40 +-
 .../src/countries/turkey_regions.geojson           |   18 +
 .../BigNumber/BigNumberPeriodOverPeriod/PopKPI.tsx |   47 +-
 .../BigNumberPeriodOverPeriod/controlPanel.ts      |   31 +
 .../BigNumberPeriodOverPeriod/transformProps.ts    |    8 +-
 .../BigNumber/BigNumberPeriodOverPeriod/types.ts   |    6 +
 .../components/QueryHistory/QueryHistory.test.tsx  |   73 +-
 .../src/SqlLab/components/QueryHistory/index.tsx   |  106 +-
 .../src/SqlLab/reducers/getInitialState.test.ts    |   21 +-
 .../src/SqlLab/reducers/getInitialState.ts         |    7 +-
 .../DndFilterSelect.test.tsx                       |  221 ++-
 .../DndColumnSelectControl/DndFilterSelect.tsx     |   36 +-
 .../DndMetricSelect.test.tsx                       |  121 ++
 .../DndColumnSelectControl/DndMetricSelect.tsx     |   32 +-
 superset-frontend/src/explore/types.ts             |    1 +
 .../src/features/alerts/AlertReportModal.tsx       |   14 +-
 .../src/hooks/apiResources/queries.test.ts         |  154 ++
 .../src/hooks/apiResources/queries.ts              |  176 ++
 .../src/hooks/apiResources/queryApi.ts             |    3 +-
 superset/commands/base.py                          |    2 +-
 superset/queries/api.py                            |   19 +-
 superset/security/manager.py                       |   30 +-
 superset/sql_parse.py                              |   75 +-
 superset/sqllab/utils.py                           |   15 +-
 superset/utils/pandas_postprocessing/resample.py   |    5 +-
 tests/integration_tests/sql_lab/api_tests.py       |   22 +-
 tests/integration_tests/sqllab_tests.py            |   57 +
 .../unit_tests/commands/dataset}/__init__.py       |    0
 tests/unit_tests/jinja_context_test.py             |    8 +
 .../pandas_postprocessing/test_resample.py         |   54 +-
 tests/unit_tests/security/manager_test.py          |  155 +-
 tests/unit_tests/sql_parse_tests.py                |   34 +-
 tox.ini                                            |    8 +-
 77 files changed, 2439 insertions(+), 2259 deletions(-)
 create mode 100644 .github/actions/setup-backend/action.yml
 create mode 100644 .github/workflows/issue_creation.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
 create mode 100644 superset-frontend/plugins/legacy-plugin-chart-country-map/src/countries/turkey_regions.geojson
 create mode 100644 superset-frontend/src/hooks/apiResources/queries.test.ts
 create mode 100644 superset-frontend/src/hooks/apiResources/queries.ts
 copy {superset/advanced_data_type => tests/unit_tests/commands/dataset}/__init__.py (100%)