summaryrefslogtreecommitdiff
path: root/hack (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3021 from gy95/service_token_beehive•••support k8s v1.21.XKubeEdge Bot2021-08-121-1/+1
|\
| * modify according to the review comments•••Signed-off-by: gy95 <guoyao17@huawei.com> gy952021-08-121-1/+1
| * bump the kind from 0.9.0 to 0.11.0•••Signed-off-by: gy95 <guoyao17@huawei.com> gy952021-08-111-1/+1
* | add iptables manager for tunnel port•••Signed-off-by: fisherxu <xufei40@huawei.com> fisherxu2021-08-041-5/+0
|/
* fix start local cluster cloudStream and edgeStream disabled•••Signed-off-by: gy95 <guoyao17@huawei.com> gy952021-08-031-2/+2
* Merge pull request #2588 from WintonChan/feature/add-router-servicebus•••add router servicebusKubeEdge Bot2021-05-311-1/+2
|\
| * enable serviceBus•••Signed-off-by: Elaine4CY <chenyuncy2017@outlook.com> Elaine4CY2021-05-311-1/+2
* | Edgesite: cluster on edge implement (#2858)•••Co-authored-by: WintonChan <cw_hao@163.com>liufen902021-05-311-3/+2
|/
* change the way of enable router when make e2e•••Signed-off-by: GsssC <914617455@qq.com> GsssC2021-05-201-1/+1
* remove mapper e2e test•••Signed-off-by: fisherxu <xufei40@huawei.com> fisherxu2021-04-142-41/+0
* Add test ci for pkg•••Signed-off-by: Shiming Zhang <wzshiming@foxmail.com> Shiming Zhang2021-03-251-0/+11
* Revert "Don't omitempty for enable field for all modules" (#2609)•••Signed-off-by: fisherxu <xufei40@huawei.com>Fisher Xu2021-03-091-4/+3
* enable all modules in local-up mod•••Signed-off-by: fisherxu <xufei40@huawei.com> fisherxu2021-03-081-3/+4
* use default config for local up testing•••Signed-off-by: fisherxu <xufei40@huawei.com> fisherxu2021-02-181-2/+2
* Merge pull request #2501 from liufen90/master-router-implement•••Implement RouterKubeEdge Bot2021-02-041-1/+9
|\
| * fix CI problem and reviews•••Signed-off-by: WintonChan <cw_hao@163.com> WintonChan2021-02-021-1/+2
| * fix mqtt internal server•••Signed-off-by: WintonChan <cw_hao@163.com> WintonChan2021-01-211-1/+1
| * Modify mqttmode, enable external mqttbroker•••Signed-off-by: liufen90 <564795204@qq.com> Signed-off-by: WintonChan <cw_hao@163.com> liufen902021-01-211-1/+1
| * Add crd define, edgecontroller list-watch implement•••Signed-off-by: liufen90 <564795204@qq.com> liufen902021-01-211-0/+7
* | scripts: modify wrong word•••modify the wrong word in golang.sh Fixes # Signed-off-by: zyt312074545 <zyt312074545@hotmail.com> zyt3120745452021-01-291-6/+6
|/
* hack/local-up-kubeedge.sh: ensure cleanup successfully•••Signed-off-by: Xiang Dai <long0dai@foxmail.com> Xiang Dai2021-01-181-1/+1
* hack/lib/golang.sh: fix a hardcode•••Signed-off-by: Xiang Dai <long0dai@foxmail.com> Xiang Dai2021-01-151-1/+1
* Merge pull request #2495 from llhuii/fix-localup-script•••Optimize hack/local-up-kubeedge.shKubeEdge Bot2021-01-141-1/+4
|\
| * local-up-kubeedge.sh: make wait-time configurablellhuii2021-01-121-1/+2
| * local-up-kubeedge.sh: fix CLUSTER_NAME issuellhuii2021-01-121-1/+1
| * local-up-kubeedge.sh: fix /var/lib/kubeedge dirllhuii2021-01-121-0/+2
* | Generate coverprofile when test•••Signed-off-by: Xiang Dai <long0dai@foxmail.com> Xiang Dai2021-01-092-1/+8
|/
* install golangci-lintxufei 004169462020-12-112-2/+25
* Merge pull request #2349 from GsssC/fixKlog•••upgrade klog@0.4.0 to klog/v2@2.2.0KubeEdge Bot2020-11-231-0/+8
|\
| * fix licenseGsssC2020-11-201-0/+8
* | CI: switch amd64 tests to Github Action•••Signed-off-by: Xiang Dai <long0dai@foxmail.com> Xiang Dai2020-11-187-0/+0
|/
* Modbus mapper refactor (#2282)•••* Add modbus mapper. * Add modbus mapper. * Address comments. 1. Set client to each RTU port instead of each RTU device. 2. Add README 3. Refine the dockerfile * Refine device instance & model example files. * Fix verify and lint issues. * Address lint & verify issues. * Add license * Remove whitenoise * Fix error * Address lint errors * Refine as the Fisher's comment * Remove serial license * Add more license * Address conflictsailorvii2020-11-052-0/+36
* upgrade the kind to latest versionfisherxu2020-11-031-1/+1
* fix vendor issue and update generated files•••temporarily skip cespare license gen There are 2 version v1 and v2 both indirectly used. Current script can't handle this case yet. temporarily treat this way until find out a better rule. Yin Ding2020-10-291-0/+7
* Fix bash array usage in hack/lib/golang.shroot2020-10-161-1/+1
* Fix no rnd error•••CI log: ``` Can't load /home/travis/.rnd into RNG 139798443250112:error:2406F079:random number generator:RAND_load_file:Cannot open file:../crypto/rand/randfile.c:88:Filename=/home/travis/.rnd ``` Signed-off-by: Xiang Dai <long0dai@foxmail.com> Xiang Dai2020-09-271-0/+2
* Merge pull request #1954 from YaozhongZhang/local-up-kubeedge•••enable logs feature in hack/local-up-kubeedge scriptKubeEdge Bot2020-09-231-0/+41
|\
| * enable logs feature in hack/local-up-kubeedge scriptZYZ2020-07-221-0/+41
* | Stop outputing license diffGsssC2020-09-171-1/+2
* | Merge pull request #2093 from chendave/buildoption•••Add the build option to make the binaries debuggableKubeEdge Bot2020-09-121-3/+5
|\ \
| * | Add the build option to make the binaries debuggable•••By default, the debug info will be stripped for the binaries, `cloudcore` for example, to keep the binary as small as possible. This behavior can be overwritten by adding the options `GOLDFLAGS` or `GOGCFLAGS` when building the binaries. As a example, the binary `cloudcore` built with the below command will have DWARF and symbol table kept, the optimizations and inline will also been disabled, this is helpful when you want to use the debugging tools like `delve`. `make all WHAT=cloudcore GOLDFLAGS="" GOGCFLAGS="-N -l"` Signed-off-by: Dave Chen <dave.chen@arm.com> Dave Chen2020-09-041-3/+5
* | | test: fix keadm test case missing issue•••Signed-off-by: Xiang Dai <long0dai@foxmail.com> Xiang Dai2020-08-151-2/+3
|/ /
* | 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
* | make lint work in Mac and fix lint issuesYin Ding2020-07-301-2/+34
* | Lint: add more help info•••Signed-off-by: Xiang Dai <long0dai@foxmail.com> Xiang Dai2020-07-271-3/+10
* | upgrade device api from v1alpha1 to v1alpha2luogangyi2020-07-181-2/+2
|/
* fix go listJan Unterbrink2020-07-141-0/+1
* Lint: update help info•••Signed-off-by: Xiang Dai <long0dai@foxmail.com> Xiang Dai2020-07-071-1/+1
* update lint.shLiangshuang2020-07-021-1/+1
* Merge pull request #1842 from daixiang0/li•••Lint: add transfer sign for hintKubeEdge Bot2020-06-301-1/+1
|\