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 311a31834004e64964f21698649b1055660381a7 Merge: 5f37e1f54b 3818da8509 Author: geido <[email protected]> AuthorDate: Wed Feb 21 12:13:05 2024 +0200 Merge branch 'master' of https://github.com/apache/superset into diego/ch78628/fix-disabled-ssh-toggle .github/ISSUE_TEMPLATE/bug-report.yml | 4 +- .github/workflows/superset-python-unittest.yml | 4 + CHANGELOG.md | 2 + CHANGELOG/3.0.4.md | 72 ++ CHANGELOG/3.1.1.md | 75 ++ RESOURCES/INTHEWILD.md | 1 + helm/superset/Chart.yaml | 2 +- helm/superset/README.md | 22 +- helm/superset/templates/_helpers.tpl | 25 + helm/superset/templates/deployment-beat.yaml | 3 +- helm/superset/templates/deployment-flower.yaml | 3 +- helm/superset/templates/deployment-worker.yaml | 3 +- helm/superset/templates/deployment-ws.yaml | 3 +- helm/superset/templates/deployment.yaml | 3 +- helm/superset/templates/pdb-beat.yaml | 45 + helm/superset/templates/pdb-flower.yaml | 45 + helm/superset/templates/pdb-worker.yaml | 45 + helm/superset/templates/pdb-ws.yaml | 45 + helm/superset/templates/pdb.yaml | 45 + helm/superset/values.yaml | 41 +- requirements/base.txt | 25 +- requirements/development.txt | 2 - requirements/integration.txt | 6 - requirements/testing.txt | 4 +- setup.py | 3 +- superset-frontend/src/GlobalStyles.tsx | 1 + superset-frontend/src/components/Button/index.tsx | 11 +- .../src/components/CronPicker/CronPicker.tsx | 115 +- superset-frontend/src/components/Modal/Modal.tsx | 3 + .../src/features/alerts/AlertReportModal.test.jsx | 367 ------ .../src/features/alerts/AlertReportModal.test.tsx | 632 +++++++++- .../src/features/alerts/AlertReportModal.tsx | 1296 +++++++++++--------- .../alerts/buildErrorTooltipMessage.test.tsx | 70 ++ .../features/alerts/buildErrorTooltipMessage.tsx | 49 + .../components/AlertReportCronScheduler.test.tsx | 153 --- .../alerts/components/AlertReportCronScheduler.tsx | 96 +- .../alerts/components/NotificationMethod.tsx | 31 +- .../src/features/alerts/components/NumberInput.tsx | 52 + .../src/features/alerts/components/StyledPanel.tsx | 75 ++ .../alerts/components/ValidatedPanelHeader.tsx | 53 + superset-frontend/src/features/alerts/types.ts | 18 + .../src/features/reports/ReportModal/index.tsx | 9 +- superset/advanced_data_type/api.py | 4 + superset/commands/explore/parameters.py | 3 - superset/config.py | 2 +- superset/explore/api.py | 3 +- superset/sqllab/api.py | 4 +- superset/sqllab/execution_context_convertor.py | 1 - tests/integration_tests/async_events/api_tests.py | 4 +- tests/integration_tests/charts/data/api_tests.py | 2 +- tests/unit_tests/security/api_test.py | 6 +- 51 files changed, 2297 insertions(+), 1291 deletions(-)
