27 May, 2013
10 commits
-
Include groups in import with import repos rake task
-
remove branch dependencies in README where not necessary
-
clarify when issue tracker is to be used so as to not contradict issue t...
-
add stack overflow to help page
-
details on looking for correct installation guide
-
added stack overflow as support option
-
…uidelines and maintenance policy
26 May, 2013
4 commits
-
no need to download init and nginx files since they are in repo now
-
Fixed typo in CHANGELOG.md
-
styling and typo fixes in installation guide
25 May, 2013
6 commits
-
addresses gitlabhq/gitlabhq#3809
-
Expand the import glob to include `**/*.git` to find projects in groups as well as top level projects. Check for existing group, and create group if needed. Set namespace_id for imported projects.
24 May, 2013
8 commits
-
Hipchat service implementation
23 May, 2013
9 commits
-
improve regrex for match(sidekiq) robustness
22 May, 2013
3 commits
-
Fixed typo in Readme.md
-
Security: keep the Rails secret token out of version control.
-
Store the secret token in a .gitignored file called ".secret", which is created by the initializer if it doesn't exist.