Gitlab API utilites.
Currently just supports exporting issues from a project into an Excel workbook called "punchlist.xlsx".
Built using "org.gitlab/java-gitlab-api" and "dk.ative/docjure".
Tested against Gitlab 7.1.1.
- Clone
- Copy config.edn.sample to config.edn
- Edit config.edn
- replace :url value with your Gitlab URL
- replace :private-token value with your Gitlab private token, which should be listed on your Profile page.
Using bash script from command line:
$ ./scripts/export-punchlist.sh "foo"
$ open punchlist.xlsx
From REPL:
$ lein repl
labradoodle.core=> (export-punchlist "foo")
labradoodle.core=> CTRL-D
$ open punchlist.xlsx
Copyright © 2015 Roan O'Sullivan
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.