22 Aug, 2012
1 commit
21 Aug, 2012
11 commits
-
Speed up the "Project Network Graph" cucumber feature
-
This change involves stubbing out the call to `Grit::Commit.find_all` and limiting the number of commits to 10 vs. the standard of 650 used by `Gitlab::GraphCommit.to_graph`. Prior to this change, this single feature required almost 3 minutes of running time and over 2 GB of memory on my machine. Now it takes less than 3 seconds.
-
Conflicts: app/models/user.rb
20 Aug, 2012
4 commits
19 Aug, 2012
7 commits
18 Aug, 2012
1 commit
17 Aug, 2012
2 commits
16 Aug, 2012
5 commits
-
Allow filtering issues that have no milestone or assignee
-
Correct usage of "Can't"
15 Aug, 2012
2 commits
-
Fix current class for hooks tab in admin section
-
Signed-off-by: Martin Bastien <martin.bastien@studiofrenetic.com>
14 Aug, 2012
5 commits
-
GFM Refactoring
-
Makes use of 'extended' patterns to add comments to the groups, and also reduces the total number of groups to just those that are used.
13 Aug, 2012
2 commits
-
Continues #1222