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

sadpandajoe pushed a change to branch showtime-master
in repository https://gitbox.apache.org/repos/asf/superset.git


    from fd95f94a18d chore: fix spacing in AGENTS.md
     add 8d034ef65ca fix(plugin-chart-echarts): import the -obj locale build so 
time axes render (#42317)
     add e075133a833 fix(pandas_postprocessing): avoid FutureWarning for 
max/min in boxplot MINMAX (#42272)
     add 32937f24d25 fix(heatmap): correct tooltip axis value lookup and 
percentage calculations and add tests (#41864)
     add 17bd286ae9b fix(forecast): resolve time grain robustly for Prophet 
forecasting (#42145)
     add 3ed8889a010 fix: Added PostgreSQL 17.X to the supported database 
versions table in (#42280)
     add ef459c21e82 fix(helm): add MCP HTTPRoute configuration (#42219)
     add 67924ad35e1 fix(dashboard): offer Exit edit mode when there is nothing 
to discard (#42208)
     add 9726c734ef9 Merge remote-tracking branch 'origin/master' into HEAD

No new revisions were added by this update.

Summary of changes:
 .../configuration/configuring-superset.mdx         |   8 +-
 helm/superset/Chart.yaml                           |   2 +-
 helm/superset/README.md                            |   6 +-
 helm/superset/templates/httproute.yaml             |  12 ++
 helm/superset/tests/httproute_test.yaml            |  92 ++++++++++++
 helm/superset/values.yaml                          |   9 +-
 .../src/operators/prophetOperator.ts               |  31 +++-
 .../test/operators/prophetOperator.test.ts         | 105 +++++++++++++
 .../src/Heatmap/transformProps.ts                  |  11 +-
 .../plugin-chart-echarts/src/components/Echart.tsx |  64 ++++----
 .../test/Heatmap/transformProps.test.ts            | 165 +++++++++++++++++++++
 .../test/components/Echart.test.tsx                |  17 +++
 .../dashboard/components/Header/Header.test.tsx    |  12 +-
 .../src/dashboard/components/Header/index.tsx      |   7 +-
 superset/utils/pandas_postprocessing/boxplot.py    |  10 +-
 superset/utils/pandas_postprocessing/prophet.py    |   2 +-
 .../pandas_postprocessing/test_boxplot.py          |  22 +++
 .../pandas_postprocessing/test_prophet.py          |  34 +++++
 18 files changed, 554 insertions(+), 55 deletions(-)
 create mode 100644 helm/superset/tests/httproute_test.yaml

Reply via email to