releng-testresults.git
7 years agoAdd projects CRUD in testapiclient 77/54377/2
thuva4 [Fri, 23 Mar 2018 07:02:13 +0000 (12:32 +0530)]
Add projects CRUD in testapiclient

implement interface to do CRUD operations
for projects  in testapiclient
Tests are added

Change-Id: I777b684b0a48a81de4555aa77bef88fd19249458
Signed-off-by: thuva4 <tharma.thuva@gmail.com>
7 years agoCRUD operations for scenario versions in 75/54375/2
thuva4 [Fri, 23 Mar 2018 06:50:37 +0000 (12:20 +0530)]
CRUD operations for scenario versions in
testapiclient

Test are added

Change-Id: I8be5c04f4b6baed47dbf6d229c32eff5a47a8558
Signed-off-by: thuva4 <tharma.thuva@gmail.com>
7 years agoAdd installers CRUD in testapiclient 95/53595/6
thuva4 [Wed, 21 Mar 2018 10:16:30 +0000 (15:46 +0530)]
Add installers CRUD in testapiclient

implement interface to do CRUD operations
for installers in testapiclient
Tests are added

Change-Id: I025b01c5b48d5b04cfcead8ee7818c0a1752cec0
Signed-off-by: thuva4 <tharma.thuva@gmail.com>
7 years agoAdd testcases CRUD in testapiclient 71/53471/4
thuva4 [Fri, 16 Mar 2018 05:21:29 +0000 (10:51 +0530)]
Add testcases CRUD in testapiclient

implement interface to do CRUD operations
for testcases in testapiclient + tests

Change-Id: I59a810b6ba496d672fdf04be465ca5581dc58a3f
Signed-off-by: thuva4 <tharma.thuva@gmail.com>
7 years agoMerge "Add scenarios CRUD in testapiclient"
Serena Feng [Wed, 21 Mar 2018 08:43:22 +0000 (08:43 +0000)]
Merge "Add scenarios CRUD in testapiclient"

7 years agoAdd scenarios CRUD in testapiclient 89/53489/3
thuva4 [Mon, 19 Mar 2018 18:20:47 +0000 (23:50 +0530)]
Add scenarios CRUD in testapiclient

implement interface to do CRUD operations
for scenarios in testapiclient + tests

Change-Id: Ia952bd29e88d867a2873af79c3424953142676d3
Signed-off-by: thuva4 <tharma.thuva@gmail.com>
7 years agoMerge "BugFix for testapi automate jenkins job"
Serena Feng [Mon, 19 Mar 2018 07:37:43 +0000 (07:37 +0000)]
Merge "BugFix for testapi automate jenkins job"

7 years agoMerge "Change deatails in result page to dynamic"
Serena Feng [Mon, 19 Mar 2018 07:36:08 +0000 (07:36 +0000)]
Merge "Change deatails in result page to dynamic"

7 years agoMerge "fix the authentication=false in testcases page"
Serena Feng [Mon, 19 Mar 2018 07:32:03 +0000 (07:32 +0000)]
Merge "fix the authentication=false in testcases page"

7 years agofix the authentication=false in testcases page 05/51905/3
thuva4 [Thu, 15 Mar 2018 14:21:43 +0000 (19:51 +0530)]
fix the authentication=false in testcases page

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>
7 years agoBugFix for testapi automate jenkins job 69/53969/2
Sakala Venkata Krishna Rohit [Fri, 16 Mar 2018 09:56:45 +0000 (15:26 +0530)]
BugFix for testapi automate jenkins job

The url of the swagger is changed from /test/swagger/resrouces.json
to /test/swagger/models.json. Changing the url in script.

