Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-06-18Expose merge requests count based on user accessAlexandru Croitor
2019-06-18Search issuables by iidsRiccardo Padovani
2019-05-28Allow issues to be sorted by relative_positionBrett Walker
2019-04-09[CE] Support multiple assignees for merge requestsOswaldo Ferreira
2019-04-04Extend CTE search optimisation to projectsSean McGivern
2019-02-26Merge branch 'filter-confidential-issues' into 'master'Kamil Trzciński
2019-02-25Revert "Merge branch 'filter-confidential-issues' into 'master'"Michael Kozono
2019-02-22Only use boolean parameters internallyRobert Schilling
2019-02-21Ability to filter confidential issuesRobert Schilling
2019-01-28Save sorting preference for Issues/MRs in BEMario de la Ossa
2018-12-12Do not save user preferences on read-only modeFelipe Artur
2018-12-07Merge branch 'move-group-issues-search-cte-up-the-chain' into 'master'Douwe Maan
2018-12-06Sort issues and merge requests in ascending and descending orderFatih Acet
2018-12-03[CE backport]Add sort direction button with sort dropdown for epicsFelipe Artur
2018-11-30Add a flag to use a subquery for group issues searchSean McGivern
2018-11-14Refactor whitelisting of filter paramsHeinrich Lee Yu
2018-09-19Enable frozen string in app/controllers/**/*.rbgfyoung
2018-09-11Disable existing offenses for the CodeReuse copsYorick Peterse
2018-09-04Set issuable_sort and diff_view cookies to secure when possibleStan Hu
2018-08-21Resolve "Separate remembering sorting issues/merge requests"🙈 jacopo beschi 🙉
2018-06-07Force Postgres to avoid trigram indexes when in a groupSean McGivern
2018-06-06Simplify issuable finder queriesSean McGivern
2018-04-28[Rails5] Use `safe_params` instead of `params` in `url_for` helpersblackst0ne
2018-04-24Fix an N+1 for MRs from forks on the MR index pageSean McGivern
2018-03-02Support additional LabelsFinder parameters for group labelsJan Provaznik
2018-02-21Refactor IssuableFinder to extract model-specific logicSean McGivern
2018-02-01Merge branch '30106-group-issues' into 'master'Sean McGivern
2018-02-01Include subgroup issuables on the group pageJarka Kadlecová
2018-01-30Make pagination optional for issuablesJan Provaznik
2017-11-30Merge remote-tracking branch 'upstream/master' into no-ivar-in-modulesLin Jen-Shin
2017-11-23Use latest_merge_request_diff associationSean McGivern
2017-11-22Move ModuleWithInstanceVariables to Gitlab namespaceLin Jen-Shin
2017-11-17Use StrongMemoize and enable/disable cops properlyLin Jen-Shin
2017-11-17Merge remote-tracking branch 'upstream/master' into no-ivar-in-modulesLin Jen-Shin
2017-11-07Refactor issuables index actionsJarka Kadlecova
2017-11-06WIPLin Jen-Shin
2017-11-06Merge remote-tracking branch 'upstream/master' into no-ivar-in-modulesLin Jen-Shin
2017-09-26Backport part of c777bb91fd7 and 4074cb3b7c16 from EERémy Coutable
2017-09-23Improve list of sorting optionsVitaliy @blackst0ne Klachkov
2017-09-18Allow simple ivar ||= form. Update accordinglyLin Jen-Shin
2017-09-18Add cop to make sure we don't use ivar in a moduleLin Jen-Shin
2017-09-07Move issues index variable setting to a methodSean McGivern
2017-09-05Re-use issue/MR counts for the pagination systemYorick Peterse
2017-08-28Eager load head pipeline projects for MRs indexYorick Peterse
2017-07-19Fix issuable state cachingSean McGivern
2017-07-09Remove remaining N+1 queries in merge requests API with emojis and labelsStan Hu
2017-07-06Add table for merge request commitsSean McGivern
2017-05-08Preloads head pipeline for each merge requestFelipe Artur
2017-05-04Backport of multiple_assignees_feature [ci skip]Valery Sizov
2017-04-04Remove useless queries with false conditions (e.g 1=0)mhasbini