summaryrefslogtreecommitdiffstats
path: root/testapi
AgeCommit message (Collapse)AuthorFilesLines
2018-03-12Merge "Add sorting service to module"Serena Feng4-28/+51
2018-03-11Fix return value in project url - testapiclientthuva41-1/+1
Change-Id: Ia879b208027b857e543f5d4c23415da19deb94f3 Signed-off-by: thuva4 <tharma.thuva@gmail.com>
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-09remove long html show when service unavailableSerenaFeng1-3/+5
long message: <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" CONTENT="text/html; charset=utf-8"> <title>ERROR: The requested URL could not be retrieved</title> <style type="text/css"><!-- Change-Id: I1f5495b20328a7a23462ce66813b1ecc2082822b Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2018-03-09restructure testapiclient projectSerenaFeng13-55/+33
Change-Id: I13d24ce7b436f203a66fe14f4930e58b3ab1193c Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2018-03-09unify message promptSerenaFeng4-55/+45
Change-Id: I31a10c0aa92a72fdbd76475e6f618f63fef9b925 Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2018-03-09Merge "remove unwanted params from arguments"Serena Feng1-5/+3
2018-03-09Merge "Keep state when user click back in browser"Serena Feng5-14/+56
2018-03-09Merge "Fix the error in testapiclient delete"Serena Feng1-1/+1
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-08remove unwanted params from argumentsthuva41-5/+3
Remove -name from GetOne and Delete command arguments Change-Id: I163444467e0bac95df2d11f5bddda6bc441c4c21 Signed-off-by: thuva4 <tharma.thuva@gmail.com>
2018-03-08Do not need to check if user has existing sessionthuva41-9/+11
We are currently checking no matter user has a session or not.Fix it. Current implemetation don't allow user to use existing session. Fix it. Change-Id: I5c1bf2bf9b3475f4723d7e136a60effd4287199d Signed-off-by: thuva4 <tharma.thuva@gmail.com>
2018-03-08Fix the error in testapiclient deletethuva41-1/+1
Fix delete operation in testapiclient Change-Id: I11b338629bdc81771b7ce911e7de1c3776fef063 Signed-off-by: thuva4 <tharma.thuva@gmail.com>
2018-03-08refactor url procesSerenaFeng5-31/+66
Change-Id: I8a253cc921875b810b954abafaad84f61f559ef5 Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2018-03-07refactor config process in testapiclientSerenaFeng9-36/+12
substitue config file with env variable Change-Id: Ie8243a7dd429708998bde9d612c9a4552a76c14f Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2018-03-07simply user session processSerenaFeng3-30/+25
Change-Id: I1e6a95cb97f54ec633933c73c4b8d7055f34336f Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2018-03-07simply http client processSerenaFeng3-12/+24
Change-Id: I85b87be7d57b7c3ecb087b27729bc86934283366 Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2018-03-07apply openstack import ruleSerenaFeng5-45/+47
Change-Id: I765a3aa64906cfa6d8f21ee7b7f2510d6c4ad7a2 Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2018-03-07leverage authenticate decorator to identity checkSerenaFeng5-51/+31
Change-Id: If9248161ecb02153d0685c8f4325be96f2f1d5da Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2018-03-07leverage testapiclient.command to process common auth parserSerenaFeng6-84/+73
Change-Id: I7a2491278db64a2a09da02accb22613305fc6d7c Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2018-03-07add too long line check in pep8SerenaFeng20-60/+173
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 Feng3-2/+4
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 tracebacksSerenaFeng3-2/+4
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>
2018-02-11Merge "add projects in testapi client"Serena Feng2-0/+105
2018-02-11Merge "Fix confirm modal error"Serena Feng1-1/+1
2018-02-11add projects in testapi clientthuva42-0/+105
Add CRUD functionalities for projects in testapi client Change-Id: I9db23625a7ef12385f42266e68c1d9ffca74fd2c Signed-off-by: thuva4 <tharma.thuva@gmail.com>