Skip to content

Conversation

@deepin-mozart
Copy link
Contributor

Log:
Change-Id: I95b31b5ac10f9ea3217019cca628a45b0797f4ac

Log:
Change-Id: I95b31b5ac10f9ea3217019cca628a45b0797f4ac
Copy link

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

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

The pull request #1121 has too many files changed.

We can only review pull requests with up to 300 changed files, and this pull request has 1251.

@deepin-mozart
Copy link
Contributor Author

/retest

@github-actions
Copy link

  • 敏感词检查失败, 检测到9个文件存在敏感词
详情
{
    "src/plugins/aimanager/aimanager.cpp": [
        {
            "line": "static const char *kCodeGeeXModelPath = \"https://codegeex.cn/prod/code/chatCodeSseV3/chat\";",
            "line_number": 18,
            "rule": "S35",
            "reason": "Url link | 9a3dc8cf24"
        }
    ],
    "src/plugins/aimanager/codegeex/codegeexllm.cpp": [
        {
            "line": "static const char *kUrlGenerateMultiLine = \"https://api.codegeex.cn:8443/v3/completions/inline?stream=false\";",
            "line_number": 21,
            "rule": "S35",
            "reason": "Url link | e01ed92bb3"
        },
        {
            "line": "static const char *kUrlCreateNewSession = \"https://codegeex.cn/prod/code/chatGlmTalk/insert\";",
            "line_number": 22,
            "rule": "S35",
            "reason": "Url link | bed2c163c5"
        },
        {
            "line": "static const char *kUrlQueryUserInfo = \"https://codegeex.cn/prod/code/oauth/getUserInfo\";",
            "line_number": 23,
            "rule": "S35",
            "reason": "Url link | cdba09a05e"
        },
        {
            "line": "    QString url = QString(\"https://codegeex.cn/auth?sessionId=%1&%2=%3&device=%4\").arg(apiKey).arg(machineId).arg(apiKey).arg(\"deepin-unioncode\");",
            "line_number": 135,
            "rule": "S35",
            "reason": "Url link | b07d252a19"
        }
    ],
    "src/plugins/core/uicontroller/controller.cpp": [
        {
            "line": "        QDesktopServices::openUrl(QUrl(\"https://github.com/linuxdeepin/deepin-unioncode/issues\"));",
            "line_number": 1206,
            "rule": "S35",
            "reason": "Url link | f8f0d2a7c7"
        },
        {
            "line": "        QDesktopServices::openUrl(QUrl(\"https://uosdn.uniontech.com/#document2?dirid=656d40a9bd766615b0b02e5e\"));",
            "line_number": 1213,
            "rule": "S35",
            "reason": "Url link | f9197a3d4e"
        }
    ],
    "src/plugins/linglong/builder/mainframe/llbuildergenerator.cpp": [
        {
            "line": "        dialog.setMessage(tr(\"Can`t find linglong-builder tool, Install it based on %1\").arg(\"https://linglong.dev/guide/start/install.html\"));",
            "line_number": 53,
            "rule": "S35",
            "reason": "Url link | 6e35dff7b0"
        }
    ],
    "src/plugins/linglong/gui/generatedialog.cpp": [
        {
            "line": "    depend[\"url\"] = \"https://pools.uniontech.com/deepin-beige/pool/main/a/acl/libacl1_2.3.1-1_amd64.deb\";",
            "line_number": 177,
            "rule": "S35",
            "reason": "Url link | a587bf0f68"
        },
        {
            "line": "    source[\"url\"] = \"https://github.com/linuxdeepin/linglong-builder-demo.git\";",
            "line_number": 181,
            "rule": "S35",
            "reason": "Url link | 8521449550"
        }
    ],
    "src/plugins/linglong/gui/mainframe.cpp": [
        {
            "line": "        message = tr(\"Check the repository source, and install the linglong-builder, linglong-box, and linglong-bin tools.\n reference %1\").arg(\"https://linglong.dev/guide/start/install.html\");",
            "line_number": 59,
            "rule": "S35",
            "reason": "Url link | 6e35dff7b0"
        }
    ],
    "src/plugins/python/utils/utils.cpp": [
        {
            "line": "    return \"https://pypi.tuna.tsinghua.edu.cn/simple\";",
            "line_number": 88,
            "rule": "S35",
            "reason": "Url link | 7367278157"
        }
    ],
    "src/scripts/container-up.sh": [
        {
            "line": "MIRROR=\"https://pools.uniontech.com/deepin\"",
            "line_number": 20,
            "rule": "S35",
            "reason": "Url link | 9b1b1036f1"
        }
    ],
    "src/tools/languageadapter/remotechecker.cpp": [
        {
            "line": "    QString rawPrefix = \"https://raw.githubusercontent.com\";",
            "line_number": 24,
            "rule": "S35",
            "reason": "Url link | bb34a1d541"
        },
        {
            "line": "        QString downloadPrefix = \"https://github.com\";",
            "line_number": 78,
            "rule": "S35",
            "reason": "Url link | ea686287e6"
        },
        {
            "line": "    QUrl remoteJdtlsUrl(\"https://download.eclipse.org/jdtls/snapshots/jdt-language-server-1.11.0-202205051421.tar.gz\");",
            "line_number": 100,
            "rule": "S35",
            "reason": "Url link | 55db894931"
        },
        {
            "line": "    QUrl remoteJdtlsShasum256Url(\"https://download.eclipse.org/jdtls/snapshots/jdt-language-server-1.11.0-202205051421.tar.gz.sha256\");",
            "line_number": 102,
            "rule": "S35",
            "reason": "Url link | 5ce3e497ad"
        }
    ]
}

@deepin-ci-robot
Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: deepin-mozart, Kakueeen

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

The pull request process is described 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

@deepin-ci-robot
Copy link

@deepin-mozart: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
deepin-auto-translation 936c915 link true /test deepin-auto-translation

Full PR test history. Your PR dashboard.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here.

@deepin-mozart deepin-mozart merged commit 607d8a2 into linuxdeepin:master May 27, 2025
8 of 14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants