Commit Graph

1062 Commits

Author SHA1 Message Date
openharmony_ci a0b36a1a67 !614 merge master into master
fix syscap_define_custom.h incremental generation

Created-by: hosted
Commit-by: hosted
Merged-by: openharmony_ci
Description: ### 一、内容说明(相关的Issue)

https://gitcode.com/openharmony/developtools_syscap_codec/issues/342?ref=&did=3643142#tid-3643142

### 二、建议测试周期和提测地址  
  建议测试完成时间:xxxx.xx.xx  
  投产上线时间:xxxx.xx.xx  
  提测地址:CI环境/压测环境  
  测试账号:  

### 三、变更内容
  * 3.1 关联PR列表

  * 3.2 数据库和部署说明  

NA

  * 3.4 其他技术优化内容(做了什么,变更了什么)

使用`os.open`打开文件时,当文件存在时,未指定`os.O_TRUNC`标志位,旧内容不会被清空,容易产生尾部残留数据,导致隐蔽且严重的错误。
如果文件已存在且新写入内容比旧内容短,会导致文件尾部残留旧数据。
修改增加了`os.O_TRUNC`标志位,若文件已存在, 在写入前先清空文件内容

  * 3.5 废弃通知(什么字段、方法弃用?)

NA


  * 3.6  后向不兼容变更(是否有无法向后兼容的变更?)

NA
  
### 四、研发自测点(自测哪些?冒烟用例全部自测?)
  自测测试结论:


### 五、测试关注点(需要提醒QA重点关注的、可能会忽略的地方)
  检查点:

| 需求名称 | 是否影响xx公共模块 | 是否需要xx功能 | 需求升级是否依赖其他子产品 |
|------|------------|----------|---------------|
| xxx  | 否          | 需要       | 不需要           |
|      |            |          |               |

  接口测试:

  性能测试:

  并发测试:

  其他:



See merge request: openharmony/developtools_syscap_codec!614
2025-12-25 10:29:02 +08:00
hosted a749d7891d fix syscap_define_custom.h incremental generation
https://gitcode.com/openharmony/developtools_syscap_codec/issues/342?ref=&did=3643142#tid-3643142
Signed-off-by: hosted <chenyadong18@huawei.com>
2025-12-18 20:14:51 +08:00
openharmony_ci 8401c4643a !612 merge master into master
fix: abandon syscap

Created-by: kong-wei-111
Commit-by: yanghang
Merged-by: openharmony_ci
Description: ### 一、内容说明(相关的Issue)
https://gitcode.com/openharmony/developtools_syscap_codec/issues/341


### 二、建议测试周期和提测地址  
  建议测试完成时间:xxxx.xx.xx  
  投产上线时间:xxxx.xx.xx  
  提测地址:CI环境/压测环境  
  测试账号:  

### 三、变更内容
  * 3.1 关联PR列表
https://gitcode.com/openharmony/powermgr_battery_manager/pull/787
https://gitcode.com/openharmony/powermgr_power_manager/pull/2000
https://gitcode.com/openharmony/interface_sdk-js/pull/29157
https://gitcode.com/openharmony/docs/pull/120347
  * 3.2 数据库和部署说明  
    1. 常规更新 

  * 3.4 其他技术优化内容(做了什么,变更了什么)
    废弃冗余syscap


  * 3.5 废弃通知(什么字段、方法弃用?)
POWERMANAGER_BATTERYMANAGER_EXTENSION,
POWERMANAGER_POWERMANAGER_EXTENSION, 
POWERMANAGER_POWERMANAGER_LITE,
 上述字段废弃


  * 3.6  后向不兼容变更(是否有无法向后兼容的变更?)
否

  
### 四、研发自测点(自测哪些?冒烟用例全部自测?)
  自测测试结论:


### 五、测试关注点(需要提醒QA重点关注的、可能会忽略的地方)
  检查点:

| 需求名称 | 是否影响xx公共模块 | 是否需要xx功能 | 需求升级是否依赖其他子产品 |
|------|------------|----------|---------------|
| xxx  | 否          | 需要       | 不需要           |
|      |            |          |               |

  接口测试:

  性能测试:

  并发测试:

  其他:



See merge request: openharmony/developtools_syscap_codec!612
2025-12-09 14:43:15 +08:00
yanghang 6e19f66bd2 fix: abandon syscap
Signed-off-by: yanghang <kongwei13@h-partners.com>
2025-12-09 11:27:05 +08:00
openharmony_ci 6018bb92f9 !609 merge master into master
add cangjie interop syscap

