Commits Summary

Commits Summary

In ARM, you can see descriptions of every commit or merge, including a diff in the commit/merge modifications implemented. Commits are segregated based on the date the commit was committed in ARM. By default, only commits by the logged-in user are listed, seen in reverse chronological order—that is, the most recent commits are shown first.

Navigate to Version Control > Commits to view the Commits screen.

The Commit Summary screen is best viewed when the zoom setting is set to 80% on your Chrome/Firefox browser.

To see all your teammates' commits, turn Created By Me toggle bar to the left, and all the commits will be shown there. Or, you can filter by commits for which the reviewer approval is pending by moving the Pending Approvals toggle bar to the right.

It's also possible to search for commits based on the content. You can enter the commit label, revision number, or comment in the search field to filter the exact commit.

Content search is case-sensitive.

Each commit shows:

  1. Commit identification initials:

    • Prevalidation commit (PV)

    • EZ-Commit (EZ)

    • Merge Commit (M)

    • Validate and Merge (VM)

    • Branching Baseline (BB)

    • Revert Commit (RC)

    • Commit initiated from CI job (CI)

    • Dry Run (DR)

    • External Commit (EC)

  2. The commit label name

  3. The commit message

  4. The committer's username

  5. The date the commit was created

  6. Version Control Repository, Destination, and Source Branch details

  7. Salesforce Org details (applicable only to prevalidated commits and EZ-Commits)

  8. Commit Revision label

  9. Commit/Merge status

About Quick Merge

Quick Merge lets you merge your changes to a Version Control branch directly from the Commits screen.

Suppose you’ve committed your changes to a child branch and are now ready to merge them into your master branch. To do that, you can hover the mouse over the three dots at the right side of the screen and click on Quick Merge to quickly merge the changes into your master branch, rather than navigating to the New Merge screen and configuring the steps again.

A pop-up will ask for your permission to proceed with the Quick Merge operation.

Quick Merge is not applicable to:

  1. Prevalidation Merge commits with approval as pending

  2. Commits that have already been merged

Commits Detailed View

You can view the detailed commit report by hovering the mouse over the three dots at the right side of the screen and clicking on Detailed View.

Important Note:The detailed view for prevalidated commits or merges can be seen by clicking the three dots beside the Commit label name.

For failed commit/merge prevalidation, the red dot symbol next to the three dots for the commit labels easily distinguish them from the rest of the commits list.

The detailed report covering commit type, commit label, comment, source org, repo/branch, reviewer details, etc., is displayed at the top of the page. In short, the features chosen during merge/EZ-Commit are seen here.

Clicking on the drop-down icon will display in-depth features chosen during the Merge/EZ-Commit process.

The Pull Request element will display only for the EZ-commit process (not for Merge or Prevalidation merge).

You can even view the step-by-step process for your commits to complete.

You can view any reviewer comments under the Reviewer Comments section.

The commit log details, ALM details, code analysis report, metadata changes report, and deployment validation report can be viewed here.

  1. Log: Contains the detailed history of the check-in performed. You can also download and save the log report to your local machine. Important Notes:

    • For Commits created by Auto Backup CI Jobs, the log file information is unavailable in this section. Instead, all the log information is available in the CI Job Build Log.

  2. Deployment Validation: For Commit/Merge prevalidation, ARM performs a check-only deployment to your destination branch. Nothing is deployed to your destination branch. However, if anything goes wrong—for example, the deployment fails or tests don’t pass—we’ll show you exactly what happened so that you can fix it.

  3. Code Analysis File: Static Code Analysis is usually performed as part of a Code Review and is carried out at the Implementation phase of a Security Development Lifecycle (SDL). Static Analysis tools such as ApexPMD, Checkmarx, Salesforce Scanner, and CodeScan, continuously detect and report on dataflow problems, software defects, language implementation errors, inconsistencies, dangerous usage, coding standard violations, and security vulnerabilities. The SCA provides information for the selected report. This report has info about the files reviewed and related violations that occurred. Click on each file to view related violations that appear at the bottom right of the page. If you click on any violation, it will take you to the respective line (in the black screen on the right side) where the violation occurred. Download the Report: Get the report in XLSX format on your local machine using the Download Report button.

  4. Important Note:

    For CodeScan SCA, if the commit is pending review or rejected manually by the approver, click on View Scanner Analysis Report to view the SCA report on the CodeScan dashboard. If the commit is auto-rejected, then this button is not available.

  5. Files Changed: ARM compares the metadata between the base branch and the destination branch (for a merge) and source Salesforce org with the destination branch (for an EZ-Commit operation) and generates a metadata difference report and log detail. This information can be viewed in this tab. The tab displays each metadata file's number of insertions and deletions. The lines highlighted in RED color indicate those that are modified (added/updated/deleted) in the source Salesforce org/branch and the lines in GREEN color indicate those that are modified (added/updated/deleted) in the destination branch. The modified lines are the highlighted lines.

  1. Expanding each component allows you to view the inline comparison between the source and the destination files

    • inline comments are allowed for each file

    • modified lines are the highlighted ones

    • and download individual metadata file changes report using the download icon.

  2. ALM Details: View the ALM configured during your commit/merge operation.

  3. Comments: Add/edit/reply to comments for each commit process on this tab.

