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
2018-01-10Merge branch 'zj-migrate-gitlab-project-rm-mv' into 'master'Douwe Maan
2018-01-09Migrate GitlabProject (re)move project endpointsZeger-Jan van de Weg
2018-01-09Merge branch 'jej/backport-authorized-keys-to-ce' into 'master'Douwe Maan
2018-01-08Make Gitlab::CurrentSettings available when getting settingsSean McGivern
2018-01-08Backport authorized_keys_enabled defaults to true'Michael Kozono
2018-01-08Backport option to disable writing to `authorized_keys` fileMichael Kozono
2018-01-06Pass timeout to RepositoryService.FetchRemote Gitaly RPC callsAlejandro Rodríguez
2018-01-05Merge branch 'ban-disk-import' into 'master'Sean McGivern
2018-01-05Merge branch 'gitaly-annotations-20180104' into 'master'Sean McGivern
2018-01-04rubocopJacob Vosmaer
2018-01-04get it workingJacob Vosmaer
2018-01-04Update some Gitaly annotations in Gitlab::ShellJacob Vosmaer
2018-01-04Move delete_remote_branches from Gitlab::Shell to Gitlab::Git::RepositoryAlejandro Rodríguez
2018-01-04Move push_remote_branches from Gitlab::Shell to Gitlab::Git::RepositoryAlejandro Rodríguez
2017-12-14Import gitlab_projects.rb from gitlab-shellNick Thomas
2017-12-04Fix the fork project functionality for projects with hashed storageNick Thomas
2017-11-21Set the default gitlab-shell timeout to 3 hoursNick Thomas
2017-11-16Adds Rubocop rule for line break after guard clauseJacopo
2017-10-05Fix namespace deletion testsZeger-Jan van de Weg
2017-10-05Gitaly namespace service enabled for GitLabZeger-Jan van de Weg
2017-09-29Create repositories via GitalyJacob Vosmaer
2017-08-30Migrate Repository.FetchRemote to GitalyKim "BKC" Carlbäcker
2017-08-15Speed up project creation by inlining repository creationNick Thomas
2017-08-07Backport changes in https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/25...Nick Thomas
2017-07-13More Gitaly annotationsJacob Vosmaer
2017-07-03Speed up operations performed by gitlab-shellStan Hu
2017-06-21Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon
2017-04-27Add configurable timeout for git fetch and clone operationsChris Wilson
2017-04-05Handle SSH keys that have multiple spaces between each markerStan Hu
2017-04-04Merge branch 'fix-github-importer-slowness' into 'master' Robert Speicher
2017-04-03Set the right timeout for Gitlab::Shell#fetch_remoteDouglas Barbosa Alexandre
2017-04-03Fetch GitHub project as a mirror to get all refs at onceDouglas Barbosa Alexandre
2017-04-03Fix race condition in namespace directory creationRobin Bobbitt
2017-03-01Enable and autocorrect the CustomErrorClass copSean McGivern
2017-02-23Revert "Prefer leading style for Style/DotPosition"Douwe Maan
2017-02-23Prefer leading style for Style/DotPositionDouwe Maan
2017-02-23Fix code for copsDouwe Maan
2017-02-23Enable Style/ColonMethodCallDouwe Maan
2017-02-23Enable Performance/RedundantBlockCallDouwe Maan
2017-02-16Merge branch 'fix/import-hooks' into 'master' Rémy Coutable
2017-02-16Use gitlab shell import instead of manually creating the webhooksJames Lopez
2017-02-14Use Namespace#full_path instead of Namespace#pathDmitriy Zaporozhets
2017-01-27Move Gitlab::Shell and Gitlab::ShellAdapter files to lib/Rémy Coutable