summaryrefslogtreecommitdiff
path: root/staging/src/github.com (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix device mapper generate script error侯玲玉2024-04-161-2/+8
| | | | Signed-off-by: 侯玲玉 <houlingyu@MacBook-Pro-3.local>
* fix the package version in mapper-frameworkwbc60802024-01-223-8/+11
| | | | Signed-off-by: wbc6080 <wangbincheng4@huawei.com>
* fix namespace in mapperwbc60802024-01-1810-38/+64
| | | | Signed-off-by: wbc6080 <wangbincheng4@huawei.com>
* Merge pull request #5356 from wbc6080/fix-framework-e2eKubeEdge Bot2024-01-181-51/+30
|\ | | | | fix some bug in framework
| * fix lintwbc60802024-01-181-1/+1
| | | | | | | | Signed-off-by: wbc6080 <wangbincheng4@huawei.com>
| * fix some bug in frameworkwbc60802024-01-181-51/+30
| | | | | | | | Signed-off-by: wbc6080 <wangbincheng4@huawei.com>
* | Use the "github. com/avast/retry go" framework uniformly for retry.luomengY2024-01-183-9/+17
|/ | | | Signed-off-by: luomengY <2938893385@qq.com>
* add lint check for mapper-frameworkcl20172024-01-164-144/+24
| | | | Signed-off-by: cl2017 <chenlin.liu@daocloud.io>
* add lint check for mapper-frameworkcl20172024-01-168-160/+44
| | | | Signed-off-by: cl2017 <chenlin.liu@daocloud.io>
* Merge pull request #5277 from cl2017/dbhandlerKubeEdge Bot2024-01-154-127/+233
|\ | | | | Add DB handler
| * add db handlercl20172024-01-104-127/+233
| | | | | | | | Signed-off-by: cl2017 <chenlin.liu@daocloud.io>
* | Merge pull request #5247 from cl2017/device_initKubeEdge Bot2024-01-104-92/+48
|\ \ | | | | | | update device init
| * | device initcl20172024-01-104-92/+48
| |/ | | | | | | Signed-off-by: cl2017 <chenlin.liu@daocloud.io>
* | Merge pull request #5238 from wbc6080/update-generate.shKubeEdge Bot2024-01-051-4/+8
|\ \ | |/ |/| update generate.sh in mapper-framework
| * update generate.sh in mapper-frameworkwbc60802023-11-301-4/+8
| | | | | | | | Signed-off-by: wbc6080 <wangbincheng4@huawei.com>
* | Merge pull request #5326 from wbc6080/upgrade-mapperKubeEdge Bot2024-01-0212-38/+97
|\ \ | | | | | | fix import to upgrade mapper
| * | update mapper-framework package versionwbc60802023-12-236-20/+78
| | | | | | | | | | | | Signed-off-by: wbc6080 <wangbincheng4@huawei.com>
| * | fix import to upgrade mapperwbc60802023-12-2310-20/+21
| | | | | | | | | | | | Signed-off-by: wbc6080 <wangbincheng4@huawei.com>
* | | Merge pull request #5281 from cl2017/update_grpcKubeEdge Bot2023-12-252-67/+68
|\ \ \ | |/ / |/| | Update parse/grpc.go in mapper-framework
| * | update parse/grpccl20172023-12-072-67/+68
| | | | | | | | | | | | Signed-off-by: cl2017 <chenlin.liu@daocloud.io>
* | | Merge pull request #5288 from wbc6080/fix-mapper-dockerfileKubeEdge Bot2023-12-212-4/+8
|\ \ \ | | | | | | | | fix mapper framework generate.sh to build image successfully
| * | | fix mapper framework dockerfilewbc60802023-12-132-4/+8
| | | | | | | | | | | | | | | | Signed-off-by: wbc6080 <wangbincheng4@huawei.com>
* | | | Merge pull request #5308 from wbc6080/mapper-upgradeKubeEdge Bot2023-12-1515-19/+201
|\ \ \ \ | | | | | | | | | | fix go mod to prepare for mapper upgrade
| * | | | fix go mod to prepare for mapper upgradewbc60802023-12-1315-19/+201
| | | | | | | | | | | | | | | | | | | | Signed-off-by: wbc6080 <wangbincheng4@huawei.com>
* | | | | remove unused protocol fieldwbc60802023-12-123-11/+5
|/ / / / | | | | | | | | | | | | Signed-off-by: wbc6080 <wangbincheng4@huawei.com>
* | | | Merge pull request #5250 from wbc6080/change-dmiapi-vendorKubeEdge Bot2023-12-129-42/+34
|\ \ \ \ | | | | | | | | | | Change dmi-api reference method
| * | | | Change dmi-api reference methodwbc60802023-12-129-42/+34
| | | | | | | | | | | | | | | | | | | | Signed-off-by: wbc6080 <wangbincheng4@huawei.com>
* | | | | Merge pull request #5230 from wbc6080/update-constKubeEdge Bot2023-12-113-7/+3
|\ \ \ \ \ | | | | | | | | | | | | update mapper framework const
| * | | | | update mapper framework constwbc60802023-12-113-7/+3
| | |_|_|/ | |/| | | | | | | | | | | | | Signed-off-by: wbc6080 <wangbincheng4@huawei.com>
* | | | | Merge pull request #5276 from cl2017/update_importKubeEdge Bot2023-12-083-6/+6
|\ \ \ \ \ | |_|_|/ / |/| | | | Replace deprecated `io/ioutil` function
| * | | | replace `io/ioutil`cl20172023-12-063-6/+6
| | |_|/ | |/| | | | | | | | | | Signed-off-by: cl2017 <chenlin.liu@daocloud.io>
* / | | replace panic with errorcl20172023-12-061-6/+9
|/ / / | | | | | | | | | Signed-off-by: cl2017 <chenlin.liu@daocloud.io>
* | | Merge pull request #5064 from cai6489/v1beta1-dmiKubeEdge Bot2023-12-048-335/+1048
|\ \ \ | |_|/ |/| | Integrated redis and tdengine interfaces
| * | modify pushMethod locationcai64892023-11-281-44/+18
| | | | | | | | | | | | Signed-off-by: cai6489 <caichunbo@beyondcent.com>
| * | Merge branch 'master' into v1beta1-dmicai64892023-11-2814-64/+76
| |\|
| * | update mapper dependencycai64892023-10-122-9/+0
| | | | | | | | | | | | Signed-off-by: cai6489 <caichunbo@beyondcent.com>
| * | update tdengine client ..cai64892023-10-112-14/+13
| | | | | | | | | | | | Signed-off-by: cai6489 <caichunbo@beyondcent.com>
| * | modify tdengine clientcai64892023-10-111-1/+1
| | | | | | | | | | | | Signed-off-by: cai6489 <caichunbo@beyondcent.com>
| * | update tdengine configcai64892023-10-111-1/+1
| | | | | | | | | | | | Signed-off-by: cai6489 <caichunbo@beyondcent.com>
| * | modify redis and tdengine mappercai64892023-10-117-273/+241
| | | | | | | | | | | | Signed-off-by: cai6489 <caichunbo@beyondcent.com>
| * | update redis clientcai64892023-10-113-2/+11
| | | | | | | | | | | | Signed-off-by: cai6489 <caichunbo@beyondcent.com>
| * | update redis and tdengine dmi mappercai64892023-10-118-330/+1076
| | | | | | | | | | | | Signed-off-by: cai6489 <caichunbo@beyondcent.com>
* | | Merge pull request #5174 from wbc6080/updateconfigKubeEdge Bot2023-12-012-0/+66
|\ \ \ | | | | | | | | update mapper framework config file
| * | | update configmapwbc60802023-11-301-2/+0
| | | | | | | | | | | | | | | | Signed-off-by: wbc6080 <wangbincheng4@huawei.com>
| * | | update mapper framework configwbc60802023-11-172-0/+68
| | | | | | | | | | | | | | | | Signed-off-by: wbc6080 <wangbincheng4@huawei.com>
* | | | refactor mapper configcl20172023-11-296-66/+24
| |_|/ |/| | | | | | | | Signed-off-by: cl2017 <chenlin.liu@daocloud.io>
* | | Merge pull request #5207 from wbc6080/update-go-versionKubeEdge Bot2023-11-281-2/+2
|\ \ \ | | | | | | | | update go version in mapper Dockerfile
| * | | update vesion of go and ubuntu imageswbc60802023-11-281-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: wbc6080 <wangbincheng4@huawei.com>
| * | | update go version in Dockerfilewbc60802023-11-271-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: wbc6080 <wangbincheng4@huawei.com>
* | | | Merge pull request #5140 from luomengY/mapper_define_statusKubeEdge Bot2023-11-281-15/+7
|\ \ \ \ | |/ / / |/| | | Resolve that users do not need to define the status module in device. yaml.