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

rusackas pushed a change to branch pre-commit-touch-ups
in repository https://gitbox.apache.org/repos/asf/superset.git


    from 099cfbb8db updating shell command syntax
     add c6ba48d751 only show error logs when running prettier in pre-commit 
hook
     add 29a0df90cf mypy fixes, pre-commit working locally.
     add 378bd84964 migration update due to a security flag
     add 921b415333 more TS fixes

No new revisions were added by this update.

Summary of changes:
 .pre-commit-config.yaml                            |  15 +-
 RELEASING/changelog.py                             |  11 +-
 docker/pythonpath_dev/superset_config.py           |   2 +-
 package-lock.json                                  |  46 +++++++
 package.json                                       |   1 +
 scripts/cancel_github_workflows.py                 |   2 +-
 superset-frontend/package.json                     |   4 +-
 .../CountryMap.stories.tsx                         |  14 +-
 .../stories/superset-ui-style/Theme.stories.tsx    |   8 +-
 .../src/explore/actions/datasourcesActions.ts      |  13 +-
 superset/charts/api.py                             |   6 +-
 superset/charts/schemas.py                         |   3 +-
 superset/cli/thumbnails.py                         |   2 +-
 superset/common/db_query_status.py                 |  16 +--
 superset/connectors/sqla/models.py                 |   2 +-
 superset/dashboards/api.py                         |   3 +-
 superset/dashboards/schemas.py                     |   3 +-
 superset/databases/api.py                          |  13 +-
 superset/databases/schemas.py                      |   4 +-
 superset/datasets/api.py                           |   9 +-
 superset/db_engine_specs/base.py                   |   5 +-
 superset/db_engine_specs/couchbase.py              |   2 +-
 superset/db_engine_specs/databricks.py             |   5 +-
 superset/db_engine_specs/duckdb.py                 |   2 +-
 superset/db_engine_specs/hana.py                   |   5 +-
 superset/db_engine_specs/hive.py                   |   5 +-
 superset/db_engine_specs/oracle.py                 |   5 +-
 superset/db_engine_specs/presto.py                 |   2 +-
 superset/db_engine_specs/snowflake.py              |   2 +-
 ...b56500de1855_add_uuid_column_to_import_mixin.py |   2 +-
 ...14-38_a9422eeaae74_new_dataset_models_take_2.py |  10 +-
 superset/queries/api.py                            |   3 +-
 superset/sql_lab.py                                |   2 +-
 superset/sqllab/api.py                             |  11 +-
 superset/tags/api.py                               |   7 +-
 superset/utils/core.py                             |  16 +--
 superset/utils/pandas_postprocessing/histogram.py  |   2 +-
 superset/viz.py                                    |   3 +-
 tests/integration_tests/celery_tests.py            |  14 +-
 tests/integration_tests/conftest.py                |   2 +-
 tests/integration_tests/core_tests.py              |   2 +-
 tests/integration_tests/dashboards/api_tests.py    |  45 +++---
 tests/integration_tests/databases/api_tests.py     | 151 ++++++++++-----------
 tests/integration_tests/datasets/api_tests.py      |   4 +-
 tests/integration_tests/datasource_tests.py        |   2 +-
 .../db_engine_specs/base_engine_spec_tests.py      |   3 +-
 .../7e67aecbf3f1_chart_ds_constraint__tests.py     |   2 +-
 .../fb13d49b72f9_better_filters__tests.py          |   2 +-
 tests/integration_tests/reports/scheduler_tests.py |   4 +-
 tests/integration_tests/sql_lab/commands_tests.py  |  11 +-
 tests/integration_tests/sqllab_tests.py            |  96 ++++++-------
 tests/integration_tests/tags/api_tests.py          |   2 +-
 .../commands/databases/excel_reader_test.py        |   2 +-
 tests/unit_tests/connectors/sqla/models_test.py    |  11 +-
 tests/unit_tests/datasets/api_tests.py             |   3 +-
 tests/unit_tests/datasets/commands/export_test.py  |   2 +-
 tests/unit_tests/db_engine_specs/test_gsheets.py   | 101 +++++++-------
 tests/unit_tests/db_engine_specs/test_mssql.py     |  47 +++----
 tests/unit_tests/db_engine_specs/test_ocient.py    |   6 +-
 tests/unit_tests/fixtures/dataframes.py            |   4 +-
 60 files changed, 401 insertions(+), 381 deletions(-)
 create mode 100644 package-lock.json

Reply via email to