Created-by: liuyics16
Commit-by: liuyics16
Merged-by: openharmony_ci
Description: ### 一、内容说明(相关的Issue)

https://gitcode.com/openharmony/developtools_syscap_codec/issues/338

### 二、建议测试周期和提测地址  
  建议测试完成时间:xxxx.xx.xx  
  投产上线时间:xxxx.xx.xx  
  提测地址:CI环境/压测环境  
  测试账号:  

### 三、变更内容
  * 3.1 关联PR列表

  * 3.2 数据库和部署说明  
    1. 常规更新 
    2. 重启unicorn
    3. 重启sidekiq
    4. 迁移任务:是否有迁移任务,没有写 "无"
    5. rake脚本:`bundle exec xxx RAILS_ENV = production`;没有写 "无"

  * 3.4 其他技术优化内容(做了什么,变更了什么)
    - 重构了 xxxx 代码
    - xxxx 算法优化


  * 3.5 废弃通知(什么字段、方法弃用?)



  * 3.6  后向不兼容变更(是否有无法向后兼容的变更?)


  
### 四、研发自测点(自测哪些?冒烟用例全部自测?)
  自测测试结论:


### 五、测试关注点(需要提醒QA重点关注的、可能会忽略的地方)
  检查点:

| 需求名称 | 是否影响xx公共模块 | 是否需要xx功能 | 需求升级是否依赖其他子产品 |
|------|------------|----------|---------------|
| xxx  | 否          | 需要       | 不需要           |
|      |            |          |               |

  接口测试:

  性能测试:

  并发测试:

  其他:



See merge request: openharmony/developtools_syscap_codec!609
2025-11-29 16:58:24 +08:00
liuyics16 f6f919093f add cangjie interop syscap
Signed-off-by: liuyics16 <1179805842@qq.com>
2025-11-29 11:06:14 +08:00
openharmony_ci 8ea955d537 !608 merge master into master
测距接口

Created-by: zyf1992
Commit-by: zyf1992
Merged-by: openharmony_ci
Description: ### 一、内容说明(相关的Issue)



### 二、建议测试周期和提测地址  
  建议测试完成时间:xxxx.xx.xx  
  投产上线时间:xxxx.xx.xx  
  提测地址:CI环境/压测环境  
  测试账号:  

### 三、变更内容
  * 3.1 关联PR列表

  * 3.2 数据库和部署说明  
    1. 常规更新 
    2. 重启unicorn
    3. 重启sidekiq
    4. 迁移任务:是否有迁移任务,没有写 "无"
    5. rake脚本:`bundle exec xxx RAILS_ENV = production`;没有写 "无"

  * 3.4 其他技术优化内容(做了什么,变更了什么)
    - 重构了 xxxx 代码
    - xxxx 算法优化


  * 3.5 废弃通知(什么字段、方法弃用?)



  * 3.6  后向不兼容变更(是否有无法向后兼容的变更?)


  
### 四、研发自测点(自测哪些?冒烟用例全部自测?)
  自测测试结论:


### 五、测试关注点(需要提醒QA重点关注的、可能会忽略的地方)
  检查点:

| 需求名称 | 是否影响xx公共模块 | 是否需要xx功能 | 需求升级是否依赖其他子产品 |
|------|------------|----------|---------------|
| xxx  | 否          | 需要       | 不需要           |
|      |            |          |               |

  接口测试:

  性能测试:

  并发测试:

  其他:



See merge request: openharmony/developtools_syscap_codec!608
2025-11-26 18:07:59 +08:00
zyf1992 1c877d19b7 测距接口
Signed-off-by: zyf1992 <zhengyafei1@h-partners.com>
2025-11-21 11:34:52 +08:00
openharmony_ci f3fc974ffb !607 merge dev11 into master
add SystemCapability.Security.Huks.CryptoExtension

Created-by: weixin_40599145
Commit-by: linzs
Merged-by: openharmony_ci
Description: ### 一、内容说明(相关的Issue)
https://gitcode.com/openharmony/security_huks/issues/1327


### 二、建议测试周期和提测地址  
  建议测试完成时间:xxxx.xx.xx  
  投产上线时间:xxxx.xx.xx  
  提测地址:CI环境/压测环境  
  测试账号:  

