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

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


    from 1e455bf  Merge branch 'master' into SO-1095
     add e5e3563  feat: annotations list CRUD view (#11446)
     add d8f6659  Merge branch 'master' into SO-1095

No new revisions were added by this update.

Summary of changes:
 .../views/CRUD/annotation/AnnotationList_spec.jsx  | 113 ++++++++++++
 superset-frontend/src/views/App.tsx                |   6 +
 .../src/views/CRUD/annotation/AnnotationList.tsx   | 195 +++++++++++++++++++++
 .../CRUD/{csstemplates => annotation}/types.ts     |  18 +-
 superset-frontend/src/views/CRUD/hooks.ts          |   4 +-
 superset/annotation_layers/annotations/api.py      |  18 +-
 superset/config.py                                 |   1 +
 superset/views/annotations.py                      |  18 +-
 8 files changed, 356 insertions(+), 17 deletions(-)
 create mode 100644 
superset-frontend/spec/javascripts/views/CRUD/annotation/AnnotationList_spec.jsx
 create mode 100644 
superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx
 copy superset-frontend/src/views/CRUD/{csstemplates => annotation}/types.ts 
(80%)

Reply via email to