Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge the master branch into the release/eagle branch for the v20 mainline #316

Closed
wants to merge 199 commits into from
Closed

Conversation

myk1343
Copy link
Contributor

@myk1343 myk1343 commented Aug 20, 2024

No description provided.

lichunlong111 and others added 30 commits January 11, 2023 03:18
Description: 切换导航栏后,需要重新设置最小高度

Log: 修复其他日志中,日志区域最小高度过大
Bug: https://pms.uniontech.com/bug-view-182953.html
Description: 去掉重复的配置项

Log: 修复其他日志中,日志配置重复
Bug: https://pms.uniontech.com/bug-view-182917.html
Description: 切换导航栏时,重新计算其他日志列表默认高度

Log: 修复其他日志中,日志列表与区域默认高度错误
Bug: https://pms.uniontech.com/bug-view-182955.html
Description: 添加缺少配置

Log: 修复/var/log/fontconfig.log 其他日志列表中缺少配置
Bug: https://pms.uniontech.com/bug-view-182915.html
Description: "~"符号扩展为用户主目录是shell执行的替换,需要用代码实现该功能

Log: 添加配置路径支持“~”符号
Bug: https://pms.uniontech.com/bug-view-183009.html
Description: 添加过滤非text格式文件功能

Log: 修复自定义日志配置,配置非text格式未忽略该文件
Bug: https://pms.uniontech.com/bug-view-183011.html
Description: 增加读取隐藏文件

Log: 修复自定义日志配置,无法读取隐藏文件的内容
Bug: https://pms.uniontech.com/bug-view-183041.html
Description: pkexec鉴权,如果路径传入为空,则一直阻塞没有返回值;增加路径为空判断

Log: 修复gsetting配置自定义配置日志路径为空字符串,日志信息界面一直转圈
Bug: https://pms.uniontech.com/bug-view-183371.html
Description: 对告警文本做局中显示处理

Log: 修复其他日志中,无权限文案显示位置未居中
Bug: https://pms.uniontech.com/bug-view-182947.html
Description: 列表控件隐藏,失去焦点,焦点自动调整到导出按钮上;状态切换,不用一开始就直接隐藏列表控件,有需要再隐藏

Log: 修复其他日志中,选中任意日志文件,“导出”按钮不应该聚焦状态
Bug: https://pms.uniontech.com/bug-view-182989.html
Description: m_curTreeIndex标记没有重置,有几率会出现新旧标记相等而不刷新日志内容的情况

Log: 修复自定义日志配置无后缀名的文本文件,无法获取文本
Bug: https://pms.uniontech.com/bug-view-183671.html
Description: DConfig特性在1040镜像不支持,修改CMake工程配置,以便在Dtk版本支持Dconfig时使用组策略

Log: DConfig组策略功能在低版本解耦
Description: V23代码合入,同步cppcheck问题修改和编译问题修复

Log: V23代码合入,同步cppcheck问题修改和编译问题修复
Description: 解决DConfig组策略在低版本打包失败的问题

Log: 解决DConfig组策略在低版本打包失败的问题
1.兼容V23的dbus接口
2.移除对systeminfo接口的依赖
3.移除构建时对fftw的依赖

Log: 兼容V23,优化部分代码
未知原因导致CI没有检查出构建问题,已修复

Log: 修复构建失败
生成topic

Log: 生成topic
1.允许在debug模式下构建单元测试模块
2.修复单元测试编译失败和单元测试无法通过的问题
3.统一使用C++17标准进行编译

Log: 修复单元测试
原因是在导出全部日志的时候没有将其它日志和自定义日志的路径加入导出列表中
解决方法是添加相关代码

Log: 修复导出所有日志未包含其它日志和自定义日志
修复导出文件不全,修复UI对齐问题

Log: 修复导出文件不全,修复UI对齐问题
原因是在过滤非文本文件的时候,将mime type为x-zerosize的空白无后缀文件也过滤掉了
解决方法是添加过滤白名单,同时进一步过滤掉不存在的文件

Log: 修复自定义日志无法监控空白无后缀文件
Bug: https://pms.uniontech.com/bug-view-183671.html
修改changelog

Log: 修改changelog
添加新tag

Log: 添加新tag
原因是之前添加了install文件控制安装的内容,但没有添加安装帮助手册
解决方法是将帮助手册文件添加上去

Log: 修复未安装帮助手册文件
Bug: https://pms.uniontech.com/bug-view-187497.html
修改changelog

Log: 修改changelog
适配RPM打包

Log: 适配RPM打包
修改changelog

Log: 修改changelog
修改版本号

Log: 修改版本号
更新部分翻译文档

Log: 更新部分翻译文档
原因是在传入搜索函数的字符串为空时,函数直接返回了
解决方法是删除直接返回的代码

Log: 修复搜索框从有字到无字时不做刷新
Bug: https://pms.uniontech.com/bug-view-187403.html
myk1343 and others added 25 commits April 11, 2024 03:34
修复在32位操作系统上使用64位time_t构建失败