### 三、变更内容
  * 3.1 关联PR列表

  * 3.2 数据库和部署说明  
    1. 常规更新 
    2. 重启unicorn
    3. 重启sidekiq
    4. 迁移任务:是否有迁移任务,没有写 "无"
    5. rake脚本:`bundle exec xxx RAILS_ENV = production`;没有写 "无"

  * 3.4 其他技术优化内容(做了什么,变更了什么)
    - 重构了 xxxx 代码
    - xxxx 算法优化


  * 3.5 废弃通知(什么字段、方法弃用?)



  * 3.6  后向不兼容变更(是否有无法向后兼容的变更?)


  
### 四、研发自测点(自测哪些?冒烟用例全部自测?)
  自测测试结论:


### 五、测试关注点(需要提醒QA重点关注的、可能会忽略的地方)
  检查点:

| 需求名称 | 是否影响xx公共模块 | 是否需要xx功能 | 需求升级是否依赖其他子产品 |
|------|------------|----------|---------------|
| xxx  | 否          | 需要       | 不需要           |
|      |            |          |               |

  接口测试:

  性能测试:

  并发测试:

  其他:



See merge request: openharmony/developtools_syscap_codec!607
2025-11-17 23:47:22 +08:00
linzs d41d6caff4 add SystemCapability.Security.Huks.CryptoExtension
Signed-off-by: linzs <linzhaosheng@huawei.com>
Change-Id: If79436273b84ddaa32e5b52920f904857bc44be2
2025-11-13 17:55:02 +08:00
openharmony_ci 90d251caf9 !606 merge master into master
abandoned syscap

Created-by: wangyongzhong2
Commit-by: wangyongzhong2
Merged-by: openharmony_ci
Description: ### 一、内容说明(相关的Issue)

https://gitcode.com/openharmony/interface_sdk-js/issues/19992

### 二、建议测试周期和提测地址  
  建议测试完成时间:xxxx.xx.xx  
  投产上线时间:xxxx.xx.xx  
  提测地址:CI环境/压测环境  
  测试账号:  

### 三、变更内容
  * 3.1 关联PR列表

  * 3.2 数据库和部署说明  
    1. 常规更新 
    2. 重启unicorn
    3. 重启sidekiq
    4. 迁移任务:是否有迁移任务,没有写 "无"
    5. rake脚本:`bundle exec xxx RAILS_ENV = production`;没有写 "无"

  * 3.4 其他技术优化内容(做了什么,变更了什么)
    - 重构了 xxxx 代码
    - xxxx 算法优化


  * 3.5 废弃通知(什么字段、方法弃用?)



  * 3.6  后向不兼容变更(是否有无法向后兼容的变更?)


  
### 四、研发自测点(自测哪些?冒烟用例全部自测?)
  自测测试结论:


### 五、测试关注点(需要提醒QA重点关注的、可能会忽略的地方)
  检查点:

| 需求名称 | 是否影响xx公共模块 | 是否需要xx功能 | 需求升级是否依赖其他子产品 |
|------|------------|----------|---------------|
| xxx  | 否          | 需要       | 不需要           |
|      |            |          |               |

  接口测试:

  性能测试:

  并发测试:

  其他:



See merge request: openharmony/developtools_syscap_codec!606
2025-11-11 16:35:54 +08:00
wangyongzhong2 27f06485f7 abandoned syscap
Signed-off-by: wangyongzhong2 <wangyongzhong2@huawei.com>
2025-11-11 11:48:32 +08:00
openharmony_ci d61ddf27a5 !604 merge bugfix_cangjie_syscap into master
add cangjie runtime syscap

Created-by: lrb
Commit-by: lrb
Merged-by: openharmony_ci
Description: ### 一、内容说明(相关的Issue)

add cangjie runtime syscap
issue:
https://gitcode.com/openharmony/third_party_cangjie_runtime/issues/31

### 二、建议测试周期和提测地址  
  建议测试完成时间:xxxx.xx.xx  
  投产上线时间:xxxx.xx.xx  
  提测地址:CI环境/压测环境  
  测试账号:  

### 三、变更内容
  * 3.1 关联PR列表

  * 3.2 数据库和部署说明  
    1. 常规更新 
    2. 重启unicorn
    3. 重启sidekiq
    4. 迁移任务:是否有迁移任务,没有写 "无"
    5. rake脚本:`bundle exec xxx RAILS_ENV = production`;没有写 "无"

  * 3.4 其他技术优化内容(做了什么,变更了什么)
    - 重构了 xxxx 代码
    - xxxx 算法优化


  * 3.5 废弃通知(什么字段、方法弃用?)



  * 3.6  后向不兼容变更(是否有无法向后兼容的变更?)


  
