29 Oct, 2012
8 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
11 commits
-
Link to commit authors everywhere
-
gitolite's repositories folder symlinked patch
-
Fixes #1830
-
Fixes #1836
-
Conflicts: app/views/issues/_form.html.haml
-
Fix PostgreSQL setup instructions
26 Oct, 2012
20 commits
-
The config skeleton for postgres is called `database.yml.postgresql`, not `database.yml.postgres`.
-
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
-
grack auth bugfix: allow dots in reponame