Change-Id: I3a1c2fdb25b6708046cb53d672c402c31521eef5
Signed-off-by: Sakala Venkata Krishna Rohit <rohitsakala@gmail.com>
7 years agoChange deatails in result page to dynamic 31/53631/7
thuva4 [Fri, 16 Mar 2018 09:59:44 +0000 (15:29 +0530)]
Change deatails in result page to dynamic

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>
7 years agoMerge "delete useless trust_indicator in result model"
Serena Feng [Fri, 16 Mar 2018 06:20:25 +0000 (06:20 +0000)]
Merge "delete useless trust_indicator in result model"

7 years agoMerge "Add sort in scenarios page + tests"
Serena Feng [Fri, 16 Mar 2018 06:17:32 +0000 (06:17 +0000)]
Merge "Add sort in scenarios page + tests"

7 years agoMerge "Edit the typos in projects tests"
Serena Feng [Fri, 16 Mar 2018 06:09:32 +0000 (06:09 +0000)]
Merge "Edit the typos in projects tests"

7 years agoEdit the typos in projects tests 73/53873/1
thuva4 [Thu, 15 Mar 2018 11:18:23 +0000 (16:48 +0530)]
Edit the typos in projects tests

Change-Id: I816a5f3a3a62dfc856e0421ac1a097a6546b6f1b
Signed-off-by: thuva4 <tharma.thuva@gmail.com>
7 years agoAdd sort in scenarios page + tests 71/53871/1
thuva4 [Thu, 15 Mar 2018 11:12:44 +0000 (16:42 +0530)]
Add sort in scenarios page + tests

Change-Id: I1b1e4c9cc3739c4ed13fe4c76562b8c35fed4531
Signed-off-by: thuva4 <tharma.thuva@gmail.com>
7 years agodelete useless trust_indicator in result model 23/53823/2
SerenaFeng [Thu, 15 Mar 2018 02:14:13 +0000 (10:14 +0800)]
delete useless trust_indicator in result model

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>
7 years agodelete useless get_parser 21/53821/1
SerenaFeng [Thu, 15 Mar 2018 01:52:03 +0000 (09:52 +0800)]
delete useless get_parser

Change-Id: I0c14cf2d549f8363cb5a0a0267b69e5c00a64ce5
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
7 years agoMerge "save authentication with save auth_complete"
Serena Feng [Wed, 14 Mar 2018 13:10:17 +0000 (13:10 +0000)]
Merge "save authentication with save auth_complete"

7 years agoMerge "authenticate comes before exist check"
Serena Feng [Wed, 14 Mar 2018 13:10:07 +0000 (13:10 +0000)]
Merge "authenticate comes before exist check"

7 years agosave authentication with save auth_complete 71/53771/2
SerenaFeng [Wed, 14 Mar 2018 09:41:50 +0000 (17:41 +0800)]
save authentication with save auth_complete

✗ testapi -u xxx -p xxxxx -v
initialize_app
(testapi) pod create '{}'
authenticating.....
Create failed: name Missing
(testapi) pod create '{}'
Create failed: name Missing

Change-Id: I9de0949b0bf203032a7b0763e791bd0cd10de7fb
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
7 years agoMerge "bugfix: TestAPI Cookie cannot be found"
Serena Feng [Wed, 14 Mar 2018 12:59:53 +0000 (12:59 +0000)]
Merge "bugfix: TestAPI Cookie cannot be found"

7 years agoauthenticate comes before exist check 77/53777/2
SerenaFeng [Wed, 14 Mar 2018 10:09:28 +0000 (18:09 +0800)]
authenticate comes before exist check

Change-Id: I935f4bb6e779a07596ab2394ef129025c2ae9b78
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
7 years agobugfix: docker container run fail due to no setup.cfg 65/53765/2
SerenaFeng [Wed, 14 Mar 2018 08:31:32 +0000 (16:31 +0800)]
bugfix: docker container run fail due to no setup.cfg

Change-Id: Ie38e42b01bdf8f441ceb9463aa6977285dec94b1
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
7 years agobugfix: TestAPI Cookie cannot be found 59/53759/1
SerenaFeng [Wed, 14 Mar 2018 08:17:34 +0000 (16:17 +0800)]
bugfix: TestAPI Cookie cannot be found