### 四、研发自测点(自测哪些?冒烟用例全部自测?)
  自测测试结论:


### 五、测试关注点(需要提醒QA重点关注的、可能会忽略的地方)
  检查点:

| 需求名称 | 是否影响xx公共模块 | 是否需要xx功能 | 需求升级是否依赖其他子产品 |
|------|------------|----------|---------------|
| xxx  | 否          | 需要       | 不需要           |
|      |            |          |               |

  接口测试:

  性能测试:

  并发测试:

  其他:



See merge request: openharmony/developtools_syscap_codec!604
2025-11-10 15:52:36 +08:00
lrb 2a0395933e add cangjie runtime syscap
Signed-off-by: lrb <liruibo6@h-partners.com>
2025-11-06 19:02:47 +08:00
openharmony_ci 17717d073a !603 merge master into master
add SystemCapability.Multimedia.Audio.SuiteEngine

Created-by: tianluowen
Commit-by: tianluowen
Merged-by: openharmony_ci
Description: add SystemCapability.Multimedia.Audio.SuiteEngine 

See merge request: openharmony/developtools_syscap_codec!603
2025-10-17 17:01:09 +08:00
tianluowen 79b96d9f06 add SystemCapability.Multimedia.Audio.SuiteEngine
Signed-off-by: tianluowen <tianluowen1@huawei.com>
2025-10-16 12:05:36 +08:00
openharmony_ci a002ef5683 merge master into master
update: 更新文件 syscap_define.h

Created-by: tee_lixiang
Commit-by: tee_lixiang
Merged-by: openharmony_ci
Description: add tee_client syscap

See merge request: openharmony/developtools_syscap_codec!601
2025-09-15 22:23:56 +08:00
tee_lixiang 25363c0e50 update: 更新文件 syscap_define.h
add tee_client syscap

Signed-off-by: tee_lixiang <lixiang202@huawei.com>
2025-09-15 17:11:13 +08:00
openharmony_ci 3e4234368a !586 替换loadlibrary接口
Merge pull request !586 from yewei/replace_loadlibrary_api
2025-09-13 05:09:16 +00:00
openharmony_ci 9d459874b8 !597 废弃口令指纹syscap
Merge pull request !597 from xyc/master
2025-09-13 01:44:23 +00:00
openharmony_ci 5f53574c2a !598 [Bug]: 云盘新增clouddiskmanager syscap
Merge pull request !598 from hunili/master
2025-09-12 03:09:43 +00:00
hunili c7e8dd13b0 [Bug]: 云盘新增clouddiskmanager syscap
https://gitee.com/openharmony/developtools_syscap_codec/issues/ICXM3C

