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

github-bot pushed a change to branch 
dependabot/npm_and_yarn/superset-frontend/eslint-8.43.0
in repository https://gitbox.apache.org/repos/asf/superset.git


    omit 9b0af926a4 build(deps-dev): bump eslint from 7.32.0 to 8.43.0 in 
/superset-frontend
     add 6dba6e32f5 fix: creating a new chart with dashboard time filters but 
filter can't apply again (#24405)
     add d5f88c18f6 fix(charts): Fix chart load task error handling (#24447)
     add 92e2ee9d07 chore(dao): Add generic type for better type checking 
(#24465)
     add 652bf6454e fix: Native filter dynamic numeric search (#24418)
     add d60040dbf7 docs: Add CTA to community calendar subscription (#24474)
     add fb08e0ecfc fix: Revert enabling CSP (#24476)
     add ea89949118 fix(oracle): denormalize column names where applicable 
(#24471)
     add 45901dafbb build(deps-dev): bump @typescript-eslint/eslint-plugin from 
5.59.11 to 5.60.0 in /superset-websocket (#24454)
     add 2a4ef5cccf build(deps-dev): bump eslint from 8.42.0 to 8.43.0 in 
/superset-websocket (#24443)
     new e6c0480277 build(deps-dev): bump eslint from 7.32.0 to 8.43.0 in 
/superset-frontend

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   (9b0af926a4)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/superset-frontend/eslint-8.43.0 (e6c0480277)

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:
 UPDATING.md                                        |   1 -
 docs/docs/security.mdx                             |  42 ++--
 docs/src/pages/community.tsx                       |  34 ++-
 docs/static/img/calendar-icon.svg                  |   1 +
 .../src/models/ExtensibleFunction.ts               |   3 +-
 .../src/explore/actions/saveModalActions.js        |  13 +
 .../filters/components/Select/buildQuery.test.ts   |   8 +-
 .../src/filters/components/Select/buildQuery.ts    |  16 +-
 superset-websocket/package-lock.json               | 277 ++++++---------------
 superset-websocket/package.json                    |   4 +-
 .../annotations/commands/delete.py                 |   2 +
 .../annotations/commands/update.py                 |   2 +
 superset/annotation_layers/commands/delete.py      |   2 +
 superset/annotation_layers/commands/update.py      |   2 +
 superset/charts/commands/update.py                 |   2 +
 superset/charts/data/commands/get_data_command.py  |   2 +-
 superset/commands/export/models.py                 |   2 +-
 superset/common/query_context_processor.py         |   2 +-
 superset/config.py                                 |  38 +--
 superset/connectors/base/models.py                 |   9 +-
 superset/connectors/sqla/utils.py                  |   3 +
 superset/daos/annotation.py                        |   8 +-
 superset/daos/base.py                              |  35 ++-
 superset/daos/chart.py                             |   3 +-
 superset/daos/css.py                               |   4 +-
 superset/daos/dashboard.py                         |  10 +-
 superset/daos/database.py                          |   7 +-
 superset/daos/dataset.py                           |  13 +-
 superset/daos/datasource.py                        |   2 +-
 superset/daos/log.py                               |   4 +-
 superset/daos/query.py                             |   6 +-
 superset/daos/report.py                            |   3 +-
 superset/daos/security.py                          |   4 +-
 superset/daos/tag.py                               |   3 +-
 superset/dashboards/commands/delete.py             |   2 +
 superset/dashboards/commands/update.py             |   2 +
 superset/dashboards/filter_sets/commands/delete.py |   4 +-
 superset/dashboards/filter_sets/commands/update.py |   2 +
 superset/databases/commands/delete.py              |   2 +
 superset/databases/ssh_tunnel/commands/delete.py   |   2 +
 superset/db_engine_specs/base.py                   |  10 +
 superset/initialization/__init__.py                |   6 +-
 superset/models/helpers.py                         |  30 ++-
 superset/reports/commands/delete.py                |   2 +
 superset/row_level_security/commands/update.py     |   2 +
 superset/tasks/async_queries.py                    |   4 +-
 .../appbuilder/general/widgets/base_list.html      |   2 +-
 .../appbuilder/general/widgets/search.html         |   2 +-
 superset/templates/superset/export_dashboards.html |   2 +-
 .../templates/superset/form_view/csv_scripts.html  |   2 +-
 .../form_view/csv_to_database_view/edit.html       |   2 +-
 .../form_view/database_schemas_selector.html       |   2 +-
 .../templates/superset/models/database/macros.html |   8 +-
 .../templates/superset/partials/asset_bundle.html  |   2 +-
 superset/templates/superset/theme.html             |  14 +-
 tests/unit_tests/db_engine_specs/test_mssql.py     |  14 ++
 tests/unit_tests/db_engine_specs/test_oracle.py    |  14 ++
 tests/unit_tests/tasks/test_async_queries.py       |  39 +++
 58 files changed, 361 insertions(+), 377 deletions(-)
 create mode 100644 docs/static/img/calendar-icon.svg
 create mode 100644 tests/unit_tests/tasks/test_async_queries.py

Reply via email to