Gitlab Issue Browser
A simple issue browser for Gitlab. Helpful for showing just enough information to clients about various projects without jepordizing your security or business.
Install
Installing is quite simple.
- Clone this repo
- Copy
.env.exampleto.env - Configure your
.env - Install bower components:
bower install - Install composer requirements:
composer install - Add to webserver
- Done
Features & Preview
Features include
- show filtered issues in repo
- browse open, closed and milestones
- see tag (first only)
- manage progress of an issue
Here is what it looks like.
And here is the progress bar.
Todo
- more filters
- show a preview issue description with filtering
- add commenting from community (via disqus)
- add voting (via disqus favorite)
- Implementing disqus for ease of use, but will be looking at rolling our own

