| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| | * | Makefile: fix OUT_DIR does not work | llhuii | 2021-01-12 | 1 | -2/+2 |
| * | | Generate coverprofile when test•••Signed-off-by: Xiang Dai <long0dai@foxmail.com>
| Xiang Dai | 2021-01-09 | 1 | -0/+5 |
| |/ |
|
| * | CI: switch amd64 tests to Github Action•••Signed-off-by: Xiang Dai <long0dai@foxmail.com>
| Xiang Dai | 2020-11-18 | 1 | -6/+8 |
| * | 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 | -2/+12 |
| * | build: Add install rule•••Optionally WHAT can be used to install a single component.
For detail check:
make install HELP=y
Default place is "/usr/local/bin"
the generic location for not package binaries on Unix (in $PATH)
which is used in current code base.
But for flexibility variables can be overloaded from outside
For example:
make && sudo make install INSTALL_DIR=/usr/local/opt/kubeedge
Note: DESTDIR can used by packaging tools (ie: debian)
Thanks-to: daixiang0
Change-Id: I9953e111af7e94c76a825b4dbe5cdeec655175f5
Forwarded: https://github.com/kubeedge/kubeedge/pull/1237#
Relate-to: https://github.com/kubeedge/kubeedge/issues/1246
Last-update: 2020-10-22
Signed-off-by: Philippe Coval <rzr@users.sf.net>
| Philippe Coval | 2020-10-22 | 1 | -0/+34 |
| * | 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 | -0/+6 |
| * | upate go version | Jan Unterbrink | 2020-07-14 | 1 | -2/+2 |
| * | Lint: Add verify-vendor-licenses•••Signed-off-by: Xiang Dai <long0dai@foxmail.com>
| Xiang Dai | 2020-06-24 | 1 | -1/+4 |
| * | Clean all cache before do test•••Signed-off-by: Xiang Dai <long0dai@foxmail.com>
| Xiang Dai | 2020-05-30 | 1 | -1/+1 |
| * | remove lint by component•••Signed-off-by: Xiang Dai <long0dai@foxmail.com>
| Xiang Dai | 2020-05-21 | 1 | -10/+1 |
| * | 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 | -47/+33 |
| * | adjust no-phony target•••Signed-off-by: Xiang Dai <764524258@qq.com>
| Xiang Dai | 2020-05-07 | 1 | -2/+4 |
| * | use empty go flags•••Signed-off-by: Xiang Dai <764524258@qq.com>
| Xiang Dai | 2020-05-07 | 1 | -1/+1 |
| * | lint: add spell check•••Signed-off-by: Xiang Dai <764524258@qq.com>
| Xiang Dai | 2020-05-07 | 1 | -2/+14 |
| * | update build image for components, fix -ldflags•••Signed-off-by: Kevin Wang <kevinwzf0126@gmail.com>
| Kevin Wang | 2020-03-09 | 1 | -5/+8 |
| * | no need to clean before make | fisherxu | 2020-02-26 | 1 | -1/+1 |
| * | add e2e for keadm deploy | fisherxu | 2020-02-21 | 1 | -0/+17 |
| * | 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 | -32/+34 |
| * | support make e2e•••Signed-off-by: zhangjie <iamkadisi@163.com>
| zhangjie | 2020-02-18 | 1 | -15/+18 |
| * | support make smallbuild•••Signed-off-by: zhangjie <iamkadisi@163.com>
| zhangjie | 2020-02-18 | 1 | -2/+32 |
| * | support make crossbuild•••Signed-off-by: zhangjie <iamkadisi@163.com>
| zhangjie | 2020-02-18 | 1 | -32/+43 |
| * | support integrationtest•••Signed-off-by: zhangjie <iamkadisi@163.com>
| zhangjie | 2020-02-18 | 1 | -4/+23 |
| * | support make lint•••Signed-off-by: zhangjie <iamkadisi@163.com>
| zhangjie | 2020-02-18 | 1 | -29/+25 |
| * | support make test•••Signed-off-by: zhangjie <iamkadisi@163.com>
| zhangjie | 2020-02-18 | 1 | -8/+34 |
| * | use bash to build kubeedge components, and use WHAT param•••Signed-off-by: zhangjie <iamkadisi@163.com>
| zhangjie | 2020-02-18 | 1 | -33/+62 |
| * | small build in travis ci | ZhangLianxiang | 2020-01-17 | 1 | -0/+4 |
| * | merge lint checks•••Signed-off-by: zhangjie <iamkadisi@163.com>
| zhangjie | 2020-01-11 | 1 | -13/+15 |
| * | add codegen check to ci | fisherxu | 2020-01-09 | 1 | -0/+1 |
| * | Adjust all base images to match latest golang 1.12 and alpine 3.10 | Johannes M. Scheuermann | 2019-11-20 | 1 | -5/+5 |
| * | Make sure the bluetoothdevice image is built in Travis CI•••Signed-off-by: Dave Chen <dave.chen@arm.com>
| Dave Chen | 2019-10-29 | 1 | -1/+2 |
| * | add golang version check for makefile•••Signed-off-by: zhangjie <iamkadisi@163.com>
| zhangjie | 2019-10-12 | 1 | -0/+1 |
| * | add verify-vendor.sh•••Signed-off-by: zhangjie <iamkadisi@163.com>
| zhangjie | 2019-10-01 | 1 | -3/+3 |
| * | create a symlink in vendor directory pointing to the staging components•••Signed-off-by: zhangjie <iamkadisi@163.com>
| zhangjie | 2019-09-30 | 1 | -1/+1 |
| * | add deploy and example | edisonxiang | 2019-09-05 | 1 | -0/+4 |
| * | add _output to .gitignore | fisherxu | 2019-09-04 | 1 | -2/+2 |
| * | fix make cloudcore&admission | fisherxu | 2019-09-03 | 1 | -6/+11 |
| * | add deploy script and yaml files | fisherxu | 2019-08-28 | 1 | -6/+10 |
| * | Merge pull request #1016 from subpathdev/verifyVendor•••adding verfify vendor script | KubeEdge Bot | 2019-08-19 | 1 | -3/+3 |
| |\ |
|
| | * | Add gomod verify scripts•••adding verfify vendor script
check if dependencies have been patched
| Jan Unterbrink | 2019-08-15 | 1 | -3/+3 |
| * | | edge: use golangci-lint for edge_lint•••For the consistency with other commands, such as cloud_lint and keadm_lint,
this PR changes Makefile command `edge_verify` to `edge_lint` and call `golangci-lint`
directly. So, edge/hack/verify.sh is no longer being used and deleted.
| Ziyi Yan | 2019-08-10 | 1 | -4/+4 |
| |/ |
|
| * | remove init from cloud part and rename cloud part | fisherxu | 2019-08-08 | 1 | -1/+1 |
| * | adding build flags for armv7 and armv8 build armv7 | Jan Unterbrink | 2019-07-31 | 1 | -0/+20 |
| * | rename device dir to mappers | fisherxu | 2019-07-26 | 1 | -3/+3 |
| * | Add dockerfile for edgesite | Sujith Simon | 2019-07-08 | 1 | -0/+11 |
| * | fix WHAT string edgesite | Jan Unterbrink | 2019-07-03 | 1 | -1/+1 |
| * | adding edgesite•••updating error message
| Jan Unterbrink | 2019-06-26 | 1 | -1/+4 |
| * | Merge pull request #717 from subpathdev/unitTest•••adding unit tests cloud | KubeEdge Bot | 2019-06-25 | 1 | -0/+4 |
| |\ |
|
| | * | adding unit tests cloud | Jan Unterbrink | 2019-06-19 | 1 | -0/+4 |
| * | | Updated documentation of Bluetooth Mapper to incorporate changes in Makefile ... | Sujith Simon | 2019-06-20 | 1 | -1/+2 |
| * | | Added e2e tests for device management (#693)•••* Added e2e tests for device management
* Addressed review comments given by rohitsardesai83
* Resolved conflicts and made changes accordingly
| Sujith Simon | 2019-06-19 | 1 | -0/+1 |