24 Aug, 2012
10 commits
-
Misspelled Draper
-
fix inline forms
-
Gemfile cleanup
23 Aug, 2012
15 commits
-
:)
-
Improve GFM code documentation
-
Preview window is not closed after post
-
Don't run SimpleCov on Travis
-
Show only the commits that are newer in the merge request.
22 Aug, 2012
4 commits
-
Allow disabling Gravatars in gitlab.yml settings
-
2. SSH Keys Help page
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.