Commit Graph
1415 Commits
Author SHA1 Message Date
rainzm 95de795c8b fix(notify): be compatible with member's permission changes
every user can create, modify and delete their own receiver info
2021-01-29 20:09:41 +08:00
Yousong Zhou 57eceae70d feat(climc): wires: allow filter by bandwidth 2021-01-27 10:31:20 +08:00
bistuzx@163.com b803de0705 add cost report module 2021-01-15 17:59:48 +08:00
Zexi Li 71f069a657 Merge pull request #9870 from swordqiu/hotfix/qj-clone-policy-climc
feature(climc): add policy-clone command
2021-01-14 09:37:27 +08:00
Qiu Jian dcfb2f3221 feature(climc): add policy-clone command 2021-01-14 03:28:52 +08:00
Zexi Li cb1d93ddf9 Merge pull request #9796 from ioito/hotfix/qx-cloudimage-update
fix(region): allowed to manually refresh cloudimage
2021-01-09 20:32:18 +08:00
Qu Xuan 613662c07b fix(apigateway): count city servers 2021-01-09 17:05:23 +08:00
Qu Xuan c226568ec0 fix(region): allowed to manually refresh cloudimage 2021-01-07 21:27:57 +08:00
zhaoxiangchun b23519b036 fix(monitor,suggestion): order commonalert metric and modify
alertresoruce type value and add suggestion models climc

1.修改监控metric排序
2.统一报警资源type和监控报警中res_type 进行统一,前端可以统一展示
3.增加suggestion服务相关climc
2021-01-06 21:23:21 +08:00
zhaoxiangchun e8442bea69 feat(monitor): get today alerting resource info
1.提供接口获取当前时间发生报警的资源统计
2020-12-31 20:00:19 +08:00
zhaoxiangchun 788a5df8bd feat(suggestion,apigateway): add analysispredict climc 2020-12-30 14:03:08 +08:00
Zexi Li 95464529cb Merge pull request #9675 from bistuzx/feature/meter-budget-master
feat(meter): add meter budget&event module
2020-12-29 23:18:20 +08:00
bistuzx@163.com 4bd398db56 add meter budget&event&reservation module 2020-12-29 21:41:26 +08:00
wanyaoqi cecd329fe4 fix(climc): host add netif add params bridge/interface 2020-12-29 14:46:13 +08:00
Qu Xuan d38b7ce466 fix(region): openstack network is regional 2020-12-28 09:50:44 +08:00
Zexi Li 41f1d34f04 Merge pull request #9627 from ioito/hotfix/qx-rds-secgroups
fix(region): support rds secgroup operation
2020-12-26 12:19:54 +08:00
Zexi Li c32b1ec859 Merge pull request #9642 from ioito/hotfix/qx-apsara-optimized
fix(region): apsara optimized
2020-12-26 12:13:37 +08:00
Qiu Jian d02d82963b feature(climc): policy save data into file
Allow saveing policy data into file
2020-12-25 16:57:59 +08:00
Qu Xuan dc673a80d8 fix(region): apsara optimized 2020-12-25 14:20:49 +08:00
Qu Xuan bc90e4fc4a fix(region): support rds secgroup operation 2020-12-24 18:03:33 +08:00
Zexi Li 2c3d7f1e55 Merge pull request #9593 from ioito/hotfix/qx-private-cloud-sku
fix(region): private cloud sku create
2020-12-24 17:41:03 +08:00
Qu Xuan 09a039eb6e fix(region): private cloud sku create 2020-12-23 20:36:24 +08:00
Yousong Zhou db8307822f refactor(climc): webconsole: use helper methods of response struct 2020-12-23 13:29:17 +08:00
yunion-ci-robot d819989bc2 Merge pull request #9521 from zexi/storage-actual-size-filter
Storage actual size filter
2020-12-19 23:46:05 +08:00
Zexi Li 0ce19160d0 Merge pull request #9501 from swordqiu/feature/qj-user-add-lang-attribute
feature(keystone): user add language attribute
2020-12-19 20:05:21 +08:00
Zexi Li bdd112e80b fix(scheduler): storage predicate add actualCapacity filter 2020-12-19 19:56:26 +08:00
yunion-ci-robot 3eb25e6dd1 Merge pull request #9446 from yousong/feature/yousong-vpc-fwd
Feature/yousong vpc fwd
2020-12-19 10:39:06 +08:00
Qiu Jian 5cf5576e09 feature(keystone): user add language attribute
User add language attribute, notify and alarm will use this attribute to
send message in proper language
2020-12-19 09:18:17 +08:00
Yousong Zhou 4a8eee0db3 fix(region,climc): eips: rename arg name for requested eip addr 2020-12-16 17:35:04 +08:00
Yousong Zhou d6463f955a fix(climc): use printObjectRecursive for PerformXxx calls
Original

	+----------+-----------------------------------------------------------------------------------------------------+
	|  Field   |                                                Value                                                |
	+----------+-----------------------------------------------------------------------------------------------------+
	| forwards | [{"addr":"192.168.2.252","port":22,"proto":"tcp","proxy_addr":"10.168.222.196","proxy_port":33908}, |
	|          | {"addr":"192.168.2.252","port":22,"proto":"tcp","proxy_addr":"10.168.222.196","proxy_port":45490}]  |
	+----------+-----------------------------------------------------------------------------------------------------+

