09 Oct, 2013
1 commit
08 Oct, 2013
5 commits
-
Fix error described in https://github.com/gitlabhq/gitlabhq/issues/5185
07 Oct, 2013
3 commits
-
Because notes scope was not limited by project in MergeRequest#mr_and_commit_notes it causes comments from project A appears in discussions for MR in project B.
-
Sort active milestones by due date (upcoming first)
04 Oct, 2013
1 commit
-
Added Flowdock integration support via a service.
03 Oct, 2013
2 commits
-
Make sure the flowdock-git-hook is loaded. Seems it is not autoloader, due to the gem/lib name mismatch.
01 Oct, 2013
6 commits
30 Sep, 2013
4 commits
-
Add check if the signup setting is enabled. fixes #4832
29 Sep, 2013
1 commit
-
Added test for the FlowdockService.
27 Sep, 2013
1 commit
26 Sep, 2013
8 commits
-
Conflicts: app/controllers/projects/merge_requests_controller.rb
-
Before we have only owner_id to determine group owner With multiple owners per group we should get rid of owner_id in group. So from now @group.owner will always be nil but @group.owners return an actual array of users who can admin this group
25 Sep, 2013
8 commits
-
Conflicts: lib/tasks/gitlab/check.rake
-
Added search for projects by name to api