- Aug 17, 2012
-
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Allow filtering issues that have no milestone or assignee
-
- Aug 16, 2012
-
-
Robert Speicher authored
-
Dmitriy Zaporozhets authored
Correct usage of "Can't"
-
Robert Speicher authored
-
Dmitriy Zaporozhets authored
-
- Aug 15, 2012
-
-
Dmitriy Zaporozhets authored
Fix current class for hooks tab in admin section
-
Martin Bastien authored
Signed-off-by:
Martin Bastien <martin.bastien@studiofrenetic.com>
-
- Aug 14, 2012
-
-
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
-
- Aug 13, 2012
-
-
Dmitriy Zaporozhets authored
-
Robert Speicher authored
Closes #1222
-
Dmitriy Zaporozhets authored
-
- Aug 11, 2012
-
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
- Aug 12, 2012
-
-
Dmitriy Zaporozhets authored
Fix invalid syntax in OmniAuth initializer sample
-
- Aug 11, 2012
-
-
Robert Speicher authored
-
https://github.com/jouve/gitlabhqDmitriy Zaporozhets authored
Merge branch 'fix_commits_dashboard' of https://github.com/jouve/gitlabhq into jouve-fix_commits_dashboard Conflicts: app/views/events/_commit.html.haml
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Updated MySQL docs and Ubuntu auto-install script
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Fully embrace Ruby 1.9 hash syntax
-
- Aug 10, 2012
-
-
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
-
- Aug 09, 2012
-
-
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
-