This is an automated email from the ASF dual-hosted git repository.
yjc pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git.
from 5d529fd fixing broken links (#10885)
add 0129c42 feat: move ace-editor and mathjs to async modules (#10837)
No new revisions were added by this update.
Summary of changes:
.../{dashboard.helper.js => dashboard.helper.ts} | 24 +++
.../integration/dashboard/edit_mode.test.js | 18 +-
.../cypress/integration/dashboard/markdown.test.ts | 64 ++++++
.../integration/explore/AdhocFilters.test.ts | 46 +++--
.../cypress/integration/explore/control.test.ts | 61 +++++-
.../explore/visualizations/line.test.ts | 9 +
.../components/gridComponents/Markdown_spec.jsx | 14 +-
.../explore/components/TextArea_spec.jsx | 4 +-
superset-frontend/src/CRUD/CollectionTable.tsx | 6 +-
.../src/SqlLab/components/AceEditorWrapper.tsx | 87 +++------
.../src/SqlLab/components/TemplateParamsEditor.jsx | 14 +-
.../src/components/AsyncAceEditor.tsx | 215 +++++++++++++++++++++
.../src/components/AsyncEsmComponent.tsx | 132 +++++++++++++
.../src/dashboard/components/CssEditor.jsx | 17 +-
.../src/dashboard/components/Header.jsx | 20 +-
.../src/dashboard/components/PropertiesModal.jsx | 9 +-
.../components/gridComponents/Markdown.jsx | 14 +-
.../src/datasource/DatasourceEditor.jsx | 28 +--
.../src/datasource/DatasourceModal.tsx | 10 +-
.../AdhocFilterEditPopoverSqlTabContent.jsx | 58 +++---
.../explore/components/AdhocMetricEditPopover.jsx | 46 ++---
.../components/controls/AnnotationLayerControl.jsx | 17 +-
.../components/controls/DatasourceControl.jsx | 8 +-
.../explore/components/controls/SpatialControl.jsx | 4 +-
.../components/controls/TextAreaControl.jsx | 32 +--
.../dashboard.helper.js => src/types/brace.d.ts} | 15 +-
.../src/visualizations/FilterBox/FilterBox.jsx | 20 +-
superset-frontend/webpack.config.js | 19 +-
28 files changed, 742 insertions(+), 269 deletions(-)
copy
superset-frontend/cypress-base/cypress/integration/dashboard/{dashboard.helper.js
=> dashboard.helper.ts} (59%)
create mode 100644
superset-frontend/cypress-base/cypress/integration/dashboard/markdown.test.ts
create mode 100644 superset-frontend/src/components/AsyncAceEditor.tsx
create mode 100644 superset-frontend/src/components/AsyncEsmComponent.tsx
rename
superset-frontend/{cypress-base/cypress/integration/dashboard/dashboard.helper.js
=> src/types/brace.d.ts} (68%)