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-05-02Remove old GitLab Shell implementationZeger-Jan van de Weg
2018-04-25Gitlab::Shell works on shard name, not pathZeger-Jan van de Weg
2018-04-18Resolve "Make a Rubocop that forbids returning from a block"🙈 jacopo beschi 🙉
2018-04-03Use shard name in Git::GitlabProjects instead of shard pathAhmad Sherif
2018-03-23Merge branch 'mark-legacy-git-access' into 'master'Sean McGivern
2018-03-21Route path lookups through legacy_disk_pathJacob Vosmaer
2018-03-14Set Gitlab::Shell#create_repository as OPT_OUTZeger-Jan van de Weg
2018-03-14Change Gitlab::Shell#add_namespace to #create_namespaceZeger-Jan van de Weg
2018-03-06Make --prune a configurable parameter in fetching a git remoteStan Hu
2018-02-08Merge branch 'zj-namespace-gitaly-opt-out' into 'master'Sean McGivern
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-13Move Namespace to Gitaly using OPT-OUTZeger-Jan van de Weg
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