| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | hack/lib/golang.sh: fix a hardcode•••Signed-off-by: Xiang Dai <long0dai@foxmail.com> | Xiang Dai | 2021-01-15 | 1 | -1/+1 | |
| * | Generate coverprofile when test•••Signed-off-by: Xiang Dai <long0dai@foxmail.com> | Xiang Dai | 2021-01-09 | 1 | -1/+7 | |
| * | install golangci-lint | xufei 00416946 | 2020-12-11 | 1 | -2/+20 | |
| * | CI: switch amd64 tests to Github Action•••Signed-off-by: Xiang Dai <long0dai@foxmail.com> | Xiang Dai | 2020-11-18 | 6 | -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 | 1 | -0/+10 | |
| * | upgrade the kind to latest version | fisherxu | 2020-11-03 | 1 | -1/+1 | |
| * | Fix bash array usage in hack/lib/golang.sh | root | 2020-10-16 | 1 | -1/+1 | |
| * | Merge pull request #2093 from chendave/buildoption•••Add the build option to make the binaries debuggable | KubeEdge Bot | 2020-09-12 | 1 | -3/+5 | |
| |\ | ||||||
| | * | Add the build option to make the binaries debuggable•••By default, the debug info will be stripped for the binaries, `cloudcore` for example, to keep the binary as small as possible. This behavior can be overwritten by adding the options `GOLDFLAGS` or `GOGCFLAGS` when building the binaries. As a example, the binary `cloudcore` built with the below command will have DWARF and symbol table kept, the optimizations and inline will also been disabled, this is helpful when you want to use the debugging tools like `delve`. `make all WHAT=cloudcore GOLDFLAGS="" GOGCFLAGS="-N -l"` Signed-off-by: Dave Chen <dave.chen@arm.com> | Dave Chen | 2020-09-04 | 1 | -3/+5 | |
| * | | test: fix keadm test case missing issue•••Signed-off-by: Xiang Dai <long0dai@foxmail.com> | Xiang Dai | 2020-08-15 | 1 | -2/+3 | |
| |/ | ||||||
| * | make lint work in Mac and fix lint issues | Yin Ding | 2020-07-30 | 1 | -2/+34 | |
| * | Lint: add more help info•••Signed-off-by: Xiang Dai <long0dai@foxmail.com> | Xiang Dai | 2020-07-27 | 1 | -3/+10 | |
| * | Lint: update help info•••Signed-off-by: Xiang Dai <long0dai@foxmail.com> | Xiang Dai | 2020-07-07 | 1 | -1/+1 | |
| * | update lint.sh | Liangshuang | 2020-07-02 | 1 | -1/+1 | |
| * | Merge pull request #1842 from daixiang0/li•••Lint: add transfer sign for hint | KubeEdge Bot | 2020-06-30 | 1 | -1/+1 | |
| |\ | ||||||
| | * | Lint: add transfer sign for hint•••Signed-off-by: Xiang Dai <long0dai@foxmail.com> | Xiang Dai | 2020-06-19 | 1 | -1/+1 | |
| * | | fix file headers•••Signed-off-by: Kevin Wang <kevinwzf0126@gmail.com> | Kevin Wang | 2020-06-21 | 2 | -24/+22 | |
| * | | Add update-vendor-licenses.sh•••Signed-off-by: Kevin Wang <kevinwzf0126@gmail.com> | Kevin Wang | 2020-06-21 | 2 | -0/+77 | |
| * | | lint: ignore image files•••Signed-off-by: Xiang Dai <long0dai@foxmail.com> | Xiang Dai | 2020-06-19 | 1 | -1/+1 | |
| |/ | ||||||
| * | hack/lib/lint.sh: fix merge error•••Signed-off-by: Xiang Dai <long0dai@foxmail.com> | Xiang Dai | 2020-06-17 | 1 | -0/+2 | |
| * | hack/lib/lint.sh: skip deleted files•••Signed-off-by: Xiang Dai <long0dai@foxmail.com> | Xiang Dai | 2020-06-09 | 1 | -2/+7 | |
| * | Lint: cleanup white noise•••Signed-off-by: Xiang Dai <long0dai@foxmail.com> | Xiang Dai | 2020-06-04 | 2 | -16/+16 | |
| * | Clean all cache before do test•••Signed-off-by: Xiang Dai <long0dai@foxmail.com> | Xiang Dai | 2020-05-30 | 1 | -0/+1 | |
| * | enable govet•••Signed-off-by: Xiang Dai <long0dai@foxmail.com> | Xiang Dai | 2020-05-23 | 1 | -1/+0 | |
| * | check staging dir•••Signed-off-by: Xiang Dai <long0dai@foxmail.com> | Xiang Dai | 2020-05-21 | 1 | -0/+1 | |
| * | remove lint by component•••Signed-off-by: Xiang Dai <long0dai@foxmail.com> | Xiang Dai | 2020-05-21 | 1 | -91/+1 | |
| * | cleanup all lint issue•••Signed-off-by: Xiang Dai <long0dai@foxmail.com> | Xiang Dai | 2020-05-21 | 1 | -6/+5 | |
| * | use golangci misspell linter•••Skip golint linter, and enable in another PR. Signed-off-by: Xiang Dai <764524258@qq.com> | Xiang Dai | 2020-05-09 | 1 | -13/+5 | |
| * | add repo-wide spell check•••Signed-off-by: Xiang Dai <764524258@qq.com> | Xiang Dai | 2020-05-07 | 1 | -0/+2 | |
| * | lint: add spell check•••Signed-off-by: Xiang Dai <764524258@qq.com> | Xiang Dai | 2020-05-07 | 1 | -0/+6 | |
| * | enforce repo-wide gofmt•••Signed-off-by: Kevin Wang <kevinwzf0126@gmail.com> | Kevin Wang | 2020-05-06 | 1 | -2/+12 | |
| * | enable test in keadm | Jan Unterbrink | 2020-03-16 | 1 | -0/+10 | |
| * | set GOARM from 6 to 7 when cross_build GOARM=GOARM7•••Signed-off-by: zhangjie <iamkadisi@163.com> | zhangjie | 2020-02-19 | 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 | 3 | -48/+58 | |
| * | support make smallbuild•••Signed-off-by: zhangjie <iamkadisi@163.com> | zhangjie | 2020-02-18 | 1 | -13/+68 | |
| * | support make crossbuild•••Signed-off-by: zhangjie <iamkadisi@163.com> | zhangjie | 2020-02-18 | 1 | -4/+91 | |
| * | support make lint•••Signed-off-by: zhangjie <iamkadisi@163.com> | zhangjie | 2020-02-18 | 3 | -2/+110 | |
| * | support make test•••Signed-off-by: zhangjie <iamkadisi@163.com> | zhangjie | 2020-02-18 | 1 | -0/+71 | |
| * | use bash to build kubeedge components, and use WHAT param•••Signed-off-by: zhangjie <iamkadisi@163.com> | zhangjie | 2020-02-18 | 2 | -6/+151 | |
| * | upgrade kind to 0.7.0(K8s v1.17) | fisherxu | 2020-01-14 | 1 | -1/+1 | |
| * | avoid install kind modifing go mod files | fisherxu | 2019-12-31 | 1 | -0/+4 | |
| * | fix local-up | fisherxu | 2019-10-28 | 1 | -2/+6 | |
| * | add local-up kubeedge script | fisherxu | 2019-09-04 | 1 | -0/+68 | |
| * | cloudcore support version info•••Signed-off-by: zhangjie <iamkadisi@163.com> | zhangjie | 2019-08-30 | 1 | -2/+2 | |
| * | add get version info script•••Signed-off-by: zhangjie <iamkadisi@163.com> | zhangjie | 2019-08-30 | 1 | -0/+123 | |
