summaryrefslogtreecommitdiff
path: root/cloud/pkg/router (follow)
Commit message (Expand)AuthorAgeFilesLines
* eventbus constant optimization•••Signed-off-by: jiawei <jiawei.liu@daocloud.io> jiawei2023-12-151-2/+3
* fix typo and update comments•••Signed-off-by: Zhizhen He <hezhizhen.yi@gmail.com> Zhizhen He2023-08-252-2/+2
* fix lint•••Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com> Shelley-BaoYue2023-08-211-4/+0
* Add the field 'nodeName' in the HTTP header of the rest Router•••Signed-off-by: liucw17 <liucw17@sany.com.cn> add string value convert check for "nodeName" Signed-off-by: liucw17 <liucw17@sany.com.cn> add default value "" for nodeName Signed-off-by: liucw17 <liucw17@sany.com.cn> modify warning log to correct Signed-off-by: liucw17 <liucw17@sany.com.cn> remote unnecessary assignment Signed-off-by: liucw17 <liucw17@sany.com.cn> liucw172023-05-231-1/+6
* fix failed quic e2e•••Signed-off-by: wackxu <xushiwei5@huawei.com> wackxu2022-10-213-11/+12
* Merge pull request #4000 from vincentgoat/pointnil•••fix possible nil pointer of messageKubeEdge Bot2022-07-111-0/+3
|\
| * fix possible nil pointer of message•••Signed-off-by: vincentgoat <linguohui1@huawei.com> vincentgoat2022-07-011-0/+3
* | 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-112-2/+3
|/
* Possible type confusions•••Signed-off-by: vincentgoat <linguohui1@huawei.com> vincentgoat2022-06-233-3/+15
* replace string with constant for router type•••Signed-off-by: yojay11717 <lanyujie@inspur.com> yojay117172022-04-272-6/+6
* Move apis and client under kubeedge/cloud/pkg/ to kubeedge/pkg/•••Signed-off-by: gy95 <guoyao17@huawei.com> gy952022-03-116-6/+6
* [fix] remove err in log which is always nil•••Signed-off-by: zhangfeng <867690400@qq.com> zhangfeng2022-03-081-1/+1
* fix typos•••Signed-off-by: yojay11717 <lanyujie@inspur.com> yojay117172022-01-073-3/+3
* replace deprecated package io/ioutil with packages io and os•••Signed-off-by: gy95 <guoyao17@huawei.com> gy952021-12-113-13/+13
* feat/servicebus: issue3254 enhance router module and servicebus (#3301)•••* feat/servicebus: issue3254 enhance router module and servicebus Signed-off-by: ttlv <gogophsersteven@gmail.com> feat/servicebus: issue3254 enhance router module and servicebus feat/servicebus: issue3254 enhance router module and servicebus feat/servicebus: issue3254 enhance router module and servicebus fix fix fix fix Signed-off-by: ttlv <gogophsersteven@gmail.com> * fix Signed-off-by: ttlv <gogophsersteven@gmail.com> * fix Signed-off-by: ttlv <gogophsersteven@gmail.com> * fix Signed-off-by: ttlv <gogophsersteven@gmail.com> Co-authored-by: ttlv <gogophsersteven@gmail.com>ttlv2021-12-034-17/+84
* Merge pull request #3279 from lvchenggang/rule_dev•••Still allowed delete rule when source not existKubeEdge Bot2021-11-171-5/+7
|\
| * allow delete rule•••Signed-off-by: lvchenggang <lvchenggang@cmss.chinamobile.com> lvchenggang2021-11-171-5/+7
* | Add type check for each implementation of Module interface•••Signed-off-by: Haines Chan <hainescx@gmail.com> Haines Chan2021-11-151-0/+2
|/
* replace deprecated Dial with DialContext•••Signed-off-by: gy95 <guoyao17@huawei.com> gy952021-10-141-2/+2
* Merge pull request #3167 from gy95/test_1•••add some unit test casesKubeEdge Bot2021-09-151-0/+28
|\
| * add some unit test cases•••Signed-off-by: gy95 <guoyao17@huawei.com> gy952021-09-131-0/+28
* | fix: use path.Join replace fmt.Sprintf to set the path value•••Signed-off-by: WillardHu <wei.hu@daocloud.io> WillardHu2021-09-102-4/+27
|/
* fix parameter verification of func GoToTarget•••Signed-off-by: WillardHu <wei.hu@daocloud.io> WillardHu2021-09-101-6/+18
* update golangci-lint version to v1.42.0•••Signed-off-by: gy95 <guoyao17@huawei.com> gy952021-09-081-6/+4
* add unit test for router messagelayer util•••Signed-off-by: gy95 <guoyao17@huawei.com> gy952021-08-251-0/+91
* forward http headers on service bus•••Signed-off-by: shenyi <shenyi@cambricon.com> shenyi2021-07-291-0/+5
* fix incorrect use of TrimLeft or TrimRight•••Signed-off-by: gy95 <guoyao17@huawei.com> gy952021-06-162-15/+3
* Merge pull request #2878 from liufen90/refine_router•••instead of string type by rule-endpoint-typeKubeEdge Bot2021-06-156-17/+14
|\
| * add rule-endpoint-type•••Signed-off-by: liufen90 <564795204@qq.com> liufen902021-06-036-17/+14
* | router processing message add exit rule•••Signed-off-by: gy95 <guoyao17@huawei.com> gy952021-06-111-7/+14
|/
* fix issues•••Signed-off-by: WintonChan <cw_hao@163.com> WintonChan2021-05-312-4/+8
* add e2e test: Rest to ServiceBus•••Signed-off-by: Elaine4CY <chenyuncy2017@outlook.com> Elaine4CY2021-05-311-0/+1
* modify rest provider of router to return response•••Signed-off-by: WintonChan <cw_hao@163.com> WintonChan2021-05-316-56/+76
* add servicebus•••Signed-off-by: WintonChan <cw_hao@163.com> Signed-off-by: Elaine4CY <chenyuncy2017@outlook.com> Elaine4CY2021-05-313-0/+91
* litmit message size•••Signed-off-by: MesaCrush <wan167@aucklanduni.ac.nz> ssage for your changes. Lines starting MesaCrush2021-05-272-1/+4
* Merge pull request #2594 from MesaCrush/status•••Implement update rule statusKubeEdge Bot2021-05-243-67/+44
|\
| * rulestatus•••Signed-off-by: MesaCrush <wan167@aucklanduni.ac.nz> MesaCrush2021-05-241-2/+2
| * Implement update rule status•••Signed-off-by: MesaCrush <wan167@aucklanduni.ac.nz> MesaCrush2021-03-313-67/+44
* | Close response body when request done•••Signed-off-by: jackzhang <x_jackzhang@qq.com> jackzhang2021-03-271-1/+7
|/
* Merge pull request #2679 from Iceber/optimize-rule•••cloud/router: fix and optimize rule codeKubeEdge Bot2021-03-242-151/+169
|\
| * cloud/router: fix and optimize rule code•••Signed-off-by: Iceber Gu <wei.cai-nat@daocloud.io> Iceber Gu2021-03-232-151/+169
* | cleanup code for http.go•••Signed-off-by: TianTianBigWang <zilong.wang@daocloud.io> TianTianBigWang2021-03-241-10/+7
|/
* support "create update patch" at edge•••Signed-off-by: fisherxu <xufei40@huawei.com> GsssC2021-02-252-2/+2
* fix CI problem and reviews•••Signed-off-by: WintonChan <cw_hao@163.com> WintonChan2021-02-025-53/+42
* Add webhook for rule•••1、validate if source and target endpoint exist 2、validate if source resource is unique Signed-off-by: WintonChan <cw_hao@163.com> WintonChan2021-01-271-7/+7
* Fix issue about comment•••Signed-off-by: WintonChan <cw_hao@163.com> WintonChan2021-01-275-19/+28
* fix issue about package import and golint•••Signed-off-by: WintonChan <cw_hao@163.com> WintonChan2021-01-2113-82/+101
* Add provider rest and eventbus•••Signed-off-by: liufen90 <564795204@qq.com> Signed-off-by: WintonChan <cw_hao@163.com> WintonChan2021-01-214-0/+508
* Add router module•••Signed-off-by: liufen90 <564795204@qq.com> Signed-off-by: WintonChan <cw_hao@163.com> WintonChan2021-01-2110-0/+803