summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/shell_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-12-081-23/+19
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-09-021-8/+45
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-06-291-0/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-06-241-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-071-8/+0
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-171-47/+0
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-161-33/+7
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-121-224/+0
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-201-2/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-131-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-181-5/+9
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-231-43/+19
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-181-0/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-091-0/+24
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-181-1/+1
* Remove the fallback path from gitlab-cePatrick Bajao2019-08-291-402/+83
* Add frozen_string_literal to lib part 2Thong Kuah2019-08-231-0/+2
* Remove hook directory requirement from Shellgitaly-version-v1.43.0Zeger-Jan van de Weg2019-05-301-10/+0
* Integrate Gitlab::Keys with Gitlab::ShellPatrick Bajao2019-03-191-195/+389
* Prepare test suite for switch to Gitaly-embedded Git hooksJacob Vosmaer2019-02-271-1/+0
* Clean up Shell.fork_repositoryStan Hu2019-02-051-8/+3
* Send project name with Gitaly repository requestsStan Hu2019-02-051-4/+6
* Stop Repository#fetch_remote from using Gitlab::ShellNick Thomas2018-11-061-120/+0
* Remove Rugged and shell code from Gitlab::GitAlejandro Rodríguez2018-09-121-5/+0
* Use Gitaly for fetches and creating bundlesJacob Vosmaer2018-07-091-81/+24
* Move forking to Gitalyzj-fork-mandatoryZeger-Jan van de Weg2018-06-191-25/+9
* Find and mark more Git disk access locations, part 2Jacob Vosmaer2018-06-121-16/+56
* Find and mark more Git disk access locationsJacob Vosmaer (GitLab)2018-06-051-1/+5
* Gitlab::Shell works on shard name, not pathZeger-Jan van de Weg2018-04-251-26/+26
* Resolve "Make a Rubocop that forbids returning from a block"🙈 jacopo beschi 🙉2018-04-181-1/+1
* Use shard name in Git::GitlabProjects instead of shard pathAhmad Sherif2018-04-031-7/+7
* Merge branch 'mark-legacy-git-access' into 'master'Sean McGivern2018-03-231-2/+2
|\
| * Route path lookups through legacy_disk_pathmark-legacy-git-accessJacob Vosmaer2018-03-211-2/+2
* | Change Gitlab::Shell#add_namespace to #create_namespaceZeger-Jan van de Weg2018-03-141-8/+8
|/
* Make --prune a configurable parameter in fetching a git remotesh-make-prune-optional-in-git-fetchStan Hu2018-03-061-13/+19
* Use hashed storage in the specs40744-hashed-storage-specsNick Thomas2018-02-071-1/+1
* Merge branch 'zj-migrate-gitlab-project-rm-mv' into 'master'Douwe Maan2018-01-101-11/+23
|\
| * Migrate GitlabProject (re)move project endpointsZeger-Jan van de Weg2018-01-091-11/+23
* | Merge branch 'jej/backport-authorized-keys-to-ce' into 'master'Douwe Maan2018-01-091-11/+313
|\ \ | |/ |/|
| * Fix spec in shell_spec.rbJames Edwards-Jones2018-01-081-1/+1
| * Backport spec fixes in spec/lib/gitlab/shell_spec.rbValery Sizov2018-01-081-10/+12
| * Backport authorized_keys_enabled defaults to true'Michael Kozono2018-01-081-0/+212
| * Backport option to disable writing to `authorized_keys` fileMichael Kozono2018-01-081-11/+99
* | Pass timeout to RepositoryService.FetchRemote Gitaly RPC calls41683-timeout-is-not-set-for-gitaly-fetch_remote-callsAlejandro Rodríguez2018-01-051-2/+18
|/
* Move delete_remote_branches from Gitlab::Shell to Gitlab::Git::RepositoryAlejandro Rodríguez2018-01-031-28/+0
* Move push_remote_branches from Gitlab::Shell to Gitlab::Git::RepositoryAlejandro Rodríguez2018-01-031-28/+0
* Import gitlab_projects.rb from gitlab-shellNick Thomas2017-12-141-93/+138
* Fix the fork project functionality for projects with hashed storageNick Thomas2017-12-041-4/+4
* Replaces `tag: true` into `:tag` in the specsJacopo2017-10-071-2/+2
* Gitaly namespace service enabled for GitLabZeger-Jan van de Weg2017-10-051-4/+48