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/14 00:29:41 UTC

(superset) branch fix_pip_compile_multi_2 updated (62473e0127 -> 7c38859d9a)

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

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


 discard 62473e0127 &&
 discard 9869cb6313 fixing stuff
 discard d2e9b11b21 relative path
 discard f4befe4037 relative path
 discard 0c87871063 chore: another attempt at fixing pip-compile-multi
     add 66bf70172f fix(API): Updating assets via the API should preserve ownership configuration (#27364)
     add 5107cc0fd9 fix(sqllab): Close already removed tab (#27391)
     add a54a24e3b5 fix: Re-enable CI checks on release branches (#27390)
     add ce0b70cc86 fix: typescript errors in 4.0 (#27402)
     add 9ced2552db fix: missing shared color in mixed timeseries (#27403)
     add fde93dcf08 fix(dashboard): Only fetch CSS templates for dashboard header menu when in edit mode (#27411)
     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 fa2e8cd01f chore: another attempt at fixing pip-compile-multi
     add f2c45e6837 relative path
     add 3a11891402 relative path
     add 012105d504 fixing stuff
     add 7c38859d9a shenanegans

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   (62473e0127)
            \
             N -- N -- N   refs/heads/fix_pip_compile_multi_2 (7c38859d9a)

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:
 .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                  |   140 +
 .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/check_db_migration_confict.yml   |     3 +-
 .github/workflows/codeql-analysis.yml              |    12 +-
 .github/workflows/docker-release.yml               |    26 +-
 .github/workflows/docker.yml                       |    41 +-
 .github/workflows/embedded-sdk-release.yml         |     5 +-
 .github/workflows/generate-FOSSA-report.yml        |     5 +-
 .github/workflows/pre-commit.yml                   |     3 +-
 .github/workflows/prefer-typescript.yml            |     3 +-
 .github/workflows/release.yml                      |     3 +-
 .github/workflows/superset-cli.yml                 |     7 +-
 .github/workflows/superset-docs-deploy.yml         |     3 +-
 .github/workflows/superset-e2e.yml                 |     3 +-
 .github/workflows/superset-frontend.yml            |     1 +
 .github/workflows/superset-helm-release.yml        |     1 +
 .../workflows/superset-python-integrationtest.yml  |    15 +-
 .github/workflows/superset-python-misc.yml         |     3 +-
 .github/workflows/superset-python-presto-hive.yml  |    11 +-
 .github/workflows/superset-python-unittest.yml     |     9 +-
 .github/workflows/superset-translations.yml        |     5 +-
 .github/workflows/superset-websocket.yml           |     3 +-
 .github/workflows/supersetbot.yml                  |    57 +
 .github/workflows/tech-debt.yml                    |     5 +-
 Dockerfile                                         |     2 +-
 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 +-
 requirements/base.txt                              |    18 +-
 requirements/development.txt                       |    58 +-
 .../cypress/e2e/explore/AdhocMetrics.test.ts       |     2 +-
 .../e2e/explore/visualizations/table.test.ts       |     4 +-
 superset-frontend/package-lock.json                |  1040 +-
 .../superset-ui-core/src/query/api/v1/makeApi.ts   |     4 +-
 .../superset-ui-core/src/ui-overrides/types.ts     |    41 +-
 .../packages/superset-ui-demo/package.json         |     2 +-
 .../src/MixedTimeseries/transformProps.ts          |     5 +-
 superset-frontend/src/SqlLab/actions/sqlLab.js     |    20 +-
 .../AlteredSliceTag/AlteredSliceTagMocks.ts        |     2 +-
 .../src/components/AlteredSliceTag/index.tsx       |     6 +-
 superset-frontend/src/components/Chart/Chart.jsx   |    64 +-
 .../src/components/TelemetryPixel/index.tsx        |     1 +
 .../components/CssEditor/CssEditor.test.tsx        |    54 +-
 .../src/dashboard/components/CssEditor/index.jsx   |    25 +-
 .../Header/HeaderActionsDropdown/index.jsx         |    22 +-
 .../src/features/alerts/AlertReportModal.test.tsx  |     4 +-
 .../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 +-
 .../src/hooks/apiResources/queryApi.ts             |     5 +-
 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/base.py                          |    20 +-
 superset/commands/chart/update.py                  |     5 +-
 superset/commands/dashboard/update.py              |     9 +-
 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/commands/dataset/update.py                |     5 +-
 superset/commands/report/update.py                 |     7 +-
 superset/commands/utils.py                         |    21 +-
 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                              |   190 +-
 superset/sqllab/api.py                             |     4 +-
 superset/sqllab/schemas.py                         |     1 +
 superset/views/datasource/views.py                 |     4 +-
 superset/views/sql_lab/views.py                    |    20 +-
 tests/integration_tests/celery_tests.py            |     8 +-
 tests/integration_tests/charts/api_tests.py        |    53 +-
 tests/integration_tests/charts/data/api_tests.py   |     8 +-
 tests/integration_tests/core_tests.py              |     2 +-
 tests/integration_tests/dashboards/api_tests.py    |    37 +
 tests/integration_tests/databases/api_tests.py     |   201 +
 tests/integration_tests/datasets/api_tests.py      |    55 +
 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 +-
 tests/integration_tests/reports/api_tests.py       |    87 +
 .../security/row_level_security_tests.py           |     4 +-
 tests/integration_tests/sql_lab/api_tests.py       |    61 +-
 tests/integration_tests/sqla_models_tests.py       |    21 +-
 tests/unit_tests/commands/test_utils.py            |   118 +
 .../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 +
 tests/unit_tests/security/manager_test.py          |   112 +-
 tests/unit_tests/sql_parse_tests.py                |    35 +
 136 files changed, 10419 insertions(+), 6145 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/src/features/databases/DatabaseModal/SSHTunnelSwitch.test.tsx
 create mode 100644 tests/unit_tests/commands/test_utils.py
 create mode 100644 tests/unit_tests/models/helpers_test.py