Updated on 2025-07-24 GMT+08:00

Viewing Repository Details

Constraints

Table 1 Permission constraint

Item

Description

Permission constraint

If the repository is a private repository, only repository members can view the repository details page. If the repository is a public repository, the repository can be read-only for project members, tenant members, or all visitors.

In the repository list, click a repository name to go to the repository details page. CodeArts Repo provides abundant operations.

Table 2 Description

Page

Function Description

Home

Displays the repository capacity, number of commits, branches, tags, and members, LFS usage, creation time, creator, visible scope, repository status, README file, language, and percentage of each language.

Code

  • File list: You can create files, directories, and submodules, upload files, modify files and blame, and view commit history.
  • Submit: You can view commit records and repository network diagrams.
  • Branch: Branches can be managed on the console.
  • Tag: Tags can be managed on the console.
  • Comparison: You can view code changes between branches or between tag versions by comparison.

Merge Requests

Merge requests of branches can be managed on the console.

Reviews

You can view the review records of MRs and commits.

Associated Work Items

List of associated work items. You can associate CodeArts Req work items with the repository code to improve efficiency.

Repository Statistics

Visualized charts of repository commits, such as code contribution.

Activities

You can view the dynamic information about the repository.

Members

Member management is supported. The details are as follows:

  • All, Groups, Pending, and Add Member are located on the Members tab page of repository details.
    • Username, User Source, Status, Project Member Role, Repository Member Role, and Operation of all members in the repository are displayed in All.
    • Member Group Name, Number of Members, Description, and Operation of all member groups in the repository are displayed in Groups.
    • Pending displays the members to be reviewed in the repository, including their Username, Status, Project Member Role, Repository Member Role, and Operation. A user with permission to add members can set a member to be reviewed as either Agree or Reject.
    • You can add members or member groups to a repository on the Add Member page.

Settings

Entry for setting the repository. All repository members can view this page. For details about whether a repository member has repository setting permissions, refer to the Permissions page.

In addition, the repository details page provides quick entries to the following functions:

  • Create Build Task: Create a build task. If you do not have the build permission, only the Create Build Task button is displayed on the repository page. If you have the build permission and have created a Build task, the status above the repository page is displayed based on the build task execution status, including running, building, failed, and successful.
  • Favorite: Click to favorite the repository. The favorited repositories are pinned on top.
  • Fork: displays the number of forks of the repository. Click this button, the Fork Repository page is displayed.
  • Clone/Download: You can obtain the SSH address and HTTPS address of a repository or directly download the code package.
  • The following figure shows the adaptation function of CodeArts Repo. When the length of the repository page is greater than the window length, the repository tab page is moved to the top after you scroll down. The part in the red box in the following figure is collapsed so you can view repository information easily. After you scroll up, the page layout is restored.

  • Code check status display: If you have the code check permission, the status is displayed next to the repository name. If no, no code check status is displayed next to the repository name.