Commits Summary
Overview
In AutoRABIT ARM, the Commits Summary screen provides detailed information about each commit or merge, including diffs of modifications. Commits are organized by the date they were made in ARM. By default, only commits by the logged-in user are displayed in reverse chronological order (most recent first).
Accessing the Commits Screen
Navigate to Version Control > Commits to access the Commits screen.
For optimal viewing, set your browser's zoom level to 80% (Chrome/Firefox).
Viewing Commits
To view all commits (including those by teammates), toggle the Created By Me switch to the left.
To filter commits pending reviewer approval, toggle the Pending Approvals switch to the right.
Use the search field to filter commits by label, revision number, or comment. Note: Search is case-sensitive.

Commit Details
Each commit entry displays:
Commit Type Initials:
PV: Prevalidation Commit
EZ: EZ-Commit
M: Merge Commit
VM: Validate and Merge
BB: Branching Baseline
RC: Revert Commit
CI: Commit from CI Job
DR: Dry Run
EC: External Commit
Commit label name
Commit message
Committer's username
Commit creation date
Version Control repository, destination, and source branch details
Salesforce Org details (if applicable)
Commit Revision label
Commit/Merge status
Quick Merge
Quick Merge allows direct merging from the Commits screen without navigating to the New Merge screen.
Hover over the three dots beside the desired commit.
Click Quick Merge.
Confirm the action in the pop-up.

Note: Quick Merge is not available for:
Prevalidation Merge commits pending approval
Already merged commits
Detailed View
Hover over the three dots beside a commit and click Detailed View.



The detailed view includes:
Commit details
Merge/EZ-Commit configuration
Pull Request section (for EZ-Commits only)
Reviewer comments
Metadata diffs
Deployment validation
Code Analysis
Logs and ALM integration






Code Analysis File
Static Code Analysis (SCA) is part of the security development lifecycle. Tools include ApexPMD, Checkmarx, Salesforce Scanner, and CodeScan. Violations are displayed by file and line.

Files Changed
ARM compares metadata changes between branches/orgs. RED indicates deletions or changes from the source; GREEN indicates changes in the destination.


Commit Status Types
Completed: Successful commit/merge.
Failed: Validation/deployment failed.
Merge Conflicts: Conflicting files during merge.
Auto Rejected: Review not completed in time.
Review Pending: Awaiting reviewer action.
No Modifications: No differences found.

Filtering Commits
Filter options include:
Repository and Branch
Content (label, revision, comments)
Pending Approvals
Date Range
Commit Type
Author
Board (Salesforce or Vlocity)

Delete Commits/Merges
Only users who created the commit or org admins can delete commits (unmerged only).

Note:
Deleted commits are not recoverable.
An email notification is sent upon deletion.
Commit Workspace
Parallel commits from the same source org to different VC branches are shown in the Commit Workspace. Users may remove commits queued for deployment.

Deployment Workspace
Prevalidated deployments waiting in the queue are listed in the Deployment Workspace.

Last updated
Was this helpful?