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

github-bot pushed a change to branch 
dependabot/npm_and_yarn/superset-websocket/types/cookie-0.5.2
in repository https://gitbox.apache.org/repos/asf/superset.git


    omit 7a5610d7a7 build(deps-dev): bump @types/cookie in /superset-websocket
     add 4ddd56f788 chore: bump gunicorn to v21 (#25313)
     add d54e827bb9 fix: Add explicit ON DELETE CASCADE for dashboard_roles 
(#25320)
     add e11012d426 docs: add ReadyTech to INTHEWILD.md (#25324)
     add c8c94825ce fix(chart): Supporting custom SQL as temporal x-axis column 
with filter (#25126)
     add fba66c6250 fix: Use RLS clause instead of ID for cache key (#25229)
     add 6e799e37f4 docs: add snowflake-sqlalchemy in 
./docker/requirements-local.txt  (#25312)
     add 090ae64dfa feat(tag): fast follow for Tags flatten api + update client 
with generator + some bug fixes (#25309)
     add 5cc0feb647 feat(helm): Support HPA for supersetNode and supersetWorker 
(#25280)
     add a724850c84 docs: jwks_uri addition to OAUTH provider (#24928)
     add f672d5da5c fix: Improve the reliability of alerts & reports (#25239)
     add b722a95bab feat: Adds CLI commands to execute viz migrations (#25304)
     add 7aaae06c9d fix(sqllab): invalid persisted tab state (#25308)
     add a971a28a34 fix: DashboardRoles cascade operation (#25349)
     add 515452c7e2 chore(async): Making create app configurable (#25346)
     add 16f31f8090 feat(sqllab): extra logging when chart is downloaded 
(#25345)
     add 5b3910db97 chore: Adds 3.0 data to CHANGELOG and UPDATING (#25360)
     add 5ebcd2a5f6 fix: datetime with timezone excel export (#25318)
     add 9bd97ef4f2 fix: update helm chart app version (#25361)
     add 0c083bdc1a feat: Adds Sunburst chart migration logic (#25343)
     add e1a91e2228 feat(docker): Use docker buildx and Add ARM builds for 
dockerize and websocket (#25377)
     add d76ff39766 fix: Workaround for Cypress ECONNRESET error (#25399)
     add f6ce40d246 chore: upgrade node to most recent 16.x (#25362)
     add 52eba11d6a docs: update docker-compose to match latest release  
(#25332)
     add 296ff17f19 fix: preventing save button from flickering in SQL Lab 
(#25106)
     add 893b45feef fix: Rename on_delete parameter to ondelete (#25424)
     add 40ba3c2d57 chore: cryptography version bump (#25276)
     add a4d8f36863 fix: chart import (#25425)
     add 1716b9f8f6 fix: swagger UI CSP error (#25368)
     add 463962a58b fix(sqllab): misplaced limit warning alert (#25306)
     add f0080f9c55 fix: smarter date formatter (#25404)
     add ba5e2f634a fix(sqllab): invalid start date (#25437)
     add a0eeb4d767 fix(nativeFilters): Speed up native filters by removing 
unnecessary rerenders (#25282)
     add 11b49a6ceb fix(SqlLab): make icon placement even (#25372)
     add 1a759ce56d build(deps): bump get-func-name from 2.0.0 to 2.0.2 in 
/superset-frontend/cypress-base (#25441)
     add 7cf96cd843 fix: Duplicate items when pasting into Select (#25447)
     add e83a76a586 fix: update the SQLAlchemy model definition at json column 
for Log table (#25445)
     add b9b557a761 fix(helm chart): set chart appVersion to 3.0.0 (#25373)
     add 041197b6df chore(docs): Spelling (#25453)
     add 3e0c70d018 chore(misc): Spelling (#25456)
     add 0735680674 chore(backend): Spelling (#25457)
     add 7eab59af51 fix(mysql): handle string typed decimal results (#24241)
     add 0cebffd59a fix: Styles not loading because of faulty CSP setting 
(#25468)
     add 85251f8cae fix: Tags Page Polish (#25403)
     add ddde178e3b fix(sqllab): error with lazy_gettext for tab titles (#25469)
     add a14fcc95e7 chore(misc): Typos in config.py (#25465)
     add e36e0fdf25 chore: Update Explore tooltip copy (#25438)
     add b33d152a5b docs(FAQ): remove reference to filter box, add Q&A re: 
usage analytics (#25435)
     add 6aed5887e5 build(deps-dev): bump @types/jsonwebtoken from 9.0.2 to 
9.0.3 in /superset-websocket (#25325)
     new 530d2b2136 build(deps-dev): bump @types/cookie in /superset-websocket

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   (7a5610d7a7)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/superset-websocket/types/cookie-0.5.2 
(530d2b2136)

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.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/CODEOWNERS                                 |   2 +-
 .github/ISSUE_TEMPLATE/sip.md                      |   2 +-
 .github/workflows/chromatic-master.yml             |   2 +-
 .github/workflows/codecov.sh                       |   4 +-
 .github/workflows/docker-release.yml               |   4 +
 .github/workflows/docker.yml                       |  14 +-
 .github/workflows/docker_build_push.sh             |  81 +-
 .github/workflows/prefer-typescript.yml            |   4 +-
 .gitignore                                         |   1 +
 CHANGELOG.md                                       | 864 +++++++++++++++++++--
 CONTRIBUTING.md                                    |  26 +-
 Dockerfile                                         |  54 +-
 RELEASING/README.md                                |   4 +-
 RELEASING/release-notes-2-0/README.md              |   4 +-
 RELEASING/release-notes-2-0/changelog.md           |  12 +-
 RESOURCES/INTHEWILD.md                             |   1 +
 UPDATING.md                                        |  40 +-
 docker-compose.yml                                 |   8 +
 docker/docker-entrypoint-initdb.d/examples-init.sh |   2 +-
 docker/nginx/nginx.conf                            | 127 +++
 dockerize.Dockerfile                               |   9 +-
 docs/docs/api.mdx                                  |   2 +-
 docs/docs/contributing/translations.mdx            |   2 +-
 docs/docs/contributing/types-of-contributions.mdx  |   4 +-
 .../creating-your-first-dashboard.mdx              |   2 +-
 docs/docs/databases/snowflake.mdx                  |  11 +-
 docs/docs/databases/sql-server.mdx                 |   2 +-
 docs/docs/frequently-asked-questions.mdx           |  50 +-
 docs/docs/installation/configuring-superset.mdx    |   1 +
 .../installing-superset-using-docker-compose.mdx   |  17 +-
 docs/docs/installation/setup-ssh-tunneling.mdx     |   2 +-
 docs/docs/miscellaneous/chart-params.mdx           |  16 +-
 docs/docs/miscellaneous/issue-codes.mdx            |   2 +-
 helm/superset/Chart.yaml                           |   4 +-
 helm/superset/README.md                            |  10 +-
 helm/superset/templates/deployment-worker.yaml     |   2 +
 helm/superset/templates/deployment.yaml            |   2 +
 helm/superset/templates/hpa-node.yaml              |  54 ++
 helm/superset/templates/hpa-worker.yaml            |  54 ++
 helm/superset/values.yaml                          |  14 +
 requirements/base.txt                              |   6 +-
 scripts/generate_frontend_ts_tasklist.js           |   4 +-
 setup.py                                           |   6 +-
 superset-embedded-sdk/CONTRIBUTING.md              |   2 +-
 superset-frontend/.nvmrc                           |   2 +-
 superset-frontend/cypress-base/cypress.config.ts   |  17 +
 superset-frontend/cypress-base/package-lock.json   |  12 +-
 superset-frontend/jest.config.js                   |   3 +
 superset-frontend/package.json                     |   4 +-
 .../src/shared-controls/dndControls.tsx            |  36 +-
 .../src/shared-controls/sharedControls.tsx         |  18 +-
 .../superset-ui-core/src/chart/types/Base.ts       |   1 +
 .../formatters/finestTemporalGrain.test.ts         |  63 ++
 .../time-format/formatters/finestTemporalGrain.ts  |  80 ++
 .../superset-ui-core/src/time-format/index.ts      |   1 +
 .../legacy-plugin-chart-sunburst/src/Sunburst.js   |   3 +-
 .../src/Sunburst/transformProps.ts                 |   7 +-
 .../src/plugin/controls/metrics.tsx                |   4 +-
 .../plugin-chart-table/src/controlPanel.tsx        |  10 +-
 .../src/SqlLab/components/ResultSet/index.tsx      | 169 ++--
 .../SqlLab/components/SaveQuery/SaveQuery.test.tsx |  21 +-
 .../src/SqlLab/components/SaveQuery/index.tsx      |  12 +-
 .../SqlLab/components/SqlEditorLeftBar/index.tsx   |   4 +-
 .../src/SqlLab/components/TableElement/index.tsx   |   5 +
 .../src/SqlLab/reducers/getInitialState.test.ts    |  52 ++
 .../src/SqlLab/reducers/getInitialState.ts         |  30 +-
 superset-frontend/src/SqlLab/reducers/sqlLab.js    |   6 +-
 .../src/components/Select/AsyncSelect.test.tsx     |  39 +
 .../src/components/Select/AsyncSelect.tsx          |  26 +-
 .../src/components/Select/Select.test.tsx          |  39 +
 superset-frontend/src/components/Select/Select.tsx |  33 +-
 superset-frontend/src/components/Select/utils.tsx  |  28 +-
 .../FilterBar/FilterControls/state.ts              |   3 +-
 .../components/nativeFilters/FilterBar/index.tsx   |  16 +-
 superset-frontend/src/dataMask/reducer.ts          |   1 +
 .../src/explore/actions/exploreActions.test.js     |  13 +-
 .../useExploreAdditionalActionsMenu/index.jsx      |  42 +-
 .../src/explore/reducers/exploreReducer.js         |  18 +-
 .../src/features/allEntities/AllEntitiesTable.tsx  | 112 ++-
 .../src/features/tags/BulkTagModal.tsx             |  12 +-
 .../components/Select/SelectFilterPlugin.tsx       |   6 +-
 superset-frontend/src/hooks/apiResources/sqlLab.ts |   9 +-
 superset-frontend/src/logger/LogUtils.ts           |   5 +
 superset-frontend/src/pages/AllEntities/index.tsx  |   9 +-
 .../src/pages/DashboardList/index.tsx              |   2 +-
 superset-websocket/package-lock.json               |  14 +-
 superset-websocket/package.json                    |   2 +-
 .../advanced_data_type/plugins/internet_address.py |   4 +-
 .../advanced_data_type/plugins/internet_port.py    |   4 +-
 superset/advanced_data_type/types.py               |   2 +-
 superset/app.py                                    |   7 +-
 superset/async_events/api.py                       |   2 +-
 .../{utils => async_events}/async_query_manager.py |   0
 .../async_query_manager_factory.py}                |  18 +-
 superset/charts/commands/importers/v1/utils.py     |   4 +-
 superset/charts/data/api.py                        |   2 +-
 superset/charts/schemas.py                         |   8 +-
 superset/cli/test_db.py                            |   2 +-
 superset/cli/viz_migrations.py                     |  94 +++
 superset/columns/models.py                         |   6 +-
 superset/common/query_context_factory.py           |   7 +-
 superset/config.py                                 |  32 +-
 superset/connectors/sqla/models.py                 |   4 +-
 superset/daos/report.py                            |   2 +-
 superset/daos/tag.py                               |  17 +-
 superset/dashboards/permalink/schemas.py           |   2 +-
 superset/dashboards/schemas.py                     |   2 +-
 superset/databases/decorators.py                   |   2 +-
 superset/datasets/commands/create.py               |   2 +-
 superset/db_engine_specs/README.md                 |  16 +-
 superset/db_engine_specs/base.py                   |  33 +-
 superset/db_engine_specs/lib.py                    |   2 +-
 superset/db_engine_specs/mysql.py                  |   6 +-
 superset/errors.py                                 |   2 +-
 .../configs/charts/Messages_per_Channel.yaml       |   2 +-
 .../configs/dashboards/Slack_Dashboard.yaml        |   2 +-
 superset/extensions/__init__.py                    |   8 +-
 superset/extensions/ssh.py                         |  17 +-
 superset/initialization/__init__.py                |   4 +-
 superset/migrations/shared/migrate_viz/base.py     |  12 +-
 .../migrations/shared/migrate_viz/processors.py    |   6 +
 ..._13-00_c747c78868b6_migrating_legacy_treemap.py |  12 +-
 ...-07_14-00_06e1e70058c7_migrating_legacy_area.py |  11 +-
 ...02_9ba2ce3086e5_migrate_pivot_table_v1_to_v2.py |  11 +-
 ...-08_10-22_4c5da39be729_migrate_treemap_chart.py |  12 +-
 ...e58e1e58e5c_migrate_dual_line_to_mixed_chart.py |  11 +-
 ...3_add_on_delete_cascade_for_dashboard_slices.py |   2 +-
 ...on_delete_cascade_for_embedded_dashboards.py.py |   2 +-
 ...1_add_on_delete_cascade_for_dashboard_roles.py} |  20 +-
 superset/models/core.py                            |   2 +-
 superset/models/dashboard.py                       |  16 +-
 superset/models/user_attributes.py                 |   2 +-
 superset/reports/schemas.py                        |   2 +-
 superset/security/manager.py                       |  28 +-
 superset/sqllab/utils.py                           |  29 +-
 superset/tags/api.py                               |   5 +-
 superset/tags/commands/create.py                   |  22 +-
 superset/tags/commands/utils.py                    |  18 +
 superset/tags/schemas.py                           |  36 +-
 superset/tasks/cron_util.py                        |  14 +-
 superset/tasks/scheduler.py                        |   9 +-
 superset/translations/en/LC_MESSAGES/messages.json |   2 +-
 superset/translations/en/LC_MESSAGES/messages.po   |   2 +-
 superset/translations/messages.pot                 |   2 +-
 .../utils/class_utils.py                           |  26 +-
 superset/utils/core.py                             |   2 +-
 .../utils/dashboard_filter_scopes_converter.py     |   6 +-
 superset/utils/excel.py                            |   5 +
 superset/utils/machine_auth.py                     |  17 +-
 superset/utils/webdriver.py                        |   2 +-
 superset/views/base.py                             |   6 +-
 superset/views/core.py                             |   2 +-
 superset/views/sql_lab/views.py                    |   4 +-
 superset/viz.py                                    |  10 +-
 tests/integration_tests/charts/data/api_tests.py   |  84 +-
 tests/integration_tests/core_tests.py              |   6 +-
 .../security/row_level_security_tests.py           |  15 +
 tests/integration_tests/sql_lab/api_tests.py       |  29 +
 tests/integration_tests/tags/api_tests.py          |  24 +-
 tests/integration_tests/test_app.py                |   7 +-
 .../charts/commands/importers/v1/utils_test.py     |   1 +
 tests/unit_tests/dao/tag_test.py                   |   3 -
 tests/unit_tests/db_engine_specs/test_mysql.py     |  40 +
 tests/unit_tests/tags/commands/create_test.py      |  19 +-
 tests/unit_tests/tags/commands/update_test.py      |  35 +-
 tests/unit_tests/tasks/test_cron_util.py           | 145 ++--
 .../unit_tests/utils/excel_tests.py                |  18 +-
 167 files changed, 2870 insertions(+), 762 deletions(-)
 create mode 100644 docker/nginx/nginx.conf
 create mode 100644 helm/superset/templates/hpa-node.yaml
 create mode 100644 helm/superset/templates/hpa-worker.yaml
 create mode 100644 
superset-frontend/packages/superset-ui-core/src/time-format/formatters/finestTemporalGrain.test.ts
 create mode 100644 
superset-frontend/packages/superset-ui-core/src/time-format/formatters/finestTemporalGrain.ts
 rename superset/{utils => async_events}/async_query_manager.py (100%)
 copy superset/{extensions/stats_logger.py => 
async_events/async_query_manager_factory.py} (63%)
 create mode 100644 superset/cli/viz_migrations.py
 copy 
superset/migrations/versions/{2023-08-09_14-17_8ace289026f3_add_on_delete_cascade_for_dashboard_slices.py
 => 2023-09-15_12-58_4b85906e5b91_add_on_delete_cascade_for_dashboard_roles.py} 
(79%)
 copy tests/example_data/data_generator/base_generator.py => 
superset/utils/class_utils.py (56%)
 copy superset/utils/excel.py => tests/unit_tests/utils/excel_tests.py (67%)

Reply via email to