Gitlab-Issue-Listing-Script v0.5

Version: 0.5

Project Info

Gitlab Issue Listing Script (GILS) is a php front-end to the Gitlab API. It's intended as a means to work around Gitlabs awful SEO

Much like my original JIRA implementation (JILS) it provides a simple HTML view of information - it's intended as a read-only interface rather than one accepting input.

Release Notes

Version 0.5 primarily introduces new functionality: The Label Timeline allows a view of issues linked to a label over time.

  • Implement support for Label Timeline View (#44)
  • Remove duplication of label CSS generating code (#53)
  • Tidy up the Issues table layout (#36)
  • Tidy up the Milestones table layout (#49)
  • Format dates in more friendly format in milestone table (#50)
  • Add release dates to Milestone and Release pages (#51, #52)
  • Issue and comment dates use friendlier format (#55)
  • Bugfix: sanely hand failures to retrieve container lists (#56)

Running

The easiest way, by far, is to use the prebuilt docker image

You can prepare a user and API key within Gitlab as described here

Then

docker run -d --name=GILS -h GILS \
-v $PWD/config.php:/var/www/html/config/config.php -p 80:80 \
--restart=always \
bentasker12/gitlab-issue-listing-script:0.5