summaryrefslogtreecommitdiff
path: root/hack (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5806 from luomengY/hack_owner•••add luomengY as reviewerKubeEdge Bot2024-08-231-0/+1
|\
| * add luomengY as reviewer•••Signed-off-by: luomengY <2938893385@qq.com> luomengY2024-08-151-0/+1
* | Merge pull request #5800 from wbc6080/fix-container-ci•••Change apt source to fix container runtime CI failuresKubeEdge Bot2024-08-161-0/+5
|\ \ | |/ |/|
| * changing apt source after multiple failures•••Signed-off-by: wbc6080 <wangbincheng4@huawei.com> wbc60802024-08-121-0/+5
* | Modify the codegen and openapi scripts so that the code can be generated in t...•••Signed-off-by: wbc6080 <wangbincheng4@huawei.com> wbc60802024-08-105-6/+8
* | Migrate client and openapi to the api directory and adjust dependency references•••Signed-off-by: wbc6080 <wangbincheng4@huawei.com> wbc60802024-08-091-1/+1
* | Modify the way each component in kubeedge refers to API dependencies and chan...•••Signed-off-by: wbc6080 <wangbincheng4@huawei.com> wbc60802024-08-081-1/+1
|/
* modification for k8s v1.29•••Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com> Shelley-BaoYue2024-07-081-1/+1
* update golint version and fix lint•••Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com> Shelley-BaoYue2024-06-201-2/+2
* upgrade golang to v1.21•••Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com> Shelley-BaoYue2024-06-201-1/+1
* fix: remove short flag in install.sh•••Signed-off-by: Bob <gzy@ruilisi.com> Bob2024-04-111-1/+1
* modification for kubernetes 1.28•••Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com> Shelley-BaoYue2024-03-192-2/+2
* Licensing: skip modules with fewer subdirs than mods•••Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com> Shelley-BaoYue2024-03-191-2/+2
* Add a retry mechanism to the container runtime e2e test•••Signed-off-by: wbc6080 <wangbincheng4@huawei.com> wbc60802024-02-292-10/+62
* Merge pull request #5292 from cl2017/add_lint_check•••add lint check for mapper-frameworkKubeEdge Bot2024-01-181-0/+2
|\
| * add lint check for mapper-framework•••Signed-off-by: cl2017 <chenlin.liu@daocloud.io> cl20172024-01-161-0/+2
* | Merge pull request #5321 from luomengY/ci-cri•••add cri-ciKubeEdge Bot2024-01-172-43/+232
|\ \ | |/ |/|
| * add cri-ci•••Signed-off-by: luomengY <2938893385@qq.com> luomengY2024-01-162-43/+232
* | add image prepull api•••Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com> Shelley-BaoYue2024-01-032-1/+3
|/
* Merge pull request #5121 from Shelley-BaoYue/bump-k8s-1.27.7•••bump kubernetes dependency version to v1.27.7KubeEdge Bot2023-11-232-2/+2
|\
| * update kind version to 0.19.0•••Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com> Shelley-BaoYue2023-11-202-2/+2
* | Merge pull request #5176 from ZhengXinwei-F/bugfix-1118-1•••add go test for NegotiateTunnelPort functionKubeEdge Bot2023-11-211-2/+2
|\ \
| * | add go test for NegotiateTunnelPort function•••Signed-off-by: zhengxinwei <zhengxinwei@huawei.com> zhengxinwei2023-11-201-2/+2
* | | Merge pull request #5165 from Shelley-BaoYue/conformance-image•••add 'push conformance image to dockerhub' in release.yaml KubeEdge Bot2023-11-211-0/+2
|\ \ \ | |_|/ |/| |
| * | push conformance image to dockerhub•••Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com> Shelley-BaoYue2023-11-141-0/+2
* | | fix go version verify•••Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com> Shelley-BaoYue2023-11-171-1/+1
| |/ |/|
* | bump go version to 1.20•••Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com> Shelley-BaoYue2023-11-072-2/+2
|/
* feat: update to support release windows/amd64•••Signed-off-by: wujunyi <wu65830600@163.com> wujunyi2023-10-272-43/+82
* reclaim space for docker•••Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com> Shelley-BaoYue2023-10-131-1/+6
* change influxdb name•••Signed-off-by: wbc6080 <wangbincheng4@huawei.com> wbc60802023-10-091-2/+2
* update to v1beta1 version•••Signed-off-by: wbc6080 <wangbincheng4@huawei.com> Co-authored-by: QiQi-OvO <2763359332@qq.com> wbc60802023-10-091-1/+2
* Merge pull request #4983 from cl2017/device_v1beta1_api•••device crd v1beta1 and API definitionKubeEdge Bot2023-09-254-5/+5
|\
| * device crd v1beta1 build•••Signed-off-by: cl2017 <chenlin.liu@daocloud.io> cl20172023-09-224-5/+5
* | update kind version•••Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com> Shelley-BaoYue2023-09-122-2/+2
* | Add a timeout option to the golangci-lint command•••Signed-off-by: WillardHu <wei.hu@daocloud.io> WillardHu2023-09-081-3/+3
|/
* fix typo and update comments•••Signed-off-by: Zhizhen He <hezhizhen.yi@gmail.com> Zhizhen He2023-08-254-19/+15
* Add e2e compatibility test•••Signed-off-by: wlq1212 <liqing.wu@daoclod.io> wlq12122023-08-232-2/+4
* Merge pull request #4953 from Shelley-BaoYue/update-ke-image•••update kubeedge build tool image 1.19.12-ke2KubeEdge Bot2023-08-231-1/+1
|\
| * update build image 1.19.12-ke2•••Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com> Shelley-BaoYue2023-08-221-1/+1
* | don't prune in local-up cluster•••Signed-off-by: fisherxu <xufei40@huawei.com> fisherxu2023-08-221-4/+0
|/
* update kubeedge build tool image•••Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com> Shelley-BaoYue2023-08-221-1/+1
* update go version to 1.19•••Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com> Shelley-BaoYue2023-08-212-3/+3
* Fix keadm e2e test ci failure•••Signed-off-by: liqing.wu <liqing.wu@daoclod.io> liqing.wu2023-08-161-0/+5
* fix the wrong value for cni overwrite•••Signed-off-by: fisherxu <xufei40@huawei.com> fisherxu2023-08-012-2/+2
* fix the bug in local-up mode that causes cni to not launch•••Signed-off-by: zhengxinwei <zhengxinwei@huawei.com> zhengxinwei2023-07-312-10/+73
* Merge pull request #4802 from vincentgoat/rbac-offline-sql•••authentication and authorization on the edge sideKubeEdge Bot2023-07-013-1/+13
|\
| * reconcile rules•••Signed-off-by: vincentgoat <linguohui1@huawei.com> vincentgoat2023-05-311-0/+6
| * add crd api types•••Signed-off-by: vincentgoat <linguohui1@huawei.com> vincentgoat2023-05-292-1/+7
* | add node runner test•••Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com> Shelley-BaoYue2023-06-202-0/+2
|/
* use a unified method to find bash,avoid error on some linux os•••Signed-off-by: snstaberah <yangyonglc@inspur.com> snstaberah2023-04-253-3/+3