This is an automated email from the ASF dual-hosted git repository.
EnxDev pushed a change to branch enxdev/fix/custom-tabs
in repository https://gitbox.apache.org/repos/asf/superset.git
discard 95645d3e814 Merge branch 'master' into enxdev/fix/custom-tabs
omit 67924ad35e1 fix(dashboard): offer Exit edit mode when there is nothing
to discard (#42208)
omit ef459c21e82 fix(helm): add MCP HTTPRoute configuration (#42219)
omit 3ed8889a010 fix: Added PostgreSQL 17.X to the supported database
versions table in (#42280)
omit 17bd286ae9b fix(forecast): resolve time grain robustly for Prophet
forecasting (#42145)
omit 32937f24d25 fix(heatmap): correct tooltip axis value lookup and
percentage calculations and add tests (#41864)
omit e075133a833 fix(pandas_postprocessing): avoid FutureWarning for
max/min in boxplot MINMAX (#42272)
omit 8d034ef65ca fix(plugin-chart-echarts): import the -obj locale build so
time axes render (#42317)
add 00e4f90cacf fix(dashboard): scope tab drag cursor and test the rule it
emits
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 (95645d3e814)
\
N -- N -- N refs/heads/enxdev/fix/custom-tabs (00e4f90cacf)
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.
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 +-
.../TabsRenderer/TabsRenderer.test.tsx | 83 ++++++++---
.../gridComponents/TabsRenderer/TabsRenderer.tsx | 6 +-
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 -----
20 files changed, 121 insertions(+), 577 deletions(-)
delete mode 100644 helm/superset/tests/httproute_test.yaml