Skip to content

Light Integration between Aras PLM and Gitlab (ALM solution)

Notifications You must be signed in to change notification settings

cgillis-aras/PLM-ALM-with-GitLab

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PLM-ALM-with-GitLab

Creates a simple PLM-ALM integration using GitLab as ALM. The goal is to provide an integration which will allow the project managers to capture a specific tag/release/version in a product structure, controlled with the CMII change management process. It leaves the developper the possibility to mainly work with GitLab which could be their preferred data management environment.

How it works

With this project, Aras has a few federated object which are querying Gitlab through its REST webservice interface.

Project Details

Built Using: Aras 11.0 SP9 Browsers Tested: Firefox 38 ESR, Chrome

Though built and tested using Aras 11.0 SP9, this project should function in older releases of Aras 11.0 and Aras 10.0.

Installation

Important!

Always back up your code tree and database before applying an import package or code tree patch!

Pre-requisites

  1. Aras Innovator installed (version 11.0 SPx preferred)
  2. Aras Package Import tool

Install Steps

  1. Backup your database and store the BAK file in a safe place.
  2. Open up the Aras Package Import tool.
  3. Enter your login credentials and click Login
  • Note: You must login as root for the package import to succeed!
  1. Enter the package name in the TargetRelease field.
  • Optional: Enter a description in the Description field.
  1. Enter the path to your local ..\PLM-ALM-with-GitLab\Import\imports.mf file in the Manifest File field.
  2. Select aras.labs.plmalmwithgitlab in the Available for Import field.
  3. Select Type = Merge and Mode = Thorough Mode.
  4. Click Import in the top left corner.
  5. Close the Aras Package Import tool.
  6. Copy ..\PLM-ALM-with-GitLab\Innovator in your install folder. WARNING The method-config.xml file has been modified. If you have made some changes yourself make sure to do a merge (using tools like winmerge for example)
  • _Note: by default c:/Program Files/Aras/Innovator/
  1. Edit the following variables with connection information for you GitLab platform.
  2. SFT_gitlabToken
  • you will find this information in your gitlab instance

    1. SFT_gitLabUrl
  • this is your gitlab instance URL

You are now ready to login to Aras and try out PLM-ALM-with-GitLab

Usage

  1. Log in to Aras as admin.

  2. Navigate to Administration/Respositories in the table of contents (TOC).

  3. Click the create new button

  4. Edit the repository name with the name of an existing repository

  5. Save close and exit

  6. List the repositories

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request

For more information on contributing to this project, another Aras Labs project, or any Aras Community project, shoot us an email at [email protected].

Credits

Original Aras community project written by Yoann Maingon at Aras Corp.

Documented and published by Yoann Maingon at Aras Labs. @YoannArasLab

License

Aras Labs projects are published to Github under the MIT license. See the LICENSE file for license rights and limitations.

About

Light Integration between Aras PLM and Gitlab (ALM solution)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.9%
  • CSS 0.1%