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

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


 discard 3acc49ac96 rollback
 discard 45a93462d2 feat: comprehensive configuration improvements with Flask 
extension references
 discard e4fda6c2f1 feat: enhance config descriptions with markdown formatting
 discard 71d57a6ccf feat: add markdown support and dedicated configuration 
reference page
 discard 9773685fd8 style: remove quotes from search message to avoid ESLint 
warnings
 discard 4f0331395e feat: add search functionality to configuration table
 discard ad1de56c8b feat: make configuration table denser with smaller fonts
 discard b16572904d hackin'
 discard 9e757a3839 refactor: simplify safe_eval function in config schema 
extraction
 discard 159a3fc6bf fix: add missing impact and requires_restart fields to 
config metadata
 discard 23849b7c11 improve docs generation
 discard 470de7e932 improve docs generation
 discard f03886c626 touchups
 discard 423adaa0ab docs
 discard 61420401f0 feat: enhance flask config system with derived class
     add becd0b8883 feat: add runtime custom font loading via configuration 
(#34416)
     add f168dd69a8 fix(sunburst): Fix sunburst chart cross-filter logic 
(#31495)
     add 762a11b0bb fix(sqllab): access legacy kv record (#34411)
     add 6fc734da51 fix: prevent anonymous code in Postgres (#34412)
     add c480fa7fcf fix(migrations): prevent theme seeding before themes table 
exists (#34433)
     add 50197fc33e chore: Add bottom border to top navigation menu (#34429)
     add ea64f3122e chore: Change button labels to sentence case (#34432)
     add 70394e79ef feat: Add configurable query identifiers for Mixed 
Timeseries charts (#34406)
     add cf5b976659 fix(dashboard): adds dependent filter select first value 
fixes (#34137)
     add 9cf2472291 fix: time grain and DB dropdowns (#34431)
     add 25bb353f9d chore(deps-dev): update jest requirement from ^30.0.2 to 
^30.0.4 in /superset-frontend/packages/generator-superset (#34039)
     add 967134f540 fix(theming): Visual bugs p-3 (#34424)
     add 6c9cda758a chore: update chart list e2e and component tests (#34393)
     add cb27d5fe8d chore: proper current_app.config proxy usage (#34345)
     new 1a9da0ff78 feat: enhance flask config system with derived class
     new 29b4c480f3 docs
     new 92bf3b9d4e touchups
     new faef33d6ba improve docs generation
     new 30e731a15b improve docs generation
     new a21a1824e3 fix: add missing impact and requires_restart fields to 
config metadata
     new ad8d0bb2fb refactor: simplify safe_eval function in config schema 
extraction
     new 54f17134b6 hackin'
     new c2a05ea919 feat: make configuration table denser with smaller fonts
     new ffe1a0c9ee feat: add search functionality to configuration table
     new 6e469eb922 style: remove quotes from search message to avoid ESLint 
warnings
     new c67143592b feat: add markdown support and dedicated configuration 
reference page
     new 590d39abeb feat: enhance config descriptions with markdown formatting
     new 59fa496221 feat: comprehensive configuration improvements with Flask 
extension references
     new ed73ac4737 rollback

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   (3acc49ac96)
            \
             N -- N -- N   refs/heads/flask_config (ed73ac4737)

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 15 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:
 docs/docs/configuration/theming.mdx                |   58 +
 docs/docs/contributing/development.mdx             |    8 -
 scripts/python_tests.sh                            |    2 +-
 .../cypress/e2e/chart_list/list.test.ts            |   55 -
 .../cypress/e2e/dashboard/drillby.test.ts          |   17 +-
 .../cypress/e2e/dashboard/nativeFilters.test.ts    |   69 +
 superset-frontend/package-lock.json                | 1946 ++++++++++++++++++--
 .../packages/generator-superset/package.json       |    2 +-
 .../src/shared-controls/sharedControls.tsx         |    2 +
 .../src/MixedTimeseries/controlPanel.tsx           |   17 +-
 .../src/MixedTimeseries/transformProps.ts          |   28 +-
 .../src/MixedTimeseries/types.ts                   |    2 +
 .../src/Sunburst/EchartsSunburst.tsx               |   61 +-
 .../test/MixedTimeseries/transformProps.test.ts    |   83 +-
 .../Chart/ChartContextMenu/ChartContextMenu.tsx    |   10 +-
 .../Chart/DrillBy/DrillByMenuItems.test.tsx        |   43 +-
 .../components/Chart/DrillBy/DrillByMenuItems.tsx  |   10 +-
 .../components/Chart/MenuItemWithTruncation.tsx    |   63 +-
 .../src/components/FacePile/FacePile.test.tsx      |  112 +-
 .../src/components/Tag/utils.test.tsx              |  167 +-
 .../src/components/TagsList/TagsList.test.tsx      |  126 ++
 .../FilterBar/FilterControls/FilterValue.tsx       |   29 +
 .../FiltersConfigModal/FilterConfigPane.test.tsx   |    6 +-
 .../FiltersConfigModal/FilterTitlePane.tsx         |    4 +-
 .../explore/components/ControlPanelsContainer.tsx  |   19 +-
 .../DateFilterControl/components/DateLabel.tsx     |   14 +-
 .../src/features/databases/DatabaseModal/index.tsx |   21 +-
 superset-frontend/src/features/home/Menu.tsx       |    1 +
 .../components/Select/SelectFilterPlugin.tsx       |   59 +
 .../components/TimeGrain/TimeGrainFilterPlugin.tsx |    1 +
 .../pages/ChartList/ChartList.cardview.test.tsx    |  588 ++++++
 .../pages/ChartList/ChartList.listview.test.tsx    |  883 +++++++++
 .../pages/ChartList/ChartList.permissions.test.tsx |  486 +++++
 .../src/pages/ChartList/ChartList.test.jsx         |  433 -----
 .../src/pages/ChartList/ChartList.test.tsx         |  476 +++++
 .../src/pages/ChartList/ChartList.testHelpers.tsx  |  332 ++++
 superset-frontend/src/utils/chartRegistry.test.ts  |  225 +++
 superset-frontend/src/views/CRUD/hooks.test.tsx    |  153 ++
 superset/__init__.py                               |    3 -
 superset/advanced_data_type/api.py                 |    7 +-
 superset/async_events/async_query_manager.py       |   29 +-
 superset/available_domains/api.py                  |    5 +-
 superset/charts/api.py                             |    3 +-
 superset/charts/data/api.py                        |    4 +-
 superset/charts/schemas.py                         |   38 +-
 superset/cli/lib.py                                |   48 -
 superset/cli/main.py                               |   37 +-
 superset/cli/reset.py                              |  101 +-
 superset/cli/test.py                               |    5 +-
 superset/commands/dashboard/filter_state/get.py    |    5 +-
 superset/commands/dashboard/update.py              |    5 +-
 superset/commands/database/create.py               |    4 +-
 superset/commands/database/importers/v1/utils.py   |    4 +-
 superset/commands/database/sync_permissions.py     |    6 +-
 superset/commands/database/validate_sql.py         |    6 +-
 superset/commands/dataset/importers/v1/utils.py    |    6 +-
 superset/commands/distributed_lock/base.py         |    4 +-
 superset/commands/distributed_lock/create.py       |    4 +-
 superset/commands/distributed_lock/delete.py       |    4 +-
 superset/commands/distributed_lock/get.py          |    4 +-
 superset/commands/explore/form_data/get.py         |    5 +-
 superset/commands/report/alert.py                  |    3 +-
 superset/commands/report/base.py                   |    4 +-
 superset/commands/report/execute.py                |    6 +-
 superset/commands/sql_lab/estimate.py              |   11 +-
 superset/commands/sql_lab/export.py                |    9 +-
 superset/commands/sql_lab/permalink/get.py         |    2 +-
 superset/commands/sql_lab/results.py               |    9 +-
 superset/commands/theme/seed.py                    |   12 +-
 superset/common/query_actions.py                   |    3 -
 superset/common/query_context_factory.py           |    7 +-
 superset/common/query_context_processor.py         |   21 +-
 superset/common/utils/query_cache_manager.py       |   18 +-
 superset/common/utils/time_range_utils.py          |    7 +-
 superset/config.py                                 |   10 +
 superset/connectors/sqla/models.py                 |   10 +-
 superset/databases/api.py                          |   11 +-
 superset/databases/filters.py                      |    4 +-
 superset/databases/ssh_tunnel/models.py            |    3 -
 superset/datasource/api.py                         |    3 +-
 superset/db_engine_specs/__init__.py               |    3 +-
 superset/db_engine_specs/base.py                   |   20 +-
 superset/db_engine_specs/clickhouse.py             |    4 +-
 superset/db_engine_specs/duckdb.py                 |    5 +-
 superset/db_engine_specs/hive.py                   |   19 +-
 superset/db_engine_specs/impala.py                 |    4 +-
 superset/db_engine_specs/ocient.py                 |    3 +-
 superset/db_engine_specs/presto.py                 |    4 +-
 superset/db_engine_specs/singlestore.py            |    6 +-
 superset/db_engine_specs/snowflake.py              |    8 +-
 superset/db_engine_specs/trino.py                  |   10 +-
 superset/examples/birth_names.py                   |    9 +-
 superset/examples/helpers.py                       |    5 +-
 superset/examples/multiformat_time_series.py       |    5 +-
 superset/examples/random_time_series.py            |    5 +-
 superset/examples/world_bank.py                    |    5 +-
 superset/initialization/__init__.py                |   65 +-
 superset/migrations/shared/migrate_viz/base.py     |    6 +-
 ...c2d8ec8595_create_ssh_tunnel_credentials_tbl.py |    3 -
 superset/models/core.py                            |   30 +-
 superset/models/dashboard.py                       |    6 +-
 superset/models/helpers.py                         |   11 +-
 superset/models/sql_lab.py                         |    4 +-
 superset/reports/notifications/email.py            |   11 +-
 superset/security/manager.py                       |   33 +-
 superset/sql/parse.py                              |   10 +
 superset/sql_lab.py                                |   59 +-
 superset/sql_validators/presto_db.py               |    2 -
 superset/sqllab/api.py                             |   11 +-
 superset/tasks/cron_util.py                        |    5 +-
 superset/tasks/scheduler.py                        |   21 +-
 superset/templates/superset/spa.html               |    7 +
 superset/thumbnails/digest.py                      |   12 +-
 superset/utils/cache.py                            |   23 +-
 superset/utils/core.py                             |   26 +-
 superset/utils/database.py                         |   10 +-
 superset/utils/decorators.py                       |   12 +-
 superset/utils/encrypt.py                          |    2 +-
 superset/utils/machine_auth.py                     |   10 +-
 superset/utils/oauth2.py                           |   10 +-
 superset/utils/screenshots.py                      |    9 +-
 superset/utils/slack.py                            |    8 +-
 superset/utils/urls.py                             |    8 +-
 superset/utils/webdriver.py                        |   44 +-
 superset/views/base.py                             |  107 +-
 superset/views/core.py                             |    5 +-
 superset/views/database/views.py                   |    5 +-
 superset/views/datasource/schemas.py               |   20 +-
 superset/views/datasource/utils.py                 |    3 +-
 superset/views/error_handling.py                   |    3 +
 superset/views/filters.py                          |   10 +-
 superset/views/health.py                           |   12 +-
 superset/views/users/api.py                        |   15 +-
 superset/views/utils.py                            |    8 +-
 superset/viz.py                                    |   54 +-
 tests/conftest.py                                  |    3 +-
 .../advanced_data_type/api_tests.py                |   17 +-
 .../available_domains/api_tests.py                 |    6 +-
 tests/integration_tests/base_api_tests.py          |    2 +-
 tests/integration_tests/cache_tests.py             |    2 +-
 tests/integration_tests/charts/data/api_tests.py   |   28 +-
 tests/integration_tests/charts/schema_tests.py     |    9 +-
 tests/integration_tests/cli_tests.py               |   29 +-
 tests/integration_tests/core_tests.py              |   18 +-
 tests/integration_tests/dashboards/api_tests.py    |    2 +-
 tests/integration_tests/dashboards/base_case.py    |    6 +-
 .../dashboards/security/security_dataset_tests.py  |    8 +-
 tests/integration_tests/databases/api_tests.py     |   88 +-
 tests/integration_tests/datasets/api_tests.py      |    1 -
 tests/integration_tests/datasource_tests.py        |   19 +-
 tests/integration_tests/email_tests.py             |  115 +-
 .../explore/form_data/commands_tests.py            |   17 +-
 .../explore/permalink/commands_tests.py            |    7 +-
 tests/integration_tests/model_tests.py             |   11 +-
 tests/integration_tests/query_context_tests.py     |    5 +-
 tests/integration_tests/reports/api_tests.py       |   10 +-
 tests/integration_tests/reports/commands_tests.py  |   46 +-
 .../security/row_level_security_tests.py           |   11 +-
 tests/integration_tests/security_tests.py          |    8 +-
 tests/integration_tests/sql_lab/commands_tests.py  |    5 +-
 .../sql_lab/test_execute_sql_statements.py         |    7 +-
 tests/integration_tests/test_app.py                |    1 +
 tests/integration_tests/thumbnails_tests.py        |    8 +-
 tests/integration_tests/utils_tests.py             |   18 +-
 tests/integration_tests/viz_tests.py               |   71 +-
 tests/unit_tests/charts/test_schemas.py            |  154 ++
 tests/unit_tests/commands/report/base_test.py      |   12 +-
 tests/unit_tests/config_test.py                    |  142 +-
 tests/unit_tests/databases/api_test.py             |   31 +-
 .../databases/commands/importers/v1/import_test.py |    7 +-
 tests/unit_tests/databases/filters_test.py         |    6 +-
 tests/unit_tests/db_engine_specs/test_base.py      |    2 +-
 tests/unit_tests/db_engine_specs/test_duckdb.py    |   11 +-
 tests/unit_tests/db_engine_specs/test_gsheets.py   |    4 +-
 tests/unit_tests/extensions/test_sqlalchemy.py     |   69 +-
 tests/unit_tests/jinja_context_test.py             |   62 +-
 .../unit_tests/migrations/shared/catalogs_test.py  |    6 +-
 tests/unit_tests/models/core_test.py               |   13 +-
 tests/unit_tests/reports/schemas_test.py           |   12 +-
 tests/unit_tests/sql/parse_tests.py                |   37 +
 tests/unit_tests/sql_lab_test.py                   |   35 +-
 tests/unit_tests/themes/commands_test.py           |   87 +-
 tests/unit_tests/thumbnails/test_digest.py         |   11 +-
 tests/unit_tests/utils/test_core.py                |   21 +-
 tests/unit_tests/utils/test_decorators.py          |    3 +-
 185 files changed, 7261 insertions(+), 1958 deletions(-)
 create mode 100644 
superset-frontend/src/pages/ChartList/ChartList.cardview.test.tsx
 create mode 100644 
superset-frontend/src/pages/ChartList/ChartList.listview.test.tsx
 create mode 100644 
superset-frontend/src/pages/ChartList/ChartList.permissions.test.tsx
 delete mode 100644 superset-frontend/src/pages/ChartList/ChartList.test.jsx
 create mode 100644 superset-frontend/src/pages/ChartList/ChartList.test.tsx
 create mode 100644 
superset-frontend/src/pages/ChartList/ChartList.testHelpers.tsx
 create mode 100644 superset-frontend/src/utils/chartRegistry.test.ts
 delete mode 100755 superset/cli/lib.py
 create mode 100644 tests/unit_tests/charts/test_schemas.py

Reply via email to