summaryrefslogtreecommitdiff
path: root/edgemesh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove edgemesh from edgecorefisherxu2021-06-2117-2055/+3
| | | | Signed-off-by: fisherxu <xufei40@huawei.com>
* Fix wrong field used for calculating lengthShiming Zhang2021-03-241-1/+1
| | | | Signed-off-by: Shiming Zhang <wzshiming@foxmail.com>
* Merge pull request #2701 from mengjiao-liu/fix-if-else-statementKubeEdge Bot2021-03-241-2/+0
|\ | | | | Fix if/else statement have exactly the same implementation
| * Fix if/else statement have exactly the same implementationmengjiao.liu2021-03-241-2/+0
| | | | | | | | Signed-off-by: mengjiao.liu <mengjiao.liu@daocloud.io>
* | add unit test for edgemesh common utils.goTianTianBigWang2021-03-211-0/+83
|/ | | | Signed-off-by: TianTianBigWang <zilong.wang@daocloud.io>
* fix typo.soyoo2020-12-081-1/+1
|
* CI: fix panic and other existing issuesXiang Dai2020-12-074-5/+5
| | | | Signed-off-by: Xiang Dai <long0dai@foxmail.com>
* CI: enable gci linterXiang Dai2020-11-233-3/+4
| | | | Signed-off-by: Xiang Dai <long0dai@foxmail.com>
* upgrade klog@0.4.0 to klog/v2@2.2.0GsssC2020-11-209-9/+9
|
* 1.19 (#9)Rio Zhu2020-10-291-1/+1
| | | | | | | | | | | | | * 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>
* Lint: fix errcheck issueXiang Dai2020-09-085-17/+58
| | | | Signed-off-by: Xiang Dai <long0dai@foxmail.com>
* add zero judgment when pods is obtained from the cachexiaojiangwang2020-08-311-0/+4
|
* EdgeMesh: remove useless scriptsXiang Dai2020-07-174-319/+0
| | | | Signed-off-by: Xiang Dai <long0dai@foxmail.com>
* EdgeMesh: fix panic errorXiang Dai2020-06-191-0/+2
| | | | Signed-off-by: Xiang Dai <long0dai@foxmail.com>
* Merge pull request #1728 from daixiang0/whitenoiseKubeEdge Bot2020-06-053-32/+32
|\ | | | | Lint: cleanup white noise
| * Lint: cleanup white noiseXiang Dai2020-06-043-32/+32
| | | | | | | | Signed-off-by: Xiang Dai <long0dai@foxmail.com>
* | fix wrong parse operation when service url is shortxiaojiangwang2020-06-041-4/+7
|/
* fix spell checkbetter03322020-05-311-4/+4
|
* fix edgemesh caching serviceList bugliuzhiyi19932020-05-302-8/+80
|
* enable gosimple linterXiang Dai2020-05-233-7/+2
| | | | Signed-off-by: Xiang Dai <long0dai@foxmail.com>
* enable whitelint checkXiang Dai2020-05-211-1/+0
| | | | Signed-off-by: Xiang Dai <long0dai@foxmail.com>
* cleanup all lint issueXiang Dai2020-05-214-27/+26
| | | | Signed-off-by: Xiang Dai <long0dai@foxmail.com>
* clean up spell issueXiang Dai2020-05-071-1/+1
| | | | Signed-off-by: Xiang Dai <764524258@qq.com>
* fix repo-wide gofmt issueKevin Wang2020-05-062-2/+2
| | | | Signed-off-by: Kevin Wang <kevinwzf0126@gmail.com>
* refactor edgemeshliuzhiyi19932020-03-3125-1855/+1628
|
* move componentconfig related apis to componentconfig dirfisherxu2020-03-112-2/+2
|
* Change edgemesh configuration access method from Get() to global variable ↵kuramal2020-02-183-8/+4
| | | | | | 'Config' Signed-off-by: kuramal <linxxnil@126.com>
* optimize error handling in dns queryzhuguihua2020-02-061-11/+6
| | | | Signed-off-by: zhuguihua <zhuguihua@cmss.chinamobile.com>
* fix:make verify,lint,edge_test error, recreate module gomock files, e2e ↵zhangjie2020-01-193-2/+5
| | | | | | test,edge integration Signed-off-by: zhangjie <iamkadisi@163.com>
* edgemesh module use nnew config apizhangjie2020-01-195-27/+22
| | | | Signed-off-by: zhangjie <iamkadisi@163.com>
* Optimize edgemesh configurationzhangjie2020-01-104-4/+45
| | | | Signed-off-by: zhangjie <iamkadisi@163.com>
* squash! change #!/usr/bin/bash to #!/usr/bin/env bashedge2019-12-251-1/+1
|
* add a judgement before decoding the messageedge2019-11-271-3/+10
|
* dns query from container can not correctly return backedge2019-11-221-2/+2
|
* delete ctx, cancel field from module structzhangjie2019-11-181-11/+1
| | | | Signed-off-by: zhangjie <iamkadisi@163.com>
* change Context struct to BeehiveConttext. add golang ctx field to BeehiveContextzhangjie2019-11-181-2/+1
| | | | Signed-off-by: zhangjie <iamkadisi@163.com>
* edgemesh: delete beehiveContext fiield from edgemesh structzhangjie2019-11-154-16/+7
| | | | Signed-off-by: zhangjie <iamkadisi@163.com>
* change GetContext function name to InitContext, and export ↵zhangjie2019-11-153-3/+3
| | | | | | AddModule,AddModuleGroup,Cleanup,SendToGroup SendResp SendSync Receive Send function Signed-off-by: zhangjie <iamkadisi@163.com>
* edgemesh:uses the golang context instead of the stop channelzhangjie2019-11-121-6/+20
| | | | Signed-off-by: zhangjie <iamkadisi@163.com>
* fix: immediate return when dns server start errGuangming Wang2019-10-111-1/+2
| | | | Signed-off-by: Guangming Wang <guangming.wang@daocloud.io>
* cleanup: remove or simplification code piecesGuangming Wang2019-09-282-5/+1
| | | | | | | | | | 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>
* fix bug #1097arcanique2019-09-051-11/+7
|
* L4 Proxy supportArcanique2019-08-215-20/+772
|
* Merge pull request #1038 from anyushun/cleanup-edgemeshKubeEdge Bot2019-08-194-34/+0
|\ | | | | cleanup edgemesh
| * cleanup edgemeshanyscoding2019-08-184-34/+0
| | | | | | | | | | | | 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
* | implement ipv6 valid logic and typo fixsoolaugust2019-08-171-2/+6
|/
* unifying edgemesh component logging library to klogzhangjie2019-08-1610-46/+66
| | | | Signed-off-by: zhangjie <iamkadisi@163.com>
* edgemesh use explicit callfisherxu2019-08-162-2/+6
|
* add unit testschlins2019-08-161-0/+29
|
* Merge pull request #989 from Holt2016/masterKubeEdge Bot2019-08-125-34/+48
|\ | | | | set load balance strategy from edge.yaml and tcp server listens on ip of interface docker0