summaryrefslogtreecommitdiff
path: root/edge/pkg/devicetwin (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix device status problem with device's namespace in kubeege v1.16.0•••Signed-off-by: luomengY <2938893385@qq.com> luomengY2024-04-162-2/+6
* update dmi server to get namespace•••Signed-off-by: wbc6080 <wangbincheng4@huawei.com> wbc60802024-01-184-23/+39
* support configuring dmisock path in edgecore•••Signed-off-by: wbc6080 <wangbincheng4@huawei.com> wbc60802023-12-291-2/+9
* fix mutex unlock•••Signed-off-by: cl2017 <chenlin.liu@daocloud.io> cl20172023-12-061-4/+3
* Change astaxie/beego to beego/beego•••Signed-off-by: liulijin <253954033@qq.com> liulijin2023-10-1811-11/+11
* update generate way and modify mistake•••Signed-off-by: wbc6080 <wangbincheng4@huawei.com> wbc60802023-10-091-2/+1
* update to v1beta1 version•••Signed-off-by: wbc6080 <wangbincheng4@huawei.com> Co-authored-by: QiQi-OvO <2763359332@qq.com> wbc60802023-10-092-0/+126
* Merge pull request #4983 from cl2017/device_v1beta1_api•••device crd v1beta1 and API definitionKubeEdge Bot2023-09-254-74/+37
|\
| * device crd v1beta1 edge•••Signed-off-by: cl2017 <chenlin.liu@daocloud.io> cl20172023-09-224-74/+37
* | Merge pull request #5036 from luomengY/modify-dmi•••Solving the deployment order dependency of mapper and deviceKubeEdge Bot2023-09-221-12/+12
|\ \
| * | Solving the deployment order dependency of mapper and device•••Signed-off-by: luomengY <2938893385@qq.com> luomengY2023-09-211-12/+12
| |/
* | Merge pull request #4967 from wujunyi792/feat/windows-nodes-edgecore•••Feat/windows nodes edgecoreKubeEdge Bot2023-09-225-20/+64
|\ \ | |/ |/|
| * chore: update•••1. sort import 2. fix missing import 3. rename filename Signed-off-by: wujunyi <wu65830600@163.com> wujunyi2023-09-212-2/+4
| * chore: avoid using 'if runtime.GOOS'•••Signed-off-by: wujunyi <wu65830600@163.com> wujunyi2023-09-213-28/+46
| * chore: remake dmiserver initSock && add a comment in ConvertConfigEdgedFlagTo...•••Signed-off-by: JunYi Wu <wu65830600@163.com> JunYi Wu2023-09-201-6/+20
| * feat: use conditional compilation to complete edgecore windows configuration•••Signed-off-by: JunYi Wu <wu65830600@163.com> JunYi Wu2023-08-303-12/+22
* | Merge pull request #4702 from RyanZhaoXB/bugfix-device-report-response•••[bugfix]edgehub process send device twin msg to twingroup directlyKubeEdge Bot2023-09-011-0/+2
|\ \
| * | edgehub process send twin msg to twingroup directly to avoid the response of ...•••Signed-off-by: Ryan <zhaoran11@huawei.com> Ryan2023-04-031-0/+2
* | | fix typo and update comments•••Signed-off-by: Zhizhen He <hezhizhen.yi@gmail.com> Zhizhen He2023-08-251-1/+1
* | | fix lint•••Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com> Shelley-BaoYue2023-08-2119-123/+123
* | | add myself to reviewer•••Signed-off-by: cl2017 <chenlin.liu@daocloud.io> cl20172023-08-111-0/+1
| |/ |/|
* | update UT of devicetwin to reduce the duplication•••Signed-off-by: Ryan <zhaoran11@huawei.com> Ryan2023-04-1414-1563/+614
* | Merge pull request #4686 from RyanZhaoXB/DMI-bugfix-isTwinValueDiff•••fix the bug of report illegal devicetwin value for the first timeKubeEdge Bot2023-03-291-2/+4
|\ \ | |/ |/|
| * update isTwinValueDiff to fix the bug of report illegal devicetwin value for ...•••Signed-off-by: Ryan <zhaoran11@huawei.com> Ryan2023-03-201-2/+4
* | bugfix property type not match the type in mappers•••Signed-off-by: QianQianowo <chenjiaqian2@huawei.com> QianQianowo2023-03-161-1/+1
|/
* Optimize the comparison mode of bool judgment•••Signed-off-by: Fish-pro <zechun.chen@daocloud.io> Fish-pro2023-01-043-11/+11
* add edgecore v1alpha2 config•••Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com> Shelley-BaoYue2022-09-242-5/+5
* modify RetryInterval for db operation of device to avoid occasional failure i...•••Signed-off-by: RyanZhaoXB <zhaoran11@huawei.com> RyanZhaoXB2022-09-211-1/+1
* add dmi api, proto, services, server and dmi module in devicetwin•••fix device twin UT and review comment. update device model crd. add mutex lock for MapperRegister add rate limiter for DMI server make dmiclients as a map and generate a new client when a new mapper registers update api.pb.go modify dmi client move deviceList to the server struct make DMIcache mv edge/pkg/apis/dmi to pkg/apis/dmi add some mutex and fix some comment optimized the v1alpha1 of DMI proto and add some comments update api.pb.go generate crd fix review comments Signed-off-by: RyanZhaoXB <zhaoran11@huawei.com> RyanZhaoXB2022-09-199-9/+957
* bugfix 'transaction has already been committed or rolled back' in list-watch•••Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com> Shelley-BaoYue2022-08-2610-76/+158
* clean up: optimize dtmodule init•••Signed-off-by: crui <crui@relaper.com> crui2022-08-031-29/+15
* fix complex parameters•••Signed-off-by: vincentgoat <linguohui1@huawei.com> vincentgoat2022-06-306-36/+128
* Possible type confusions•••Signed-off-by: vincentgoat <linguohui1@huawei.com> vincentgoat2022-06-231-1/+7
* Merge pull request #3770 from TianTianBigWang/fix/devicetwin-typer•••fix actualValue meta not setKubeEdge Bot2022-04-192-1/+2
|\
| * fix actualValue meta not set•••Signed-off-by: TianTianBigWang <zilong.wang@daocloud.io> TianTianBigWang2022-04-062-1/+2
* | device twin cleanup•••Signed-off-by: TianTianBigWang <zilong.wang@daocloud.io> TianTianBigWang2022-04-111-23/+12
* | fix SyncDeviceFromSqlite log print•••Signed-off-by: TianTianBigWang <zilong.wang@daocloud.io> TianTianBigWang2022-04-061-4/+4
|/
* Add myself to deviceTwin modules OWNERS approvers/edgehub modules OWNERS revi...•••Signed-off-by: TianTianBigWang <zilong.wang@daocloud.io> TianTianBigWang2022-03-101-0/+2
* Merge pull request #3386 from TianTianBigWang/fix/dt-valuetype•••add valueType constant for deviceTwinKubeEdge Bot2021-12-239-49/+54
|\
| * add valueType constant for deviceTwin•••Signed-off-by: TianTianBigWang <zilong.wang@daocloud.io> TianTianBigWang2021-11-269-49/+54
* | drop import of github.com/stretchr/testify•••Signed-off-by: gy95 <guoyao17@huawei.com> gy952021-12-112-32/+68
* | Merge pull request #3372 from TianTianBigWang/fix/twin-cleanup•••DealDeviceTwin cleanupKubeEdge Bot2021-12-091-6/+4
|\ \
| * | DealDeviceTwin cleanup•••Signed-off-by: TianTianBigWang <zilong.wang@daocloud.io> TianTianBigWang2021-11-281-6/+4
* | | Merge pull request #3373 from jidalong/log•••add log if remove device MarshalMembershipUpdate errorKubeEdge Bot2021-12-091-6/+6
|\ \ \
| * | | log if remove device MarshalMembershipUpdate error•••Signed-off-by: jidalong <jidalong_yewu@cmss.chinamobile.com> jidalong2021-11-291-6/+6
| |/ /
* | | Merge pull request #3376 from orangegzx/fix/msg-err•••support device message attr error returnKubeEdge Bot2021-12-091-1/+7
|\ \ \
| * | | support device message attr error return•••Signed-off-by: orange <zuxia.ge@daocloud.io> orange2021-11-301-1/+7
| |/ /
* | | add device state update topic constant•••Signed-off-by: TianTianBigWang <zilong.wang@daocloud.io> TianTianBigWang2021-12-062-1/+3
* | | Merge pull request #3422 from xuxiawei/process•••fixed error message capitalizationKubeEdge Bot2021-12-062-2/+2
|\ \ \
| * | | fixed error message capitalization•••Signed-off-by: xuxiawei <xiawei.xu@daocloud.io> xuxiawei2021-12-022-2/+2