aboutsummaryrefslogtreecommitdiffstats
path: root/openresty-ext
AgeCommit message (Collapse)AuthorFilesLines
2018-11-27Bump verison to 1.2.4Huabing Zhao1-2/+2
Issue-ID: MSB-302 Change-Id: I2f74212b1df07360933df842f929532c8430443d Signed-off-by: Huabing Zhao <zhaohuabing@gmail.com>
2018-11-15Bump tarball version to 1.2.3Huabing Zhao1-2/+2
Issue-ID: MSB-302 Change-Id: I4de30ca5a1940331e537aed15cf81b8a700d0a87 Signed-off-by: Huabing Zhao <zhaohuabing@gmail.com>
2018-11-13Bugfix: can't access customized serviceHuabing Zhao1-2/+2
Issue-ID: MSB-301 Change-Id: I72e9457e228492d9cdd3c61bf8c2305f5c9bf54a Signed-off-by: Huabing Zhao <zhaohuabing@gmail.com>
2018-07-30Pass service name as host HTTP header to sidecarHuabing Zhao1-3/+4
In order to let the envoy sidcar find the correct service provider, the service name must be provided in the 'host' HTTP header. Change-Id: I242ba5cea50a0914f2d5a691efae64c72d970bb3 Issue-ID: MSB-228 Signed-off-by: Huabing Zhao <zhaohuabing@gmail.com>
2018-07-24Bump MSB artifacts version to 1.2.0HuabingZhao1-3/+3
Issue-ID: MSB-218 Change-Id: I8f4b3f82e734ea18fcb36c7204955a5aa2005b61 Signed-off-by: HuabingZhao <zhaohuabing@gmail.com>
2018-03-07Solve IP-Hash issueHuabingZhao1-3/+3
Use deepcopy to avoid the side effect, which cause the client request is forward to wrong service instance occassionally. Issue-ID: MSB-154 Change-Id: I51e04fb273c2ca13c43b1e66fab44424e6af837e Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
2018-03-05Support websocket request forwardingHuabingZhao24-524/+19
Issue-ID: MSB-156 Change-Id: Id63da46c6321d5d007e8078847ad093aaebe0a45 Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
2018-03-05set log level to infoHuabingZhao1-1/+1
Issue-ID: MSB-154 Change-Id: Ia8b7467b5d141c6983311d2b2f1cf54b157a2d9e Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
2018-02-28Support IP Hash LB policyHuabingZhao30-126/+4662
Issue-ID: MSB-154 Change-Id: I11b8e3a314c6045183971bf2207b9ccee7df10c2 Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
2017-11-18Bump minor versionJessica Wagantall1-2/+2
Bump minor version in preparation for Amsterdam branching. Change-Id: Iba22e850c60c6f3db66d08fb88ba39968f6182e4 Issue-ID: CIMAN-120 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-07-28inherit from oparentHuabingZhao1-2/+2
Change-Id: I448b7baa2bf4e7c3fb68713bfb24ce9793ea1ede Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
2017-07-25Divide the MSB source codes into two reposHuabingZhao53-0/+3306
Change-Id: Ie76d545b214a8ce5191f215350a623e1529983d9 Issue-id: MSB-5 Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
2016-08-171. Adjust the directory hierarchyHuabingZhao32-2341/+0
2. Fix the compile issue Change-Id: Ibf10c83104e5e673bc797013799861426cd950ce Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
2016-08-13Initial code importHuabingZhao32-0/+2341
Change-Id: I839b84e5600aedece6c33deb16bec1bf9dbb61df Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>