21 Apr, 2012
4 commits
-
Conflicts: app/assets/javascripts/merge_requests.js db/schema.rb
-
…gitlabhq into arthurschreiber-use_redcarpet_for_markdown Conflicts: Gemfile Gemfile.lock
20 Apr, 2012
2 commits
-
This gives us Github Flavored Markdown, which is awesome.
16 Apr, 2012
3 commits
11 Apr, 2012
1 commit
04 Apr, 2012
1 commit
30 Mar, 2012
3 commits
-
… gitlab user be able to push to any repo
29 Mar, 2012
1 commit
13 Mar, 2012
1 commit
12 Mar, 2012
1 commit
11 Mar, 2012
1 commit
09 Mar, 2012
1 commit
06 Mar, 2012
1 commit
29 Feb, 2012
1 commit
15 Feb, 2012
1 commit
-
…anch for masters only
14 Feb, 2012
1 commit
08 Jan, 2012
1 commit
07 Jan, 2012
1 commit
04 Jan, 2012
2 commits
01 Jan, 2012
1 commit
30 Dec, 2011
2 commits
-
This reverts commit a25a85b9396cbc07bf2bfcd12d3c0a6685df66d6.
29 Dec, 2011
1 commit
27 Dec, 2011
1 commit
-
Conflicts: app/models/project.rb config/routes.rb db/schema.rb
20 Dec, 2011
1 commit
-
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
16 Dec, 2011
2 commits
-
Bulk repo import Rake task
15 Dec, 2011
2 commits
13 Dec, 2011
3 commits
-
Git repos should be in the import_projects directory in the root of application. The task is invoked via @rake import_projects@.