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

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


    from 98b450a  chore: Moves spec files to the src folder - iteration 1 
(#14200)
     add 1bc73f2  chore: Moves spec files to the src folder - iteration 2 
(#14201)

No new revisions were added by this update.

Summary of changes:
 .../alert/AlertList_spec.jsx => src/views/CRUD/alert/AlertList.test.jsx}  | 0
 .../views/CRUD/alert/AlertReportModal.test.jsx}                           | 0
 .../ExecutionLog_spec.jsx => src/views/CRUD/alert/ExecutionLog.test.jsx}  | 0
 .../views/CRUD/annotation/AnnotationList.test.jsx}                        | 0
 .../views/CRUD/annotation/AnnotationModal.test.jsx}                       | 0
 .../views/CRUD/annotationlayers/AnnotationLayerModal.test.jsx}            | 0
 .../views/CRUD/annotationlayers/AnnotationLayersList.test.jsx}            | 0
 .../chart/ChartList_spec.jsx => src/views/CRUD/chart/ChartList.test.jsx}  | 0
 .../views/CRUD/csstemplates/CssTemplateModal.test.jsx}                    | 0
 .../views/CRUD/csstemplates/CssTemplatesList.test.jsx}                    | 0
 10 files changed, 0 insertions(+), 0 deletions(-)
 rename superset-frontend/{spec/javascripts/views/CRUD/alert/AlertList_spec.jsx 
=> src/views/CRUD/alert/AlertList.test.jsx} (100%)
 rename 
superset-frontend/{spec/javascripts/views/CRUD/alert/AlertReportModal_spec.jsx 
=> src/views/CRUD/alert/AlertReportModal.test.jsx} (100%)
 rename 
superset-frontend/{spec/javascripts/views/CRUD/alert/ExecutionLog_spec.jsx => 
src/views/CRUD/alert/ExecutionLog.test.jsx} (100%)
 rename 
superset-frontend/{spec/javascripts/views/CRUD/annotation/AnnotationList_spec.jsx
 => src/views/CRUD/annotation/AnnotationList.test.jsx} (100%)
 rename 
superset-frontend/{spec/javascripts/views/CRUD/annotation/AnnotationModal_spec.jsx
 => src/views/CRUD/annotation/AnnotationModal.test.jsx} (100%)
 rename 
superset-frontend/{spec/javascripts/views/CRUD/annotationlayers/AnnotationLayerModal_spec.jsx
 => src/views/CRUD/annotationlayers/AnnotationLayerModal.test.jsx} (100%)
 rename 
superset-frontend/{spec/javascripts/views/CRUD/annotationlayers/AnnotationLayersList_spec.jsx
 => src/views/CRUD/annotationlayers/AnnotationLayersList.test.jsx} (100%)
 rename superset-frontend/{spec/javascripts/views/CRUD/chart/ChartList_spec.jsx 
=> src/views/CRUD/chart/ChartList.test.jsx} (100%)
 rename 
superset-frontend/{spec/javascripts/views/CRUD/csstemplates/CssTemplateModal_spec.jsx
 => src/views/CRUD/csstemplates/CssTemplateModal.test.jsx} (100%)
 rename 
superset-frontend/{spec/javascripts/views/CRUD/csstemplates/CssTemplatesList_spec.jsx
 => src/views/CRUD/csstemplates/CssTemplatesList.test.jsx} (100%)

Reply via email to