Update and Delete functionalities for projects 27/47327/3
authorthuva4 <tharma.thuva@gmail.com>
Thu, 16 Nov 2017 09:21:29 +0000 (14:51 +0530)
committerthuva4 <tharma.thuva@gmail.com>
Thu, 16 Nov 2017 11:01:55 +0000 (16:31 +0530)
commit141e16fcbdcacc02ff30d861bf76082b51d4c287
treeaf8f398f254d9e1ba27b392b9e36957a75af77b9
parent265e10a036b545d9d4e15bebef17e38e4b013af3
Update and Delete functionalities for projects

Implemented the update and delete functions for the
projects and wrote the e2e tests for the both
functions.

Change-Id: I917dd9503f145b0dde61dd9970bd855f9711335e
Signed-off-by: thuva4 <tharma.thuva@gmail.com>
17 files changed:
testapi/3rd_party/static/testapi-ui/Gruntfile.js
testapi/3rd_party/static/testapi-ui/app.js
testapi/3rd_party/static/testapi-ui/index.html
testapi/3rd_party/static/testapi-ui/shared/alerts/confirmModal.html
testapi/3rd_party/static/testapi-ui/shared/alerts/confirmModalFactory.js
testapi/opnfv_testapi/common/check.py
testapi/opnfv_testapi/handlers/base_handlers.py
testapi/opnfv_testapi/tests/UI/e2e/podsControllerSpec.js
testapi/opnfv_testapi/tests/UI/e2e/projectControllerSpec.js
testapi/opnfv_testapi/tests/UI/e2e/projectsControllerSpec.js [new file with mode: 0644]
testapi/opnfv_testapi/tests/unit/handlers/test_base.py
testapi/opnfv_testapi/tests/unit/handlers/test_project.py
testapi/opnfv_testapi/ui/projects/project/project.html [new file with mode: 0644]
testapi/opnfv_testapi/ui/projects/project/projectController.js [new file with mode: 0644]
testapi/opnfv_testapi/ui/projects/project/updateModal.html [new file with mode: 0644]
testapi/opnfv_testapi/ui/projects/projects.html
testapi/opnfv_testapi/ui/projects/projectsController.js