summaryrefslogtreecommitdiff
path: root/Makefile (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove lint by component•••Signed-off-by: Xiang Dai <long0dai@foxmail.com> Xiang Dai2020-05-211-10/+1
* use golangci misspell linter•••Skip golint linter, and enable in another PR. Signed-off-by: Xiang Dai <764524258@qq.com> Xiang Dai2020-05-091-47/+33
* adjust no-phony target•••Signed-off-by: Xiang Dai <764524258@qq.com> Xiang Dai2020-05-071-2/+4
* use empty go flags•••Signed-off-by: Xiang Dai <764524258@qq.com> Xiang Dai2020-05-071-1/+1
* lint: add spell check•••Signed-off-by: Xiang Dai <764524258@qq.com> Xiang Dai2020-05-071-2/+14
* update build image for components, fix -ldflags•••Signed-off-by: Kevin Wang <kevinwzf0126@gmail.com> Kevin Wang2020-03-091-5/+8
* no need to clean before makefisherxu2020-02-261-1/+1
* add e2e for keadm deployfisherxu2020-02-211-0/+17
* support make bluetoothdevice and make bluetoothdevice_imagex•••Signed-off-by: zhangjie <iamkadisi@163.com> Co-Authored-By: Kevin Wang <kevinwzf0126@gmail.com> zhangjie2020-02-181-32/+34
* support make e2e•••Signed-off-by: zhangjie <iamkadisi@163.com> zhangjie2020-02-181-15/+18
* support make smallbuild•••Signed-off-by: zhangjie <iamkadisi@163.com> zhangjie2020-02-181-2/+32
* support make crossbuild•••Signed-off-by: zhangjie <iamkadisi@163.com> zhangjie2020-02-181-32/+43
* support integrationtest•••Signed-off-by: zhangjie <iamkadisi@163.com> zhangjie2020-02-181-4/+23
* support make lint•••Signed-off-by: zhangjie <iamkadisi@163.com> zhangjie2020-02-181-29/+25
* support make test•••Signed-off-by: zhangjie <iamkadisi@163.com> zhangjie2020-02-181-8/+34
* use bash to build kubeedge components, and use WHAT param•••Signed-off-by: zhangjie <iamkadisi@163.com> zhangjie2020-02-181-33/+62
* small build in travis ciZhangLianxiang2020-01-171-0/+4
* merge lint checks•••Signed-off-by: zhangjie <iamkadisi@163.com> zhangjie2020-01-111-13/+15
* add codegen check to cifisherxu2020-01-091-0/+1
* Adjust all base images to match latest golang 1.12 and alpine 3.10Johannes M. Scheuermann2019-11-201-5/+5
* Make sure the bluetoothdevice image is built in Travis CI•••Signed-off-by: Dave Chen <dave.chen@arm.com> Dave Chen2019-10-291-1/+2
* add golang version check for makefile•••Signed-off-by: zhangjie <iamkadisi@163.com> zhangjie2019-10-121-0/+1
* add verify-vendor.sh•••Signed-off-by: zhangjie <iamkadisi@163.com> zhangjie2019-10-011-3/+3
* create a symlink in vendor directory pointing to the staging components•••Signed-off-by: zhangjie <iamkadisi@163.com> zhangjie2019-09-301-1/+1
* add deploy and exampleedisonxiang2019-09-051-0/+4
* add _output to .gitignorefisherxu2019-09-041-2/+2
* fix make cloudcore&admissionfisherxu2019-09-031-6/+11
* add deploy script and yaml filesfisherxu2019-08-281-6/+10
* Merge pull request #1016 from subpathdev/verifyVendor•••adding verfify vendor scriptKubeEdge Bot2019-08-191-3/+3
|\
| * Add gomod verify scripts•••adding verfify vendor script check if dependencies have been patched Jan Unterbrink2019-08-151-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 Yan2019-08-101-4/+4
|/
* remove init from cloud part and rename cloud partfisherxu2019-08-081-1/+1
* adding build flags for armv7 and armv8 build armv7Jan Unterbrink2019-07-311-0/+20
* rename device dir to mappersfisherxu2019-07-261-3/+3
* Add dockerfile for edgesiteSujith Simon2019-07-081-0/+11
* fix WHAT string edgesiteJan Unterbrink2019-07-031-1/+1
* adding edgesite•••updating error message Jan Unterbrink2019-06-261-1/+4
* Merge pull request #717 from subpathdev/unitTest•••adding unit tests cloudKubeEdge Bot2019-06-251-0/+4
|\
| * adding unit tests cloudJan Unterbrink2019-06-191-0/+4
* | Updated documentation of Bluetooth Mapper to incorporate changes in Makefile ...Sujith Simon2019-06-201-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 Simon2019-06-191-0/+1
* | e2e tests for edgesitePavan Kumar D2019-06-181-0/+1
|/
* adding build stepts•••- make bluetoothdevice will build the bluetoothdevice - make bluetoothdevice_lint will lint checking device/bluetoothdevice - make bluetoothdevice_image will build the docker image Jan Unterbrink2019-06-141-0/+11
* add dep check ci test•••Signed-off-by: zhangjie <iamkadisi@163.com> zhangjie2019-06-141-1/+4
* adding lint checking in kubeadmJan Unterbrink2019-06-041-1/+5
* Docker-compose deployment update to docker in docker (#508)•••* 1.Docker-compose deployment update to docker in docker 2.Fixed a bug where make edgeimage failed in root directory 3.The emqx container is updated to v3.1.0 and supports emqx-storm configuration. * Delete emqx storm config * Modify emqx edge download link * Modify emqx edge download link * Remove extra lines and add optional values for arch and qemu_arch 张奇怪2019-05-251-1/+12
* Adding KubeEdge installer code with enhancements for PR#513samy20192019-05-171-0/+5
* Build edgeimage with `docker-compose`•••Signed-off-by: Dave Chen <dave.chen@arm.com> Dave Chen2019-05-151-1/+1
* Performane Framework CodePavan Kumar D2019-05-031-0/+4
* update cloud pathm10937825662019-04-291-3/+3