summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2073 from fisherxu/release-1.4•••update keadm to get latest version from kubeedge.iov1.4.0origin/release-1.4Fei Xu2020-08-145-17/+8
|\
| * fix lint issuefisherxu2020-08-141-1/+1
| * update keadm to get latest version from kubeedge.ioxufei 004169462020-08-144-16/+7
|/
* Merge pull request #2067 from fisherxu/automated-cherry-pick-of-#2056-upstrea...•••Automated cherry pick of #2056: update kubernetes versionKubeEdge Bot2020-08-141-1/+1
|\
| * update kubernetes versionxufei 004169462020-08-131-1/+1
|/
* Merge pull request #2050 from Yellow-L/automated-cherry-pick-of-#2037-upstrea...•••Automated cherry pick of #2037: panic when multiple goroutine concurrency access same mapKubeEdge Bot2020-08-071-8/+20
|\
| * panic when multiple goroutine concurrency access same mapYellow-L2020-08-071-8/+20
|/
* Merge pull request #1962 from dingyin/system•••Run edgecore as system servicev1.4.0-beta.0KubeEdge Bot2020-08-052-13/+147
|\
| * Lint: pick up a naming suggestionYin Ding2020-07-271-2/+2
| * Lint: fix format and gosimple issuesYin Ding2020-07-271-7/+2
| * Run edgecore as system service•••Co-authored-by: Yin Ding <dingyin@gmail.com> Co-authored-by: Rio Zhu <32083634+zzxgzgz@users.noreply.github.com> Rio Zhu2020-07-272-13/+152
* | Merge pull request #1756 from XJangel/ha•••Add docs for CloudCore HA deploymentKubeEdge Bot2020-08-056-36/+984
|\ \
| * | add docs for CloudCore HA deploymentXujiejie2020-08-046-36/+984
* | | Merge pull request #1928 from ls889/tunnelcert•••tunnel cert optimizationKubeEdge Bot2020-08-042-10/+56
|\ \ \
| * | | tunnel cert optimizationLiangshuang2020-08-042-10/+56
* | | | Merge pull request #2025 from sailorvii/edgecontrollername•••Refine the edgecontroller message group name.KubeEdge Bot2020-08-042-1/+4
|\ \ \ \
| * | | | Refine the edgecontroller message group name.sailorvii2020-08-042-1/+4
* | | | | Merge pull request #1982 from dingyin/r118•••Update vendor to Kubernetes 1.18KubeEdge Bot2020-08-041194-62514/+79589
|\ \ \ \ \
| * | | | | StartCPUManager when edged startYin Ding2020-08-031-7/+7
| * | | | | lint: empty linesYin Ding2020-08-032-2/+2
| * | | | | update client-go storage lister•••fix mount host path error Yin Ding2020-08-031-1/+1
| * | | | | fix an error from merged prYin Ding2020-08-0352-4807/+2
| * | | | | update vendorYin Ding2020-08-033-3/+10
| * | | | | lint: clean up go moduleYin Ding2020-08-032-32/+0
| * | | | | R1186 (#8)•••* Upgraded k8s to x.18.6 * Updated vendor folder * added files in vendorRio Zhu2020-08-03103-272/+5438
| * | | | | Lint: fix formatsYin Ding2020-08-031-1/+0
| * | | | | update to k8s 1.18, fix more context issuesYin Ding2020-08-032-7/+9
| * | | | | update generated codeYin Ding2020-08-0313-180/+204
| * | | | | skip structured-merge-diff license check•••this package doesn't exist, but has v3 subdirectory as a different package so it can't be filtered by the previous rule, temporarily treat this way until find out a better rule. Yin Ding2020-08-031-0/+7
| * | | | | add license fileYin Ding2020-08-032-0/+411
| * | | | | Lint: fix formats etc.Yin Ding2020-08-034-6/+5
| * | | | | update vendor to k8s 1.18Yin Ding2020-08-031132-62140/+78198
| * | | | | Update upstream dependency to K8s 1.18.5•••Co-authored-by: Yin Ding <dingyin@gmail.com> Co-authored-by: Rio Zhu <32083634+zzxgzgz@users.noreply.github.com> * Updated k8s to 1.18.5 and modified code around API changes. * Updated kube-scheduler dependency. * added filed ExperimentalTopologyManagerPolicy to matched the upgraded k8s * Changed some dependencies' versions to x.18.0 * Added function to start cpu manager in clcm. Rio Zhu2020-08-0330-147/+386
* | | | | | Merge pull request #1981 from daixiang0/const-int•••Fix const int to string issueKubeEdge Bot2020-08-041-1/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fix const int to string issue•••Signed-off-by: Xiang Dai <long0dai@foxmail.com> Xiang Dai2020-07-251-1/+2
* | | | | | Merge pull request #2019 from loongify/master•••fixed goroutine leak, when ws connection reconnect, but fifo's channel no close.KubeEdge Bot2020-08-033-3/+12
|\ \ \ \ \ \
| * | | | | | fixed goroutine leak, when ws connection reconnect, but fifo's channel not closeloongify2020-08-013-3/+12
* | | | | | | Merge pull request #1978 from dingyin/lint•••"make lint" work in Mac and fix lint issuesKubeEdge Bot2020-08-037-25/+54
|\ \ \ \ \ \ \
| * | | | | | | lint: address review commentYin Ding2020-07-301-0/+1
| * | | | | | | make lint work in Mac and fix lint issuesYin Ding2020-07-307-26/+54
* | | | | | | | Merge pull request #1952 from sailorvii/oneword•••Refine the error messages in devicetwin/dttypeKubeEdge Bot2020-08-034-18/+21
|\ \ \ \ \ \ \ \
| * | | | | | | | Refine the error messages to errors.New.sailorvii2020-08-034-19/+17
| * | | | | | | | The same info is used by several files. Refine them all.•••Signed-off-by: sailorvii <challengingway@hotmail.com> sailorvii2020-07-214-18/+23
* | | | | | | | | Merge pull request #1906 from fisherxu/node-limit•••Update node limit default valueKubeEdge Bot2020-08-032-3/+3
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | update node limit default valuexufei 004169462020-07-282-3/+3
* | | | | | | | | | Merge pull request #2014 from luogangyi/extend-property-types•••extend property typesKubeEdge Bot2020-08-038-20/+330
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | extend property typesluogangyi2020-08-028-20/+330
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #2016 from dddddai/master•••Give the capacity of slice and mapKubeEdge Bot2020-08-034-9/+9
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Give the capacity of slice and mapdddddai2020-07-314-9/+9
| |/ / / / / / / / /
* | | | | | | | | | Merge pull request #1940 from sailorvii/1824•••bugfix: Process of bluetooth mapper scheduler seems wrong KubeEdge Bot2020-07-311-8/+8
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |