Commit Graph

1705 Commits

Author SHA1 Message Date
Jian Qiu
e73ed9d081 feature: dameng database support (#19570)
Co-authored-by: Qiu Jian <qiujian@yunionyun.com>
2024-02-29 16:37:21 +08:00
Jian Qiu
7bb232463b fix: project tag tree sql revise (#19484)
Co-authored-by: Qiu Jian <qiujian@yunionyun.com>
2024-02-11 10:47:21 +08:00
Jian Qiu
0635e9c53e fix: IModelManager add NewQuery to initialize query with params (#19481)
Co-authored-by: Qiu Jian <qiujian@yunionyun.com>
2024-02-10 18:04:04 +08:00
屈轩
6f902f1b39 fix(region): avoid panic when change-owner missing domain_id (#19471) 2024-02-08 10:51:22 +08:00
Jian Qiu
c58970c888 fix: project tag value tree can return sum of any field (#19464)
Co-authored-by: Qiu Jian <qiujian@yunionyun.com>
2024-02-06 21:50:46 +08:00
Jian Qiu
81a12d1f16 feature: allow manager to preapre query context (#19451)
Co-authored-by: Qiu Jian <qiujian@yunionyun.com>
2024-02-05 20:06:40 +08:00
Jian Qiu
c1fa60a7a7 fix: tenant cache sync deleted projects (#19440)
Co-authored-by: Qiu Jian <qiujian@yunionyun.com>
2024-02-05 08:44:47 +08:00
屈轩
bde31db5b3 fix(region): avoid informer panic (#19430) 2024-02-04 16:28:54 +08:00
Jian Qiu
2e4e2d3bef fix: fail to reset policy org_node_id to empty (#19425)
Co-authored-by: Qiu Jian <qiujian@yunionyun.com>
2024-02-03 23:19:42 +08:00
Jian Qiu
18ae8cce2e fix: expand policy tags with org node tags (#19415)
Co-authored-by: Qiu Jian <qiujian@yunionyun.com>
2024-02-02 11:44:15 +08:00
gouqi11
14d10c121c fix(commom): setStatus with notify hook (#19405)
Co-authored-by: 马鸿飞 <mahongfei@yunion.cn>
2024-02-01 20:44:40 +08:00
屈轩
819ec0e27d fix(region): cancel pending delete (#19372) 2024-01-30 14:12:40 +08:00
Qiu Jian
37a25c3945 fix: validate policy violation when assign users for oidc IDP 2024-01-27 18:16:56 +08:00
Jian Qiu
db8263a347 Revert "hotfix: unit test copyOptions" (#19328) 2024-01-24 22:13:56 +08:00
Jian Qiu
2613b682aa hotfix: unit test copyOptions (#19312)
Co-authored-by: Qiu Jian <qiujian@yunionyun.com>
2024-01-24 18:59:45 +08:00
Jian Qiu
7c2de32b62 fix: try resolve tenant by project id first (#19276)
Co-authored-by: Qiu Jian <qiujian@yunionyun.com>
2024-01-16 22:13:53 +08:00
Jian Qiu
c7d79f5d48 Feature/qj ipv6 support (#19249)
* feature: ipv6 support

* fix: ipv6 support more

* fix: update vendor for ipv6 support

* fix: allow enable ipv6 on existing guestnetwork

---------

Co-authored-by: Qiu Jian <qiujian@yunionyun.com>
2024-01-15 13:32:52 +08:00
Jian Qiu
43d7668ee5 fix: no fetch owner scope when GetProperty (#19229)
Co-authored-by: Qiu Jian <qiujian@yunionyun.com>
2024-01-11 18:58:46 +08:00
马鸿飞
2e90bca3ec fix(notify): add actionTranslate 2024-01-09 19:20:11 +08:00
gouqi11
c10cef4eae feat(notify): support notify for host (#19020)
Co-authored-by: 马鸿飞 <mahongfei@yunion.cn>
2023-12-27 20:07:01 +08:00
Jian Qiu
5de57897c2 Feature/qj support default interface (#19095)
* fix: support default gateway interface

* fix: default gateway 2

---------

Co-authored-by: Qiu Jian <qiujian@yunionyun.com>
2023-12-26 15:35:04 +08:00
wanyaoqi
ddde38aa43 feat(region,host): guest sync os info (#19100) 2023-12-26 12:49:29 +08:00
Zexi Li
793a73c544 fix(scheduler): reload cloudprovider's hosts when syncing finished 2023-12-15 20:20:46 +08:00
Zexi Li
6e9253b504 fix(cloudcommon): service config informer doesn't start watching (#19005) 2023-12-15 14:58:35 +08:00
Zexi Li
1a6c31db45 Merge pull request #18997 from swordqiu/hotfix/qj-webconsole-ssh-api
fix: refine webconsole ssh api
2023-12-15 11:50:36 +08:00
Qiu Jian
10265f3432 fix: refine webconsole ssh api 2023-12-15 10:39:23 +08:00
wanyaoqi
1e0c76bdb0 fix(host-deployer): run guest on host and ignore no config file
Signed-off-by: wanyaoqi <d3lx.yq@gmail.com>
2023-12-12 14:56:35 +08:00
Jian Qiu
168b7cde6f fix: clickhouse mapping table use the same name as origin (#18887)
Co-authored-by: Qiu Jian <qiujian@yunionyun.com>
2023-12-05 12:21:54 +08:00
Jian Qiu
1b997dcb79 fix: mapping mysql tables into clickhouse with Engine MySQL (#18877)
Co-authored-by: Qiu Jian <qiujian@yunionyun.com>
2023-12-05 07:08:17 +08:00
Zexi Li
a270a0652c feat(host): use IsolatedDeviceModels as GPU whitelist 2023-12-04 15:23:08 +08:00
wanyaoqi
3553fc983e fix(host-deployer,host): mv deploy driver option to common options 2023-12-04 14:23:18 +08:00
wanyaoqi
b58cd52d30 Automated cherry pick of #18822: Automated cherry pick of #18821: Feat/deploy guest (#18823)
* feat(region): add guest rescue api && download initrd from baremetal tftp server && add baremetal agent ip finder & update pic address & support ip kernel config.

* feat(host-deployer): use qemu-kvm as default deploy dirver

---------

Co-authored-by: boironic@gmail.com <boironic@gmail.com>
2023-11-30 16:50:18 +08:00
屈轩
3bd3297632 fix(region): 只读账号增量更新标签 (#18811) 2023-11-29 14:53:41 +08:00
Jian Qiu
74420ecdb7 fix: generalized metadata getter (#18807)
Co-authored-by: Qiu Jian <qiujian@yunionyun.com>
2023-11-29 09:04:14 +08:00
屈轩
eb0faaec97 feat(webconsole): support rdp (#18755) 2023-11-28 10:47:04 +08:00
Qiu Jian
6c15b55596 feature: backup support object storage 2023-11-26 20:47:43 +08:00
屈轩
c5e8856b42 fix(region): trim metadata key (#18775) 2023-11-24 22:18:00 +08:00
屈轩
29804817f1 fix(keystone): project clean (#18741) 2023-11-21 21:10:17 +08:00
gouqi11
91dac7f4a9 feat(common): log support rebilling (#18737)
Co-authored-by: 马鸿飞 <mahongfei@yunion.cn>
2023-11-20 19:21:01 +08:00
gouqi11
0dbb094cd9 fix(region): fix db_dispatcher duplicate notify (#18698)
Co-authored-by: 马鸿飞 <mahongfei@yunion.cn>
2023-11-15 17:02:39 +08:00
Jian Qiu
bd90a4427a fix: update lb cluster with patch params (#18695)
Co-authored-by: Qiu Jian <qiujian@yunionyun.com>
2023-11-15 08:57:06 +08:00
Zexi Li
22d5a01ff2 Merge pull request #18634 from testwill/fmt
chore: unnecessary use of fmt.Sprintf d
2023-11-13 20:44:41 +08:00
屈轩
bb3f8eba9f fix(region): esxi support preallocation vdisk (#18647) 2023-11-13 18:15:14 +08:00
guoguangwu
e4b396e870 chore: unnecessary use of fmt.Sprintf d
Signed-off-by: guoguangwu <guoguangwu@magic-shield.com>
2023-11-12 21:08:23 +08:00
Zexi Li
ed05401e1d Merge pull request #18617 from zexi/automated-cherry-pick-of-#18545-upstream-master
Automated cherry pick of #18545: feat(monitor,region,host,cloudmon): support VictoriaMetrics as TSDB backend
2023-11-10 16:05:51 +08:00
屈轩
f52e78a64d fix(common): support report bug (#18626) 2023-11-10 15:46:07 +08:00
Zexi Li
9a9414452b feat(monitor,region,host,cloudmon): support VictoriaMetrics as TSDB backend 2023-11-10 15:36:02 +08:00
Bo
74b6a20387 Merge branch 'master' into feature/implement-vm-rescue 2023-10-27 19:29:02 +08:00
Bo
16377e5ac1 feat(region): add guest rescue api && download initrd from baremetal tftp server && add baremetal agent ip finder & update pic address & support ip kernel config. 2023-10-27 19:19:52 +08:00
屈轩
71644db668 fix: docgengo (#18350) 2023-10-18 06:18:53 -05:00