Change-Id: Ibab60aba26e30669dddab74ce61ed00197dc86a8
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
7 years agobugfix: list projects failed 37/53737/1
SerenaFeng [Wed, 14 Mar 2018 01:31:57 +0000 (09:31 +0800)]
bugfix: list projects failed

Change-Id: I4d5ccdf788f2e5791a8ed46384cdba73fad500c7
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
7 years agoAdd tests for projects in testapiclient 11/53711/1
thuva4 [Tue, 13 Mar 2018 18:27:01 +0000 (23:57 +0530)]
Add tests for projects in testapiclient

Change-Id: Id32dc102f4cc594496cb72949bc6ce1cf6bad86b
Signed-off-by: thuva4 <tharma.thuva@gmail.com>
7 years agoAdd tests for pods testapiclient 55/53455/8
thuva4 [Sat, 10 Mar 2018 18:51:36 +0000 (00:21 +0530)]
Add tests for pods testapiclient

Add tests to check the functionality of the
pods in testapiclient

Change-Id: Iae6b0b96d31b72ba701684300e10c69d8c5306b4
Signed-off-by: thuva4 <tharma.thuva@gmail.com>
7 years agobugfix: query_by error 43/53643/1
SerenaFeng [Tue, 13 Mar 2018 08:01:30 +0000 (16:01 +0800)]
bugfix: query_by error

for pure pods get, the correct should be:
http://localhost:8000/api/v1/pods

now it is
http://localhost:8000/api/v1/pods?name=

Change-Id: I8fe080ddcf834d211cb1494087b70e5888a8b701
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
7 years agoMerge changes from topics 'format_urls', 'format_output'
Serena Feng [Tue, 13 Mar 2018 07:36:27 +0000 (07:36 +0000)]
Merge changes from topics 'format_urls', 'format_output'

* changes:
  format URLs
  format output

7 years agoMerge "Change deatails in deploy result page to dynamic"
Serena Feng [Tue, 13 Mar 2018 07:29:21 +0000 (07:29 +0000)]
Merge "Change deatails in deploy result page to dynamic"

7 years agoMerge "show start_date in results page"
Serena Feng [Tue, 13 Mar 2018 07:22:32 +0000 (07:22 +0000)]
Merge "show start_date in results page"

7 years agoChange deatails in deploy result page to dynamic 33/53633/1
thuva4 [Tue, 13 Mar 2018 07:02:54 +0000 (12:32 +0530)]
Change deatails in deploy result page to dynamic

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>
7 years agoshow start_date in results page 25/53625/1
SerenaFeng [Tue, 13 Mar 2018 06:04:09 +0000 (14:04 +0800)]
show start_date in results page

Change-Id: If8802751b0eede1642f249988190f5d2fe9738c2
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
7 years agoadd version in deployresults page 23/53623/2
SerenaFeng [Tue, 13 Mar 2018 05:58:03 +0000 (13:58 +0800)]
add version in deployresults page

Change-Id: Id7c8064933c150fa72cbe1351a99aeb80e8f2150
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
7 years agoformat URLs 17/53617/1
SerenaFeng [Tue, 13 Mar 2018 03:33:27 +0000 (11:33 +0800)]
format URLs

1. unify URL query
2. unify URL format

Change-Id: I4bdf13067c4f726df42a8e34b4365fed4f58924e
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
7 years agoformat output 49/53549/2
SerenaFeng [Mon, 12 Mar 2018 13:05:51 +0000 (21:05 +0800)]
format output

JIRA: RELENG-348

Change-Id: I8f6edae6ed70542f5dde45d81601c35d32af96d9
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
7 years agoMerge "Fix the authenticate=false in scenario"
Serena Feng [Tue, 13 Mar 2018 02:06:34 +0000 (02:06 +0000)]
Merge "Fix the authenticate=false in scenario"

