summaryrefslogtreecommitdiffstats
path: root/testing-scheduler
AgeCommit message (Collapse)AuthorFilesLines
2018-09-06Change naming and veriy test-scheduler functionYang (Gabriel) Yu106-27720/+0
Changes: 1. Testing-scheduler -> Test-scheduler 2. lots of windows breaks '\r' and '^M' in files, batch changes to unix breaks '$' 3. Add ui/build Change-Id: I1f2c98ab9348460d4e68bfbfab664dae82b761ba Signed-off-by: Yang (Gabriel) Yu <Gabriel.yuyang@huawei.com>
2018-09-05repair .gitignore bugLeoQi8-1/+552
JIRA: BOTTLENECK-244 modify testing-scheduler/.gitignore to include the dir: testing-scheduler/ui/build Change-Id: I99ed672bb0e9a2fb2c70feba9a89a699a9ca8455 Signed-off-by: LeoQi <QibinZheng2014@tongji.edu.cn>
2018-09-04Merge "add docker build scripts for testing-scheduler"Yang (Gabriel) Yu18-0/+384
2018-09-04Merge "the environment page in frontend of testing-scheduler"Yang (Gabriel) Yu5-0/+627
2018-09-04Merge "the detail page of testcase in frontend of testing-scheduler"Yang (Gabriel) Yu4-0/+918
2018-09-04Merge "add testsuite and testcase list pages in frontend of testing-scheduler"Yang (Gabriel) Yu30-0/+22378
2018-09-04add testsuite and testcase list pages in frontend of testing-schedulerLeoQi30-0/+22378
JIRA: BOTTLENECK-236 add two base pages: testsuite page and testcase list page. Change-Id: I2c8eefac58893b0a3c0fb9c20f724f8612893dc0 Signed-off-by: Zheng Qibin <QibinZheng2014@tongji.edu.cn>
2018-09-04Merge "provide REST api for frontend of testing-scheduler"Yang (Gabriel) Yu3-0/+572
2018-09-04Merge "parser script and step class in backend code of testing-scheduler"Yang (Gabriel) Yu30-0/+1862
2018-09-04Merge "function of generating workflow config file in server part of ↵Yang (Gabriel) Yu5-0/+312
testing-scheduler"
2018-08-31add docker build scripts for testing-schedulerLeoQi18-0/+384
JIRA: BOTTLENECK-239 add build and run scripts of docker. Change-Id: Ide7ff57380039f579fabbd6c18ddd794dcae220b Signed-off-by: Zheng Qibin <QibinZheng2014@tongji.edu.cn>
2018-08-31parser script and step class in backend code of testing-schedulerLeoQi30-0/+1862
JIRA: BOTTLENECK-234 add the main parse function and base classes of step. Change-Id: Id7554ed065ada84f23b3ca498ffb89c1127850b5 Signed-off-by: Zheng Qibin <QibinZheng2014@tongji.edu.cn>
2018-08-30the environment page in frontend of testing-schedulerLeoQi5-0/+627
JIRA: BOTTLENECK-238 the environment page provides configuration setting operations. Change-Id: I79f93bfc0c66c37a3f58d042669cbb61d3bad848 Signed-off-by: Zheng Qibin <QibinZheng2014@tongji.edu.cn>
2018-08-30the detail page of testcase in frontend of testing-schedulerLeoQi4-0/+918
JIRA: BOTTLENECK-237 the pages provide the testcase content and operations on it. Change-Id: I0c0dd39c9a285179f2192211487c2f9d9808c523 Signed-off-by: Zheng Qibin <QibinZheng2014@tongji.edu.cn>
2018-08-30provide REST api for frontend of testing-schedulerLeoQi3-0/+572
JIRA: BOTTLENECK-235 the REST api code in backend part. Change-Id: I1f53ed5f0f87e6908ff4fd27f752ec2c185dc9be Signed-off-by: Zheng Qibin <QibinZheng2014@tongji.edu.cn>
2018-08-30function of generating workflow config file in server part of testing-schedulerLeoQi5-0/+312
JIRA BOTTLENECK-233 A module to help generating the config files which are sent to conductor server. Based on these config files, conductor can start a workflow. Change-Id: Ibdd71be6454fe2bd2b8718da0c300827897959e0 Signed-off-by: Zheng Qibin <QibinZheng2014@tongji.edu.cn>
2018-08-30conductor module in server part of testing-scheduler.Zheng Qibin4-0/+116
JIRA: BOTTLENECK-232 encapusulate the invoking methods to conductor server in a module. Change-Id: I718c6eed5e75ac01f267688b5694ec35db175b48 Signed-off-by: Zheng Qibin <QibinZheng2014@tongji.edu.cn>