25 Dec, 2011
3 commits
-
Alert only commit author on note
-
Added missing link to favicon
24 Dec, 2011
1 commit
-
Allows to alert only the commit author when a new note is added on a commit, useful when gitlabhq is used for code reviews, allows less noise with mails...
22 Dec, 2011
3 commits
-
Solved issue #188
21 Dec, 2011
1 commit
20 Dec, 2011
11 commits
-
Fixes Timeout When Adding an SSH key with Many Projects
-
Users with many projects (>100) will hit the 20 second timeout when updating the gitolite config. This fix batches those changes into a signle update to the file, causing an order of magnitude speed increase which finishes well below the 20 second timeout. Fixes gitlabhq/gitlabhq#220
-
This reverts commit f80745b7dbcfa6aa41a37b34ec5a9e461231f7d6.
19 Dec, 2011
2 commits
18 Dec, 2011
8 commits
17 Dec, 2011
5 commits
-
Project destroy relationship speed fix
16 Dec, 2011
6 commits
-
Removes destroy callback for users_projects when a project is destroyed. This works okay becaues the gitolite config will be updated at at the end to remove the entry entirely, thereby removing the users anyway.
-
Bulk repo import Rake task