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

enzomartellucci pushed a change to branch enxdev/refactor/antd5/create-wrappers
in repository https://gitbox.apache.org/repos/asf/superset.git


    from f4663bbf2c refactor(Select, AsyncSelect): add export on 
src/components/index for Select and AsyncSelect components
     add 8b69958f19 centralize theming stuff in AsyncAceEditor
     add 9dedb588ba altering comment for THEME_OVERRIDES in superset/config.py
     add 506c8387fc lint
     add c2afae51cb chore(🦾): bump python grpcio 1.68.0 -> 1.71.0 (#32901)
     add f2c0686346 feat: Add Aggregation Method for Big Number with Trendline 
(#32767)
     add 174750c9dd refactor(jinja macro): Update current_user_roles() macro to 
fetch roles from existing get_user_roles() method (#32888)
     add a4a092794a feat(chart controls): Add  "%d.%m.%Y" time format option 
(#32814)
     add 8f35a3ec8c feat(plugins): Make comparison values on 
BigNumberPeriodOverPeriod toggleable (#28605)
     add b92909d621 feat: Enable passing a permalink to 
cache_dashboard_screenshot endpoint (#32900)
     add 56bf17f879 fix(sqllab): Invalid display of table column keys (#32763)
     add 662f0fa8f4 chore(reports): add task for slack channels warm-up (#32585)
     add 6e02d19b0d fix: make packages PEP 625 compliant (#32866)
     add e3342bb731 Merge branch 'master' into template_less
     add feb1ddbb3f Merge branch 'template_less' into 
enxdev/refactor/antd5/create-wrappers

No new revisions were added by this update.

Summary of changes:
 .gitignore                                         |   1 +
 README.md                                          |  14 +-
 RELEASING/Dockerfile.from_local_tarball            |  26 +--
 RELEASING/Dockerfile.from_svn_tarball              |  24 +--
 RELEASING/README.md                                |  12 +-
 RELEASING/email_templates/announce.j2              |   2 +-
 RELEASING/make_tarball.sh                          |   2 +-
 RELEASING/make_tarball_entrypoint.sh               |   2 +-
 RELEASING/set_release_env.sh                       |   4 +-
 RELEASING/test_run_tarball.sh                      |   2 +-
 RELEASING/validate_this_release.sh                 |   2 +-
 docs/docs/configuration/databases.mdx              |   2 +-
 docs/docs/configuration/networking-settings.mdx    |   2 +-
 docs/docs/contributing/contributing.mdx            |   4 +-
 docs/docs/installation/pypi.mdx                    |   6 +-
 docs/docs/installation/upgrading-superset.mdx      |   2 +-
 pyproject.toml                                     |   2 +-
 requirements/development.txt                       |   2 +-
 setup.py                                           |   1 +
 .../{histogramOperator.ts => aggregateOperator.ts} |  48 ++++--
 .../src/operators/index.ts                         |   1 +
 .../src/shared-controls/customControls.tsx         |  26 +++
 .../src/shared-controls/index.ts                   |   1 +
 .../src/utils/D3Formatting.ts                      |   1 +
 .../test/operators/aggregateOperator.test.ts       | 121 ++++++++++++++
 .../test/operators/timeCompareOperator.test.ts     |   2 +-
 .../src/query/types/PostProcessing.ts              |   4 +-
 .../superset-ui-core/src/theme/exampleThemes.ts    |   6 +-
 .../test/query/types/PostProcessing.test.ts        |   2 +-
 .../test/time-comparison/getComparisonInfo.test.ts |  24 ++-
 .../BigNumber/BigNumberPeriodOverPeriod/PopKPI.tsx |  95 ++++++-----
 .../BigNumberPeriodOverPeriod/controlPanel.ts      |  38 ++++-
 .../BigNumberPeriodOverPeriod/transformProps.ts    |   2 +
 .../BigNumber/BigNumberPeriodOverPeriod/types.ts   |   5 +
 .../BigNumber/BigNumberWithTrendline/buildQuery.ts |  15 ++
 .../BigNumberWithTrendline/controlPanel.tsx        |   2 +
 .../BigNumberWithTrendline/transformProps.ts       |  82 ++++++---
 .../test/BigNumber/transformProps.test.ts          | 185 +++++++++++++++++++++
 .../SqlLab/components/AceEditorWrapper/index.tsx   |  43 +----
 .../src/components/AsyncAceEditor/index.tsx        |   4 +-
 .../src/components/GridTable/index.tsx             |   5 +-
 .../src/components/JsonModal/JsonModal.test.tsx    |  15 ++
 .../src/components/JsonModal/index.tsx             |  17 +-
 .../controls/ColumnConfigControl/constants.tsx     |  12 +-
 superset/config.py                                 |  30 ++--
 superset/dashboards/api.py                         |  17 +-
 superset/dashboards/schemas.py                     |   1 +
 superset/jinja_context.py                          |  15 +-
 .../dashboard_import_export.py => tasks/slack.py}  |  24 +--
 superset/utils/core.py                             |  13 --
 superset/utils/screenshots.py                      |   5 +-
 superset/utils/slack.py                            |  25 ++-
 tests/integration_tests/dashboards/api_tests.py    |  12 ++
 tests/integration_tests/sqla_models_tests.py       |  11 +-
 tests/unit_tests/jinja_context_test.py             |   9 +-
 tests/unit_tests/utils/slack_test.py               |  39 +++--
 56 files changed, 795 insertions(+), 274 deletions(-)
 copy 
superset-frontend/packages/superset-ui-chart-controls/src/operators/{histogramOperator.ts
 => aggregateOperator.ts} (53%)
 create mode 100644 
superset-frontend/packages/superset-ui-chart-controls/test/operators/aggregateOperator.test.ts
 copy superset/{utils/dashboard_import_export.py => tasks/slack.py} (65%)

Reply via email to