summaryrefslogtreecommitdiffstats
path: root/testing-scheduler/server
AgeCommit message (Collapse)AuthorFilesLines
2018-09-06Change naming and veriy test-scheduler functionYang (Gabriel) Yu42-2862/+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-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-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-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>