summaryrefslogtreecommitdiff
path: root/app/finders/merge_requests_finder.rb
Commit message (Collapse)AuthorAgeFilesLines
* 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>