Updated on 2024-11-22 GMT+08:00

Viewing Commit History

CodeArts Repo allows you to view details about the commit history and related file changes. You can view the commit history on the Activities tab page of a repo or on the History tab page of a repo file list.

Viewing the Commit History on the Repo Activities Page

Go to the homepage of the code repository to be viewed and click Activities to view all activities of the repositories. To view the activities within a specified period, select a period on the right. To view the activities of a repo member, select the repo member from the drop-down list box on the right.

  • All: If no time range or member is selected, the operation records of all members in the repo are displayed.
  • Push: If no time range or member is selected, the push records of all members in the repository are displayed, for example, code push, branch creation, and branch deletion.
  • Merge Request: If no time range or member is selected, the merge request records of all members in the repository are displayed. You can click the sequence number of a merge request to view details, such as creating, closing, re-opening, and merging MRs.
  • Review: This tab displays all review comments of the repository. You can click the commit ID to view details such as adding or deleting comments.
  • Member: This tab displays the management records of all members in the repository, for example, adding or removing members and editing member permissions.
  • The displayed information includes the operator, operation content, and operation time.
  • You can specify search criteria, such as the time range and operator, to filter and query data.

You can view the commit history on the History tab page of the Files or Activities tab. You can click a commit record to view the committer, commit number, parent node, number of comments, and code change comparisons.

You can comment on a commit or reply to a comment.

You can click the icon in the following figure to switch the horizontal or vertical display of code change comparison. You can click Show All to view the full text of the files involved in the commit.