7 years agoFix the authenticate=false in scenario 91/51891/9
thuva4 [Thu, 8 Feb 2018 09:11:05 +0000 (14:41 +0530)]
Fix the authenticate=false in scenario

fix authetication issue in scenario page
add tests

Change-Id: I5d1457c4fde7c803459352223b1dfb2f970212df
Signed-off-by: thuva4 <tharma.thuva@gmail.com>
7 years agoMerge "Add multple customs to scenario"
Serena Feng [Mon, 12 Mar 2018 06:09:27 +0000 (06:09 +0000)]
Merge "Add multple customs to scenario"

7 years agoMerge "Add sorting service to module"
Serena Feng [Mon, 12 Mar 2018 06:07:37 +0000 (06:07 +0000)]
Merge "Add sorting service to module"

7 years agoFix return value in project url - testapiclient 73/53473/1
thuva4 [Sun, 11 Mar 2018 17:29:32 +0000 (22:59 +0530)]
Fix return value in project url - testapiclient

Change-Id: Ia879b208027b857e543f5d4c23415da19deb94f3
Signed-off-by: thuva4 <tharma.thuva@gmail.com>
7 years agoAdd sorting service to module 65/52865/2
thuva4 [Fri, 9 Mar 2018 18:40:46 +0000 (00:10 +0530)]
Add sorting service to module

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>

7 years agoAdd multple customs to scenario 29/53429/1
thuva4 [Fri, 9 Mar 2018 17:12:05 +0000 (22:42 +0530)]
Add multple customs to scenario

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>
7 years agoremove long html show when service unavailable 87/53387/2
SerenaFeng [Fri, 9 Mar 2018 10:03:30 +0000 (18:03 +0800)]
remove long html show when service unavailable

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>
7 years agorestructure testapiclient project 75/53375/4
SerenaFeng [Fri, 9 Mar 2018 08:35:22 +0000 (16:35 +0800)]
restructure testapiclient project

Change-Id: I13d24ce7b436f203a66fe14f4930e58b3ab1193c
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
7 years agounify message prompt 71/53371/4
SerenaFeng [Fri, 9 Mar 2018 07:53:12 +0000 (15:53 +0800)]
unify message prompt

Change-Id: I31a10c0aa92a72fdbd76475e6f618f63fef9b925
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
7 years agoMerge "remove unwanted params from arguments"
Serena Feng [Fri, 9 Mar 2018 06:50:04 +0000 (06:50 +0000)]
Merge "remove unwanted params from arguments"

7 years agoMerge "Keep state when user click back in browser"
Serena Feng [Fri, 9 Mar 2018 06:49:25 +0000 (06:49 +0000)]
Merge "Keep state when user click back in browser"

7 years agoMerge "Fix the error in testapiclient delete"
Serena Feng [Fri, 9 Mar 2018 06:41:51 +0000 (06:41 +0000)]
Merge "Fix the error in testapiclient delete"

7 years agoKeep state when user click back in browser 93/53293/1
thuva4 [Thu, 8 Mar 2018 09:47:45 +0000 (15:17 +0530)]
Keep state when user click back in browser

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>
7 years agoremove unwanted params from arguments 85/53285/1
thuva4 [Thu, 8 Mar 2018 08:30:19 +0000 (14:00 +0530)]
remove unwanted params from arguments

Remove -name from GetOne and Delete
command arguments

Change-Id: I163444467e0bac95df2d11f5bddda6bc441c4c21
Signed-off-by: thuva4 <tharma.thuva@gmail.com>
7 years agoDo not need to check if user has existing session 83/53283/1
thuva4 [Thu, 8 Mar 2018 08:26:20 +0000 (13:56 +0530)]
Do not need to check if user has existing session

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>
7 years agoFix the error in testapiclient delete 81/53281/1
thuva4 [Thu, 8 Mar 2018 08:21:58 +0000 (13:51 +0530)]
Fix the error in testapiclient delete

Fix delete operation in testapiclient