Commit Status

  1. Completed: This indicates the commit/merge was successful with no conflicts. View the revision detail for each completed commit/merge.

  2. Failed: The commit operation failed. Here, you can re-push the failed commits after the changes are updated (for the prevalidation commit) or view the detailed report for the commit to fail (for validation and merge).

  3. Merge Conflicts: Sometimes you get merge conflicts when merging or pulling from a branch. A Merge Report gives you a detailed report of the conflicting files during a merge. In this scenario, you need to resolve the merge conflicts to move forward. To do so, click on Resolve Conflict.

  4. Auto Rejected: This occurs if the reviewer fails to approve the prevalidated commit within the stipulated days mentioned in Commit Validation - Approval Settings section (Admin > My Account > Commit Validation - Approval Settings).

  5. Review Pending: The status shows as Review Pending for commits/merges when approvals are requested. In this case, the requested approvers need to approve the open request by clicking on the Approve/Reject button.

  6. It is mandatory to add comments when rejecting an open request. A comment is optional for approval.

  7. No Modifications: If there are no metadata component differences between the commits, you will find your commit with the status No Modifications.

Filtering the Commits

  1. By Repository and Branch: Filter the commits by version control repository and branch.

  2. By Content: You can search for commits based on content. You can also enter the commit label, revision number, or comment in the search field to filter the exact commit.Content search is case-sensitive.

  3. By Pending Approvals: Filters the commits for which reviewer approval is pending.

  4. By Date Range: You can enter a date range to show only the commits in that timeframe.

  1. By Commits type: Filter the commits based on their type, e.g., EZ-Commit, prevalidated commit, merge, or prevalidated merge type.

  1. By Author: When you’re only looking for commits committed by a particular user, use the Committed By filter.

  2. By Board: Filter the commits based on the Salesforce or Vlocity commits.

Delete Commits/Merges

If you want to redo or delete an incorrect commit/merge initiated in ARM but not yet pushed to the repository, you can do so from the Commits Summary page by hovering your mouse over the three dots on the right side of the screen and clicking on Delete Commit.

Click Yes on the Confirmation screen to permanently delete the commit/merge.

Important Notes:

  • Commits/merges can only be deleted by the user who created the commit or by the org admin.

  • Approvers do not have permission to delete commits.

  • Commits, once deleted, cannot be retrieved.

  • Only the commits with the following status can be deleted:

    • Merged - No Modifications

    • No Modifications

    • Review Pending

    • Commit Pending

    • Failed

    • Auto Rejected

    • Merge Conflict

    • Waiting for Approval

  • Commits in Completed or In-progress status cannot be deleted.

Once the commit is deleted, an automated email is sent to the user who created the commit, the user who deleted the commit, and the org admin.

Commit Workspace

The queue commits will be reflected here when various commits are deployed to a branch. Introducing the commit workspace allows parallel commits from the same source org to different VC branches.

When you commit multiple times, keeping the target VC branch the same, the commits will run one after another. This applies to your selected Salesforce Org.

The customer has the option to delete a commit in a queue if it is no longer needed.

A consolidated merge request with the respective logs as an attachment is triggered to the org admin via email for better visibility for merge requests in the queue for more than 4 hours. A sample email notification is attached below for your reference:

Deployment Workspace

The prevalidated deployments in the queue are displayed in this space.

Last updated