Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/evan-l-munson/gpa
Gitlab Project Analyzer (GPA)
https://github.com/evan-l-munson/gpa
Last synced: 3 days ago
JSON representation
Gitlab Project Analyzer (GPA)
- Host: GitHub
- URL: https://github.com/evan-l-munson/gpa
- Owner: evan-l-munson
- Created: 2021-11-11T01:55:36.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-14T19:07:51.000Z (almost 3 years ago)
- Last Synced: 2024-10-11T18:47:58.555Z (28 days ago)
- Language: R
- Size: 1.99 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Gitlab Project Analyzer (GPA)
[![lifecycle](https://img.shields.io/badge/Lifecycle-Experimental-orange.svg?style=flat-square)](https://gitlab.devforce.disa.mil/netc-dsd/GPA)
[![minimal R version](https://img.shields.io/badge/R%3E%3D-4.1.0-blue.svg?style=flat-square)](https://cran.r-project.org/)
[![packageversion](https://img.shields.io/badge/Report%20Version-0.0.8-orange.svg?style=flat-square)](https://gitlab.devforce.disa.mil/netc-dsd/GPA)
[![MIT license](https://img.shields.io/badge/License-MIT-blue.svg?style=flat-square)](http://perso.crans.org/besson/LICENSE.html)## Purpose
Investigate the usage of DSD GitLab Code Repositories on DevForce GitLab. The GPA report displays metrics only for the __master branch__ of a project, other branches will not register until they are merged back onto the master.
The overall goals of this project are to:
* Enable DSD Leadership to better understand the usage of our code repositories.The application has three viewing tabs:
* Overview: Where a user can see all users and deployed content in DevForce GitLab.
* Selection: Where a user can select a specific Organization down to a single Sub-Group and see multiple metrics for that Organization.
* Project: Where a user can filter through Groups, Sub-Groups, Sub-Sub-Groups down to a specific Project to see multiple metrics for that specified Project.
* Collaboration: Where a user can Groups, Sub-Groups, Sub-Sub-Groups and then observe all the personnel that have committed and collaborated together on a project.## Data
This report accesses the DevForce GitLab API to pull the applicable information. The report uses the `gitlabr` package to connect to the API.
## References
The following references and code were used for this project.
* [`gitlabr`](https://github.com/jirkalewandowski/gitlabr)
* [GitLab API Documents](https://docs.gitlab.com/ee/api/)