summaryrefslogtreecommitdiff
path: root/lib/gitlab/shell.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'zj-migrate-gitlab-project-rm-mv' into 'master'Douwe Maan2018-01-101-4/+18
|\
| * Migrate GitlabProject (re)move project endpointsZeger-Jan van de Weg2018-01-091-4/+18
* | Merge branch 'jej/backport-authorized-keys-to-ce' into 'master'Douwe Maan2018-01-091-2/+68
|\ \ | |/ |/|
| * Make Gitlab::CurrentSettings available when getting settingsSean McGivern2018-01-081-8/+8
| * Backport authorized_keys_enabled defaults to true'Michael Kozono2018-01-081-2/+56
| * Backport option to disable writing to `authorized_keys` fileMichael Kozono2018-01-081-0/+12
* | Pass timeout to RepositoryService.FetchRemote Gitaly RPC calls41683-timeout-is-not-set-for-gitaly-fetch_remote-callsAlejandro Rodríguez2018-01-051-1/+1
|/
* Merge branch 'ban-disk-import' into 'master'Sean McGivern2018-01-051-0/+4
|\
| * rubocopban-disk-importJacob Vosmaer2018-01-041-1/+1
| * get it workingJacob Vosmaer2018-01-041-0/+4
* | Merge branch 'gitaly-annotations-20180104' into 'master'Sean McGivern2018-01-051-9/+4
|\ \
| * | Update some Gitaly annotations in Gitlab::Shellgitaly-annotations-20180104Jacob Vosmaer2018-01-041-9/+4
| |/
* | Move delete_remote_branches from Gitlab::Shell to Gitlab::Git::RepositoryAlejandro Rodríguez2018-01-031-20/+0
* | Move push_remote_branches from Gitlab::Shell to Gitlab::Git::RepositoryAlejandro Rodríguez2018-01-031-21/+0
|/
* Import gitlab_projects.rb from gitlab-shellNick Thomas2017-12-141-31/+82
* Fix the fork project functionality for projects with hashed storageNick Thomas2017-12-041-8/+15
* Set the default gitlab-shell timeout to 3 hoursNick Thomas2017-11-211-2/+1
* Adds Rubocop rule for line break after guard clauseJacopo2017-11-161-0/+1
* Fix namespace deletion testsZeger-Jan van de Weg2017-10-051-0/+2
* Gitaly namespace service enabled for GitLabZeger-Jan van de Weg2017-10-051-6/+42
* Create repositories via GitalyJacob Vosmaer2017-09-291-2/+14
* Migrate Repository.FetchRemote to Gitalygitaly-440-shell-fetch-remoteKim "BKC" Carlbäcker2017-08-301-18/+37
* Speed up project creation by inlining repository creationNick Thomas2017-08-151-3/+9
* Backport changes in https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/25...Nick Thomas2017-08-071-6/+18
* More Gitaly annotationsJacob Vosmaer2017-07-131-0/+13
* Speed up operations performed by gitlab-shellStan Hu2017-07-031-21/+48
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-2/+2
* Add configurable timeout for git fetch and clone operationsmrchrisw-import-shell-timeoutChris Wilson2017-04-271-2/+2
* Handle SSH keys that have multiple spaces between each markerStan Hu2017-04-041-1/+1
* Merge branch 'fix-github-importer-slowness' into 'master' Robert Speicher2017-04-031-0/+20
|\
| * Set the right timeout for Gitlab::Shell#fetch_remoteDouglas Barbosa Alexandre2017-04-031-1/+2
| * Fetch GitHub project as a mirror to get all refs at onceDouglas Barbosa Alexandre2017-04-031-0/+19
* | Fix race condition in namespace directory creationRobin Bobbitt2017-04-031-1/+4
|/
* Enable and autocorrect the CustomErrorClass copSean McGivern2017-03-011-1/+1
* Revert "Prefer leading style for Style/DotPosition"Douwe Maan2017-02-231-2/+2
* Prefer leading style for Style/DotPositionDouwe Maan2017-02-231-2/+2
* Fix code for copsDouwe Maan2017-02-231-1/+1
* Enable Style/ColonMethodCallDouwe Maan2017-02-231-1/+1
* Enable Performance/RedundantBlockCallDouwe Maan2017-02-231-1/+1
* Merge branch 'fix/import-hooks' into 'master' Rémy Coutable2017-02-161-1/+3
|\
| * Use gitlab shell import instead of manually creating the webhooksJames Lopez2017-02-161-1/+3
* | Use Namespace#full_path instead of Namespace#pathDmitriy Zaporozhets2017-02-141-1/+1
|/
* Move Gitlab::Shell and Gitlab::ShellAdapter files to lib/27280-fix-unititalized-constantRémy Coutable2017-01-271-0/+246