| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | remove mappers from kubeedge/kubeedge repo•••Signed-off-by: fisherxu <xufei40@huawei.com> | fisherxu | 2021-04-14 | 55 | -5672/+1 |
| * | reuse device profile structure of kubeedge api | luogangyi | 2020-12-19 | 3 | -218/+20 |
| * | bluetooth updates | luogangyi | 2020-12-16 | 2 | -26/+125 |
| * | Merge pull request #2426 from sailorvii/opcua•••Fix an issue that misuse the name of the modbus register. | KubeEdge Bot | 2020-12-14 | 1 | -1/+1 |
| |\ | |||||
| | * | Fix an issue that misuse the name of the modbus register. | sailorvii | 2020-12-12 | 1 | -1/+1 |
| * | | CI: fix panic and other existing issues•••Signed-off-by: Xiang Dai <long0dai@foxmail.com> | Xiang Dai | 2020-12-07 | 11 | -69/+19 |
| |/ | |||||
| * | Merge pull request #2349 from GsssC/fixKlog•••upgrade klog@0.4.0 to klog/v2@2.2.0 | KubeEdge Bot | 2020-11-23 | 13 | -13/+13 |
| |\ | |||||
| | * | upgrade klog@0.4.0 to klog/v2@2.2.0 | GsssC | 2020-11-20 | 13 | -13/+13 |
| * | | CI: switch amd64 tests to Github Action•••Signed-off-by: Xiang Dai <long0dai@foxmail.com> | Xiang Dai | 2020-11-18 | 1 | -0/+0 |
| |/ | |||||
| * | Modbus mapper refactor (#2282)•••* Add modbus mapper. * Add modbus mapper. * Address comments. 1. Set client to each RTU port instead of each RTU device. 2. Add README 3. Refine the dockerfile * Refine device instance & model example files. * Fix verify and lint issues. * Address lint & verify issues. * Add license * Remove whitenoise * Fix error * Address lint errors * Refine as the Fisher's comment * Remove serial license * Add more license * Address conflict | sailorvii | 2020-11-05 | 25 | -0/+1871 |
| * | Merge pull request #2174 from jianping0222/master••• documentation:Solve modubs_mapper configuration error | KubeEdge Bot | 2020-09-21 | 1 | -4/+5 |
| |\ | |||||
| | * | Solve modubs_mapper configuration error•••The default configuration does not correspond to the field values, some field names are also wrong, and fields are missing, which causes mobus_mapper to fail to start normally | jianping0222 | 2020-09-18 | 1 | -5/+6 |
| * | | Merge pull request #1721 from daixiang0/enable-errcheck•••Lint: enable errcheck linter | KubeEdge Bot | 2020-09-15 | 1 | -1/+3 |
| |\ \ | |||||
| | * | | Lint: fix errcheck issue•••Signed-off-by: Xiang Dai <long0dai@foxmail.com> | Xiang Dai | 2020-09-08 | 1 | -1/+3 |
| * | | | modify all protocol_config to protocolConfig in modbus mapper | jidalong | 2020-09-08 | 2 | -5/+5 |
| * | | | fix deviceProfile json bug | jidalong | 2020-09-08 | 1 | -1/+1 |
| |/ / | |||||
| * | | BluetoothMapper: fix logic error | ZYZ | 2020-08-31 | 1 | -2/+2 |
| * | | Merge pull request #1940 from sailorvii/1824•••bugfix: Process of bluetooth mapper scheduler seems wrong | KubeEdge Bot | 2020-07-31 | 1 | -8/+8 |
| |\ \ | |||||
| | * | | Move the setting out of the rotation. | sailorvii | 2020-07-31 | 1 | -5/+5 |
| | * | | Fix issue 1824•••The action in one schedule can be more than one. "actionExists" will always be true once it enters line 85, which is not expected. Morever, if one action cannot be found, other actions should be run. | sailorvii | 2020-07-17 | 1 | -3/+3 |
| * | | | Docs: fix all dead links•••Signed-off-by: Xiang Dai <long0dai@foxmail.com> | Xiang Dai | 2020-07-20 | 2 | -2/+2 |
| * | | | Lint: check broken links•••Signed-off-by: Xiang Dai <long0dai@foxmail.com> | Xiang Dai | 2020-07-17 | 2 | -2/+2 |
| * | | | Bump lodash from 4.17.14 to 4.17.19 in /mappers/modbus_mapper/src•••Bumps [lodash](https://github.com/lodash/lodash) from 4.17.14 to 4.17.19. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.14...4.17.19) Signed-off-by: dependabot[bot] <support@github.com> | dependabot[bot] | 2020-07-16 | 1 | -3/+3 |
| * | | | Fix Modbus Mapper Metric Param Error. | zongke | 2020-07-13 | 2 | -10/+17 |
| |/ / | |||||
| * | | Lint: cleanup white noise•••Signed-off-by: Xiang Dai <long0dai@foxmail.com> | Xiang Dai | 2020-06-04 | 7 | -15/+15 |
| * | | clean up spell issue•••Signed-off-by: Xiang Dai <764524258@qq.com> | Xiang Dai | 2020-05-07 | 1 | -1/+1 |
| * | | support make bluetoothdevice and make bluetoothdevice_imagex•••Signed-off-by: zhangjie <iamkadisi@163.com> Co-Authored-By: Kevin Wang <kevinwzf0126@gmail.com> | zhangjie | 2020-02-18 | 1 | -9/+0 |
| * | | support make lint•••Signed-off-by: zhangjie <iamkadisi@163.com> | zhangjie | 2020-02-18 | 1 | -3/+0 |
| * | | "CMD" to "RUN" and "-" to "--"•••The `mkdir -p kubeedge` command should be `RUN` rather than `CMD` because it is not an "default entry command". The flag `logtostderr` should begin with `--` ranther than `-` because the module used "spf13/pflag". | Xinchi Ji | 2019-11-26 | 1 | -2/+2 |
| * | | bluetooth_mapper: use strings.EqualFold to compare string•••Signed-off-by: Guangming Wang <guangming.wang@daocloud.io> | Guangming Wang | 2019-09-19 | 5 | -12/+12 |
| |/ | |||||
| * | unifying other component logging library to klog•••Signed-off-by: zhangjie <iamkadisi@163.com> | zhangjie | 2019-08-16 | 3 | -19/+6 |
| * | unifying emappercomponent logging library to klog•••Signed-off-by: zhangjie <iamkadisi@163.com> | zhangjie | 2019-08-16 | 6 | -70/+74 |
| * | Merge pull request #947 from subpathdev/gomod-k8s-15•••Gomod k8s v1.15.1 | KubeEdge Bot | 2019-08-09 | 1 | -1/+1 |
| |\ | |||||
| | * | remove dep tarvis stage | Jan Unterbrink | 2019-08-08 | 1 | -1/+1 |
| * | | initialize OWNERS file for mappers and tests | Siddharth Bhadri | 2019-08-08 | 2 | -0/+20 |
| |/ | |||||
| * | rename device dir to mappers | fisherxu | 2019-07-26 | 30 | -0/+3943 |
