summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/shell_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix 'gitlay' typo in specJacob Vosmaer2017-10-021-1/+1
* Create repositories via GitalyJacob Vosmaer2017-09-291-17/+29
* [Backported from EE] Readonly flag for ProjectsGabriel Mazetto2017-09-281-10/+31
* Migrate Repository.FetchRemote to Gitalygitaly-440-shell-fetch-remoteKim "BKC" Carlbäcker2017-08-301-15/+49
* Speed up project creation by inlining repository creationNick Thomas2017-08-151-11/+24
* Backport changes in https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/25...Nick Thomas2017-08-071-8/+82
* Use described_class when possibleRémy Coutable2017-07-271-3/+3
* Remove superfluous lib: true, type: redis, service: true, models: true, servi...Rémy Coutable2017-07-271-2/+2
* Speed up operations performed by gitlab-shellStan Hu2017-07-031-5/+82
* Merge branch 'mrchrisw-import-shell-timeout'Sean McGivern2017-05-051-0/+41
* Enable RSpec/FilePath copenable-spec-file-name-copSean McGivern2017-04-261-0/+94