summaryrefslogtreecommitdiff
path: root/edge (follow)
Commit message (Expand)AuthorAgeFilesLines
* delete useless getExtendHeaderr function•••Signed-off-by: zhangjie <iamkadisi@163.com> zhangjie2019-11-191-17/+0
* delete ctx, cancel field from module struct•••Signed-off-by: zhangjie <iamkadisi@163.com> zhangjie2019-11-1815-119/+26
* change Context struct to BeehiveConttext. add golang ctx field to BeehiveContext•••Signed-off-by: zhangjie <iamkadisi@163.com> zhangjie2019-11-181-3/+1
* regenerate gomock file for beehive module•••Signed-off-by: zhangjie <iamkadisi@163.com> zhangjie2019-11-183-60/+22
* edgecore:Add a default initialization method for each module•••Signed-off-by: zhangjie <iamkadisi@163.com> zhangjie2019-11-189-75/+97
* delete redundant codedu20162019-11-161-7/+0
* Merge pull request #1262 from kadisi/beehive_core•••Optimize the use of beehive contextKubeEdge Bot2019-11-1534-315/+258
|\
| * delete init function for beehiveContext•••Signed-off-by: zhangjie <iamkadisi@163.com> zhangjie2019-11-155-5/+32
| * update beehive module dest mock file•••Signed-off-by: zhangjie <iamkadisi@163.com> zhangjie2019-11-151-6/+4
| * edgemesh: delete beehiveContext fiield from edgemesh struct•••Signed-off-by: zhangjie <iamkadisi@163.com> zhangjie2019-11-1514-184/+154
| * cloudcore: delete beehiveContext field form cloudcore module struct•••Signed-off-by: zhangjie <iamkadisi@163.com> edgecore: delete beehiveContext fiield from edgecore module struct Signed-off-by: zhangjie <iamkadisi@163.com> zhangjie2019-11-1523-133/+82
| * change GetContext function name to InitContext, and export AddModule,AddModul...•••Signed-off-by: zhangjie <iamkadisi@163.com> zhangjie2019-11-156-29/+28
* | Merge pull request #1260 from cwl233/cwl233•••read "/proc/meminfo" to get memory statusKubeEdge Bot2019-11-151-2/+13
|\ \ | |/ |/|
| * read "/proc/meminfo" to get memory statusedge2019-11-141-2/+13
* | Unified module source file naming convention•••Signed-off-by: zhangjie <iamkadisi@163.com> zhangjie2019-11-1311-0/+0
* | servivebus:uses the golang context instead of the stop channel•••Signed-off-by: zhangjie <iamkadisi@163.com> zhangjie2019-11-139-156/+171
* | metamanager:uses the golang context instead of the stop channel•••Signed-off-by: zhangjie <iamkadisi@163.com> zhangjie2019-11-122-10/+30
* | eventbus:uses the golang context instead of the stop channel•••Signed-off-by: zhangjie <iamkadisi@163.com> zhangjie2019-11-121-44/+56
* | edgehub:uses the golang context instead of the stop channel•••Signed-off-by: zhangjie <iamkadisi@163.com> zhangjie2019-11-123-39/+79
* | move Controller to EdgeHub struct•••Signed-off-by: zhangjie <iamkadisi@163.com> zhangjie2019-11-123-192/+135
* | edged: uses the golang context instead of the stop channel.•••Signed-off-by: zhangjie <iamkadisi@163.com> zhangjie2019-11-121-9/+16
* | edevicetwin uses the golang context instead of the stop channel.•••Signed-off-by: zhangjie <iamkadisi@163.com> zhangjie2019-11-124-33/+41
* | move DTController to DeviceTwin struct•••Signed-off-by: zhangjie <iamkadisi@163.com> zhangjie2019-11-124-279/+86
|/
* delete useless test line, and Local test does not produce edge.db file•••Signed-off-by: zhangjie <iamkadisi@163.com> zhangjie2019-11-113-20/+54
* delete go test Verbose output•••Signed-off-by: zhangjie <iamkadisi@163.com> zhangjie2019-11-111-1/+1
* Handling local tests Modifying source configuration file issues•••Signed-off-by: zhangjie <iamkadisi@163.com> zhangjie2019-11-091-0/+3
* Optimize testcase for edgecore•••Signed-off-by: zhangjie <iamkadisi@163.com> zhangjie2019-11-0926-959/+1835
* change 2 to 'To'fisherxu2019-11-076-49/+49
* improvement for codebasefisherxu2019-10-171-66/+67
* add golang version check for makefile•••Signed-off-by: zhangjie <iamkadisi@163.com> zhangjie2019-10-121-5/+9
* Merge pull request #1173 from fisherxu/rm-log•••Remove logging.yamlKubeEdge Bot2019-10-111-4/+0
|\
| * remove logging.yamlfisherxu2019-10-091-4/+0
* | Merge pull request #1151 from kadisi/del_sync_model•••delete useless sync group moduleKubeEdge Bot2019-10-111-1/+0
|\ \ | |/ |/|
| * delete useless sync group module•••Signed-off-by: zhangjie <iamkadisi@163.com> zhangjie2019-09-251-1/+0
* | change fb4ebb70-2783-42b8-b3ef-63e2fd6d242e to edge-node•••Signed-off-by: zhangjie <iamkadisi@163.com> zhangjie2019-09-294-13/+13
* | cleanup: remove or simplification code pieces•••default action set to break for loop reform code to more natural logic jump to next loop when build message failed Signed-off-by: Guangming Wang <guangming.wang@daocloud.io> Guangming Wang2019-09-284-12/+3
|/
* delete useless PubMQTTMsg function•••Signed-off-by: zhangjie <iamkadisi@163.com> zhangjie2019-09-171-11/+0
* Merge pull request #1112 from fisherxu/fix-panic•••Fix panic: concurrent write to websocketKubeEdge Bot2019-09-091-1/+6
|\
| * fix panic: concurrent write to websocketfisherxu2019-09-091-1/+6
* | add comment about edged.podsandbox-image•••Signed-off-by: zhangjie <iamkadisi@163.com> zhangjie2019-09-091-1/+1
|/
* support env in edge podsedisonxiang2019-09-061-191/+32
* add downward and projected volumefisherxu2019-09-051-0/+4
* add authors and changelogedisonxiang2019-09-049-26/+66
* invoke func from edgededisonxiang2019-09-041-0/+99
* add in-tree csi plugin implementationsedisonxiang2019-09-049-4/+3723
* dynamic create node version info•••Signed-off-by: zhangjie <iamkadisi@163.com> zhangjie2019-09-032-4/+3
* make flag --version install of command version•••Signed-off-by: zhangjie <iamkadisi@163.com> zhangjie2019-09-024-100/+74
* keadm support version info•••Signed-off-by: zhangjie <iamkadisi@163.com> zhangjie2019-08-301-1/+1
* edgecore support version info•••Signed-off-by: zhangjie <iamkadisi@163.com> zhangjie2019-08-303-1/+97
* Merge pull request #1073 from kadisi/raspberry_bugfix•••bugfix:edgecore panic on GetConfigurationByKey() when run on raspberrypi 4KubeEdge Bot2019-08-282-3/+13
|\