You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by gi...@apache.org on 2024/01/17 22:47:32 UTC

(superset) branch dependabot/npm_and_yarn/docs/swagger-ui-react-5.11.0 updated (3f7be25120 -> a4dca910ed)

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

github-bot pushed a change to branch dependabot/npm_and_yarn/docs/swagger-ui-react-5.11.0
in repository https://gitbox.apache.org/repos/asf/superset.git


 discard 3f7be25120 build(deps): bump swagger-ui-react from 4.1.3 to 5.11.0 in /docs
     add 14106f7bb2 build(deps): update datamaps requirement from ^0.5.8 to ^0.5.9 in /superset-frontend/plugins/legacy-plugin-chart-world-map (#26500)
     add aaa4a7b371 feat: global logs context (#26418)
     add 7af82ae87d refactor: Ensure Celery leverages the Flask-SQLAlchemy session (#26186)
     add 8e19f59dd2 fix: create virtual dataset validation (#26625)
     add 6a4043d0f0 fix: unnecessary logic on CI ephemeral (#26644)
     add 902dafde48 chore: Sets the DRILL_BY feature flag to True by default (#26637)
     add 197c6e65ed chore(API): Include changed_by.id in Get Charts and Get Datasets API responses (#26540)
     add 90c3e56d32 chore: Sets DASHBOARD_VIRTUALIZATION feature flag to True by default (#26636)
     add d5b62d8d3e chore: Deprecates the ENABLE_JAVASCRIPT_CONTROLS feature flag (#26635)
     add 95cb30be4b fix: remove possible unnecessary file 1 (#26649)
     add eff4422d04 chore: Deprecates the DASHBOARD_CROSS_FILTERS feature flag (#26633)
     add 80a6e25a98 fix: Avoid 500 if end users write bad SQL (#26638)
     add df79522160 refactor: Ensure Flask framework leverages the Flask-SQLAlchemy session  (#26200)
     add f8d25612ba refactor: Removes the deprecated REMOVE_SLICE_LEVEL_LABEL_COLORS feature flag (#26346)
     add 9724abf090 fix: Removes unused cache cleanup (#26648)
     add add2924ed1 chore: Updates CHANGELOG.md and UPDATING.md with 3.0.3 data (#26650)
     add c900dd0b78 build(deps-dev): bump typescript from 4.4.4 to 5.3.3 in /docs (#26560)
     add a4dca910ed build(deps): bump swagger-ui-react from 4.1.3 to 5.11.0 in /docs

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   (3f7be25120)
            \
             N -- N -- N   refs/heads/dependabot/npm_and_yarn/docs/swagger-ui-react-5.11.0 (a4dca910ed)

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/docker-ephemeral-env.yml         |   2 -
 CHANGELOG.md                                       |  67 ++
 RESOURCES/FEATURE_FLAGS.md                         |   9 +-
 UPDATING.md                                        |   8 +-
 docs/package.json                                  |   2 +-
 docs/yarn.lock                                     |   8 +-
 scripts/benchmark_migration.py                     |  17 +-
 .../superset-ui-core/src/utils/featureFlags.ts     |  10 +-
 .../legacy-plugin-chart-world-map/package.json     |   2 +-
 superset/cachekeys/api.py                          |   1 -
 superset/charts/api.py                             |   1 +
 superset/commands/chart/delete.py                  |   4 -
 superset/commands/dashboard/importers/v0.py        |  32 +-
 superset/commands/dataset/create.py                |  13 +-
 superset/commands/dataset/exceptions.py            |   7 +
 superset/commands/explore/get.py                   |   3 +-
 superset/commands/report/execute.py                |  72 +-
 superset/commands/report/log_prune.py              |  43 +-
 superset/commands/utils.py                         |   3 +-
 superset/common/query_context_factory.py           |   5 +-
 superset/common/query_object_factory.py            |   6 -
 superset/config.py                                 |   9 +-
 superset/connectors/sqla/models.py                 |  14 +-
 superset/daos/dashboard.py                         |   7 +-
 superset/daos/datasource.py                        |   6 +-
 superset/daos/report.py                            |  33 +-
 superset/dashboards/api.py                         |   8 -
 superset/datasets/api.py                           |   1 +
 superset/datasource/api.py                         |   4 +-
 superset/db_engine_specs/base.py                   |  11 +-
 superset/db_engine_specs/exceptions.py             |   2 +-
 superset/db_engine_specs/hive.py                   |  10 +-
 superset/db_engine_specs/impala.py                 |  10 +-
 superset/db_engine_specs/ocient.py                 |   5 +-
 superset/db_engine_specs/presto.py                 |  11 +-
 superset/db_engine_specs/trino.py                  |  44 +-
 superset/models/dashboard.py                       |  91 +--
 superset/reports/notifications/slack.py            |   9 +-
 superset/security/manager.py                       |  28 +-
 superset/sql_lab.py                                |  75 +-
 superset/tasks/cache.py                            | 119 ++-
 superset/tasks/celery_app.py                       |  26 +-
 superset/tasks/scheduler.py                        |  52 +-
 superset/utils/celery.py                           |  59 --
 superset/utils/database.py                         |   5 +-
 superset/utils/decorators.py                       |  82 ++-
 superset/utils/log.py                              |  12 +-
 superset/utils/mock_data.py                        |  11 +-
 superset/views/core.py                             |  10 +-
 superset/views/datasource/utils.py                 |   3 +-
 superset/views/datasource/views.py                 |   6 +-
 superset/views/utils.py                            |   4 +-
 tests/integration_tests/datasets/commands_tests.py |  45 +-
 tests/integration_tests/datasource_tests.py        |   4 +-
 tests/integration_tests/query_context_tests.py     |   2 -
 tests/integration_tests/security_tests.py          | 803 ++++++++++-----------
 .../sql_lab/test_execute_sql_statements.py         |   3 +-
 tests/integration_tests/sqllab_tests.py            |  28 +-
 .../unit_tests/common/test_query_object_factory.py |   9 +-
 tests/unit_tests/conftest.py                       |   1 -
 tests/unit_tests/datasource/dao_tests.py           |   9 +-
 tests/unit_tests/db_engine_specs/test_trino.py     |  29 +-
 .../{email_tests.py => slack_tests.py}             |  71 +-
 tests/unit_tests/sql_lab_test.py                   |  11 +-
 tests/unit_tests/utils/test_decorators.py          | 164 +++++
 65 files changed, 1238 insertions(+), 1023 deletions(-)
 delete mode 100644 superset/utils/celery.py
 copy tests/unit_tests/notifications/{email_tests.py => slack_tests.py} (53%)