summaryrefslogtreecommitdiff
path: root/app/controllers/concerns/issuable_collections.rb
Commit message (Expand)AuthorAgeFilesLines
* Add SortingPreference concernGeorge Koltsov2019-08-211-53/+3
* Add inheritance flexibility to issuable collectionsPavel Shutsin2019-08-061-3/+2
* Expose merge requests count based on user accessAlexandru Croitor2019-06-181-1/+1
* Search issuables by iidsRiccardo Padovani2019-06-181-0/+6
* Allow issues to be sorted by relative_positionBrett Walker2019-05-281-0/+6
* [CE] Support multiple assignees for merge requestsosw-multi-assignees-merge-requestsOswaldo Ferreira2019-04-081-5/+5
* Extend CTE search optimisation to projectsextend-cte-optimisations-to-projectsSean McGivern2019-04-041-0/+1
* Merge branch 'filter-confidential-issues' into 'master'Kamil Trzciński2019-02-261-0/+1
* Revert "Merge branch 'filter-confidential-issues' into 'master'"Michael Kozono2019-02-251-1/+0
* Only use boolean parameters internallyRobert Schilling2019-02-221-1/+1
* Ability to filter confidential issuesRobert Schilling2019-02-211-0/+1
* Save sorting preference for Issues/MRs in BEMario de la Ossa2019-01-281-2/+2
* Do not save user preferences on read-only modeFelipe Artur2018-12-121-0/+2
* Merge branch 'move-group-issues-search-cte-up-the-chain' into 'master'Douwe Maan2018-12-071-1/+1
|\
| * Add a flag to use a subquery for group issues searchSean McGivern2018-11-301-1/+1
* | Sort issues and merge requests in ascending and descending orderFatih Acet2018-12-061-6/+0
* | [CE backport]Add sort direction button with sort dropdown for epicsFelipe Artur2018-12-031-1/+27
|/
* Refactor whitelisting of filter paramsHeinrich Lee Yu2018-11-151-18/+18
* Enable frozen string in app/controllers/**/*.rbrepo-forks/gitlab-ce-frozen-string-app-controllergfyoung2018-09-181-0/+2
* Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-0/+4
* Set issuable_sort and diff_view cookies to secure when possibleStan Hu2018-09-031-4/+8
* Resolve "Separate remembering sorting issues/merge requests"🙈 jacopo beschi 🙉2018-08-211-10/+12
* Force Postgres to avoid trigram indexes when in a groupSean McGivern2018-06-071-0/+1
* Simplify issuable finder queriesSean McGivern2018-06-061-6/+0
* [Rails5] Use `safe_params` instead of `params` in `url_for` helpersblackst0ne2018-04-281-1/+1
* Fix an N+1 for MRs from forks on the MR index pageSean McGivern2018-04-241-2/+2
* 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