Change-Id: I11b338629bdc81771b7ce911e7de1c3776fef063
Signed-off-by: thuva4 <tharma.thuva@gmail.com>
7 years agorefactor url proces 37/53237/3
SerenaFeng [Wed, 7 Mar 2018 12:14:45 +0000 (20:14 +0800)]
refactor url proces

Change-Id: I8a253cc921875b810b954abafaad84f61f559ef5
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
7 years agorefactor config process in testapiclient 27/53227/1
SerenaFeng [Wed, 7 Mar 2018 11:23:30 +0000 (19:23 +0800)]
refactor config process in testapiclient

substitue config file with env variable

Change-Id: Ie8243a7dd429708998bde9d612c9a4552a76c14f
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
7 years agosimply user session process 19/53219/2
SerenaFeng [Wed, 7 Mar 2018 09:30:58 +0000 (17:30 +0800)]
simply user session process

Change-Id: I1e6a95cb97f54ec633933c73c4b8d7055f34336f
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
7 years agosimply http client process 17/53217/4
SerenaFeng [Wed, 7 Mar 2018 09:06:22 +0000 (17:06 +0800)]
simply http client process

Change-Id: I85b87be7d57b7c3ecb087b27729bc86934283366
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
7 years agoapply openstack import rule 15/53215/2
SerenaFeng [Wed, 7 Mar 2018 08:16:11 +0000 (16:16 +0800)]
apply openstack import rule

Change-Id: I765a3aa64906cfa6d8f21ee7b7f2510d6c4ad7a2
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
7 years agoleverage authenticate decorator to identity check 13/53213/3
SerenaFeng [Wed, 7 Mar 2018 07:55:00 +0000 (15:55 +0800)]
leverage authenticate decorator to identity check

Change-Id: If9248161ecb02153d0685c8f4325be96f2f1d5da
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
7 years agoleverage testapiclient.command to process common auth parser 09/53209/3
SerenaFeng [Wed, 7 Mar 2018 07:16:00 +0000 (15:16 +0800)]
leverage testapiclient.command to process common auth parser

Change-Id: I7a2491278db64a2a09da02accb22613305fc6d7c
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
7 years agoadd too long line check in pep8 99/53199/3
SerenaFeng [Wed, 7 Mar 2018 03:00:15 +0000 (11:00 +0800)]
add too long line check in pep8

Change-Id: I13bd62699c14bb504751b2e1149de0812b771ba0
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
7 years agoMerge "Add resource name in scenario page confirm modal"
Serena Feng [Thu, 1 Mar 2018 07:31:28 +0000 (07:31 +0000)]
Merge "Add resource name in scenario page  confirm modal"

7 years agoMerge "Prevent to delete the pods"
Serena Feng [Thu, 1 Mar 2018 07:28:45 +0000 (07:28 +0000)]
Merge "Prevent to delete the pods"

7 years agoPrevent to delete the pods 13/52613/8
thuva4 [Mon, 26 Feb 2018 04:18:45 +0000 (09:48 +0530)]
Prevent to delete the pods

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>
7 years agoAdd resource name in scenario page confirm modal 59/52859/2
thuva4 [Wed, 28 Feb 2018 18:08:58 +0000 (23:38 +0530)]
Add resource name in scenario page  confirm modal

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>
7 years agoAdd enter to search 49/52849/1
thuva4 [Wed, 28 Feb 2018 16:26:23 +0000 (21:56 +0530)]
Add enter to search

Add directive to filter the list by enter

JIRA: RELENG-351

Change-Id: I1abc92cdf2cb103e1ba9b685437b65035c88dd5d
Signed-off-by: thuva4 <tharma.thuva@gmail.com>
7 years agoMerge "Add resource name in scenario confirm modal"
Serena Feng [Wed, 28 Feb 2018 01:53:57 +0000 (01:53 +0000)]
Merge "Add resource name in scenario confirm modal"

