summaryrefslogtreecommitdiff
path: root/cloud/pkg/cloudhub (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * add wackxu as reviewer•••Signed-off-by: wackxu <xushiwei5@huawei.com> wackxu2022-07-081-0/+1
* | Merge pull request #4011 from falser101/fix/cleanup•••cleanup: Error string fmt and handle errorKubeEdge Bot2022-07-182-3/+6
|\ \
| * | fix: Error string should not be capitalized or end with punctuation mark and ...•••Signed-off-by: jianfei.zhang <jianfei.zhang@daocloud.io> jianfei.zhang2022-07-052-3/+6
| |/
* | Merge pull request #4000 from vincentgoat/pointnil•••fix possible nil pointer of messageKubeEdge Bot2022-07-111-3/+13
|\ \
| * | fix possible nil pointer of message•••Signed-off-by: vincentgoat <linguohui1@huawei.com> vincentgoat2022-07-011-3/+13
| |/
* | Merge pull request from GHSA-vwm6-qc77-v2rh•••* fix invalid request Signed-off-by: vincentgoat <linguohui1@huawei.com> * fix CI issue Signed-off-by: Kevin Wang <kevinwzf0126@gmail.com> Co-authored-by: Kevin Wang <kevinwzf0126@gmail.com>Vincent Lin2022-07-111-0/+1
* | Merge pull request #3972 from vincentgoat/deprecated-dependency•••update deprecate dependencyKubeEdge Bot2022-07-111-16/+19
|\ \ | |/ |/|
| * update deprecate dependency•••Signed-off-by: vincentgoat <linguohui1@huawei.com> vincentgoat2022-06-281-16/+19
* | klog start with capital letter•••Signed-off-by: zhouguowei <zhouguowei@inspur.com> zhouguowei2022-06-271-1/+1
|/
* fix fuzzer extract message error•••Signed-off-by: vincentgoat <linguohui1@huawei.com> vincentgoat2022-06-091-6/+4
* secretsutil cleanup•••Signed-off-by: x00425595 <xushiwei5@huawei.com> x004255952022-05-261-6/+2
* Merge pull request #3747 from wackxu/refactormess•••first stage: refactor message layer KubeEdge Bot2022-04-023-13/+13
|\
| * refactor message layer•••Signed-off-by: wackxu <xushiwei5@huawei.com> x004255952022-03-293-13/+13
* | optimize prepare certs function•••Signed-off-by: vincentgoat <linguohui1@huawei.com> vincentgoat2022-04-011-45/+16
|/
* Move apis and client under kubeedge/cloud/pkg/ to kubeedge/pkg/•••Signed-off-by: gy95 <guoyao17@huawei.com> gy952022-03-113-8/+8
* Merge pull request #3599 from neiba/objectsync-kind-empty•••Fix pv's objectsync spec.ObjectKind is emptyKubeEdge Bot2022-02-141-0/+4
|\
| * Fix-3585 pv's objectsync spec.ObjectKind is empty•••Signed-off-by: chengengkun <1366542563@qq.com> chengengkun2022-02-101-0/+4
* | add judgment on using of closed network connection•••Signed-off-by: My-pleasure <799648922@qq.com> My-pleasure2022-02-111-0/+4
* | rewrite the call of package method to fix CI•••Signed-off-by: My-pleasure <799648922@qq.com> My-pleasure2022-01-261-1/+1
* | add sync.Cond to wait without websocket connection•••Signed-off-by: My-pleasure <799648922@qq.com> My-pleasure2022-01-261-25/+28
* | fix/reliable-message-delivery: fix other details•••Signed-off-by: My-pleasure <799648922@qq.com> My-pleasure2022-01-262-8/+6
* | fix/reliable-message-delivery: ObjectSync must be created when the resource f...•••Signed-off-by: My-pleasure <799648922@qq.com> My-pleasure2022-01-261-1/+32
|/
* Merge pull request #3474 from dsy3502/fixCommonName•••replace string with constKubeEdge Bot2021-12-172-3/+5
|\
| * replace string with const•••Signed-off-by: dsy3502 <dongshanyi@isnpur.com> replace string with const dsy35022021-12-172-3/+5
* | Modify the wrong function name•••Signed-off-by: allenleu <liulun@inspur.com> allenleu2021-12-171-1/+1
* | Merge pull request #3457 from moolen/fix/cloudhub-volume-msg•••cloudhub: prevent dropping volume messagesKubeEdge Bot2021-12-141-1/+9
|\ \
| * | cloudhub: prevent dropping volume messages•••Co-authored-by: thomas.fischer@qbeyond.de Signed-off-by: Moritz Johner <beller.moritz@googlemail.com> Moritz Johner2021-12-131-1/+9
* | | replace deprecated package io/ioutil with packages io and os•••Signed-off-by: gy95 <guoyao17@huawei.com> gy952021-12-112-7/+7
|/ /
* | Merge pull request #3338 from xujingjing-cmss/bugfix•••fix spelling error and remove redundant codeKubeEdge Bot2021-11-232-2/+2
|\ \
| * | fix spelling error and remove redundant code•••Signed-off-by: xujingjing <xujingjing_yewu@cmss.chinamobile.com> xujingjing2021-11-232-2/+2
* | | need to return when error occurs•••Signed-off-by: gy95 <guoyao17@huawei.com> gy952021-11-231-0/+2
|/ /
* | Merge pull request #3311 from lvchenggang/remove_useless_code_in_edge•••Remove meaningless codeKubeEdge Bot2021-11-191-2/+1
|\ \
| * | Remove useless code in edge side•••Signed-off-by: lvchenggang <lvchenggang@cmss.chinamobile.com> lvchenggang2021-11-181-2/+1
* | | fix some error log•••Signed-off-by: jidalong <jidalong@cmss.chinamobile.com> jidalong2021-11-181-1/+1
| |/ |/|
* | Add type check for each implementation of Module interface•••Signed-off-by: Haines Chan <hainescx@gmail.com> Haines Chan2021-11-151-0/+2
|/
* avoid print goroutine stack trace when component start failed•••Signed-off-by: gy95 <guoyao17@huawei.com> gy952021-10-296-11/+11
* add reviewer•••Signed-off-by: TianTianBigWang <zilong.wang@daocloud.io> TianTianBigWang2021-10-141-0/+1
* perf: cloudcore ecertificate application restful api supports certificate usages•••The certificate usages signed by the current cloudcore certificate application restful api are all x509.ExtKeyUsageClientAuth. By adding the certificate usage parameter, the client(such as edgemesh-server and edgemesh-agent) are allowed to apply for different usages of certificates. Signed-off-by: khalid-jobs <qinkai1994@qq.com> khalid-jobs2021-09-281-4/+16
* Merge pull request #3199 from zc2638/approver•••Add myself to cloudhub/admission/keadm modules OWNERS approversKubeEdge Bot2021-09-261-0/+1
|\
| * Add myself to cloudhub/admission/keadm modules OWNERS approvers•••Signed-off-by: zc <zc2638@qq.com> zc2021-09-241-0/+1
* | replace vendor github.com/dgrijalva/jwt-go with github.com/golang-jwt/jwt•••Signed-off-by: gy95 <guoyao17@huawei.com> gy952021-09-242-2/+2
|/
* replaces a string with a defined constant•••Signed-off-by: zjcomeon <159109799@qq.com> zjcomeon2021-09-161-1/+1
* Merge pull request #3084 from zc2638/feat/reference•••unified namespace referenceKubeEdge Bot2021-09-112-12/+11
|\
| * unified namespace reference•••Signed-off-by: zc <zc2638@qq.com> zc2021-09-052-12/+11
* | Merge pull request #3146 from gy95/update_golangci_version•••update golangci-lint version to v1.42.0KubeEdge Bot2021-09-081-2/+6
|\ \
| * | update golangci-lint version to v1.42.0•••Signed-off-by: gy95 <guoyao17@huawei.com> gy952021-09-081-2/+6
* | | use constants.MessageSuccessfulContent replace magic number 'OK'•••Signed-off-by: WillardHu <wei.hu@daocloud.io> WillardHu2021-09-081-1/+1
|/ /
* / fixed: the first letter of the fmt.ErrorF is not lowercase•••Signed-off-by: orange <zuxia.ge@daocloud.io> orange2021-09-033-5/+5
|/
* fixed: remove redundant code in handler/messagehandler.go•••Signed-off-by: orange <zuxia.ge@daocloud.io> orange2021-08-301-4/+0
* sync the response message unconditionally (#3014)•••* sync the response message unconditionally if the operation is response, force to sync the resource message, since the edgecore requests it Signed-off-by: chengjin <sdghchj@qq.com> * sync the response message unconditionally if the operation is response, force to sync the resource message, since the edgecore requests it Signed-off-by: chengjin <sdghchj@qq.com>sdghchj2021-08-191-3/+4