This is an automated email from the ASF dual-hosted git repository. diegopucci pushed a commit to branch diego/ch78628/fix-disabled-ssh-toggle in repository https://gitbox.apache.org/repos/asf/superset.git
commit d09497359684a88855a316ffc79f05fbd733a2df Merge: 13915bbb54 4796484190 Author: geido <[email protected]> AuthorDate: Tue Feb 13 14:03:20 2024 +0200 Merge branch 'master' of https://github.com/apache/superset into diego/ch78628/fix-disabled-ssh-toggle .github/workflows/ephemeral-env.yml | 11 +- RESOURCES/FEATURE_FLAGS.md | 1 + docs/docs/installation/docker.mdx | 28 ++- helm/superset/Chart.yaml | 2 +- helm/superset/README.md | 7 +- helm/superset/templates/_helpers.tpl | 39 ++-- helm/superset/templates/secret-env.yaml | 7 + helm/superset/values.yaml | 10 +- scripts/build_docker.py | 13 +- setup.py | 2 +- superset-frontend/package-lock.json | 2 +- superset-frontend/package.json | 2 +- .../src/BigNumber/BigNumberViz.tsx | 1 + .../src/PopKPI.tsx | 104 +++++++++-- .../src/images/thumbnail.png | Bin 23099 -> 10434 bytes .../src/plugin/buildQuery.ts | 208 +-------------------- .../src/plugin/controlPanel.ts | 67 +++++-- .../src/plugin/transformProps.ts | 5 +- .../src/types.ts | 19 +- .../src/{plugin/buildQuery.ts => utils.ts} | 111 +++-------- .../Chart/ChartContextMenu/ChartContextMenu.tsx | 12 +- .../Chart/ChartContextMenu/useContextMenu.test.tsx | 38 +++- .../components/Chart/DrillBy/DrillByModal.test.tsx | 2 +- .../src/components/Chart/DrillBy/DrillByModal.tsx | 11 +- .../Chart/DrillDetail/DrillDetailModal.test.tsx | 2 +- .../src/components/Chart/chartAction.js | 52 +++--- .../src/components/Chart/chartActions.test.js | 43 ++++- .../DashboardBuilder/DashboardWrapper.tsx | 1 + .../SliceHeaderControls.test.tsx | 78 ++++++-- .../components/SliceHeaderControls/index.tsx | 34 ++-- superset-frontend/src/types/dom-to-pdf.d.ts | 1 + superset-frontend/src/utils/downloadAsPdf.ts | 1 + superset/db_engine_specs/drill.py | 37 +++- ...d83218_migrate_can_view_and_drill_permission.py | 85 +++++++++ superset/security/manager.py | 3 +- ...migrate_can_view_and_drill_permission__tests.py | 61 ++++++ tests/integration_tests/security_tests.py | 6 +- 37 files changed, 662 insertions(+), 444 deletions(-)
