Versions Compared

Key

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

On this page

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

After you link a project with GitHub or GHES, SnapLogic Manager includes the following GitHub-specific information and controls:

...

These include the following:

...

The following table describes the available GitHub actions and where you can find them:

...

Menu Item

...

Location

...

Description

...

Checkout GitHub Repository

...

Project options and GitHub Menu

...

Checkout GitHub repositories. Click to open Checkout GitHub Repository dialog box. You can also use GitHub API for this operation.

...

Commit to GitHub

...

Project options and GitHub Menu

...

Commit changes such as file updates to the GitHub repository. Click to open the Commit Changes dialog box.

...

GitHub Pull

...

Project options and GitHub Menu

...

Fetch the latest Assets commited to the GitHub repository. Click to open the Pull Messages dialog box. You can also use GitHub API for this operation.

...

Add to Repository

...

File options and GitHub Menu

...

Add an Asset to the GitHub repository. Click this to add to the repository. The GitHub status changes to Added. You must commit the change to update the GitHub repository.

...

Remove from Repository

...

File options and GitHub Menu

...

Remove an Asset from the GitHub repository. Click this to remove the Asset. The GitHub status change to Removed. You must commit the change to update the GitHub repository.

...

The repository path and commit details display above the Assets table:

...

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 .

After you check out a GitHub or GHES repository into a Project, the Assets table banner displays repository information, and the GitHub Status column shows the current status of each Asset:

...

From the banner, you can:

  • Click the repository path to open the repository in GitHub.

  • Click the commit ID to open the commit details page in GitHub. This is updated with each GitHub commit and pull. 

  • View the GitHub username of the person that made the last commit.

...

The Project options menu includes three GitHub-specific actions:

...

The File options menu includes GitHub-specific actions:

...

One of the following options is shown in the File options menu based on the GitHub status of the file:

  • Add to Repository: After a file is added to the Project but not yet committed to the repository.

  • Remove from Repository: After a file is added to the project and is committed to the repository.

...

The Asset table toolbar contains a GitHub button, (blue star). Click it to open the GitHub menu:

...

The following options are available in the GitHub menuGitHub status can be one of the following:

  • Tracked: The Asset has been committed and updates are being tracked.

  • Untracked: The repository is not tracking updates for the Asset.

  • Added: The Asset has been staged, but not committed.

  • Removed: The removal has been staged, but not committed.

  • Unsupported: This type of Asset cannot be tracked in the repository.

You can perform GitHub operations using APIs or from the following menus in SnapLogic Manager:

Table of Contents
minLevel1
maxLevel7
excludeRelated Content

Toolbar GitHub Menu

The toolbar above the Assets table includes a GitHub button:

...

The GithHub menu offers the following actions:

  • Checkout GitHub Repository

  • Commit to GitHub

  • GitHub Pull

  • Add to Repository

  • Remove from Repository

...

The GitHub Status column in the Project Asset table displays the status of the project asset in the repository. An Asset can have one of the following statuses:

  • Tracked: The Asset has been committed and the repository tracks updates.

  • Untracked: The repository does not track Asset updates.

  • Added: The repository has staged the Asset, but it is not committed.

  • Removed: The repository has staged the removal, but the delete is not committed in the repository.

  • Unsupported: The Asset type cannot be tracked in the repository.

Note

Assets with GitHub status Untracked, Added and Removed do not show in the GitHub repository unless committed.

Related Content

...

Asset Options Menu

Add or remove an Asset from the GitHub repository using the Asset options menu.

To open the Asset options menu, click the arrow next to the asset name:

...

The menu includes one of the following options, based on the current status of the Asset:

  • Add to Repository: Available for Assets that have not been added or committed to the repository.

  • Remove from Repository: Available for Assets that have been added or committed to the repository.

For example, the following screenshot shows the menu for an Asset that has not been added to the repository:

...

After adding or removing an Asset, you must commit it to push the update to the repository.

Project Options Menu

Checkout, pull, and commit Asset updates from the Project Options menu. Open the options menu from the Project Spaces tree, by clicking the arrow next to the Project name:

...

The menu contains the following GitHub options:

...

When a project is checked out, the menu also contains the GitHub Add Tag option.

Project Space Options Menu

You can create a Project in the SnapLogic®️ Manager from a Git repository checkout. In Manager:

  1. In the navigation tree, click the Project Space where you want to create the Project. The Project Space Options menu opens:

    Image Added
  2. Click Create Project.

    Image Added
  3. Enter a name in the Project name field. 

  4. Select the Create from Git Checkout checkbox to create a project.

  5. Click Next.

    Image Added
  6. From the Repositories dropdown, select the repository to create the project from.

  7. From the Branches/Tags dropdown, select the branch or tag to use.

  8. Click Checkout to create the new Project.

Related Content