22 Aug, 2012
1 commit
-
2. SSH Keys Help page
21 Aug, 2012
6 commits
-
Conflicts: app/models/user.rb
20 Aug, 2012
4 commits
19 Aug, 2012
3 commits
18 Aug, 2012
1 commit
17 Aug, 2012
2 commits
16 Aug, 2012
4 commits
-
Allow filtering issues that have no milestone or assignee
15 Aug, 2012
1 commit
-
Signed-off-by: Martin Bastien <martin.bastien@studiofrenetic.com>
14 Aug, 2012
4 commits
-
Makes use of 'extended' patterns to add comments to the groups, and also reduces the total number of groups to just those that are used.
13 Aug, 2012
4 commits
-
Continues #1222
-
Closes #1222
12 Aug, 2012
1 commit
-
…ouve-fix_commits_dashboard Conflicts: app/views/events/_commit.html.haml
11 Aug, 2012
1 commit
10 Aug, 2012
4 commits
-
Didn't bother with files in db/, config/, or features/
-
Consolidate functionality shared between Issue and MergeRequest
-
ability to preview notes
09 Aug, 2012
2 commits
-
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.