File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 140140---
141141
142142### ✅提交代码
143- ** [ @Yvan ] ( https://github.com/406226161 ) ** [ @dbdocker ] ( https://github.com/dbdocker ) [ @anatsking ] ( https://github.com/anatsking ) [ @ylighgh ] ( https://github.com/ylighgh )
143+ ** [ @Yvan ] ( https://github.com/406226161 ) [ @ ZZYhho ] ( https://github.com/ZZYhho ) ** [ @dbdocker ] ( https://github.com/dbdocker ) [ @anatsking ] ( https://github.com/anatsking ) [ @ylighgh ] ( https://github.com/ylighgh )
144144
145145---
146146
Original file line number Diff line number Diff line change @@ -295,6 +295,7 @@ def rds(account,region):
295295
296296 try :
297297 for iid in rds_dict .keys ():
298+ logger .info (f'【ali_DRS】===> { iid } ' )
298299 describe_dbinstance_attribute_request = rds_20140815_models .DescribeDBInstanceAttributeRequest (dbinstance_id = iid )
299300 rdsplusinfo = client .describe_dbinstance_attribute_with_options (describe_dbinstance_attribute_request , runtime )
300301 rdsplus_list = rdsplusinfo .body .to_map ()['Items' ]["DBInstanceAttribute" ]
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ Object.keys(filters).forEach(key => {
4646} )
4747
4848Vue . config . productionTip = false
49- Vue . prototype . VER = 'v1.1.2 '
49+ Vue . prototype . VER = 'v1.2.0 '
5050
5151new Vue ( {
5252 el : '#app' ,
Original file line number Diff line number Diff line change 99 class =" dashboard-text" >🚀StarsL.cn</el-link >
1010 </el-badge >
1111 <el-timeline >
12+ <el-timeline-item timestamp =" 2025/01/13" placement =" top" >
13+ <el-card >
14+ <h4 >v1.2.0</h4 >
15+ <p >🚩DescribeDBInstancesAsCsv接口下线,使用新方式获取RDS基础信息(无限速)。🙇Thank you <el-link :underline =" true" type =" primary"
16+ href =" https://github.com/ZZYhho" target =" _blank" >@ZZYhho</el-link >)</p >
17+ <p >修复腾讯云部分版本redis同步失败的问题。</p >
18+ <p >修复采集阿里云漏洞库失败的问题。</p >
19+ <p >增加阿里云/华为云部分区域。</p >
20+ </el-card >
21+ </el-timeline-item >
1222 <el-timeline-item timestamp =" 2024/10/19" placement =" top" >
1323 <el-card >
1424 <h4 >v1.1.1</h4 >
You can’t perform that action at this time.
0 commit comments