7 years agoMerge "Add resource name in testcase confirm modal"
Serena Feng [Wed, 28 Feb 2018 01:50:05 +0000 (01:50 +0000)]
Merge "Add resource name in testcase confirm modal"

7 years agoMerge "Add sorting in pods page"
Serena Feng [Wed, 28 Feb 2018 01:47:43 +0000 (01:47 +0000)]
Merge "Add sorting in pods page"

7 years agoMerge "add reporting page for qtip's fuel installer"
Serena Feng [Wed, 28 Feb 2018 01:40:53 +0000 (01:40 +0000)]
Merge "add reporting page for qtip's fuel installer"

7 years agoAdd resource name in scenario confirm modal 33/52733/1
thuva4 [Tue, 27 Feb 2018 11:44:42 +0000 (17:14 +0530)]
Add resource name in scenario confirm modal

Add the name of the scenarios in the delete confirm
modal

Change-Id: Ia832b007d21cb51abc55bf0bcc88637bc30eac0e
Signed-off-by: thuva4 <tharma.thuva@gmail.com>
7 years agoAdd resource name in testcase confirm modal 27/52727/1
thuva4 [Tue, 27 Feb 2018 11:28:12 +0000 (16:58 +0530)]
Add resource name in testcase confirm modal

Add the name of the testcases in the delete confirm
modal

Change-Id: I03815865aaedf590c99fdb3a887a4b8cf07652d9
Signed-off-by: thuva4 <tharma.thuva@gmail.com>
7 years agoAdd sorting in pods page 11/52611/2
thuva4 [Mon, 26 Feb 2018 03:50:56 +0000 (09:20 +0530)]
Add sorting in pods page

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>
7 years agoMerge "remove deprecated upload-related codes"
Serena Feng [Tue, 27 Feb 2018 09:44:45 +0000 (09:44 +0000)]
Merge "remove deprecated upload-related codes"

7 years agoMerge "Add resource name in project confirm modal"
Serena Feng [Tue, 27 Feb 2018 09:40:33 +0000 (09:40 +0000)]
Merge "Add resource name in project confirm modal"

7 years agoMerge "set debug=False to prevent useless tracebacks"
Serena Feng [Tue, 27 Feb 2018 01:21:33 +0000 (01:21 +0000)]
Merge "set debug=False to prevent useless tracebacks"

7 years agoAdd resource name in project confirm modal 15/52615/1
thuva4 [Mon, 26 Feb 2018 04:43:27 +0000 (10:13 +0530)]
Add resource name in project confirm modal

Add the name of the projects in the delete confirm
modal

Change-Id: I19b0c3a1ea66bd4d1588e3d1cf9ed65200195b67
Signed-off-by: thuva4 <tharma.thuva@gmail.com>
7 years agoMerge "prevent the delete/update for projects"
Serena Feng [Mon, 26 Feb 2018 02:54:34 +0000 (02:54 +0000)]
Merge "prevent the delete/update for projects"

7 years agoMerge "Add resource name in confirm modal"
Serena Feng [Mon, 26 Feb 2018 02:45:36 +0000 (02:45 +0000)]
Merge "Add resource name in confirm modal"

7 years agoremove deprecated upload-related codes 07/52607/1
SerenaFeng [Mon, 26 Feb 2018 02:11:50 +0000 (10:11 +0800)]
remove deprecated upload-related codes

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>
7 years agoset debug=False to prevent useless tracebacks 71/52571/3
SerenaFeng [Sat, 24 Feb 2018 08:46:51 +0000 (16:46 +0800)]
set debug=False to prevent useless tracebacks

Change-Id: Ide0e00e3aa6ee4a484fd9d1b7c9bc52b598267ea
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
7 years agoadd reporting page for qtip's fuel installer 03/52603/1
SerenaFeng [Mon, 26 Feb 2018 01:36:24 +0000 (09:36 +0800)]
add reporting page for qtip's fuel installer

