Skip to content

Universal-code-metrics-analyzer/gitlab-git-processor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UCMA | GitLab Git Processor Plugin

Git processor plugin, which can be used to analyze remote Git repository, hosted on GitLab.com or its self-hosted version.

Install

poetry add git+https://github.com/Universal-code-metrics-analyzer/gitlab-git-processor@v0.1.0

Runner configuration

# config.yml

git_processor:
  plugin: gitlab_git_processor
  config:
    # host of GitLab instance
    api_host: https://gitlab.com
    # id of the project to analyze
    project_id: 11112222
    # [optional] api token used to authorize api calls in case a project is private
    api_token: my-secret-token

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages