31 Oct, 2012
1 commit
30 Oct, 2012
6 commits
29 Oct, 2012
7 commits
-
…gitlabhq into piffio-public_submission_milestones_for_mr Conflicts: app/views/merge_requests/_form.html.haml
-
Refactor Satellite Code
28 Oct, 2012
1 commit
-
When a MR belongs to a Milestone, show this information in the listing with a small box telling the Milestone title.
27 Oct, 2012
6 commits
-
Fixes #1830
-
Fixes #1836
-
Conflicts: app/views/issues/_form.html.haml
26 Oct, 2012
11 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
5 commits
-
Nothing too dramatic, just some improvements.
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.