Change-Id: I33ad2bcb19e5dac01e6f1197924318aa49da5db2
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
7 years agoMerge "Add test for deploy result get one"
Serena Feng [Sat, 24 Feb 2018 03:31:13 +0000 (03:31 +0000)]
Merge "Add test for deploy result get one"

7 years agoAdd resource name in confirm modal 95/52495/1
thuva4 [Fri, 23 Feb 2018 06:27:55 +0000 (11:57 +0530)]
Add resource name in confirm modal

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>
7 years agoprevent the delete/update for projects 43/52443/1
thuva4 [Thu, 22 Feb 2018 04:27:30 +0000 (09:57 +0530)]
prevent the delete/update for projects

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>
7 years agoAdd test for deploy result get one 11/52011/2
thuva4 [Sun, 11 Feb 2018 09:37:37 +0000 (15:07 +0530)]
Add test for deploy result get one

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>
7 years agoMerge "Add multiple customs in scenario page"
Serena Feng [Mon, 12 Feb 2018 01:57:11 +0000 (01:57 +0000)]
Merge "Add multiple customs in scenario page"

7 years agoAdd multiple customs in scenario page 13/52013/1
thuva4 [Sun, 11 Feb 2018 11:01:48 +0000 (16:31 +0530)]
Add multiple customs in scenario page

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>
7 years agoMerge "add projects in testapi client"
Serena Feng [Sun, 11 Feb 2018 09:02:57 +0000 (09:02 +0000)]
Merge "add projects in testapi client"

7 years agoMerge "Fix confirm modal error"
Serena Feng [Sun, 11 Feb 2018 07:47:17 +0000 (07:47 +0000)]
Merge "Fix confirm modal error"

7 years agoadd projects in testapi client 09/51909/3
thuva4 [Thu, 8 Feb 2018 17:12:55 +0000 (22:42 +0530)]
add projects in testapi client

Add CRUD functionalities for projects in testapi
client

Change-Id: I9db23625a7ef12385f42266e68c1d9ffca74fd2c
Signed-off-by: thuva4 <tharma.thuva@gmail.com>
7 years agoFix confirm modal error 03/51903/1
thuva4 [Thu, 8 Feb 2018 16:35:16 +0000 (22:05 +0530)]
Fix confirm modal error

fix the path for confirm modal

JIRA: RELENG-339

Change-Id: I190d4b3b5d2d4cf6ea6d3cb2dd2376f200706bb9
Signed-off-by: thuva4 <tharma.thuva@gmail.com>
7 years agoMerge "create Testapi client"
Serena Feng [Thu, 8 Feb 2018 09:46:40 +0000 (09:46 +0000)]
Merge "create Testapi client"

7 years agocreate Testapi client 55/51355/13
thuva4 [Tue, 30 Jan 2018 14:20:33 +0000 (19:50 +0530)]
create Testapi client

implement auth in testapi client
implement pods in testapi client

Change-Id: Idd5c9dcf938ad5994e655b55d49625ab462ab710
Signed-off-by: thuva4 <tharma.thuva@gmail.com>
7 years agoMerge "Add deploy results"
Serena Feng [Wed, 7 Feb 2018 02:27:25 +0000 (02:27 +0000)]
Merge "Add deploy results"

7 years agoAdd deploy results 99/51299/10
thuva4 [Mon, 29 Jan 2018 11:38:17 +0000 (17:08 +0530)]
Add deploy results

Create view and controller for deploy results
Add tests for deploy results

Change-Id: Iba29e7a867d45aacd18a26dc4e2d9363cdf8928d
Signed-off-by: thuva4 <tharma.thuva@gmail.com>
7 years agoMerge "bugfix: database backup failed due to no mongodb_backup.py"
Serena Feng [Wed, 31 Jan 2018 02:31:58 +0000 (02:31 +0000)]
Merge "bugfix: database backup failed due to no mongodb_backup.py"

7 years agoMerge "owner to creator"
Serena Feng [Wed, 31 Jan 2018 02:31:30 +0000 (02:31 +0000)]
Merge "owner to creator"