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
2017-10-11Handle archived projects in the `GroupDescendantsFinder`Bob Van Landuyt
2017-10-10Merge branch 'master' into bvl-group-treesBob Van Landuyt
2017-10-10Don't load unneeded elements in GroupsController#showBob Van Landuyt
2017-10-10Use `EXISTS` instead of `WHERE id IN (...)` for authorized groupsBob Van Landuyt
2017-10-07Add a project forks spec helperBob Van Landuyt
2017-10-07Allow creating merge requests across forks of a projectBob Van Landuyt
2017-10-05Load counts everywhere we render a group treeBob Van Landuyt
2017-10-04Make sure the user only sees groups he's allowed to seeBob Van Landuyt
2017-10-04Minimize the number of queries by preloading counts and ancestorsBob Van Landuyt
2017-10-04Only take unarchived projects into accountBob Van Landuyt
2017-10-04Rename `GroupHierarchy` to `GroupDescendant`Bob Van Landuyt
2017-10-04`current_user:` as a keyword argumentBob Van Landuyt
2017-10-04Don't include the parent in search results if it matchesBob Van Landuyt
2017-10-04Find all children matching a queryBob Van Landuyt
2017-10-04Fetch children using new finder for the `show` of a group.Bob Van Landuyt
2017-10-04Add a separate finder for collecting children of groupsBob Van Landuyt
2017-09-28Support custom attributes on usersMarkus Koller
2017-09-20Introduce ForkProjectsFinder classMark Fletcher
2017-09-10move `find_users` method into finder and add `load_group` methodMaxim Rydkin
2017-09-10rename yet_another_users_finder into autocomplete_users_finderMaxim Rydkin
2017-09-10fix rubocopMaxim Rydkin
2017-09-10finish spec/finders/yet_another_users_finder_spec.rbMaxim Rydkin
2017-09-10extract finder and add first testMaxim Rydkin
2017-09-07Removes default scope from sortableTiago Botelho
2017-09-05Re-use issue/MR counts for the pagination systemYorick Peterse
2017-08-30Add filter by my reactionHiroyuki Sato
2017-08-24Add an option to list only archived projectsMehdi Lahmam
2017-08-14Merge remote-tracking branch 'upstream/master' into 36089-handle-ref-failure-...Lin Jen-Shin
2017-08-11Merge branch '35435-pending-delete-project-error-in-admin-interface-fix' into...Douwe Maan
2017-08-11Pending delete projects no longer return 500 error in Admins projects viewTiago Botelho
2017-08-10Don't try to create diffs if one of the branch is missingLin Jen-Shin
2017-08-10Migrate events into a new formatYorick Peterse
2017-08-03Change all `:empty_project` to `:project`Robert Speicher
2017-08-01Ensure all project factories use `:repository` trait or `:empty_project`Robert Speicher
2017-07-27Remove superfluous lib: true, type: redis, service: true, models: true, servi...Rémy Coutable
2017-07-24Use `match_array` rather than `eq` in ProjectsFinder specRobert Speicher
2017-07-24Decrease ABC threshold to 56.96Maxim Rydkin
2017-07-07Merge branch 'feature/user-datetime-search-api-mysql' into 'master'Douwe Maan
2017-07-07Native group milestonesFelipe Artur
2017-07-07improve finder specJames Lopez
2017-07-07add created at filter logic to users finder and APIJames Lopez
2017-07-07add finder and users API specJames Lopez
2017-06-30Hide archived project labels from group issue trackerHoracio Bertorello
2017-06-30Make finders responsible for counter cache keysSean McGivern
2017-06-30Only do complicated confidentiality checks when necessarySean McGivern
2017-06-19Merge branch 'add-since-and-until-params-to-issuables' into 'master'Rémy Coutable
2017-06-19add since and until params to issuablesKyle Bishop
2017-06-16Merge branch 'tc-fix-group-finder-subgrouping' into 'master'Douwe Maan
2017-06-16Fix intermittent spec failures in spec/finders/pipelines_finder_spec.rbStan Hu
2017-06-15Make the GroupFinder specs more strictToon Claes