25 Nov, 2012
2 commits
24 Nov, 2012
5 commits
23 Nov, 2012
7 commits
22 Nov, 2012
2 commits
20 Nov, 2012
5 commits
19 Nov, 2012
2 commits
14 Nov, 2012
1 commit
09 Nov, 2012
1 commit
07 Nov, 2012
1 commit
-
Wiki search
30 Oct, 2012
2 commits
29 Oct, 2012
3 commits
-
…gitlabhq into piffio-public_submission_milestones_for_mr Conflicts: app/views/merge_requests/_form.html.haml
26 Oct, 2012
4 commits
-
Show the relation between Merge Requests and Mileston in different places: - Merge Request page - Milestone list page - Milestone details page
-
Step 1: * Add milestone_id in the model for merge_requests * Make it possible to create or update a Merge Request with an attached Milestone detail * Add the possibility to filter by Milestone and / or Assignee in the Merge Requests listing page
25 Oct, 2012
1 commit
24 Oct, 2012
3 commits
-
Without lambdas, Date.today will be evaluated in the class body. For it to have a running scope of last week etc, it will need to be evaluated each time the scope is called. In Rails 4.0, lambdas will be required for all scopes, so not a bad idea to go ahead and change them all now.
21 Oct, 2012
1 commit