summaryrefslogtreecommitdiff
path: root/hack/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* hack/lib/golang.sh: fix a hardcode•••Signed-off-by: Xiang Dai <long0dai@foxmail.com> Xiang Dai2021-01-151-1/+1
* Generate coverprofile when test•••Signed-off-by: Xiang Dai <long0dai@foxmail.com> Xiang Dai2021-01-091-1/+7
* install golangci-lintxufei 004169462020-12-111-2/+20
* CI: switch amd64 tests to Github Action•••Signed-off-by: Xiang Dai <long0dai@foxmail.com> Xiang Dai2020-11-186-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 conflictsailorvii2020-11-051-0/+10
* upgrade the kind to latest versionfisherxu2020-11-031-1/+1
* Fix bash array usage in hack/lib/golang.shroot2020-10-161-1/+1
* Merge pull request #2093 from chendave/buildoption•••Add the build option to make the binaries debuggableKubeEdge Bot2020-09-121-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 Chen2020-09-041-3/+5
* | test: fix keadm test case missing issue•••Signed-off-by: Xiang Dai <long0dai@foxmail.com> Xiang Dai2020-08-151-2/+3
|/
* make lint work in Mac and fix lint issuesYin Ding2020-07-301-2/+34
* Lint: add more help info•••Signed-off-by: Xiang Dai <long0dai@foxmail.com> Xiang Dai2020-07-271-3/+10
* Lint: update help info•••Signed-off-by: Xiang Dai <long0dai@foxmail.com> Xiang Dai2020-07-071-1/+1
* update lint.shLiangshuang2020-07-021-1/+1
* Merge pull request #1842 from daixiang0/li•••Lint: add transfer sign for hintKubeEdge Bot2020-06-301-1/+1
|\
| * Lint: add transfer sign for hint•••Signed-off-by: Xiang Dai <long0dai@foxmail.com> Xiang Dai2020-06-191-1/+1
* | fix file headers•••Signed-off-by: Kevin Wang <kevinwzf0126@gmail.com> Kevin Wang2020-06-212-24/+22
* | Add update-vendor-licenses.sh•••Signed-off-by: Kevin Wang <kevinwzf0126@gmail.com> Kevin Wang2020-06-212-0/+77
* | lint: ignore image files•••Signed-off-by: Xiang Dai <long0dai@foxmail.com> Xiang Dai2020-06-191-1/+1
|/
* hack/lib/lint.sh: fix merge error•••Signed-off-by: Xiang Dai <long0dai@foxmail.com> Xiang Dai2020-06-171-0/+2
* hack/lib/lint.sh: skip deleted files•••Signed-off-by: Xiang Dai <long0dai@foxmail.com> Xiang Dai2020-06-091-2/+7
* Lint: cleanup white noise•••Signed-off-by: Xiang Dai <long0dai@foxmail.com> Xiang Dai2020-06-042-16/+16
* Clean all cache before do test•••Signed-off-by: Xiang Dai <long0dai@foxmail.com> Xiang Dai2020-05-301-0/+1
* enable govet•••Signed-off-by: Xiang Dai <long0dai@foxmail.com> Xiang Dai2020-05-231-1/+0
* check staging dir•••Signed-off-by: Xiang Dai <long0dai@foxmail.com> Xiang Dai2020-05-211-0/+1
* remove lint by component•••Signed-off-by: Xiang Dai <long0dai@foxmail.com> Xiang Dai2020-05-211-91/+1
* cleanup all lint issue•••Signed-off-by: Xiang Dai <long0dai@foxmail.com> Xiang Dai2020-05-211-6/+5
* use golangci misspell linter•••Skip golint linter, and enable in another PR. Signed-off-by: Xiang Dai <764524258@qq.com> Xiang Dai2020-05-091-13/+5
* add repo-wide spell check•••Signed-off-by: Xiang Dai <764524258@qq.com> Xiang Dai2020-05-071-0/+2
* lint: add spell check•••Signed-off-by: Xiang Dai <764524258@qq.com> Xiang Dai2020-05-071-0/+6
* enforce repo-wide gofmt•••Signed-off-by: Kevin Wang <kevinwzf0126@gmail.com> Kevin Wang2020-05-061-2/+12
* enable test in keadmJan Unterbrink2020-03-161-0/+10
* set GOARM from 6 to 7 when cross_build GOARM=GOARM7•••Signed-off-by: zhangjie <iamkadisi@163.com> zhangjie2020-02-191-1/+1
* support make bluetoothdevice and make bluetoothdevice_imagex•••Signed-off-by: zhangjie <iamkadisi@163.com> Co-Authored-By: Kevin Wang <kevinwzf0126@gmail.com> zhangjie2020-02-183-48/+58
* support make smallbuild•••Signed-off-by: zhangjie <iamkadisi@163.com> zhangjie2020-02-181-13/+68
* support make crossbuild•••Signed-off-by: zhangjie <iamkadisi@163.com> zhangjie2020-02-181-4/+91
* support make lint•••Signed-off-by: zhangjie <iamkadisi@163.com> zhangjie2020-02-183-2/+110
* support make test•••Signed-off-by: zhangjie <iamkadisi@163.com> zhangjie2020-02-181-0/+71
* use bash to build kubeedge components, and use WHAT param•••Signed-off-by: zhangjie <iamkadisi@163.com> zhangjie2020-02-182-6/+151
* upgrade kind to 0.7.0(K8s v1.17)fisherxu2020-01-141-1/+1
* avoid install kind modifing go mod filesfisherxu2019-12-311-0/+4
* fix local-upfisherxu2019-10-281-2/+6
* add local-up kubeedge scriptfisherxu2019-09-041-0/+68
* cloudcore support version info•••Signed-off-by: zhangjie <iamkadisi@163.com> zhangjie2019-08-301-2/+2
* add get version info script•••Signed-off-by: zhangjie <iamkadisi@163.com> zhangjie2019-08-301-0/+123