Zexi Li
8602869c4e
optimize(host-image,fetcherfs): download disk speed too slow ( #12957 )
2021-12-22 00:56:37 +08:00
Zexi Li
54250d3d80
fix(baremetal): remove bundle libs build
2021-06-21 10:29:41 +08:00
Zhang Dongliang
a54becaf2e
feat(arm64,build): arm 编译时,不编译 rbdcli
2021-05-06 11:44:57 +08:00
Zexi Li
61c47dd39c
fix(build): build telegraf-raid-plugin
2021-03-24 11:45:57 +08:00
Zexi Li
cac364054c
fix(build): DOCKER_CLI_EXPERIMENTAL=enabled
2021-03-10 16:20:58 +08:00
Zexi Li
44d6c90a12
feat(build): make multi arch manifest docker image
2021-03-08 12:52:00 +08:00
Zhang Dongliang
3d9d34ac15
fix(make,buildx): 使用 buildx 编译时,拉镜像到本地
2020-12-28 14:34:02 +08:00
Yousong Zhou
d377625789
scripts/docker_push.sh: minor polishments
...
- removed bundled baremetal-agent before building new to avoid go
error for refusing to overwrite a text file
- use docker buildx build no mater what
- check existence of dockerfile before calling general_build to avoid
error by cmd/chksum
2020-12-24 11:56:21 +08:00
Yousong Zhou
aa45c158c9
scripts/docker_push.sh: use toplevel Makefile target
2020-12-24 11:56:21 +08:00
Yousong Zhou
e01492df4f
scripts/coverage.sh: detect use of "-mod vendor"
2020-12-24 11:56:21 +08:00
wanyaoqi
84d64df0c9
chore(util): update centos build version to 1.1-3
2020-12-23 11:07:56 +08:00
rainzm
e52da6ca5f
feat(scripts): add export DOCKER_BUILDKIT=1
2020-12-21 19:52:15 +08:00
wanyaoqi
948f926bf6
feat(host-deployer): add deploy driver libguestfs
...
Add drvier libguestfs to support deploy more operator system,
you can use it by edit host config file add 'image_deploy_driver: libguestfs'.
By the default host-deploy support run three guestfish at the same time.
And host deployer will recycle free guestfish every ten minitues.
cherrypick: release/3.6
2020-12-08 17:49:44 +08:00
Zhang Dongliang
0b2aed858a
fix(git,make): 修正 gitbranch 变量的获取方式,解决自动升级版本 tag 不统一的问题
2020-12-08 11:52:33 +08:00
rainzm
d6d1082042
feat(scripts): add prompt of hub version
...
The flag `hub pr show -f ...` as used in cherry_pick_pull.sh was
permited since version 2.13.0.
close #9027
2020-11-30 10:09:53 +08:00
rainzm
c5f94e13a3
feat(scripts): add more reasonable title for cherry pick PR
...
Before that, we used the first commit title of the main PRs and spliced
them to become the title of the cherry pick PR.
Obviously, it is more reasonable to use the titles of the main PRs and
splicing to become the title of the cherry pick PR.
2020-11-20 17:36:17 +08:00
Zexi Li
7f799a1835
Merge pull request #7869 from ioito/hotfix/qx-cloudevent-doamin-filter
...
fix: 支持公有云域过滤操作日志
2020-11-19 14:44:31 +08:00
Zhang Dongliang
c9ec30b5b3
docker 交叉编译规则更新
2020-11-18 15:55:39 +08:00
rainzm
5ab362d05f
feat(build): add DOCKER_BUILDKIT in docker_push.sh
2020-11-06 20:12:58 +08:00
Qiu Jian
48e40fa5a9
update api models
2020-10-26 23:58:02 +08:00
Zhang Dongliang
4be578fc2f
在 docker push 脚本里创建_output 目录,以便容错
2020-10-13 16:46:29 +08:00
Zhang Dongliang
1f7988ecd7
在 docker push 脚本里创建_output 目录,以便容错
2020-10-13 15:36:27 +08:00
Zhang Dongliang
eda8be1be8
esxi-agent 编译方式兼容 arm64
2020-10-10 14:56:59 +08:00
Zhang Dongliang
0b3afa9ebe
multi-arch 的镜像使用使用支持 arm64
2020-09-29 19:15:17 +08:00
Zhang Dongliang
65e3900ea4
multi-arch 的镜像使用使用支持 arm64
2020-09-29 14:37:25 +08:00
Qu Xuan
ef3d74f4ea
fix: 支持公有云域过滤操作日志
2020-09-27 16:53:02 +08:00
Zhang Dongliang
bc6ac93cef
make with ARCH argument
2020-09-23 15:49:37 +08:00
wanyaoqi
cb036b8821
fix build baremetal agent image ( #7646 )
2020-08-27 11:00:32 +08:00
wanyaoqi
c1cf728995
fix github action workflow ( #7635 )
2020-08-26 13:21:34 +08:00
Zexi Li
42118fc743
Merge pull request #7603 from wanyaoqi/feature/wyq/arm-build
...
feature: docker build support buildx and arm architecture
2020-08-26 10:45:51 +08:00
Rain Zheng
853153c739
Refactor for Notify ( #7611 )
...
* refactor(notify): ALL
* feat(climc): Notify v2
* feat: support notify for codegen.py
* delete deprecated code and Maintain SDK compatibility
* Adjust the template for mail validation to support captcha
* fix: The issue of notify refactoring
* add copyright for notifyv2 cli
* Adjust according to the advice of make check
* Remove utils package in notify
* fix import format
* remove redundant Template module
* fix validateCreate and validateUpdate of notifytemplate
* fix update issues of receivers
* fix: Add SetStageComplete in tasks
2020-08-25 17:19:02 +08:00
wanyaoqi
6b944626b7
docker build support buildx and arm architecture
2020-08-25 16:13:57 +08:00
Qu Xuan
a6bff94983
fix: compatible for macOS
2020-08-10 14:39:41 +08:00
Zexi Li
e5404d3564
Merge pull request #7300 from lshmouse/image
...
Add more tips for make image cmd
2020-07-30 16:32:37 +08:00
Shaohui Liu
51cb278ae2
Add more tips for make image cmd
2020-07-27 20:54:17 +08:00
Shaohui Liu
96bb34ea01
Remove sudo before the docker cmd
2020-07-23 10:38:29 +08:00
Yousong Zhou
28ad028d81
build: ansibleserver: use native alpine, include openssh
2020-07-16 17:59:12 +08:00
Qu Xuan
a07b112be1
feature: CloudId服务支持
2020-06-21 11:30:01 +08:00
Yousong Zhou
200029dfd2
scripts/coverage.sh: ignore packages without test files
...
We have vet and build check available, no need to repeat them here
2020-06-16 12:52:20 +08:00
Yousong Zhou
bf1b1f48b0
.circleci: run tests parallelly
2020-06-15 18:56:33 +08:00
Yousong Zhou
8e40ff64f5
build: add vet-check
2020-05-27 15:13:50 +08:00
Qiu Jian
8a77030823
update for doc-gen
2020-05-23 13:42:59 +08:00
Zexi Li
a7b7a97aac
makefile: add swagger-site
2020-04-16 16:38:11 +08:00
Zexi Li
b4ebd80d4c
codegen: add monitor
2020-04-10 15:45:30 +08:00
Zexi Li
14c1f1e5bd
action: add region dns image
2020-03-30 14:49:03 +08:00
Zexi Li
84083c300b
Merge pull request #5554 from yousong/feature/yousong-multicloud-proxyfunc
...
Feature/yousong multicloud proxyfunc
2020-03-25 11:12:05 +08:00
Yousong Zhou
1e08ef5441
cloudcommon: add ProxySetting
2020-03-22 19:36:43 +08:00
Yousong Zhou
68861d9711
scripts: remove host_find_libraries.sh
...
Not needed after we switch to using native alpine image
2020-03-20 14:40:59 +08:00
Zexi Li
cf61b1eb41
region: baremetal convert host join as k8s node
2020-03-12 16:14:43 +08:00
Zexi Li
37691e616d
fix: docker_push uncomment build bin
2020-03-03 16:14:57 +08:00