09 Oct, 2012
5 commits
08 Oct, 2012
1 commit
-
Fix messages for deleted things on dashboard
04 Oct, 2012
2 commits
30 Sep, 2012
2 commits
26 Sep, 2012
7 commits
-
Simplifies the actions in RepositoriesController
-
Commits#show (plural) is going to be for showing commit history on a specific path.
21 Sep, 2012
1 commit
11 Sep, 2012
2 commits
-
Update votes for issues and merge requests
08 Sep, 2012
4 commits
06 Sep, 2012
1 commit
05 Sep, 2012
2 commits
04 Sep, 2012
2 commits
-
Replaces two calls that this method simplifies
-
Also modifies the specs a bit because I can't help myself. Closes #480
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
2 commits
-
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