This is an automated email from the ASF dual-hosted git repository.
johnbodley pushed a change to branch revert-16318-villebro/sqla-time-grain
in repository https://gitbox.apache.org/repos/asf/superset.git.
from 2b54029 Revert "feat(sqla): apply time grain to all temporal groupbys
(#16318)"
add b7e7ef2 Revert "fix: the calculated columns explicit type convert
into date (#14813)" (#16950)
add 743f4b6 Fix resetting does not clear form (#17217)
add 4316fe6 fix(annotataion): handle required fields properly (#17234)
add faf7c74 chore: bump superset-ui v0.18.16 (#17251)
add 65f1644 feat(dashboard): Add description to the native filter (#17025)
add 93f59e0 chore: remove supersetTheme with withTheme (#17069)
add 5aaa333 feat: Make Jinja template applied in timestamp columns
(#17237)
add be6cca5 chore: bump deckgl 0.4.13 (#17266)
add 37909aa feat: add possibility to set ingress class name in Helm chart
(#17252)
add 132c05b Merge branch 'master' into
revert-16318-villebro/sqla-time-grain
No new revisions were added by this update.
Summary of changes:
helm/superset/Chart.yaml | 2 +-
helm/superset/templates/ingress.yaml | 3 +
helm/superset/values.yaml | 2 +-
superset-frontend/package-lock.json | 496 ++++++++++-----------
superset-frontend/package.json | 56 +--
.../spec/fixtures/mockNativeFilters.ts | 2 +
.../dashboard/fixtures/mockNativeFilters.ts | 1 +
.../src/components/Datasource/DatasourceEditor.jsx | 22 +-
.../Datasource/DatasourceEditor.test.jsx | 243 +++++-----
.../CascadeFilterControl.test.tsx | 41 +-
.../FilterBar/FilterControls/FilterControl.tsx | 69 ++-
.../FiltersConfigForm/FiltersConfigForm.tsx | 82 ++--
.../FiltersConfigForm/getControlItemsMap.test.tsx | 1 +
.../FiltersConfigModal/FiltersConfigModal.tsx | 2 +-
.../nativeFilters/FiltersConfigModal/types.ts | 1 +
.../nativeFilters/FiltersConfigModal/utils.ts | 1 +
.../dashboard/components/nativeFilters/types.ts | 1 +
.../src/explore/components/Control.tsx | 6 +-
.../controls/ConditionalFormattingControl/types.ts | 2 +-
.../src/filters/components/GroupBy/controlPanel.ts | 7 +-
.../src/filters/components/Select/controlPanel.ts | 7 +-
.../src/filters/components/Time/controlPanel.ts | 6 +-
.../src/views/CRUD/annotation/AnnotationModal.tsx | 6 +-
.../CRUD/annotationlayers/AnnotationLayerModal.tsx | 2 +-
superset/annotation_layers/annotations/schemas.py | 22 +-
superset/annotation_layers/schemas.py | 2 +-
superset/connectors/sqla/models.py | 27 +-
.../annotation_layers/api_tests.py | 11 +-
.../annotation_layers/fixtures.py | 6 +
.../annotation_layers/schema_tests.py | 157 +++++++
30 files changed, 787 insertions(+), 499 deletions(-)
create mode 100644 tests/integration_tests/annotation_layers/schema_tests.py