-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/52215/
-----------------------------------------------------------
(Updated Oct. 13, 2016, 2:11 p.m.)
Review request for atlas, keval bhatt, Madhan Neethiraj, Shwetha GS, and Suma
Shivaprasad.
Changes
-------
This patch dependent on ATLAS-1192.
Added.
* Edit Entity functionalitya added in this patch.
* Modal popup can be resizable and draggable.
* Entity button is move from Tag tab to search tab.
Bugs: ATLAS-1193
https://issues.apache.org/jira/browse/ATLAS-1193
Repository: atlas
Description
-------
* New UI for create entities of different types.
The attributes for entiry will be loaded from supertype and type api.
The entity will be created by existing *api/atlas/entities* api
Diffs (updated)
-----
dashboardv2/public/css/scss/form.scss e17b7bb
dashboardv2/public/css/scss/tag.scss fa194fa
dashboardv2/public/index.html 0b37cb9
dashboardv2/public/js/external_lib/bootstrap-datepicker/css/bootstrap-datepicker.min.css
PRE-CREATION
dashboardv2/public/js/external_lib/bootstrap-datepicker/js/bootstrap-datepicker.js
PRE-CREATION
dashboardv2/public/js/external_lib/bootstrap-datepicker/js/bootstrap-datepicker.min.js
PRE-CREATION
dashboardv2/public/js/external_lib/jquery-ui/images/ui-icons_444444_256x240.png
PRE-CREATION
dashboardv2/public/js/external_lib/jquery-ui/images/ui-icons_555555_256x240.png
PRE-CREATION
dashboardv2/public/js/external_lib/jquery-ui/images/ui-icons_777620_256x240.png
PRE-CREATION
dashboardv2/public/js/external_lib/jquery-ui/images/ui-icons_777777_256x240.png
PRE-CREATION
dashboardv2/public/js/external_lib/jquery-ui/images/ui-icons_cc0000_256x240.png
PRE-CREATION
dashboardv2/public/js/external_lib/jquery-ui/images/ui-icons_ffffff_256x240.png
PRE-CREATION
dashboardv2/public/js/external_lib/jquery-ui/jquery-ui.min.css 76845f2
dashboardv2/public/js/external_lib/jquery-ui/jquery-ui.min.js 8951532
dashboardv2/public/js/main.js 63dd71e
dashboardv2/public/js/models/VEntity.js cd84e9d
dashboardv2/public/js/modules/Modal.js 7889fea
dashboardv2/public/js/templates/detail_page/DetailPageLayoutView_tmpl.html
d8199b2
dashboardv2/public/js/templates/entity/CreateEntityLayoutView_tmpl.html
PRE-CREATION
dashboardv2/public/js/templates/search/SearchLayoutView_tmpl.html de34b58
dashboardv2/public/js/utils/CommonViewFunction.js 5146ba6
dashboardv2/public/js/views/detail_page/DetailPageLayoutView.js 4706ba3
dashboardv2/public/js/views/entity/CreateEntityLayoutView.js PRE-CREATION
dashboardv2/public/js/views/search/SearchDetailLayoutView.js 0ed1c38
dashboardv2/public/js/views/search/SearchLayoutView.js f2b8a38
dashboardv2/public/js/views/search/SearchResultLayoutView.js 970e105
dashboardv2/public/js/views/tag/TagLayoutView.js b22c0ec
Diff: https://reviews.apache.org/r/52215/diff/
Testing
-------
* Verified created enities with required and optional attributes.
* For few types entities are not getting created due to json parsing error.
Thanks,
Kalyani Kashikar