02 Sep, 2012
5 commits
-
Give Resque route a name and use that for the iframe src
-
GFM spec redesign
-
Instead of doing this: link_to(commit.id, project_commit_path(project, id: commit.id)) Note.create(noteable_id: commit.id, noteable_type: "Commit", ...) It lets us do this: link_to(commit.id, project_commit_path(project, commit)) Note.create(noteable: commit, ...)
01 Sep, 2012
2 commits
31 Aug, 2012
3 commits
-
Closes #1350
-
Issue status changed notifications
30 Aug, 2012
8 commits
29 Aug, 2012
13 commits
-
Also removes `closed` attribute option from create action.
-
Simplified gitolite handle logic Stubn over monkeypatch Stub only specific methods in Gitlab:Gitolite Moved grach auth to lib added specs for keys observer removes SshKey role
27 Aug, 2012
9 commits
-
Also add hard_wrap option.
-
Download button: put files into a directory
-
fix web hooks help view commit count off by one
-
use high quality icon on folder icon