aboutsummaryrefslogtreecommitdiffstats
path: root/apiroute
AgeCommit message (Collapse)AuthorFilesLines
2017-09-20Add swagger-sdk support for MSB serviceKanagaraj Manickam k003651063-8/+207
It adds required changes to create the swagger.json at build time for MSB services. MSB-78 Change-Id: I84f37e01100f9b55ad231e419d6c3d3e42390a12 Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
2017-09-11Redirect requests to Discovery serviceHuabingZhao4-138/+202
Service registration and discovery are provided by Discovery service, So the requests to api gateway should be redirected to Discovery. Issue-Id: MSB-73 Change-Id: I9f5530c53e473a2d2e96f3d4316ee286e2cff426 Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
2017-09-11Route service requests to discovery serviceHuabingZhao2-15/+192
Route service registration request to discovery service Route service discovery request to discovery service Issue-Id: MSB-73 Change-Id: I88a37a075245f7d6923d96e2b59307d2b1caf4dc Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
2017-09-08Modify powermock version to 1.6.6HuabingZhao1-1/+1
Issue-Id: MSB-72 Change-Id: Ib32175229b37879c5a8d767c1b9345c40a739526 Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
2017-09-08Remove service registration and discovery REST apiHuabingZhao1-2/+2
The service registration and discovery REST api is deprecated. Microservice should register to discovery service which is running at 10081 port. Issue-Id: MSB-71 Change-Id: If37cc992d7a86d63f1d9a1f9f610a0d0c5d5ccdc Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
2017-09-07Fix java check style warningHuabingZhao129-11669/+10993
Change-Id: I98a6d7237a213d007ad4d954989cb0b0fa150a10 Issue-Id: MSB-67 Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
2017-09-07Add license header for java filesHuabingZhao129-235/+1649
Issue-Id: MSB-66 Change-Id: I874e530f8ece64bdb11afb1350425399ea21d927 Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
2017-08-07modify copyright yearHuabingZhao34-34/+34
Change-Id: Ibeac8e1c211929291b8ee13d4d0bc2b43af17440 Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
2017-07-28inherit from oparentHuabingZhao4-8/+8
Change-Id: I448b7baa2bf4e7c3fb68713bfb24ce9793ea1ede Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
2017-07-25Divide the MSB source codes into two reposHuabingZhao390-0/+62717
Change-Id: Ie76d545b214a8ce5191f215350a623e1529983d9 Issue-id: MSB-5 Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
2016-08-171. Adjust the directory hierarchyHuabingZhao389-77979/+0
2. Fix the compile issue Change-Id: Ibf10c83104e5e673bc797013799861426cd950ce Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
2016-08-13Initial code importHuabingZhao389-0/+77979
Change-Id: I839b84e5200aedece6c33deb16bec1bf9dbb61df Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>