summaryrefslogtreecommitdiff
path: root/app/finders/merge_requests_finder.rb
Commit message (Collapse)AuthorAgeFilesLines
* Ability to filter merge requests by labels and milestonesRobert Schilling2017-04-251-1/+1
|
* Fixes milestone/merge_request API endpoint to really scope the resultsJoren De Groof2017-04-031-1/+1
| | | | | The MergeRequestsFinder uses the milestone_title instead of the milestone_id
* Improve issues filtering performanceJarka Kadlecova2017-03-061-0/+6
|
* add a :iids param to IssuableFindermhasbini2017-02-171-10/+0
|
* Fix Archived project merge requests add to group's Merge RequestsJacopo2016-12-051-0/+1
| | | | | | | | | | counter This is done by: - Extending the IssuableFinder adding the non_archived option to the params - Overriding the #filter_params in the MergeRequestsAction - Passing the non_archived param in the nav/_group.html.haml navbar partial from the groups/merge_requests.html.haml
* fix issues mr counterbarthc2016-09-201-0/+10
|
* Refactor finders. Prevent circular dependency errorDmitriy Zaporozhets2014-09-021-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Move services for collecting items to FindersDmitriy Zaporozhets2014-02-251-0/+22
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>