After

	+-----------------------+----------------+
	|         Field         |     Value      |
	+-----------------------+----------------+
	| forwards.0.addr       | 192.168.2.252  |
	| forwards.0.port       | 22             |
	| forwards.0.proto      | tcp            |
	| forwards.0.proxy_addr | 10.168.222.196 |
	| forwards.0.proxy_port | 33908          |
	| forwards.1.addr       | 192.168.2.252  |
	| forwards.1.port       | 22             |
	| forwards.1.proto      | tcp            |
	| forwards.1.proxy_addr | 10.168.222.196 |
	| forwards.1.proxy_port | 45490          |
	+-----------------------+----------------+
2020-12-16 10:35:58 +08:00
Yousong Zhou 549ae15a44 feat(climc): servers: add server forward commands 2020-12-15 22:17:48 +08:00
Zexi Li 7d836f77a6 fix(scheduler): get candidates error more info 2020-12-14 14:39:27 +08:00
TangBin 04fa96d9c8 feat(region): support sync skus by cloudregion 2020-12-12 18:55:24 +08:00
TangBin c862f06996 feat(region): support sync skus by cloudregion 2020-12-12 17:06:11 +08:00
Qiu Jian 076fa5498a fix(keystone): allow unlink a domain from an IDP
allow unlink a domain from an IDP
2020-12-11 21:50:15 +08:00
Zexi Li 2b2ea4872f Merge pull request #9356 from ioito/hotfix/qx-sku-enabled
fix(region): sku enabled
2020-12-11 19:36:45 +08:00
Zexi Li 096115ce5e Merge pull request #9160 from swordqiu/feature/qj-event-log-splitable
feature(cloudcommon): split opslog table
2020-12-11 19:31:06 +08:00
Qu Xuan be63b02b9f fix(region): sku enabled 2020-12-11 17:07:08 +08:00
Zexi Li a3a99743d8 Merge pull request #9324 from zexi/feature/k8s-component-climc
Feature/k8s component climc
2020-12-10 17:20:16 +08:00
Zexi Li 2c56715459 feat(climc): add k8s component minio and thanos operate subcmd 2020-12-10 12:04:10 +08:00
Qiu Jian 0a7513cce4 fix(cloudcommon): disable quota check by default
1. add enable_quota_check common option
2. disable quota check by default
3. specify scope of quota limit in OutOfQuota error message
2020-12-10 01:19:06 +08:00
Qiu Jian ab75c8f93c feature(cloudcommon): split opslog table
automatically split opslog table, so as to delete obsolete event logs
2020-12-09 21:12:55 +08:00
rainzm e8a085a947 feat(notify): user cmdline helpler for climc notify-receiver-xxx 2020-12-09 17:02:17 +08:00
rainzm 6ed0b5e9fa feat(notify): add intellij-get for receiver 2020-12-09 16:45:23 +08:00
Zexi Li c8a237886e Merge pull request #9146 from ioito/hotfix/qx-keystone-refresh-scope-resource
fix(keystone): allow refresh scope resource
2020-12-08 09:39:48 +08:00
Qu Xuan c14b245fad fix(keystone): allow refresh scope resource 2020-12-07 10:46:58 +08:00
Zexi Li c025944d17 fix(go.mod): remove k8s.io/kubernetes dependency 2020-12-04 16:45:25 +08:00
rainzm 9d048f8f9b feat(climc): add cloud-account-preparenets-vmware command 2020-12-04 14:27:51 +08:00
Qu Xuan b14f6be828 fix(region): allow update rds account and database desc 2020-12-01 16:37:42 +08:00
Zexi Li 103d72bfae Merge pull request #8575 from yousong/feature/yousong-nas
Feature/yousong  networkaddresses
2020-11-27 20:18:22 +08:00