22 Oct, 2013
3 commits
21 Oct, 2013
9 commits
-
change 6-1-stable to 6-2-stable in installation guide
-
corrected the url of the init-script
-
Seems like init.d/gitlab script from master branch is not working anymore. Change to a version from 6-0-stable works fine. It says: ``` Starting the GitLab Unicorn web server... /etc/init.d/gitlab: 132: /etc/init.d/gitlab: script/web: not found Starting the GitLab Sidekiq event dispatcher... /etc/init.d/gitlab: 141: /etc/init.d/gitlab: script/background_jobs: not found GitLab is not running. ```
20 Oct, 2013
7 commits
-
Use init.d/gitlab script from 6-0-stable branch
-
Show milestones iid instead of id
-
Refactor search_autocomplete_source
19 Oct, 2013
3 commits
18 Oct, 2013
7 commits
-
Add logrotate config to update docs
17 Oct, 2013
11 commits
-
It seems there is no easy way to count pattern occurences with String#match.