Age | Commit message (Collapse) | Author | Files | Lines |
|
Change-Id: Ic33cdc2a598d560bbbfc45977f4bbc278cf48e11
Signed-off-by: thuva4 <tharma.thuva@gmail.com>
|
|
|
|
|
|
the usage:
from testapiclient.client import pods
pod_client = pods.PodsClient(user='test', password='pass')
pod_client.create({'name': 'test-api', 'mode':'metal',
'role':'community_ci', 'details':''}
from testapiclient.client import pods
from testapiclient.models import pods as pm
pod_client = pods.PodsClient(user='test', password='pass')
pod = pm.Pods(name='test')
pod_client.create(pod.__dict__)
Change-Id: I6a7770d0b54f5570552a6ebbf1c42a638723997c
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
|
|
User can view the error/success message in
any part of the web page.
JIRA: RELENG-392
Change-Id: If2564bec92b17cecb847bccfee8a57979d23b45c
Signed-off-by: thuva4 <tharma.thuva@gmail.com>
|
|
|
|
Change-Id: Ie5ba370a440176ad872feb75a2db7d9d9e6c06cc
Signed-off-by: thuva4 <tharma.thuva@gmail.com>
|
|
|
|
Tests included
Change-Id: If0bcac51391c2f2debd27831f10ef89e417f9ad1
Signed-off-by: thuva4 <tharma.thuva@gmail.com>
|
|
JIRA: RELENG-350
Change-Id: I1713985c02f59ea518058c309043f66a6bd07855
Signed-off-by: thuva4 <tharma.thuva@gmail.com>
|
|
|
|
|
|
Change-Id: I679b6c1b0723ed3df2a9b0e6af5d9a149ede9987
Signed-off-by: thuva4 <tharma.thuva@gmail.com>
|
|
Change-Id: I56041710c10404c8deca02cdbfb6804105a48a8a
Signed-off-by: thuva4 <tharma.thuva@gmail.com>
|
|
|
|
|
|
JIRA: RELENG-376
Change-Id: Idacd66809c43e08e0eefb030e6121476a84dcb61
Signed-off-by: thuva4 <tharma.thuva@gmail.com>
|
|
Change-Id: I610be7125d33c571d34507ad9e602eb9abd7bb6d
Signed-off-by: thuva4 <tharma.thuva@gmail.com>
|
|
Change-Id: Ie3b93826271c0ee2984509bbaa8c92ae68f32d0d
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
|
|
JIRA: RELENG-375
Change-Id: Ibeff3bc027d3c15ca71704c172b1faab78360b93
Signed-off-by: thuva4 <tharma.thuva@gmail.com>
|
|
|
|
|
|
|
|
|
|
Change-Id: I7dc927aa3288df0b7e0656a2b1271780bfaddfeb
Signed-off-by: thuva4 <tharma.thuva@gmail.com>
|
|
Change-Id: Ia3cc1bdc45ab03e8f09a949e784dde7817dffcac
Signed-off-by: thuva4 <tharma.thuva@gmail.com>
|
|
Change-Id: I07d818e56aa393d4bddabb232d090bc911dd1996
Signed-off-by: thuva4 <tharma.thuva@gmail.com>
|
|
Change-Id: I6269fc1b18a9912819c2c936d2e5c040edb2603f
Signed-off-by: thuva4 <tharma.thuva@gmail.com>
|
|
Change-Id: Id477bb72d2ea83c6110d1b0421eb1c979d9eaed9
Signed-off-by: thuva4 <tharma.thuva@gmail.com>
|
|
Create a service to map the object field with
the data label.
Change-Id: I0c3e96dca01a27ec4785c1426d82e115afb6c1df
Signed-off-by: thuva4 <tharma.thuva@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
implement interface to do CRUD operations
for scores in testapiclient
Tests are added
Change-Id: Icf73a0ecdadcd51c0457837306d24ec7851500eb
Signed-off-by: thuva4 <tharma.thuva@gmail.com>
|
|
implement interface to do CRUD operations
for trust indicators in testapiclient
Tests are added
Change-Id: I06b4c217d11fa55fa34387b9199aa98ac273e0a2
Signed-off-by: thuva4 <tharma.thuva@gmail.com>
|
|
implement interface to do CRUD operations
for customs in testapiclient
Tests are added
Change-Id: I8a18323c2e679ab022702a607a53ad01ee60a6af
Signed-off-by: thuva4 <tharma.thuva@gmail.com>
|
|
implement interface to do CRUD operations
for projects in testapiclient
Tests are added
Change-Id: I777b684b0a48a81de4555aa77bef88fd19249458
Signed-off-by: thuva4 <tharma.thuva@gmail.com>
|
|
testapiclient
Test are added
Change-Id: I8be5c04f4b6baed47dbf6d229c32eff5a47a8558
Signed-off-by: thuva4 <tharma.thuva@gmail.com>
|
|
implement interface to do CRUD operations
for installers in testapiclient
Tests are added
Change-Id: I025b01c5b48d5b04cfcead8ee7818c0a1752cec0
Signed-off-by: thuva4 <tharma.thuva@gmail.com>
|
|
implement interface to do CRUD operations
for testcases in testapiclient + tests
Change-Id: I59a810b6ba496d672fdf04be465ca5581dc58a3f
Signed-off-by: thuva4 <tharma.thuva@gmail.com>
|
|
|
|
implement interface to do CRUD operations
for scenarios in testapiclient + tests
Change-Id: Ia952bd29e88d867a2873af79c3424953142676d3
Signed-off-by: thuva4 <tharma.thuva@gmail.com>
|
|
|
|
|
|
prevent user(Non submitter) from create, update,
delete a testcase
tests are added
Change-Id: I0c63dea7a6e0d3438802dd8c84e8a752ef7fe3f6
Signed-off-by: thuva4 <tharma.thuva@gmail.com>
|
|
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>
|