Giter Site home page Giter Site logo

tibhannover / gitlab-introspection Goto Github PK

View Code? Open in Web Editor NEW

This project forked from stephanjanosch/gitlab-introspection

0.0 1.0 0.0 5 KB

A groovy toolbox for inspecting gitlab servers via their API.

License: BSD 3-Clause "New" or "Revised" License

Groovy 100.00%

gitlab-introspection's Introduction

Gitlab Introspection

A groovy toolbox for extracting information from Gitlab servers via API.

Right now this tool/script extracts following information from a Gitlab server.

repo count: 77
with license: 37
without license: 40
with readme: 33`

Additionally this information is also provided per namespace:

name space               , with lic, w/o lic,  readme
abc                      ,        3 ,        3,        3
def                      ,        0 ,        1,        0
ghi                      ,        1 ,        3,        0
xyz                      ,        2 ,        0,        2

There might be gradle files missing. I don't know enough about gradle to be sure to include everything required.

Background

The question came up, of how to assess practises on a Gitlab Server. Raising awareness of (bad) practises was also an issue.

Something similar was done at University of Würzburg.

Usage

Run org.derse.gitlabintrospection.GitlabLicenses.main

Configuration

The main method has a string called configFile. Paste the file name of you config file in json format there.

Example config:

{
  "server":"https://gitlab.gwdg.de/",
  "token": ""
}

Use a token in order to access non public projects.

Limitations

  • Hardcoded config file location.
  • There is no content checking going on. The script does not care what the repo holds.

Software Licenses

There exists an [OSS review toolkit](TODO: https://github.com/heremaps/oss-review-toolkit ). This tool checks projects dependencies and highlights license conflicts.

Maintainer

Contributing

Feel free to add issues, fork and/or create merge requests.

License

This project is licensed under an adapted MIT License

gitlab-introspection's People

Contributors

stephanjanosch avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.