Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info

This page is no longer maintained (). For the most current information, go to https://docs.snaplogic.com/cicd/git-integration/git-integration-about.html.

On this page

Table of Contents
maxLevel2
excludeOlder Versions|Additional Resources|Related Links|Related Information

Panel
bgColor#ebf7e1
borderStylesolid

Articles in this section

Child pages (Children Display)
alltrue
depth2

Overview

The SnapLogic Git Integration currently supports GitHub.com or, with a subscription, GitHub Enterprise Server (GHES). The Git Integration allows you to track, update, and version SnapLogic Projects, Project files, Pipelines, Tasks, and Accounts from the SnapLogic user interface. SnapLogic APIs also support Git checkout, pull, and check status operations.

After a Git Integration is enabled for a SnapLogic Org and a user has authorized and authenticated their account, they can add Project Assets to a repository. Users having access to the Project can collaborate. If you use different Orgs for development, testing, and production, the Git Integration a repository can track the same Project Assets across all of the Orgs, supporting Continuous Integration and Continuous Development (CI/CD). The Git Integration supports Gitflow workflow and Trunk-based development, but we recommend trunk-based development.

note

Limitations

The Git Integration has the following limitations:

  • Snap Pack and Snaplex Assets cannot be tracked

in GitHub
  • .

  • You can only track 1,000 Assets per Project.

Prerequisites

To enable one of the Git Integrations:

  • A repository for each Project must exist or be created in the appropriate GitHub organization or in GHES.

  • GitHub requirements include the following:

    • For organizational repositories, a GitHub organization administrator must install a SnapLogic App in GitHub.

    • For personal repositories, the owner must install a SnapLogic App in GitHub.

  • GHES requirements include the following:

    • A GHES administrator must create a SnapLogic App in GHES

    • An IT administrator must set up secure network connections.

  • For both GitHub and GHES, user accounts must have read and write access to the appropriate GitHub repositories and SnapLogic Projects. Individual users must authorize SnapLogic to interact with their GitHub or GHESaccount.

The following pages provide procedures for configuring describe how to configure the Git Integration for:

Related Content