Signed-off-by: hunili <lihucheng2@h-partners.com>
2025-09-11 21:53:28 +08:00
xyc ca86480cea 废弃口令指纹syscap
Signed-off-by: xyc <xiongyunchong@huawei.com>
2025-09-08 19:49:40 +08:00
openharmony_ci 1b440c54bd !592 feat: abandon dslm syscap
Merge pull request !592 from zhuofan/master
2025-09-05 08:42:09 +00:00
openharmony_ci efeff4b8a8 !595 added syscap
Merge pull request !595 from anancds/bugfix_cangjie_syscap
2025-09-04 13:11:47 +00:00
anancds 9ec706b394 added syscap
Signed-off-by: anancds123 <anancds@163.com>
2025-09-04 16:54:19 +08:00
zhuofan0129 aa65841473 feat: abandon dslm syscap
Signed-off-by: zhuofan0129 <861080528@qq.com>
2025-09-03 11:35:52 +08:00
openharmony_ci 7cec3be367 !587 新增syscap相关文件合入
Merge pull request !587 from 番茄鱼/master
2025-08-29 09:35:50 +00:00
番茄鱼 d07cb69e72 新增syscap相关文件合入
Signed-off-by: 番茄鱼 <qyifang0623@gmail.com>
2025-08-29 15:15:41 +08:00
openharmony_ci 48949535c6 !585 fix syscap
Merge pull request !585 from tangjunyuan/master
2025-08-26 06:30:49 +00:00
y00620503 03f7f05efa 替换loadlibrary接口
Signed-off-by: y00620503 <yewei43@huawei.com>
Change-Id: I7032ba394ce0faafb3a465c00f546dfda737e4c7
2025-08-26 10:37:23 +08:00
tangjunyuan 8a34d8f39e fix syscap
Signed-off-by: tangjunyuan <tangjunyuan@huawei.com>
2025-08-26 10:00:28 +08:00
openharmony_ci fdeeefc3eb !583 [Bug]: 告警处理,清理没有释放的内存
Merge pull request !583 from 严学舟/master
2025-08-08 01:52:54 +00:00
xuezhou_yan a41dc82567 [Bug]: 告警处理,清理没有释放的内存 https://gitee.com/openharmony/developtools_syscap_codec/issues/ICRCLU
Signed-off-by: xuezhou_yan <yangang20@huawei.com>
2025-08-07 14:33:28 +08:00
xuezhou_yan e48db381fd [Bug]: 告警处理,清理没有释放的内存 https://gitee.com/openharmony/developtools_syscap_codec/issues/ICRCLU
Signed-off-by: xuezhou_yan <yangang20@huawei.com>
2025-08-06 16:27:03 +08:00
xuezhou_yan 44573167fa [Bug]: 告警处理,清理没有释放的内存 https://gitee.com/openharmony/developtools_syscap_codec/issues/ICRCLU
Signed-off-by: xuezhou_yan <yangang20@huawei.com>
2025-08-06 15:52:28 +08:00
xuezhou_yan 788fcdbf0e [Bug]: 告警处理,清理没有释放的内存 https://gitee.com/openharmony/developtools_syscap_codec/issues/ICRCLU
Signed-off-by: xuezhou_yan <yangang20@huawei.com>
2025-08-06 15:03:56 +08:00
xuezhou_yan f147156406 Merge branch 'master' of gitee.com:xuezhou_yan/developtools_syscap_codec
[Bug]: 告警处理,清理没有释放的内存 https://gitee.com/openharmony/developtools_syscap_codec/issues/ICRCLU
2025-08-06 10:56:11 +08:00
xuezhou_yan 5bdb4953e6 [Bug]: 告警处理,清理没有释放的内存 https://gitee.com/openharmony/developtools_syscap_codec/issues/ICRCLU
Signed-off-by: xuezhou_yan <yangang20@huawei.com>
2025-08-06 10:52:31 +08:00
xuezhou_yan df05a05a97 [Bug]: 告警处理,清理没有释放的内存
Signed-off-by: xuezhou_yan <yangang20@huawei.com>
2025-08-05 19:54:30 +08:00
openharmony_ci 599a30b58f !580 repair code warning
Merge pull request !580 from cat/0708secondstage
2025-07-30 02:28:17 +00:00
oh_ci 8a4e8d4aec !582 [Bug]: ./syscap_tool -h 或者 ./syscap_tool --hellp 帮助提示打印优化
Merge pull request !582 from 严学舟/master
2025-07-29 11:53:30 +00:00
xuezhou_yan 6f89fa1a1a [Bug]: ./syscap_tool -h 或者 ./syscap_tool --hellp 帮助提示打印优化
Signed-off-by: xuezhou_yan <yangang20@huawei.com>
2025-07-28 19:55:25 +08:00
openharmony_ci cb99b12b27 !577 add syscap
Merge pull request !577 from 翻斗花园第一深情/master
2025-07-26 03:06:22 +00:00
cat 2add1a301a repair code warning
Signed-off-by: cat <chenjinxiang3@huawei.com>
2025-07-25 17:22:39 +08:00
翻斗花园第一深情 8bd10c315f add syscap
Signed-off-by: 翻斗花园第一深情 <tianruifeng@huawei.com>
2025-07-25 02:27:47 +00:00
openharmony_ci 85ca5df700 !573 reset 0328 code to master
Merge pull request !573 from cat/0708secondstage
2025-07-24 12:45:37 +00:00
openharmony_ci 01679755a7 !568 FixSyscapErrorInMaster
Merge pull request !568 from Leechy/FixSysCapInMaster
2025-07-21 14:07:14 +00:00
LeechyLiang cc7809a322 FixSyscapErrorIn0328
Issue: https://gitee.com/openharmony/arkcompiler_runtime_core/issues/ICIYQU
Signed-off-by: LeechyLiang <liangweihong1@huawei.com>
Change-Id: If22c5772abb0877a6256a3b05fa9f46475bc5a94
2025-07-16 16:30:04 +08:00
openharmony_ci 669ce9f26f !575 add UserStatus
Merge pull request !575 from hongtao/master
2025-07-11 03:50:43 +00:00