屈轩
7cf461e8b7
feat(region): support oracle cloud ( #18676 )
2023-11-14 19:43:23 +08:00
Zexi Li
9a9414452b
feat(monitor,region,host,cloudmon): support VictoriaMetrics as TSDB backend
2023-11-10 15:36:02 +08:00
LyndonKong
9fff0bef22
feature: add support for for VolcEngine ( #18348 )
2023-10-18 05:50:08 -05:00
屈轩
f22b53e498
fix(region): vendor update ( #17981 )
2023-09-11 10:21:30 +08:00
屈轩
b462ef3abe
fix(region): dns zone ( #17868 )
2023-08-29 15:44:20 +08:00
ioito
b462790362
fix(region): vendor update
2023-07-31 17:08:15 +08:00
ioito
62469ee08d
feat(region): aws redis create
2023-07-21 17:32:59 +08:00
ioito
452b5ed76e
fix(region): vendor update
2023-06-29 17:21:11 +08:00
ioito
343c4782c8
fix(region): vendor update
2023-05-31 20:29:46 +08:00
wanyaoqi
f8a4f5b205
fix(host): fix arm topo lib ghw
...
Signed-off-by: wanyaoqi <d3lx.yq@gmail.com >
2023-05-18 10:07:40 +08:00
ioito
3cb7c7cdd8
fix(region): secgroup sync
2023-04-28 13:27:54 +08:00
wanyaoqi
629a59d683
fix(host): arm node failed get numa architecture use ghw lib
...
Signed-off-by: wanyaoqi <d3lx.yq@gmail.com >
2023-04-20 23:30:45 +08:00
Zexi Li
79482ff9f9
fix(vendor): update vendor for v3.10
2023-04-17 23:35:48 +08:00
mhf
46d0f71791
fix(excelutils): 添加按列修改单元格格式方法
2023-04-11 20:32:52 +08:00
ioito
15b234e814
fix: vendor update
2023-04-11 19:45:14 +08:00
ioito
075420604b
fix: vendor update
2023-04-07 18:56:18 +08:00
mhf
6e42f11024
fix notify
2023-02-24 16:11:24 +08:00
dependabot[bot]
ebdbbdca1f
build(deps): bump github.com/apache/thrift from 0.12.0 to 0.13.0 ( #15947 )
...
Bumps [github.com/apache/thrift](https://github.com/apache/thrift ) from 0.12.0 to 0.13.0.
- [Release notes](https://github.com/apache/thrift/releases )
- [Changelog](https://github.com/apache/thrift/blob/master/CHANGES.md )
- [Commits](https://github.com/apache/thrift/compare/v0.12.0...v0.13.0 )
---
updated-dependencies:
- dependency-name: github.com/apache/thrift
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-18 13:03:22 +08:00
dependabot[bot]
31021c79bb
build(deps): bump github.com/Masterminds/goutils from 1.1.0 to 1.1.1 ( #15894 )
...
Bumps [github.com/Masterminds/goutils](https://github.com/Masterminds/goutils ) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/Masterminds/goutils/releases )
- [Changelog](https://github.com/Masterminds/goutils/blob/master/CHANGELOG.md )
- [Commits](https://github.com/Masterminds/goutils/compare/v1.1.0...v1.1.1 )
---
updated-dependencies:
- dependency-name: github.com/Masterminds/goutils
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-18 13:02:50 +08:00
Jian Qiu
21716cefb5
fix: remove mutual dependency of cloudmux on onecloud ( #15621 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2022-12-27 01:21:26 +08:00
屈轩
bac71bf2a0
fix(cloudmon): add process stats metric ( #15392 )
2022-11-17 20:40:08 +08:00
Zexi Li
0e2c520ecd
feat(misc): use cloudmux package ( #15254 )
2022-10-28 19:53:03 +08:00
ioito
11cf497268
support hcs
2022-10-25 14:48:20 +08:00
wanyaoqi
a4e9f86c2a
feat(region,host): deploy telegraf ( #14915 )
...
Support deploy telegraf on server deploy.
Add start telegraf on guest reboot crontab in guest os.
2022-09-06 00:13:20 +08:00
Zexi Li
6a590f123e
fix(host): aarch64 cpu info ( #14581 )
2022-07-05 16:33:00 +08:00
Jian Qiu
8aecc4e547
fix: update vendor master 20220701 ( #14563 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2022-07-01 21:11:47 +08:00
Jian Qiu
26089ffde0
fix: make condition eval compatible with go 1.18 ( #14534 )
...
* fix: make condition eval compatible with go 1.18
* fix: update circle-ci image to yunion/centos-build:go-1.18.3-0
* update go,mod go version to 1.18
* update vendor
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2022-06-28 00:29:56 +08:00
Jian Qiu
84cdeff92b
fix: update vendor for clickhouse v2 ( #14520 )
...
* fix: update vendor for clickhouse v2
* fix: fix go vet
* fix: unreachable codes
* fix: composite literal uses unkeyed fields
* fix: ignore bad syntax for struct tag value
* fix: use make test to do test ci job
* fix: specify circleci resource_class
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2022-06-25 15:52:15 +08:00
Jian Qiu
29ddc5e0e3
update vendor master 20220604 ( #14399 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2022-06-04 23:41:24 +08:00
Qiu Jian
6aafe7a393
update vendor master 20220530
2022-05-30 21:05:21 +08:00
Yousong Zhou
37fc897a11
Feature/yousong vpc elb ( #11423 )
...
* regiondrivers: kvm: lb: make "network" an optional argument
* loadbalancernetworks: add MacAddr field for lb with eip
* apis: compute: add LOADBALANCER to EIP_ASSOCIATE_VALID_TYPES
* regiondrivers: fix typo RequestAssociat{,e}Eip
* regiondrivers: kvm: RequestAssociatEip: standalone func for each type
* regiondrivers: kvm: RequestAssociateEip: support loadbalancer
* tasks: EipAssociateTask: add support for loadbalancer
* tasks: EipAssociateTask: allow using name for referring to instance
* elasticips: PerformAssociate: validate loadbalancer condition
* tasks: EipDissociateTask: support non-managed loadbalancer
* loadbalancers: add StartSyncstatus method for EipAssociateTask
* regiondrivers: kvm: allow creation of vpc lb
* loadbalanceragents: add timestamp fields for network objects
* climc: eips: add associate type loadbalancer
* mcclient: loadbalancernetworks: add Mac_Addr column
* vpcagent: models: add loadbalancernetworks
* vpcagent: ovn: route back vpc cidr block instead of all rest
* vpcagent: ovn: add ClaimLoadbalancerNetwork()
* mcclient: models: add LoadbalancerNetwork
* mcclient: models: add Network
* lbagent: models: use IBaseManager to accomodate joint manager
* lbagent: models: add {,Loadbalancer}Networks
* lbagent: models: export a few fields
* lbagent: models: add fields for vpc lb models
* iproute2: add NewAddressEx constructor
* lbagent: add worker for vpc lb
* vendor: add github.com/coreos/go-iptables
* lbagent: apihelper: use ovn worker
* lbagent: models: use pkg/compute/models
* mcclient: models: remove lb models
* lbagent: api: use pkg/apihelper
* vpcagent: models: add lblisteners and lbacls
* vpcagent: ovn: add lbacl support
2022-05-06 23:22:50 +08:00
Zexi Li
c41a517513
Merge pull request #14111 from ioito/hotfix/qx-aws-sku
...
fix(region): aws sku list
2022-04-24 19:21:24 +08:00
ioito
9c7a1fe72e
fix(region): aws sku list
2022-04-24 11:23:36 +08:00
Zexi Li
a5a098b751
fix(webconsole): record command input and ps1
2022-04-23 23:23:18 +08:00
ioito
95c8b69be8
fix(region): huawei lb api
2022-04-18 17:59:55 +08:00
ioito
03a494194b
fix(region): curl vender update
2022-03-30 11:02:40 +08:00
Zexi Li
0d5b4f43e4
feat(vendor): update vendor for master ( #13792 )
2022-03-27 11:00:59 +08:00
ioito
d76f2d20fb
fix(region): add seclib aes
2022-03-24 18:07:28 +08:00
Zexi Li
68507a55f1
Merge pull request #13569 from ioito/feat/qx-bingocloud-op
...
feat(region): support bingocloud sync
2022-03-08 14:47:37 +08:00
Zexi Li
1c2a76cc76
feat(vendor): update etcd package for master
2022-03-08 10:52:23 +08:00
ioito
885faa5020
feat(region): support bingocloud sync
2022-03-06 17:28:19 +08:00
ioito
c1d963dcc4
fix(climc): add --help for other cli
2022-02-24 16:15:12 +08:00
Zexi Li
ce13a7a11b
Merge pull request #13480 from ioito/hotfix/qx-climc-help
...
fix(climc): support --help args
2022-02-24 11:53:14 +08:00
ioito
8354483e59
fix(climc): support --help args
2022-02-24 11:14:10 +08:00
Zexi Li
b5d8522f37
feat(region,host): server cpuset supported ( #13527 )
...
* feat(region,host): server cpuset supported
* feat(region,host): cpuset remove
2022-02-23 16:07:01 +08:00
ioito
af57c8cc1f
feat(region): bingo cloud cli
2022-02-11 18:25:33 +08:00
Zexi Li
78f186371c
feat(host,region): unify target qemu commandline from source
2022-01-21 00:37:32 +08:00
Zexi Li
5fd55d9008
optimize(host-image,fetcherfs): download disk speed too slow ( #12976 )
2021-12-22 00:56:49 +08:00
Jian Qiu
b9b688dd17
update vendor 20211129 ( #12771 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2021-11-29 23:41:41 +08:00
zhaoxiangchun
37e76cd37d
fix(cloudcommon): checksync commitSqlDiffWithName ( #12760 )
2021-11-27 22:33:55 +08:00