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

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


    from 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)
     new e3342bb731 Merge branch 'master' into template_less

The 1 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:
 .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 +-
 .../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 +++++++++++++++++++++
 .../src/components/JsonModal/JsonModal.test.tsx    |  15 ++
 .../src/components/JsonModal/index.tsx             |  17 +-
 .../controls/ColumnConfigControl/constants.tsx     |  12 +-
 superset/config.py                                 |   9 +-
 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 +++--
 52 files changed, 780 insertions(+), 210 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