| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | clean up spell issue•••Signed-off-by: Xiang Dai <764524258@qq.com>
| Xiang Dai | 2020-05-07 | 1 | -1/+1 |
| * | 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 | 25 | -1855/+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 | 5 | -27/+22 |
| * | Optimize edgemesh configuration•••Signed-off-by: zhangjie <iamkadisi@163.com>
| zhangjie | 2020-01-10 | 4 | -4/+45 |
| * | squash! change #!/usr/bin/bash to #!/usr/bin/env bash | edge | 2019-12-25 | 1 | -1/+1 |
| * | 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 |
| * | Merge pull request #1038 from anyushun/cleanup-edgemesh•••cleanup edgemesh | KubeEdge Bot | 2019-08-19 | 4 | -34/+0 |
| |\ |
|
| | * | 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 | 4 | -34/+0 |
| * | | implement ipv6 valid logic and typo fix | soolaugust | 2019-08-17 | 1 | -2/+6 |
| |/ |
|
| * | unifying edgemesh component logging library to klog•••Signed-off-by: zhangjie <iamkadisi@163.com>
| zhangjie | 2019-08-16 | 10 | -46/+66 |
| * | edgemesh use explicit call | fisherxu | 2019-08-16 | 2 | -2/+6 |
| * | 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 | 6 | -1/+718 |
| * | Add new feature of servicemesh (#738)•••* Implementing EdgeMesh | liuzhiyi1993 | 2019-06-21 | 14 | -0/+838 |