Bug: https://pms.uniontech.com/bug-view-250313.html
Log: 修复在32位操作系统上使用64位time_t构建失败
Update version to 6.1.16

Log: Update version to 6.1.16
   Optimization of kernel/window management log memory usage

Log: Optimization of kernel/window management log memory usage
Bug: https://pms.uniontech.com/bug-view-244067.html
   Optimize search functionality
   1.use wc -l get line count.
   2.add loading icon to wait search result.

Log: Optimize search functionality
Bug: https://pms.uniontech.com/bug-view-251529.html
   Fix the issue of repeatedly popping up authentication windows

Log: Fix the issue of repeatedly popping up authentication windows
Bug: https://pms.uniontech.com/bug-view-251521.html
 Fix the issue of segment export not being able to be cancelled

Log: Fix the issue of segment export not being able to be cancelled
Bug: https://pms.uniontech.com/bug-view-251515.html
… authentication logic

   Refinement of kernel log segmentation export and cancellation of authentication logic

Log: Refinement of kernel log segmentation export and cancellation of authentication logic
   Search function optimization 2nd && add logs

Log: Search function optimization 2nd && add logs
  Update version to 6.1.17

Log: Update version to 6.1.17
  Segmented export supports doc and xls formats for export

Log: Segmented export supports doc and xls formats for export
  Fix the issue of progress bar not displaying progress

Log: Fix the issue of progress bar not displaying progress
Bug: https://pms.uniontech.com/bug-view-251937.html
   Crash report content optimization
   1.add key of coredumpListCount: Record the number of query results for the ‘sudo coredumpctl list’ command;
   2.add key of repeatCoredumps: Record the number of times crash information appears in different time ranges from the last reported time node to the current time node;
   3.Definition of high-frequency crash application: The number of crashes accounts for more than 80% of the total number of newly added crashes, or occurs more than 3 times repeatedly;
   4.Add the coredumpReportMax(default to 50) parameter configuration in Dconfig/Gsettings to limit the maximum number of entries per report;
   6.About coredump detail infos, such as maps info, only report the first 200 rows;
   7.Analyze the business code of crash details information and trigger it when adjusting to the ready burial point.

Log: Crash report content optimization
Task: Technical special project-10320240422
 fix 2 security vulnerabilities about LD_PRELOAD

Log: Fix two security vulnerabilities
Bug: https://pms.uniontech.com/bug-view-253967.html
Save the line offset

Log: Fixed some known issues
   1.Fix the issue of continuing the search after the search results are full page
   2.Fix the issue where scrolling to the bottom cannot trigger segmented search

Log: Fix issues with abnormal search functionality
   fix compile problem on longarrch

Log: fix compile problem on longarrch
   Security vulnerability reinforcement

Log: Security vulnerability reinforcement
   remove /bin/bash in service if necessary

Log: remove /bin/bash in service if necessary
The UI of application logs in the log collection tool overlaps when submodules exist.

Log: Change UI interface
Bug: https://pms.uniontech.com/bug-view-256789.html
页面内“级别”显示为“level

Log: 页面内“级别”显示为“level
Bug: https://pms.uniontech.com/bug-view-260291.html
    相关PR:
    * #293
    * #294
    * #299
    * #300
    * #301
    * #302
    * #303
    * #304
    * #305
    * #306

Log: Update version to 6.1.18
  Code format organization

Log: Code format organization
 Fix the issue of upgrade failure after enabling level protection

Log: Fix the issue of upgrade failure after enabling level protection
Bug: https://pms.uniontech.com/bug-view-258569.html
  Fix crashes when there is no permission to view other logs

Log: Fix crashes when there is no permission to view other logs
Bug: https://pms.uniontech.com/bug-view-266019.html
   DBus calls authentication adds MNT check

Log: DBus calls authentication adds MNT check
Copy link

github-actions bot commented Aug 20, 2024

CLA Assistant Lite bot:

如果你是以企业贡献者的身份进行提交,请联系我们签署企业贡献者许可协议
If you submit as corporate contributor, please contact us to sign our Corporate Contributor License Agreement

感谢您的提交,我们非常感谢。 像许多开源项目一样,在接受您的贡献之前,我们要求您签署我们的个人贡献者许可协议。 您只需发布与以下格式相同的评论即可签署个人贡献者许可协议
Thank you for your submission, we really appreciate it. Like many open-source projects, we ask that you all sign our Individual Contributor License Agreement before we can accept your contribution. You can sign the Individual Contributor License Agreement by just posting a Pull Request Comment same as the below format.


I have read the CLA Document and I hereby sign the CLA.

1 out of 3 committers have signed the CLA.
@tsic404
@lichunlong111
@hundundadi
wzyforgit, deepin-admin-bot seem not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You can retrigger this bot by commenting recheck in this Pull Request

Copy link

TAG Bot

TAG: 6.1.18
EXISTED: yes
DISTRIBUTION: unstable

@deepin-ci-robot
Copy link

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: myk1343

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

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

@myk1343 myk1343 closed this by deleting the head repository Aug 20, 2024
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.