Version Control Repositories Summary

Important Note: This article is for the Org Administrator in particular. The actions discussed in the article will not be available to general users.

Overview

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

Repository Name

Name of your version control repository

Type

Version control repository type, i.e., GIT, TFS, or SVN.

URL

Repository URL

Created Date

Date and time stamp for repository created or modified

Credentials

User's credential linked with the version control repository

Test Connection

This will allow you to check whether the connection has been authenticated. A success message is displayed after the authentication is completed.

Enable nCino app

On selection, the nCino objects will get registered with the current repository.

Pull Request Support

Create a pull request to propose and collaborate on changes to a repository. This is discussed later.

Pull Request Support

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.

Branches/Tags

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:

  1. Branch Name: Name of the branch assigned.

  2. 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.

  3. 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.

  1. Status: View the branch status along with the branch log report.

  2. Info: Hover your mouse over the icon to view the branch details, such as the branch created date, parent branch, and author details.

  1. Clear AutorabitExtId: Deletes the AutorabitExtId__c field from your branch.

  2. Migrate: Migrates custom object field Picklist to Value Set in your branch.

FAQ

Is it feasible to update the repository URL without having to re-register the repository in ARM?

The repository URL cannot be changed; you must use the new repository URL and re-register it with ARM. To register a new repository, click this link.

Why am I getting an error while registering the GitHub repository with SSH?

GitHub no longer allows new RSA keys with SHA-1 signatures. Execute the ssh-keygen -t ed25519 -C “[email protected] command in the terminal to create a new key, or contact [email protected] for further assistance. Please note that you must create the new key in Linux or Unix, not in Windows. For more information, visit https://github.blog/2021-09-01-improving-git-protocol-security-github/

Last updated

Was this helpful?