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-07Add a project forks spec helperBob Van Landuyt
2017-10-07Allow creating merge requests across forks of a projectBob 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
2017-06-15Subgroups page should show groups authorized through inheritanceToon Claes
2017-06-14Correct RSpec/SingleLineHook cop offensesRobert Speicher
2017-06-06Introduce an Events APIMark Fletcher
2017-05-30Add :owned param to ProjectFinderToon Claes
2017-05-30Change ProjectFinder so starred can be combined with other filtersToon Claes
2017-05-29Merge branch 'rework-authorizations-performance' into 'master'Douwe Maan
2017-05-17Use CTEs for nested groups and authorizationsYorick Peterse
2017-05-15Fix trailing ',' in hash.Bob Van Landuyt
2017-05-15Create a Users FinderGeorge Andrinopoulos
2017-05-10Use `described_class` in SnippetsFinder-specBob Van Landuyt
2017-05-10Merge branch 'tc-fix-private-subgroups-shown' into 'security' Douwe Maan
2017-05-10Merge branch 'snippets-finder-visibility' into 'security'Douwe Maan
2017-05-08Add Pipeline Schedules that supersedes experimental Trigger ScheduleZeger-Jan van de Weg
2017-05-05[Multiple issue assignee] Fix a number of specsValery Sizov