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-01-04Track Sentry error when namespace cannot be movedValery Sizov
2018-11-06Stop Repository#fetch_remote from using Gitlab::ShellNick Thomas
2018-10-22Enable frozen string for lib/gitlab/*.rbgfyoung
2018-09-13Merge branch 'rubocop-code-reuse' into 'master'Robert Speicher
2018-09-12Remove Rugged and shell code from Gitlab::GitAlejandro Rodríguez
2018-09-11Disable existing offenses for the CodeReuse copsYorick Peterse
2018-07-09Use Gitaly for fetches and creating bundlesJacob Vosmaer
2018-07-06Make more things mandatoryJacob Vosmaer
2018-06-19Move forking to GitalyZeger-Jan van de Weg
2018-06-12Find and mark more Git disk access locations, part 2Jacob Vosmaer
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