| Commit message (Expand) | Author | Age | Files | Lines |
| * | remove edgemesh from edgecore•••Signed-off-by: fisherxu <xufei40@huawei.com>
| fisherxu | 2021-06-21 | 15 | -2038/+0 |
| * | Fix wrong field used for calculating length•••Signed-off-by: Shiming Zhang <wzshiming@foxmail.com>
| Shiming Zhang | 2021-03-24 | 1 | -1/+1 |
| * | Merge pull request #2701 from mengjiao-liu/fix-if-else-statement•••Fix if/else statement have exactly the same implementation | KubeEdge Bot | 2021-03-24 | 1 | -2/+0 |
| |\ |
|
| | * | Fix if/else statement have exactly the same implementation•••Signed-off-by: mengjiao.liu <mengjiao.liu@daocloud.io>
| mengjiao.liu | 2021-03-24 | 1 | -2/+0 |
| * | | add unit test for edgemesh common utils.go•••Signed-off-by: TianTianBigWang <zilong.wang@daocloud.io>
| TianTianBigWang | 2021-03-21 | 1 | -0/+83 |
| |/ |
|
| * | fix typo. | soyoo | 2020-12-08 | 1 | -1/+1 |
| * | CI: fix panic and other existing issues•••Signed-off-by: Xiang Dai <long0dai@foxmail.com>
| Xiang Dai | 2020-12-07 | 4 | -5/+5 |
| * | CI: enable gci linter•••Signed-off-by: Xiang Dai <long0dai@foxmail.com>
| Xiang Dai | 2020-11-23 | 2 | -3/+3 |
| * | upgrade klog@0.4.0 to klog/v2@2.2.0 | GsssC | 2020-11-20 | 8 | -8/+8 |
| * | 1.19 (#9)•••* Updated vendor and APIs to x.19.1
* Modified more APIs.
* Modified more APIs
* Modified edged to adapt to changes APIs
* ran tests
Co-authored-by: root <root@ip-172-31-0-22.us-west-2.compute.internal> | Rio Zhu | 2020-10-29 | 1 | -1/+1 |
| * | Lint: fix errcheck issue•••Signed-off-by: Xiang Dai <long0dai@foxmail.com>
| Xiang Dai | 2020-09-08 | 5 | -17/+58 |
| * | add zero judgment when pods is obtained from the cache | xiaojiangwang | 2020-08-31 | 1 | -0/+4 |
| * | EdgeMesh: fix panic error•••Signed-off-by: Xiang Dai <long0dai@foxmail.com>
| Xiang Dai | 2020-06-19 | 1 | -0/+2 |
| * | fix wrong parse operation when service url is short | xiaojiangwang | 2020-06-04 | 1 | -4/+7 |
| * | fix edgemesh caching serviceList bug | liuzhiyi1993 | 2020-05-30 | 2 | -8/+80 |
| * | enable gosimple linter•••Signed-off-by: Xiang Dai <long0dai@foxmail.com>
| Xiang Dai | 2020-05-23 | 3 | -7/+2 |
| * | enable whitelint check•••Signed-off-by: Xiang Dai <long0dai@foxmail.com>
| Xiang Dai | 2020-05-21 | 1 | -1/+0 |
| * | cleanup all lint issue•••Signed-off-by: Xiang Dai <long0dai@foxmail.com>
| Xiang Dai | 2020-05-21 | 4 | -27/+26 |
| * | fix repo-wide gofmt issue•••Signed-off-by: Kevin Wang <kevinwzf0126@gmail.com>
| Kevin Wang | 2020-05-06 | 2 | -2/+2 |
| * | refactor edgemesh | liuzhiyi1993 | 2020-03-31 | 24 | -1848/+1628 |
| * | move componentconfig related apis to componentconfig dir | fisherxu | 2020-03-11 | 2 | -2/+2 |
| * | Change edgemesh configuration access method from Get() to global variable 'Co...•••Signed-off-by: kuramal <linxxnil@126.com>
| kuramal | 2020-02-18 | 3 | -8/+4 |
| * | optimize error handling in dns query•••Signed-off-by: zhuguihua <zhuguihua@cmss.chinamobile.com>
| zhuguihua | 2020-02-06 | 1 | -11/+6 |
| * | fix:make verify,lint,edge_test error, recreate module gomock files, e2e test,...•••Signed-off-by: zhangjie <iamkadisi@163.com>
| zhangjie | 2020-01-19 | 3 | -2/+5 |
| * | edgemesh module use nnew config api•••Signed-off-by: zhangjie <iamkadisi@163.com>
| zhangjie | 2020-01-19 | 4 | -25/+19 |
| * | Optimize edgemesh configuration•••Signed-off-by: zhangjie <iamkadisi@163.com>
| zhangjie | 2020-01-10 | 4 | -4/+45 |
| * | add a judgement before decoding the message | edge | 2019-11-27 | 1 | -3/+10 |
| * | dns query from container can not correctly return back | edge | 2019-11-22 | 1 | -2/+2 |
| * | delete ctx, cancel field from module struct•••Signed-off-by: zhangjie <iamkadisi@163.com>
| zhangjie | 2019-11-18 | 1 | -11/+1 |
| * | change Context struct to BeehiveConttext. add golang ctx field to BeehiveContext•••Signed-off-by: zhangjie <iamkadisi@163.com>
| zhangjie | 2019-11-18 | 1 | -2/+1 |
| * | edgemesh: delete beehiveContext fiield from edgemesh struct•••Signed-off-by: zhangjie <iamkadisi@163.com>
| zhangjie | 2019-11-15 | 4 | -16/+7 |
| * | change GetContext function name to InitContext, and export AddModule,AddModul...•••Signed-off-by: zhangjie <iamkadisi@163.com>
| zhangjie | 2019-11-15 | 3 | -3/+3 |
| * | edgemesh:uses the golang context instead of the stop channel•••Signed-off-by: zhangjie <iamkadisi@163.com>
| zhangjie | 2019-11-12 | 1 | -6/+20 |
| * | fix: immediate return when dns server start err•••Signed-off-by: Guangming Wang <guangming.wang@daocloud.io>
| Guangming Wang | 2019-10-11 | 1 | -1/+2 |
| * | cleanup: remove or simplification code pieces•••default action set to break for loop
reform code to more natural logic
jump to next loop when build message failed
Signed-off-by: Guangming Wang <guangming.wang@daocloud.io>
| Guangming Wang | 2019-09-28 | 2 | -5/+1 |
| * | fix bug #1097 | arcanique | 2019-09-05 | 1 | -11/+7 |
| * | L4 Proxy support | Arcanique | 2019-08-21 | 5 | -20/+772 |
| * | cleanup edgemesh•••1. everything init in pkg/server/server.go, so cmd/edgemesh.go no need
do it
2. go-chassis upgrade to v1.6.1, no need to init HystrixConfig now
| anyscoding | 2019-08-18 | 1 | -6/+0 |
| * | unifying edgemesh component logging library to klog•••Signed-off-by: zhangjie <iamkadisi@163.com>
| zhangjie | 2019-08-16 | 9 | -46/+57 |
| * | edgemesh use explicit call | fisherxu | 2019-08-16 | 1 | -1/+2 |
| * | add unit tests | chlins | 2019-08-16 | 1 | -0/+29 |
| * | Merge pull request #989 from Holt2016/master•••set load balance strategy from edge.yaml and tcp server listens on ip of interface docker0 | KubeEdge Bot | 2019-08-12 | 5 | -34/+48 |
| |\ |
|
| | * | set load balance strategy from edge.yaml and tcp server listens on ip of inte... | Holt2016 | 2019-08-12 | 5 | -34/+48 |
| * | | server/dns.go: error should be "ignore"•••Signed-off-by: ethan <guangming.wang@daocloud.io> | ethan | 2019-08-06 | 1 | -1/+1 |
| |/ |
|
| * | Fix the panic error when interface is not create | Arcanique | 2019-07-12 | 1 | -9/+16 |
| * | Add feature : Pass through the DNS request if the client does not access the ... | Arcanique | 2019-07-05 | 1 | -29/+60 |
| * | gofmt the project | Siddharth Bhadri | 2019-06-30 | 10 | -124/+116 |
| * | edgemesh listen on all ip default and fix go-chassis panic bug | anyscoding | 2019-06-22 | 2 | -1/+7 |
| * | Add hijacking script tools and initContainer image Dockerfile. Add new featur... | Arcanique | 2019-06-22 | 2 | -1/+403 |
| * | Add new feature of servicemesh (#738)•••* Implementing EdgeMesh | liuzhiyi1993 | 2019-06-21 | 11 | -0/+800 |