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

github-bot pushed a change to branch dependabot/pip/requirements/tox-4.5.1
in repository https://gitbox.apache.org/repos/asf/superset.git


 discard e076514ddc build(deps): bump tox from 3.25.1 to 4.5.1 in /requirements
     add 842659dbfe refactor: useEffectEvent for efficient deps (#23871)
     add ad19cd9fbd fix: timeout should be an integer (#23924)
     add 2e1cf2446c docs: Add description of standard Superset roles (#23795)
     add 10d640e940 feat: Considers GENERIC_CHART_AXES in viz migrations 
(#23905)
     add f1fa1a733d chore(key-value): use json serialization for main resources 
(#23888)
     add 3dc4de4216 fix(migration): add log for values unseen in 
`Slice.datasource_type` (#23925)
     add b7689fbe53 chore: Deprecates viz.py (#23934)
     add f3f5d926c1 fix: update migration chart_ds_constraint to have seperate 
batch op (#23942)
     add b4371f68b7 feat: Adds a control to set the Secondary Y-axis bounds in 
Mixed charts (#23917)
     add 308995f56a chore(helm): Declare missing properties (#23926)
     add aabab5c456 build(deps-dev): bump @types/node from 18.16.3 to 20.0.0 in 
/superset-websocket (#23947)
     add 841726d432 fix(sqllab): clean comments within quotes (#23908)
     add 694f93326d fix: methods incorrect type and update deprecated targets 
(#23935)
     add 2a63b39f33 chore: add codeQL to CI (#23949)
     add 93789b8bec docs: fixing a broken markdown link about SSH tunneling 
(#23911)
     add cfc70ea8b0 chore: deprecate /superset/add_slices (#23936)
     add 9681d85999 chore(helm): Split service templates into separate files 
(#23923)
     add d23df35087 fix(sqllab): custom url params disappeared (#23952)
     add 9fd936c18c chore(slack): use recommended method for file upload 
(#23744)
     add f10a1c6ec3 build(deps): bump tox from 3.25.1 to 4.5.1 in /requirements

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   (e076514ddc)
            \
             N -- N -- N   refs/heads/dependabot/pip/requirements/tox-4.5.1 
(f10a1c6ec3)

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/workflows/codeql-analysis.yml              |  50 ++++
 RESOURCES/STANDARD_ROLES.md                        | 267 +++++++++++++++++++++
 docs/docs/installation/setup-ssh-tunneling.mdx     |   2 +-
 docs/docs/security.mdx                             |   2 +
 helm/superset/Chart.yaml                           |   2 +-
 helm/superset/README.md                            |  12 +-
 ...configmap-superset.yaml => service-flower.yaml} |  32 ++-
 .../{configmap-superset.yaml => service-ws.yaml}   |  32 ++-
 helm/superset/templates/service.yaml               |  64 -----
 .../{service-account.yaml => serviceaccount.yaml}  |   0
 helm/superset/values.yaml                          |  23 +-
 requirements/base.txt                              |   5 +-
 requirements/development.in                        |   1 +
 requirements/development.txt                       |  14 +-
 requirements/docker.in                             |   1 +
 requirements/docker.txt                            |   6 +-
 requirements/testing.txt                           |  17 +-
 setup.py                                           |   2 +-
 superset-frontend/package-lock.json                |  15 ++
 superset-frontend/package.json                     |   1 +
 .../src/MixedTimeseries/controlPanel.tsx           |  21 +-
 .../src/MixedTimeseries/transformProps.ts          |  12 +-
 superset-frontend/src/SqlLab/actions/sqlLab.js     |  60 ++++-
 .../src/SqlLab/actions/sqlLab.test.js              |  13 +-
 .../src/SqlLab/components/SqlEditor/index.jsx      |  51 ++--
 .../TabbedSqlEditors/TabbedSqlEditors.test.jsx     |  14 +-
 .../SqlLab/components/TabbedSqlEditors/index.jsx   |  80 +++---
 .../hooks/useEffectEvent.ts}                       |  30 +--
 superset-websocket/package-lock.json               |  14 +-
 superset-websocket/package.json                    |   2 +-
 superset/advanced_data_type/api.py                 |   4 +-
 superset/annotation_layers/annotations/api.py      |  12 +-
 superset/annotation_layers/api.py                  |   8 +-
 superset/async_events/api.py                       |   2 +-
 superset/available_domains/api.py                  |   2 +-
 superset/cachekeys/api.py                          |   2 +-
 superset/charts/api.py                             |  24 +-
 superset/charts/data/api.py                        |   6 +-
 superset/connectors/sqla/views.py                  |   8 +-
 superset/css_templates/api.py                      |   2 +-
 superset/dashboards/api.py                         |  32 +--
 superset/dashboards/filter_sets/api.py             |   8 +-
 superset/dashboards/filter_state/api.py            |   8 +-
 superset/dashboards/permalink/api.py               |   4 +-
 superset/dashboards/permalink/commands/base.py     |   3 +-
 superset/dashboards/permalink/commands/create.py   |   1 +
 superset/dashboards/permalink/commands/get.py      |   6 +-
 superset/databases/api.py                          |  34 +--
 superset/datasets/api.py                           |  20 +-
 superset/datasets/columns/api.py                   |   2 +-
 superset/datasets/metrics/api.py                   |   2 +-
 superset/datasource/api.py                         |   2 +-
 superset/embedded/api.py                           |   2 +-
 superset/explore/api.py                            |   2 +-
 superset/explore/form_data/api.py                  |   8 +-
 superset/explore/permalink/api.py                  |   4 +-
 superset/explore/permalink/commands/base.py        |   3 +-
 superset/explore/permalink/commands/create.py      |   1 +
 superset/explore/permalink/commands/get.py         |   1 +
 superset/extensions/metastore_cache.py             |  11 +-
 superset/importexport/api.py                       |   4 +-
 superset/key_value/commands/create.py              |  23 +-
 superset/key_value/commands/get.py                 |  15 +-
 superset/key_value/commands/update.py              |  11 +-
 superset/key_value/commands/upsert.py              |  13 +-
 superset/key_value/shared_entries.py               |  12 +-
 superset/key_value/types.py                        |  33 ++-
 superset/migrations/shared/migrate_viz/base.py     |  39 ++-
 ...03-27_12-30_7e67aecbf3f1_chart_ds_constraint.py |  41 +++-
 ...a5681ddfd_convert_key_value_entries_to_json.py} |  49 ++--
 superset/queries/api.py                            |   2 +-
 superset/queries/saved_queries/api.py              |   6 +-
 superset/reports/api.py                            |   8 +-
 superset/reports/logs/api.py                       |   4 +-
 superset/row_level_security/api.py                 |   6 +-
 superset/security/api.py                           |   4 +-
 superset/sqllab/api.py                             |   4 +-
 superset/tags/api.py                               |   8 +-
 superset/temporary_cache/api.py                    |  13 +-
 superset/temporary_cache/commands/parameters.py    |   3 +
 superset/utils/cache.py                            |   5 +-
 superset/views/alerts.py                           |   2 +-
 superset/views/api.py                              |   6 +-
 superset/views/base_api.py                         |   4 +-
 superset/views/chart/views.py                      |   8 +-
 superset/views/core.py                             | 137 +++++++----
 superset/views/database/views.py                   |   4 +-
 superset/views/datasource/views.py                 |   6 +-
 superset/views/key_value.py                        |   4 +-
 superset/views/log/api.py                          |   2 +-
 superset/views/sql_lab/views.py                    |  20 +-
 superset/views/tags.py                             |   2 +-
 superset/views/users/api.py                        |   4 +-
 superset/viz.py                                    | 142 ++++++++++-
 .../explore/permalink/api_tests.py                 |   5 +-
 .../key_value/commands/create_test.py              |  55 ++++-
 .../key_value/commands/delete_test.py              |  13 +-
 .../key_value/commands/fixtures.py                 |  15 +-
 .../key_value/commands/get_test.py                 |  25 +-
 .../key_value/commands/update_test.py              |  11 +-
 .../key_value/commands/upsert_test.py              |  11 +-
 101 files changed, 1333 insertions(+), 515 deletions(-)
 create mode 100644 .github/workflows/codeql-analysis.yml
 create mode 100644 RESOURCES/STANDARD_ROLES.md
 copy helm/superset/templates/{configmap-superset.yaml => service-flower.yaml} 
(50%)
 copy helm/superset/templates/{configmap-superset.yaml => service-ws.yaml} (51%)
 rename helm/superset/templates/{service-account.yaml => serviceaccount.yaml} 
(100%)
 mode change 100755 => 100644
 copy 
superset-frontend/{packages/superset-ui-core/src/hooks/useChangeEffect/useChangeEffect.ts
 => src/hooks/useEffectEvent.ts} (52%)
 copy 
superset/migrations/versions/{2022-06-27_14-59_7fb8bca906d2_permalink_rename_filterstate.py
 => 2023-05-01_12-03_9c2a5681ddfd_convert_key_value_entries_to_json.py} (60%)

Reply via email to