summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1516 from fisherxu/automated-cherry-pick-of-#1514-upstrea...•••Automated cherry pick of #1514: get latest version from release instead of set the defaultv1.2.1origin/release-1.2KubeEdge Bot2020-02-295-28/+68
|\
| * get latest version from release instead of set the default valuefisherxu2020-02-295-28/+68
|/
* Merge pull request #1512 from fisherxu/automated-cherry-pick-of-#1504-upstrea...•••Automated cherry pick of #1504: fix nil content of delete msg which created by syccontrollerKubeEdge Bot2020-02-283-24/+80
|\
| * fix nil content of delete msg which created by syccontroller•••Signed-off-by: maao <maao@cmss.chinamobile.com> maao2020-02-283-24/+80
* | Merge pull request #1510 from fisherxu/automated-cherry-pick-of-#1491-upstrea...•••Automated cherry pick of #1491: fix writing mistake in synccontrollerKubeEdge Bot2020-02-281-1/+1
|\ \
| * | fix writing mistake in synccontroller•••Signed-off-by: Late Lee <li@latelee.org> Late Lee2020-02-281-1/+1
| |/
* | Merge pull request #1511 from fisherxu/automated-cherry-pick-of-#1496-upstrea...•••Automated cherry pick of #1496: Remove hard code for network plugin settingsKubeEdge Bot2020-02-284-14/+31
|\ \
| * | Remove hard code for network plugin settingsfisherxu2020-02-284-14/+31
| |/
* | Merge pull request #1508 from fisherxu/automated-cherry-pick-of-#1475-upstrea...•••Automated cherry pick of #1475: refactor keadm that don't own to install k8s and dockerKubeEdge Bot2020-02-2865-993/+29524
|\ \
| * | fix keadm path for release 1.2fisherxu2020-02-281-2/+2
| * | add e2e for keadm deployfisherxu2020-02-285-0/+265
| * | if cloudcore or edgecore is already running on the host, reset firstfisherxu2020-02-285-20/+26
| * | support init & join at same hostfisherxu2020-02-285-21/+38
| * | fix for edgecorefisherxu2020-02-285-36/+44
| * | update vendor for create CRDfisherxu2020-02-2847-1/+28826
| * | create crdfisherxu2020-02-284-8/+100
| * | refactor keadm that don't own to install k8s and dockerfisherxu2020-02-2813-976/+294
| |/
* | Merge pull request #1505 from fisherxu/automated-cherry-pick-of-#1494-upstrea...•••Automated cherry pick of #1494: remove useless validation in cloudcoreKubeEdge Bot2020-02-283-19/+6
|\ \
| * | remove useless validation in cloudcore•••It is not necessary to check the existence of unixSocketAddress, it will be created in cloud/pkg/cloudhub/servers/udsserver/uds.go#L71. Signed-off-by: zhuguihua <zhuguihua@cmss.chinamobile.com> zhuguihua2020-02-283-19/+6
| |/
* | Merge pull request #1506 from fisherxu/automated-cherry-pick-of-#1492-upstrea...•••Automated cherry pick of #1492: add device e2e testKubeEdge Bot2020-02-286-186/+63
|\ \ | |/ |/|
| * delete device_crd dirfisherxu2020-02-282-675/+0
| * fix device update event can't send to edgefisherxu2020-02-281-2/+1
| * add device e2e testfisherxu2020-02-284-3/+556
|/
* Merge pull request #1487 from kevin-wangzefeng/automated-cherry-pick-of-#1467...•••Automated cherry pick of #1467: Compatibility matrixKubeEdge Bot2020-02-211-10/+12
|\
| * Compatibility matrix•••Add release 1.2 row Yin Ding2020-02-211-10/+12
* | Merge pull request #1486 from kevin-wangzefeng/automated-cherry-pick-of-#1465...•••Automated cherry pick of #1465: update v1.2 and v1.1 changelog, add download linksKubeEdge Bot2020-02-212-4/+46
|\ \
| * | update v1.2 and v1.1 changelog, add download linksKevin Wang2020-02-212-4/+46
| |/
* | Merge pull request #1485 from kevin-wangzefeng/automated-cherry-pick-of-#1463...•••Automated cherry pick of #1463: fix bug for hostpath volumeKubeEdge Bot2020-02-217-31/+113
|\ \
| * | add e2e for hostpath volumefisherxu2020-02-214-20/+73
| * | fix bug for hostpath volumefisherxu2020-02-213-11/+40
| |/
* | Merge pull request #1484 from kevin-wangzefeng/automated-cherry-pick-of-#1461...•••Automated cherry pick of #1461: fix bug for create pod in synccontrollerKubeEdge Bot2020-02-211-1/+2
|\ \ | |/ |/|
| * fix bug for create pod in synccontrollerfisherxu2020-02-211-1/+2
|/
* Merge pull request #1459 from fisherxu/release-1.2•••Cherry-pick changelog-1.2 to release-1.2 v1.2.0KubeEdge Bot2020-02-092-1/+82
|\
| * update k8s versionfisherxu2020-02-091-1/+1
| * add changelog for 1.2 releasefisherxu2020-02-091-0/+81
|/
* Merge pull request #1343 from fisherxu/reliab-proposal•••Reliable message delivery design proposalKubeEdge Bot2020-02-073-0/+276
|\
| * update the reliable proposalfisherxu2020-02-071-10/+10
| * Reliable message delivery design proposalfisherxu2020-02-073-0/+276
* | Merge pull request #1172 from kadisi/proposal_change_config_format•••Proposal for KubeEdge Component ConfigKubeEdge Bot2020-02-071-0/+1236
|\ \
| * | proposal for change config format, highlevel design,change new config api and...•••Signed-off-by: zhangjie <iamkadisi@163.com> Co-Authored-By: Kevin Wang <wangzefeng@huawei.com> Signed-off-by: zhangjie <iamkadisi@163.com> zhangjie2020-02-071-0/+1236
* | | Merge pull request #1385 from fisherxu/synccontroller•••Add synccontroller for reliable message deliveryv1.2.0-beta.0KubeEdge Bot2020-02-0612-3/+612
|\ \ \
| * | | update - to . in objectSync namefisherxu2020-02-064-8/+11
| * | | add config of synccontroller in Component APIfisherxu2020-02-066-10/+40
| * | | add synccontrollerfisherxu2020-02-068-1/+577
* | | | Merge pull request #1431 from kadisi/edgesite_dir•••add edgesite dirKubeEdge Bot2020-02-065-8/+8
|\ \ \ \ | |/ / / |/| | |
| * | | add edgesite dir•••Signed-off-by: zhangjie <iamkadisi@163.com> zhangjie2020-02-065-8/+8
|/ / /
* | | Merge pull request #1440 from fisherxu/e2e-fail•••Fix e2e failedKubeEdge Bot2020-02-063-1/+22
|\ \ \
| * | | fix e2e failedfisherxu2020-02-063-1/+22
* | | | Merge pull request #1441 from wuyuting1986/fix_doc_error•••Fix doc error about cross compiling for ARMKubeEdge Bot2020-02-061-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Bugfix: fix doc error about cross compiling for ARMwuyuting19862020-02-061-1/+1
|/ / /