This is an automated email from the ASF dual-hosted git repository.
hugh pushed a change to branch hugh/move-ctas-cvas-fields
in repository https://gitbox.apache.org/repos/asf/superset.git.
from 9b07e36 remove consolde
add ac43f4c Displays row limit warning with Alert component (#13854)
add 3394421 fix(native-filters): add global async query support to native
filters (#13837)
add 9d0bb3a Fix broken link (#13861)
add 4ae9b81 fix: Disallows negative options remaining (#13749)
add 304e3b3 feat(alerts & reports): Easier to read execution logs (#13752)
add 2a4e4b3 Add CODEOWNERS (#13759)
add f81b746 chore: Update PR template for SIP-59 DB migrations process
(#13855)
add ce2760e fix: allow spaces in DB names (#13800)
add 9031e69 build(deps): bump elliptic from 6.5.3 to 6.5.4 in /docs
(#13527)
add 6fe4cc0 chore: Removes Popover duplication (#13462)
add 3c4591e chore: Moves CheckboxIcons to Checkbox folder (#13459)
add 9d6832d test: Adds tests and storybook to CertifiedIcon component
(#13457)
new ad8f671 fix test
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.github/CODEOWNERS | 3 ++
.github/PULL_REQUEST_TEMPLATE.md | 6 ++-
docs/package-lock.json | 24 ++++-----
docs/src/pages/docs/introduction.mdx | 2 +-
.../explore/components/AdhocFilterOption_spec.jsx | 2 +-
.../explore/components/AdhocMetricOption_spec.jsx | 2 +-
.../explore/components/ColorPickerControl_spec.jsx | 2 +-
.../explore/components/EmbedCodeButton_spec.jsx | 2 +-
.../components/FilterBoxItemControl_spec.jsx | 2 +-
.../components/TimeSeriesColumnControl_spec.jsx | 2 +-
.../explore/components/ViewportControl_spec.jsx | 2 +-
.../views/CRUD/alert/ExecutionLog_spec.jsx | 1 +
.../CRUD/data/database/DatabaseModal_spec.jsx | 17 ++++--
.../src/SqlLab/components/ResultSet.tsx | 25 +++------
.../src/common/components/Popover.tsx | 23 --------
.../src/common/components/common.stories.tsx | 29 ----------
.../CertifiedIcon.stories.tsx} | 20 ++++---
.../CertifiedIcon.test.tsx} | 49 ++++++-----------
.../index.tsx} | 8 +--
.../src/components/Checkbox/Checkbox.test.tsx | 6 ++-
.../Checkbox/{index.tsx => Checkbox.tsx} | 5 +-
.../components/{ => Checkbox}/CheckboxIcons.tsx | 0
.../src/components/Checkbox/index.tsx | 38 +------------
superset-frontend/src/components/Icon/index.tsx | 9 +++-
superset-frontend/src/components/Popover/index.tsx | 2 +-
.../src/components/TableSelector/index.tsx | 4 +-
.../src/components/URLShortLinkButton/index.jsx | 2 +-
.../components/FiltersBadge/DetailsPanel.tsx | 2 +-
.../dashboard/components/filterscope/treeIcons.jsx | 2 +-
.../FilterBar/CascadeFilters/CascadePopover.tsx | 2 +-
.../FilterBar/FilterControls/FilterValue.tsx | 36 ++++++++++---
.../FiltersConfigForm/DefaultValue.tsx | 62 +++++++---------------
.../FiltersConfigForm/FiltersConfigForm.tsx | 30 +++++++----
.../FiltersConfigModal/FiltersConfigForm/state.ts | 34 ++++++++++--
.../src/datasource/DatasourceEditor.jsx | 4 +-
.../src/explore/components/EmbedCodeButton.jsx | 2 +-
.../components/controls/AnnotationLayerControl.jsx | 2 +-
.../components/controls/ColorPickerControl.jsx | 2 +-
.../controls/DateFilterControl/DateFilterLabel.tsx | 2 +-
.../components/controls/FilterBoxItemControl.jsx | 2 +-
.../FilterControl/AdhocFilterPopoverTrigger.tsx | 2 +-
.../MetricControl/AdhocMetricPopoverTrigger.tsx | 2 +-
.../explore/components/controls/SelectControl.jsx | 2 +-
.../controls/TimeSeriesColumnControl.jsx | 2 +-
.../components/controls/ViewportControl.jsx | 2 +-
.../src/views/CRUD/alert/ExecutionLog.tsx | 11 ++++
superset-frontend/src/views/CRUD/alert/types.ts | 1 +
.../src/views/CRUD/data/database/DatabaseModal.tsx | 16 ++++--
.../src/views/CRUD/data/dataset/DatasetList.tsx | 4 +-
.../src/views/CRUD/data/query/QueryList.tsx | 2 +-
.../views/CRUD/data/savedquery/SavedQueryList.tsx | 2 +-
...11006_add_execution_id_to_report_execution_.py} | 17 +++---
superset/models/reports.py | 2 +
superset/reports/commands/execute.py | 16 ++++--
superset/reports/logs/api.py | 2 +
superset/tasks/scheduler.py | 5 +-
tests/reports/commands_tests.py | 55 ++++++++++---------
57 files changed, 294 insertions(+), 318 deletions(-)
create mode 100644 .github/CODEOWNERS
delete mode 100644 superset-frontend/src/common/components/Popover.tsx
copy superset-frontend/src/components/{RefreshLabel/RefreshLabel.stories.tsx
=> CertifiedIcon/CertifiedIcon.stories.tsx} (72%)
copy superset-frontend/src/components/{PopoverSection/PopoverSection.test.tsx
=> CertifiedIcon/CertifiedIcon.test.tsx} (55%)
rename superset-frontend/src/components/{CertifiedIconWithTooltip.tsx =>
CertifiedIcon/index.tsx} (90%)
copy superset-frontend/src/components/Checkbox/{index.tsx => Checkbox.tsx}
(94%)
rename superset-frontend/src/components/{ => Checkbox}/CheckboxIcons.tsx (100%)
copy superset/migrations/versions/{18dc26817ad2_.py =>
301362411006_add_execution_id_to_report_execution_.py} (70%)