- 17 Aug, 2012 2 commits
-
-
Florian Unglaub authored
-
Dmitriy Zaporozhets authored
Allow filtering issues that have no milestone or assignee
-
- 16 Aug, 2012 4 commits
-
-
Robert Speicher authored
-
Dmitriy Zaporozhets authored
Correct usage of "Can't"
-
Robert Speicher authored
-
Dmitriy Zaporozhets authored
-
- 15 Aug, 2012 2 commits
-
-
Dmitriy Zaporozhets authored
Fix current class for hooks tab in admin section
-
Martin Bastien authored
Signed-off-by: Martin Bastien <martin.bastien@studiofrenetic.com>
-
- 14 Aug, 2012 7 commits
-
-
Robert Speicher authored
-
Dmitriy Zaporozhets authored
GFM Refactoring
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
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.
-
Robert Speicher authored
-
Robert Speicher authored
Continues #1222
-
- 13 Aug, 2012 3 commits
-
-
Dmitriy Zaporozhets authored
-
Robert Speicher authored
Closes #1222
-
Dmitriy Zaporozhets authored
-
- 11 Aug, 2012 2 commits
- 12 Aug, 2012 1 commit
-
-
Dmitriy Zaporozhets authored
Fix invalid syntax in OmniAuth initializer sample
-
- 11 Aug, 2012 9 commits
-
-
Robert Speicher authored
-
https://github.com/jouve/gitlabhqrandx authored
Merge branch 'fix_commits_dashboard' of https://github.com/jouve/gitlabhq into jouve-fix_commits_dashboard Conflicts: app/views/events/_commit.html.haml
-
randx authored
-
randx authored
-
randx authored
-
randx authored
-
Dmitriy Zaporozhets authored
Updated MySQL docs and Ubuntu auto-install script
-
randx authored
-
Dmitriy Zaporozhets authored
Fully embrace Ruby 1.9 hash syntax
-
- 10 Aug, 2012 7 commits
-
-
Robert Speicher authored
Features are still expecting the 1.8 syntax, which is fine in this case.
-
Robert Speicher authored
Didn't bother with files in db/, config/, or features/
-
Cyril authored
-
Dmitriy Zaporozhets authored
Consolidate functionality shared between Issue and MergeRequest
-
Dmitriy Zaporozhets authored
ability to preview notes
-
Dmitriy Zaporozhets authored
Fix resque worker becoming paused on restarts
-
Nihad Abbasov authored
-
- 09 Aug, 2012 3 commits
-
-
Robert Speicher authored
Also adds specs to the two affected classes that would have caught my dumb mistake.
-
Robert Speicher authored
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.
-
Robert Speicher authored
-