Version Control Repositories Summary
Last updated
Last updated
Important Note: This article is for the Org Administrator in particular. The actions discussed in the article will not be available to general users.
The lists of repositories you have added yourself and any other repositories your team members have shared can be seen on the VC Repo's
(
Version Control Repository)
page.
Repositories with Salesforce DX enabled will haveicon displayed, and nCino objects configured will haveicon beside their repository under Repositories List
for easier identification.
For each version control repository registered in ARM, the following information or fields are displayed:
Create a pull request to propose and collaborate on changes to a repository. This is discussed later.
Field Name | Description |
---|---|
| Name of your version control repository |
| Version control repository type, i.e., GIT, TFS, or SVN. |
| Repository URL |
| Date and time stamp for repository created or modified |
| User's credential linked with the version control repository |
| This will allow you to check whether the connection has been authenticated. A success message is displayed after the authentication is completed. |
| On selection, the nCino objects will get registered with the current repository. |
| Create a pull request to propose and collaborate on changes to a repository. This is discussed later. |
Create a pull request to propose and collaborate on changes to a repository. These changes are proposed in a branch, which ensures that the master branch only contains finished and approved work. You can specify which branch you'd like to merge your changes into when you create your pull request.
Pull requests can only be opened between two branches that are different. More detailed instructions are available in a separate article; please refer HERE.
The Git tags created or branches registered for the version control repository will get displayed under the Branches/Tags
section. For more information about Git Tags, check out the link HERE.
Additional details under Branch
A. Create a Branch
Create a new branch for the current repository. Newly created branches will get listed under the Branches
tab. (LEARN MORE)
B. Register a Branch
Register an existing branch to the current repository. (LEARN MORE)
C. Unregister a Branch
Select a branch or branches to unregister them from your version control system. Upon confirmation, the branch(es) gets permanently deleted from your version control system. The entire data will get erased.
D. Sync Branches
The Sync Branches
option will allow you to view the branches that are no longer available in your version control repositories but present in ARM; therefore, you can delete them from the ARM application.
E. Branch Details:
For each branch, view the following details:
Branch Name:
Name of the branch assigned.
Branch Settings:
This option allows you to update your branch configuration, which means:
you can add your branch to one of the standard branch types (development, integration, quality assurance, production, etc.)
configure your parent branch
update the metadata folder path and/or,
update the branch's last commit date.
Pieces of information related to 'Metadata Folder Path'
When the user changes the Metadata Folder Path
, ARM updates the project-def.json file at the time of the initial commit. The commits will now occur in the newly created .src folder once the src metadata folder location has been updated. In an instance where the user has many commits on the newly created src folder and then reverts the src folder to default, all of the components in the src folder will now be included in the package.xml as well.
Smart Commits-Sync:
Use this toggle button to start/stop syncing external Smart Commits. If you try to sync external commits to a branch that has not been mapped, you will see a notification popup. You must map the required branch under Admin > ALM Mgmt > Repository Mappings
, then you can proceed to sync the external smart commits. For more information on mapping a branch, refer HERE.
Status:
View the branch status along with the branch log report.
Info:
Hover your mouse over the icon to view the branch details, such as the branch created date, parent branch, and author details.
Clear AutorabitExtId:
Deletes the AutorabitExtId__c
field from your branch.
Migrate:
Migrates custom object field Picklist
to Value Set
in your branch.