02 Sep, 2012
1 commit
- 
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, ...) 
29 Aug, 2012
1 commit
- 
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
1 commit
- 
Download button: put files into a directory
 
21 Aug, 2012
2 commits
10 Aug, 2012
1 commit
- 
Didn't bother with files in db/, config/, or features/
 
09 Aug, 2012
1 commit
- 
Also adds specs to the two affected classes that would have caught my dumb mistake.
 
08 Aug, 2012
2 commits
- 
Any associations, validations, delegates, scopes and methods that were exactly the same in both Issue and MergeRequest models have been moved to a new IssueCommonality module (role) that gets included by each class. There was actually quite a bit of duplication, because MergeRequests are basically just specialized Issues.
 
31 Jul, 2012
1 commit
29 Jul, 2012
1 commit
28 Jul, 2012
1 commit
20 Jul, 2012
1 commit
- 
Controllers refactoring with contexts Move commit compare logic to model
 
19 Jul, 2012
2 commits
02 Jul, 2012
2 commits
27 Jun, 2012
1 commit
21 Jun, 2012
1 commit
13 Jun, 2012
1 commit
12 Jun, 2012
1 commit
07 Jun, 2012
1 commit