Skip to content

chore: Update version to 1.2.7 - #776

Merged
lzwind merged 1 commit into
linuxdeepin:masterfrom
add-uos:master
Jul 30, 2026
Merged

chore: Update version to 1.2.7#776
lzwind merged 1 commit into
linuxdeepin:masterfrom
add-uos:master

Conversation

@add-uos

@add-uos add-uos commented Jul 30, 2026

Copy link
Copy Markdown
Contributor
  • update version to 1.2.7

log: update version to 1.2.7

Summary by Sourcery

Build:

  • Update Debian changelog to reflect the new 1.2.7 release version.

- update version to 1.2.7

log: update version to 1.2.7

@sourcery-ai sourcery-ai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry @add-uos, you have reached your weekly rate limit of 500000 diff characters.

Please try again later or upgrade to continue using Sourcery

@sourcery-ai

sourcery-ai Bot commented Jul 30, 2026

Copy link
Copy Markdown
Reviewer's guide (collapsed on small PRs)

Reviewer's Guide

This PR updates the project version reference to 1.2.7 in the Debian packaging changelog.

File-Level Changes

Change Details Files
Bump packaged application version to 1.2.7 in Debian changelog.
  • Update the latest changelog entry version number to 1.2.7
  • Ensure the changelog log message reflects the new version 1.2.7
debian/changelog

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

@github-actions

Copy link
Copy Markdown

TAG Bot

TAG: 1.2.7
EXISTED: no
DISTRIBUTION: unstable

@deepin-ci-robot

Copy link
Copy Markdown

deepin pr auto review

★ 总体评分:100分

■ 【总体评价】

代码为debian/changelog文件的版本更新,正确记录了版本迭代和修复内容
无语法逻辑、性能及安全问题,完全符合规范

■ 【详细分析】

  • 1.语法逻辑(完全正确)✓

本次diff仅修改了 debian/changelog 文件,新增了版本 1.2.7 的更新日志。文本格式遵循 Debian changelog 规范,包名、版本号、发行版、紧急程度、条目列表及维护者信息均书写正确。
潜在问题:无
建议:无

  • 2.代码质量(优秀)✓

更新日志条目清晰,使用了规范的前缀(如 fixtestchore),详细列出了各项修复和测试覆盖工作,便于追溯版本变更内容。
潜在问题:无
建议:无

  • 3.代码性能(无性能问题)✓

该文件为纯文本配置文件,不涉及运行时逻辑、算法复杂度或资源消耗,无性能影响。
潜在问题:无
建议:无

  • 4.代码安全(存在0个安全漏洞)✓

漏洞对比统计:新增漏洞 0 个,减少漏洞 0 个,持平 0 个
本次修改仅涉及 changelog 文本的追加,不包含任何可执行代码、配置路径或敏感信息,不存在安全风险。

  • 建议:无

■ 【改进建议代码示例】

diff --git a/debian/changelog b/debian/changelog
index 690a69ee8..35b0a372c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,37 @@
+dde-cooperation (1.2.7) unstable; urgency=medium
+
+  * chore: Update version to 1.2.7
+  * fix(coverage): force DISABLE_HOOK cache var to fix fresh-configure crash
+  * fix: add X-Deepin-Singleton flag to desktop file
+  * fix: remove deepin prefix from Chinese translations in desktop file
+  * fix(coost): disable syscall hooks in test build to fix gcov crash
+  * test(ci): update coverage filter and register test targets
+  * test(coop): add cooperation core module coverage tests
+  * test(compat-logic): add compat framework and httpweb/session tests
+  * test(basekit): add threads, system and filesystem coverage tests
+  * test: add unit tests for session, discover and phone modules
+  * test: add unit tests for sslconf and manager modules
+  * test(netutil): add asio/tcp/timer/ssl coverage tests and lcov filters
+  * test(coop): add logic/coop/daemon/dt tests with quality fixes
+  * test(basekit): add filesystem/system/threads and logging appender tests
+  * test(daemon): add unit tests reaching 80% line coverage
+  * test(dfmplugin): add unit test framework for cooperation plugins
+  * test(coop): add net coverage tests reaching 80% + logging appenders tests
+  * test(slotipc): add slotipc unit tests with merge-moc + RPC round-trip
+  * test(dt): add data-transfer unit tests with NetworkUtil stub
+  * test(coop_gui): 覆盖 MainWindow/PhoneWidget/SettingDialog 等 Phase 2B 第二批
+  * test(coop_gui): 覆盖 WorkspaceWidget、SettingItem、FirstTipWidget
+  * test(coop_gui): 覆盖 DeviceItem、CooperationStateWidget、VncViewer 纯逻辑
+  * test(coop): 覆盖 ShareCooperationService/Manager、DConfigManager/ConfigManager、reportlog
+  * test(coop_gui): 覆盖 CooperationDialog/CooperationTaskDialog 页面切换
+  * test(coop): 搭建 lib/cooperation 单元测试框架并覆盖核心/GUI 模块
+  * test: expand coverage for logging/netutil/basekit/framework
+  * test(basekit): add unit tests for core pure-logic modules
+  * test(compat): add zrpc and framework/event unit tests
+  * test: add unit tests and coverage infrastructure across modules
+
+ -- zhanghongyuan <zhanghongyuan@uniontech.com>  Thu, 30 Jul 2026 15:23:48 +0800
+
 dde-cooperation (1.2.6) unstable; urgency=medium
 
   * fix(security): fix hardcoded credentials and path traversal issues

@deepin-ci-robot

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: add-uos, lzwind

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@lzwind
lzwind merged commit 3eeef3a into linuxdeepin:master Jul 30, 2026
20 checks passed
@deepin-bot

deepin-bot Bot commented Jul 30, 2026

Copy link
Copy Markdown

TAG Bot

Tag created successfully

📋 Tag Details
  • Tag Name: 1.2.7
  • Tag SHA: 2eb3bdbafa2ccba3a16ce06fe4d1323939530d1d
  • Commit SHA: 3eeef3afc9bb0847e263a7b84674315c7bfa6b63
  • Tag Message:
    Release dde-cooperation 1.2.7
    
    
  • Tagger:
    • Name: add-uos
  • Distribution: unstable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants