You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ta...@apache.org on 2020/11/03 20:59:44 UTC

[incubator-superset] branch master updated (6f2e36d -> eef4809)

This is an automated email from the ASF dual-hosted git repository.

tai pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git.


    from 6f2e36d  fix(tests): flaky test with dttm on Query API (#11526)
     add eef4809  feat: annotation edit modal with antd datepicker (#11500)

No new revisions were added by this update.

Summary of changes:
 .../AnnotationModal_spec.jsx}                      |  51 ++--
 .../index.tsx => common/components/DatePicker.tsx} |   7 +-
 superset-frontend/src/common/components/index.tsx  |   3 +-
 .../src/views/CRUD/annotation/AnnotationList.tsx   |  39 ++-
 .../src/views/CRUD/annotation/AnnotationModal.tsx  | 336 +++++++++++++++++++++
 .../src/views/CRUD/annotation/types.ts             |  10 +-
 superset-frontend/src/views/CRUD/hooks.ts          |   6 +-
 superset/annotation_layers/annotations/api.py      |   2 +
 tests/annotation_layers/api_tests.py               |   1 +
 9 files changed, 401 insertions(+), 54 deletions(-)
 copy superset-frontend/spec/javascripts/views/CRUD/{csstemplates/CssTemplateModal_spec.jsx => annotation/AnnotationModal_spec.jsx} (58%)
 copy superset-frontend/src/{SqlLab/index.tsx => common/components/DatePicker.tsx} (83%)
 create mode 100644 superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx