gitlab-roster

command module
v0.0.0-...-18f3c68 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 16, 2017 License: MIT Imports: 9 Imported by: 0

README

Gitlab Roster

A rather simple API that lists all of a Gitlab project contributors to plan bi-weekly retrospective.

Contributors are either reviewed (closed, merged) merge-requests authors and assignees in the last choosen period or authors and assignees of currently open merge-requests.

I wanted to include note authors but it will take a toll on the Gitlab APIs.

Usage

$ go build -o gitlab-roster *.go
$ ./gitlab-roster -h

API

GET /projects                                       List all project
GET /roster/{project.id}                            List project authors of the last 2 weeks
GET /roster/{project.id}?include=assignee           List project authors of the last 2 weeks

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL