summaryrefslogtreecommitdiff
path: root/app/controllers/concerns/issuable_collections.rb
Commit message (Expand)AuthorAgeFilesLines
* Support additional LabelsFinder parameters for group labelsJan Provaznik2018-03-021-1/+1
* Refactor IssuableFinder to extract model-specific logicrefactor-issuable-finder-to-use-inheritanceSean McGivern2018-02-211-2/+2
* Merge branch '30106-group-issues' into 'master'Sean McGivern2018-02-011-0/+1
|\
| * Include subgroup issuables on the group page30106-group-issuesJarka Kadlecová2018-02-011-0/+1
* | Make pagination optional for issuablesJan Provaznik2018-01-301-5/+15
|/
* Merge remote-tracking branch 'upstream/master' into no-ivar-in-modulesLin Jen-Shin2017-11-301-1/+1
|\
| * Use latest_merge_request_diff associationSean McGivern2017-11-231-1/+1
* | Move ModuleWithInstanceVariables to Gitlab namespaceLin Jen-Shin2017-11-221-7/+7
* | Use StrongMemoize and enable/disable cops properlyLin Jen-Shin2017-11-181-5/+6
* | Merge remote-tracking branch 'upstream/master' into no-ivar-in-modulesLin Jen-Shin2017-11-171-42/+51
|\ \ | |/
| * Refactor issuables index actionsJarka Kadlecova2017-11-071-41/+50
* | WIPLin Jen-Shin2017-11-061-0/+2
* | Merge remote-tracking branch 'upstream/master' into no-ivar-in-modulesLin Jen-Shin2017-11-061-8/+21
|\ \ | |/
| * Backport part of c777bb91fd7 and 4074cb3b7c16 from EERémy Coutable2017-09-261-1/+1
| * Improve list of sorting optionsVitaliy @blackst0ne Klachkov2017-09-231-7/+20
* | Allow simple ivar ||= form. Update accordinglyLin Jen-Shin2017-09-191-1/+2
* | Add cop to make sure we don't use ivar in a moduleLin Jen-Shin2017-09-181-0/+1
|/
* Move issues index variable setting to a methodSean McGivern2017-09-071-0/+16
* Re-use issue/MR counts for the pagination systemmr-index-page-performanceYorick Peterse2017-09-051-0/+28
* Eager load head pipeline projects for MRs indexmr-index-eager-loadYorick Peterse2017-08-281-1/+11
* Fix issuable state cachingSean McGivern2017-07-191-6/+2
* Remove remaining N+1 queries in merge requests API with emojis and labelsStan Hu2017-07-081-33/+1
* Add table for merge request commitsSean McGivern2017-07-061-1/+1
* Preloads head pipeline for each merge requestFelipe Artur2017-05-081-1/+1
* Backport of multiple_assignees_feature [ci skip]Valery Sizov2017-05-041-1/+1
* Remove useless queries with false conditions (e.g 1=0)mhasbini2017-04-041-0/+3
* Refactored count_for_collection() for using pluck instead of selectblackst0ne2017-02-211-2/+2
* Add merge request count to each issue on issues listblackst0ne2017-02-171-6/+14
* Gather issuable metadata to avoid n+ queries on index viewissue_25900_2Felipe Artur2017-02-091-0/+22
* More aggressively preload on merge request and issue index pagesDouwe Maan2016-11-181-2/+2
* Revert part of "Merge branch 'update_issues_mr_counter' into 'master'Rémy Coutable2016-09-221-12/+0
* fix issues mr counterbarthc2016-09-201-0/+12
* Handle legacy sort order values21028-missing-default-sort-for-users-with-an-existing-cookieSean McGivern2016-08-181-0/+5
* State specific default sort order for issuableszs2016-08-011-0/+79