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

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


 discard e864f06857 fix: suppress pylint rollback warnings in migration file
 discard 3be71c772b fix: update screenshot and webdriver tests for new logging 
format
 discard af7f5c41a7 fix: update tests to match new logging format
 discard 942c8e45d4 feat: enable ruff G rules and fix all logging violations
     add 038bedb6db redo

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   (e864f06857)
            \
             N -- N -- N   refs/heads/ruff-rules (038bedb6db)

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:
 superset-extensions-cli/tests/test_cli_validate.py |  5 +--
 superset/commands/database/sync_permissions.py     |  3 +-
 superset/commands/database/uploaders/csv_reader.py |  4 +-
 superset/commands/theme/seed.py                    |  5 +--
 superset/common/utils/query_cache_manager.py       |  3 +-
 superset/connectors/sqla/models.py                 |  2 +-
 superset/daos/dataset.py                           |  2 +-
 superset/db_engine_specs/base.py                   |  5 +--
 superset/db_engine_specs/clickhouse.py             |  2 +-
 superset/db_engine_specs/db2.py                    |  5 +--
 superset/db_engine_specs/elasticsearch.py          |  5 +--
 superset/examples/birth_names.py                   |  5 ++-
 superset/examples/multiformat_time_series.py       |  2 +-
 superset/extensions/local_extensions_watcher.py    |  4 +-
 superset/extensions/utils.py                       |  9 ++--
 superset/migrations/shared/security_converge.py    | 10 ++---
 superset/migrations/shared/utils.py                | 23 +++++-----
 ...2018-12-11_22-03_fb13d49b72f9_better_filters.py |  4 +-
 ..._14-13_3325d4caccc8_dashboard_scoped_filters.py |  6 +--
 ...978245563a02_migrate_iframe_to_dash_markdown.py |  2 +-
 ...5b9441_rename_big_viz_total_form_data_fields.py |  4 +-
 ...d1d2_move_pivot_table_v2_legacy_order_by_to_.py |  4 +-
 ...delete_obsolete_druid_nosql_slice_parameters.py |  2 +-
 ...6f8b1280_cleanup_erroneous_parent_filter_ids.py |  2 +-
 ...9_17-54_ee179a490af9_deckgl_path_width_units.py |  2 +-
 ...9123a_update_charts_with_old_time_comparison.py |  8 ++--
 superset/models/slice.py                           |  6 +--
 superset/tasks/cache.py                            |  4 +-
 superset/themes/api.py                             | 23 ++++------
 superset/utils/webdriver.py                        | 52 ++++++++--------------
 superset/views/base.py                             |  5 ++-
 superset/viz.py                                    |  4 +-
 .../dashboards/superset_factory_util.py            | 16 +++----
 tests/unit_tests/daos/test_theme_dao.py            |  4 +-
 tests/unit_tests/migrations/shared/utils_test.py   |  9 +---
 tests/unit_tests/utils/test_screenshot_utils.py    | 11 ++---
 tests/unit_tests/utils/webdriver_test.py           | 10 ++---
 37 files changed, 121 insertions(+), 151 deletions(-)

Reply via email to