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/15 21:12:25 UTC

(superset) branch jinja2-sm updated (904e19b0a8 -> a32c59fed3)

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

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


    from 904e19b0a8 Move logic inside SM
     add 89e89de341 fix: SSH Tunnel configuration settings  (#27186)
     add 372cac9527 chore: upgrade setuptools/pip in Dockerfile (#27405)
     add 91781ca045 build(deps): bump @storybook/types from 7.6.13 to 7.6.17 in /superset-frontend (#27347)
     add 6f1cbfa12d build(deps-dev): bump @types/node from 20.11.16 to 20.11.24 in /superset-websocket (#27326)
     add b1adede1ee feat: docker-compose to work off repo Dockerfile (#27434)
     add fbc8943fbd feat: show more information when loading chart (#27255)
     add 2a5b5fe049 build(deps-dev): bump eslint from 8.56.0 to 8.57.0 in /superset-websocket (#27327)
     add 6a7e5c2faf chore: add unit test for `values_for_column` (#27469)
     add 47ae9d4cc3 fix(webpack): remove double-dotted file extensions in webpack config (#27471)
     add 85d0d88fc2 test(Migration to RTL): Refactor ChartTable.test.tsx from Enzyme to RTL (#27429)
     add 735b895dd5 fix: check if guest user modified query (#27484)
     add a75bb7685d chore: Add an extension for Home submenu (#27480)
     add 26d8077e97 chore: improve SQL parsing (#26767)
     add 24cb06285c feat(supersetbot): introduce `supersetbot` as its own npm package, CLI and comment-operated bot (#27046)
     add 2fdf6d7b64 fix: docker builds in master fail (#27503)
     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 a32c59fed3 Merge branch 'master' into jinja2-sm

No new revisions were added by this update.

Summary of changes:
 .github/supersetbot/.eslintrc.json                 |    22 +
 .github/supersetbot/README.md                      |    37 +
 .github/supersetbot/jest.config.js                 |     8 +
 .../supersetbot}/package-lock.json                 | 10484 ++++++++++---------
 .github/supersetbot/package.json                   |    36 +
 .github/supersetbot/src/cli.js                     |   175 +
 .github/supersetbot/src/context.js                 |   152 +
 .github/supersetbot/src/docker.js                  |   142 +
 .github/supersetbot/src/docker.test.js             |   244 +
 .github/supersetbot/src/git.js                     |   120 +
 .github/supersetbot/src/git_release.js             |    50 +
 .github/supersetbot/src/github.js                  |   252 +
 .../supersetbot/src/index.js                       |    30 +-
 .github/supersetbot/src/index.test.js              |    51 +
 .../supersetbot/src/metadata.js                    |    21 +-
 .../supersetbot/src/supersetbot                    |    18 +-
 .github/supersetbot/src/utils.js                   |    78 +
 .github/workflows/docker-release.yml               |    26 +-
 .github/workflows/docker.yml                       |    54 +-
 .github/workflows/supersetbot.yml                  |    57 +
 Dockerfile                                         |     1 +
 UPDATING.md                                        |     5 +
 ...ose-non-dev.yml => docker-compose-image-tag.yml |    10 +-
 docker-compose-non-dev.yml                         |    31 +-
 docker-compose.yml                                 |    32 +-
 docker/.env                                        |     2 +
 docker/.env-non-dev                                |    53 -
 docker/docker-frontend.sh                          |    18 +-
 docs/docs/frequently-asked-questions.mdx           |     2 +-
 .../installing-superset-using-docker-compose.mdx   |   177 +-
 docs/docs/quickstart.mdx                           |     2 +-
 docs/src/theme/DocItem/index.js                    |     5 +-
 docs/yarn.lock                                     |     6 +-
 requirements/base.txt                              |    14 +-
 requirements/development.in                        |     1 -
 requirements/development.txt                       |     4 +-
 superset-embedded-sdk/package-lock.json            |    12 +-
 .../cypress/e2e/explore/AdhocMetrics.test.ts       |     2 +-
 .../e2e/explore/visualizations/table.test.ts       |     4 +-
 superset-frontend/package-lock.json                |  1052 +-
 .../superset-ui-core/src/ui-overrides/types.ts     |    41 +-
 .../packages/superset-ui-demo/package.json         |     2 +-
 .../scripts/Country Map GeoJSON Generator.ipynb    |  1415 +--
 .../src/countries.ts                               |     5 +
 .../src/countries/turkey_regions.geojson           |    18 +
 .../BigNumberPeriodOverPeriod/controlPanel.ts      |     9 +
 .../BigNumberPeriodOverPeriod/transformProps.ts    |     6 +-
 superset-frontend/src/SqlLab/actions/sqlLab.js     |     1 +
 superset-frontend/src/components/Chart/Chart.jsx   |    64 +-
 .../src/features/alerts/AlertReportModal.test.tsx  |     4 +-
 .../src/features/alerts/AlertReportModal.tsx       |    14 +-
 .../DatabaseConnectionForm/CommonParameters.tsx    |    35 +-
 .../DatabaseConnectionForm/EncryptedField.tsx      |     2 +-
 .../DatabaseConnectionForm/TableCatalog.tsx        |     3 +-
 .../DatabaseConnectionForm/ValidatedInputField.tsx |     2 +-
 .../DatabaseModal/DatabaseConnectionForm/index.tsx |   130 +-
 .../databases/DatabaseModal/SSHTunnelForm.tsx      |    12 +-
 .../DatabaseModal/SSHTunnelSwitch.test.tsx         |   162 +
 .../databases/DatabaseModal/SSHTunnelSwitch.tsx    |    82 +-
 .../databases/DatabaseModal/index.test.tsx         |    11 +-
 .../src/features/databases/DatabaseModal/index.tsx |   132 +-
 superset-frontend/src/features/databases/types.ts  |    80 +-
 .../src/features/home/ChartTable.test.tsx          |   130 +-
 superset-frontend/src/pages/Home/Home.test.tsx     |    16 +
 superset-frontend/src/pages/Home/index.tsx         |     7 +-
 superset-frontend/src/views/CRUD/hooks.ts          |     7 +-
 superset-frontend/webpack.config.js                |     4 +-
 superset-websocket/package-lock.json               |    80 +-
 superset-websocket/package.json                    |     4 +-
 superset/commands/database/create.py               |    10 +-
 superset/commands/database/ssh_tunnel/create.py    |    11 +
 .../commands/database/ssh_tunnel/exceptions.py     |     4 +
 superset/commands/database/ssh_tunnel/update.py    |    25 +-
 superset/commands/database/test_connection.py      |    45 +-
 superset/commands/database/update.py               |    79 +-
 superset/connectors/sqla/models.py                 |    53 +-
 superset/databases/api.py                          |     7 +-
 superset/db_engine_specs/base.py                   |     4 +-
 superset/db_engine_specs/postgres.py               |     7 +-
 superset/errors.py                                 |     2 +
 superset/exceptions.py                             |    17 +
 superset/models/helpers.py                         |    27 +-
 superset/security/manager.py                       |    85 +-
 superset/sql_parse.py                              |   234 +-
 superset/sqllab/api.py                             |     4 +-
 superset/sqllab/schemas.py                         |     1 +
 superset/utils/pandas_postprocessing/resample.py   |     5 +-
 tests/integration_tests/celery_tests.py            |     8 +-
 tests/integration_tests/charts/data/api_tests.py   |     8 +-
 tests/integration_tests/core_tests.py              |     2 +-
 tests/integration_tests/databases/api_tests.py     |   201 +
 tests/integration_tests/datasource_tests.py        |     2 +-
 .../db_engine_specs/base_engine_spec_tests.py      |     5 +-
 .../db_engine_specs/bigquery_tests.py              |     2 +-
 tests/integration_tests/model_tests.py             |    57 +-
 tests/integration_tests/query_context_tests.py     |    67 +-
 .../security/row_level_security_tests.py           |     4 +-
 tests/integration_tests/sql_lab/api_tests.py       |     2 +-
 tests/integration_tests/sqla_models_tests.py       |    21 +-
 .../databases/ssh_tunnel/commands/create_test.py   |    45 +-
 .../databases/ssh_tunnel/commands/update_test.py   |    35 +-
 tests/unit_tests/db_engine_specs/test_base.py      |     6 +-
 tests/unit_tests/db_engine_specs/test_bigquery.py  |     7 +-
 tests/unit_tests/jinja_context_test.py             |    52 +-
 tests/unit_tests/models/helpers_test.py            |    72 +
 .../pandas_postprocessing/test_resample.py         |    54 +-
 tests/unit_tests/security/manager_test.py          |   112 +-
 tests/unit_tests/sql_parse_tests.py                |    35 +
 108 files changed, 10113 insertions(+), 7272 deletions(-)
 create mode 100644 .github/supersetbot/.eslintrc.json
 create mode 100644 .github/supersetbot/README.md
 create mode 100644 .github/supersetbot/jest.config.js
 copy {superset-websocket => .github/supersetbot}/package-lock.json (51%)
 create mode 100644 .github/supersetbot/package.json
 create mode 100755 .github/supersetbot/src/cli.js
 create mode 100644 .github/supersetbot/src/context.js
 create mode 100644 .github/supersetbot/src/docker.js
 create mode 100644 .github/supersetbot/src/docker.test.js
 create mode 100644 .github/supersetbot/src/git.js
 create mode 100644 .github/supersetbot/src/git_release.js
 create mode 100644 .github/supersetbot/src/github.js
 copy superset-frontend/src/dashboard/util/getChartAndLabelComponentIdFromPath.js => .github/supersetbot/src/index.js (59%)
 create mode 100644 .github/supersetbot/src/index.test.js
 copy superset-frontend/src/components/MessageToasts/mockMessageToasts.js => .github/supersetbot/src/metadata.js (70%)
 copy superset-frontend/spec/helpers/ResizeObserver.ts => .github/supersetbot/src/supersetbot (82%)
 mode change 100644 => 100755
 create mode 100644 .github/supersetbot/src/utils.js
 create mode 100644 .github/workflows/supersetbot.yml
 copy docker-compose-non-dev.yml => docker-compose-image-tag.yml (94%)
 delete mode 100644 docker/.env-non-dev
 create mode 100644 superset-frontend/plugins/legacy-plugin-chart-country-map/src/countries/turkey_regions.geojson
 create mode 100644 superset-frontend/src/features/databases/DatabaseModal/SSHTunnelSwitch.test.tsx
 create mode 100644 tests/unit_tests/models/helpers_test.py