summaryrefslogtreecommitdiffstats
path: root/testapi/opnfv_testapi
AgeCommit message (Collapse)AuthorFilesLines
2018-03-23Merge "Add submitter check for testcase"Serena Feng4-13/+36
2018-03-19Merge "Change deatails in result page to dynamic"Serena Feng5-66/+117
2018-03-19Merge "fix the authentication=false in testcases page"Serena Feng3-70/+225
2018-03-18Add submitter check for testcasethuva44-13/+36
prevent user(Non submitter) from create, update, delete a testcase tests are added Change-Id: I0c63dea7a6e0d3438802dd8c84e8a752ef7fe3f6 Signed-off-by: thuva4 <tharma.thuva@gmail.com>
2018-03-16fix the authentication=false in testcases pagethuva43-70/+225
fix the authentication error in testcases page when authenticate=false + tests JIRA: RELENG-340 Change-Id: Ic2ad2a9676de46e9e6b8209750a5728eea9fa9ab Signed-off-by: thuva4 <tharma.thuva@gmail.com>
2018-03-16Change deatails in result page to dynamicthuva45-66/+117
Change the static code of the show details in the result page to dynamic JIRA: RELENG-358 Change-Id: I3cf29ba6d7cc852de127f715b7ed27576350ae63 Signed-off-by: thuva4 <tharma.thuva@gmail.com>
2018-03-16Merge "delete useless trust_indicator in result model"Serena Feng7-165/+4
2018-03-16Merge "Add sort in scenarios page + tests"Serena Feng3-303/+66
2018-03-16Merge "Edit the typos in projects tests"Serena Feng1-13/+7
2018-03-15Edit the typos in projects teststhuva41-13/+7
Change-Id: I816a5f3a3a62dfc856e0421ac1a097a6546b6f1b Signed-off-by: thuva4 <tharma.thuva@gmail.com>
2018-03-15Add sort in scenarios page + teststhuva43-303/+66
Change-Id: I1b1e4c9cc3739c4ed13fe4c76562b8c35fed4531 Signed-off-by: thuva4 <tharma.thuva@gmail.com>
2018-03-15delete useless trust_indicator in result modelSerenaFeng7-165/+4
this field aims to mark testcase status in CI evolution, it is a little bit abused, since results is used to save real-time testing result, when CI evolution is talked about again, another collection(let's say testcase_status) will be developed. Change-Id: Id797591a419b097899362ffa82010bff2e6d6cd3 Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2018-03-14authenticate comes before exist checkSerenaFeng1-1/+1
Change-Id: I935f4bb6e779a07596ab2394ef129025c2ae9b78 Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2018-03-13Merge "Change deatails in deploy result page to dynamic"Serena Feng1-14/+4
2018-03-13Merge "show start_date in results page"Serena Feng1-2/+2
2018-03-13Change deatails in deploy result page to dynamicthuva41-14/+4
Change the static code of the show details in the deploy result page to dynamic JIRA: RELENG-358 Change-Id: Icce775ce988f4b0e6cd71101684154581d20c753 Signed-off-by: thuva4 <tharma.thuva@gmail.com>
2018-03-13show start_date in results pageSerenaFeng1-2/+2
Change-Id: If8802751b0eede1642f249988190f5d2fe9738c2 Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2018-03-13add version in deployresults pageSerenaFeng2-0/+6
Change-Id: Id7c8064933c150fa72cbe1351a99aeb80e8f2150 Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2018-03-13Merge "Fix the authenticate=false in scenario"Serena Feng5-20/+401
2018-03-12Fix the authenticate=false in scenariothuva46-21/+402
fix authetication issue in scenario page add tests Change-Id: I5d1457c4fde7c803459352223b1dfb2f970212df Signed-off-by: thuva4 <tharma.thuva@gmail.com>
2018-03-12Merge "Add multple customs to scenario"Serena Feng5-46/+16
2018-03-10Add sorting service to modulethuva44-28/+51
Show the results in sorted order Provide options to sort the results by fields in pods and project page Change-Id: I9b73fbe98146d4bdf9edbb4a3ef3b3e0717500a7 qSigned-off-by: thuva4 <tharma.thuva@gmail.com>
2018-03-09Add multple customs to scenariothuva45-46/+16
User can add multiple customs by giving a comma or space sperated string JIRA: RELENG-344 Change-Id: I8e4b37fc476f39e10321755f1e67fe3605178406 Signed-off-by: thuva4 <tharma.thuva@gmail.com>
2018-03-08Keep state when user click back in browserthuva45-14/+56
Add service to keep the filter state for every page. Filters will reload when user click back in the browser. JIRA: RELENG-349 Change-Id: I1d82b3ce6004fa41b07ffd0b87626825aa01c922 Signed-off-by: thuva4 <tharma.thuva@gmail.com>
2018-03-07add too long line check in pep8SerenaFeng7-19/+41
Change-Id: I13bd62699c14bb504751b2e1149de0812b771ba0 Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2018-03-01Merge "Add resource name in scenario page confirm modal"Serena Feng7-8/+34
2018-03-01Merge "Prevent to delete the pods"Serena Feng4-8/+66
2018-03-01Prevent to delete the podsthuva44-8/+66
Do not allow to delete pods which are associated with test-results JIRA: RELENG-350 Change-Id: I8cb306d719acebff257048f08bcb981d81c64513 Signed-off-by: thuva4 <tharma.thuva@gmail.com>
2018-03-01Add resource name in scenario page confirm modalthuva47-8/+34
Add the name of the insatllers, versions, projects and customs in the delete confirm modal add tests Change-Id: I91e115f484726d98c357de844197189b22f66584 Signed-off-by: thuva4 <tharma.thuva@gmail.com>
2018-02-28Add enter to searchthuva45-21/+23
Add directive to filter the list by enter JIRA: RELENG-351 Change-Id: I1abc92cdf2cb103e1ba9b685437b65035c88dd5d Signed-off-by: thuva4 <tharma.thuva@gmail.com>
2018-02-28Merge "Add resource name in scenario confirm modal"Serena Feng1-4/+12
2018-02-28Merge "Add resource name in testcase confirm modal"Serena Feng1-2/+10
2018-02-28Merge "Add sorting in pods page"Serena Feng3-18/+92
2018-02-27Add resource name in scenario confirm modalthuva41-4/+12
Add the name of the scenarios in the delete confirm modal Change-Id: Ia832b007d21cb51abc55bf0bcc88637bc30eac0e Signed-off-by: thuva4 <tharma.thuva@gmail.com>
2018-02-27Add resource name in testcase confirm modalthuva41-2/+10
Add the name of the testcases in the delete confirm modal Change-Id: I03815865aaedf590c99fdb3a887a4b8cf07652d9 Signed-off-by: thuva4 <tharma.thuva@gmail.com>
2018-02-27Add sorting in pods pagethuva43-18/+92
Show the results in sorted order Provide options to sort the results by name, role, mode Change-Id: I8b514769e9b878a0ff4bafcae8e909af3284f7ca Signed-off-by: thuva4 <tharma.thuva@gmail.com>
2018-02-27Merge "remove deprecated upload-related codes"Serena Feng7-111/+2
2018-02-27Merge "Add resource name in project confirm modal"Serena Feng1-2/+10
2018-02-27Merge "set debug=False to prevent useless tracebacks"Serena Feng2-1/+3
2018-02-26Add resource name in project confirm modalthuva41-2/+10
Add the name of the projects in the delete confirm modal Change-Id: I19b0c3a1ea66bd4d1588e3d1cf9ed65200195b67 Signed-off-by: thuva4 <tharma.thuva@gmail.com>
2018-02-26Merge "prevent the delete/update for projects"Serena Feng4-0/+37
2018-02-26Merge "Add resource name in confirm modal"Serena Feng3-6/+33
2018-02-26remove deprecated upload-related codesSerenaFeng7-111/+2
upload result file is used by dovetail, since now dovetail has leveraged its own cvp repo, and TestAPI is mostly and should be used as a realtime results collecting, no need to keep such function. Change-Id: Ibd56035d5d63020e224a382c8040705f63b63386 Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2018-02-26set debug=False to prevent useless tracebacksSerenaFeng2-1/+3
Change-Id: Ide0e00e3aa6ee4a484fd9d1b7c9bc52b598267ea Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2018-02-24Merge "Add test for deploy result get one"Serena Feng1-0/+17
2018-02-23Add resource name in confirm modalthuva43-6/+33
Add resorce(Pod) name in delete confime modal in a line JIRA: RELENG-342 Change-Id: I629afc85bc7868fca19dce64c2c57eb195eaade7 Signed-off-by: thuva4 <tharma.thuva@gmail.com>
2018-02-22prevent the delete/update for projectsthuva44-0/+37
Prevent user from deleting or updating projects which are associated with testcases JIRA: RELENG-335 JIRA: RELENG-336 Change-Id: Ic0a8841a4632329f4b58aeb97cb93a91bacc2b06 Signed-off-by: thuva4 <tharma.thuva@gmail.com>
2018-02-15Add test for deploy result get onethuva41-0/+17
Cover the deploy result get one function & not found in unit test JIRA: RELENG-345 Change-Id: I45e9c9c4feacc73d2c934031656ac063be42a148 Signed-off-by: thuva4 <tharma.thuva@gmail.com>
2018-02-12Merge "Add multiple customs in scenario page"Serena Feng3-9/+84
2018-02-11Add multiple customs in scenario pagethuva43-9/+84
implement function to add multiple customs with a single add button click JIRA: RELENG-344 Change-Id: I7c4ac409ee5d78a6a01b242368b02813f0df400f Signed-off-by: thuva4 <tharma.thuva@gmail.com>