summaryrefslogtreecommitdiff
path: root/lib/gitlab/shell.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@15-7-stable-eev15.7.0-rc42GitLab Bot2022-12-201-3/+1
* Add latest changes from gitlab-org/gitlab@15-6-stable-eev15.6.0-rc42GitLab Bot2022-11-171-0/+5
* Add latest changes from gitlab-org/gitlab@15-4-stable-eev15.4.0-rc42GitLab Bot2022-09-191-1/+3
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-191-2/+2
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-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-111/+20
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-161-77/+23
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-121-112/+0
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-271-49/+110
* Add latest changes from gitlab-org/gitlab@masterogolowinski-master-patch-80898GitLab Bot2019-12-161-3/+3
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-131-3/+3
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-231-12/+0
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-091-0/+6
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-031-5/+0
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-021-3/+13
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-181-1/+1
* Remove the fallback path from gitlab-cePatrick Bajao2019-08-291-80/+6
* Add a rubocop for Rails.loggerMayra Cabrera2019-07-101-6/+6
* Integrate Gitlab::Keys with Gitlab::ShellPatrick Bajao2019-03-191-57/+76
* Prepare test suite for switch to Gitaly-embedded Git hooksJacob Vosmaer2019-02-271-4/+4
* Only allow 30 RPCs per test case to GitalyZeger-Jan van de Weg2019-02-221-1/+4
* Rename gl_project_name -> gl_project_pathsh-log-project-name-with-gitalyStan Hu2019-02-051-10/+10
* Add more tests and comments around Wiki formattingStan Hu2019-02-051-0/+1
* Add convenience methods for creating project and Wiki repositoriesStan Hu2019-02-051-0/+8
* Add comment to explain why gl_repository is blankStan Hu2019-02-051-0/+3
* Rename name -> disk_path in create_repositoryStan Hu2019-02-051-4/+4
* Refactor use of Shell.import_repository for WikisStan Hu2019-02-051-0/+8
* Clean up Shell.fork_repositoryStan Hu2019-02-051-14/+7
* Send project name with Gitaly repository requestsStan Hu2019-02-051-14/+18
* Track Sentry error when namespace cannot be moved4553-geo-hashed-storage-migration-failure-does-not-log-to-sentry-or-geo-log-well-eeValery Sizov2019-01-041-2/+4
* Stop Repository#fetch_remote from using Gitlab::ShellNick Thomas2018-11-061-17/+0
* Enable frozen string for lib/gitlab/*.rbgfyoung2018-10-221-0/+2
* Merge branch 'rubocop-code-reuse' into 'master'Robert Speicher2018-09-131-0/+4
|\
| * Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-0/+4
* | Remove Rugged and shell code from Gitlab::GitAlejandro Rodríguez2018-09-121-9/+0
|/
* Use Gitaly for fetches and creating bundlesJacob Vosmaer2018-07-091-41/+3
* Make more things mandatoryJacob Vosmaer2018-07-061-12/+9
* Move forking to Gitalyzj-fork-mandatoryZeger-Jan van de Weg2018-06-191-15/+2
* Find and mark more Git disk access locations, part 2Jacob Vosmaer2018-06-121-5/+54
* Remove old GitLab Shell implementationZeger-Jan van de Weg2018-05-021-40/+4
* Gitlab::Shell works on shard name, not pathZeger-Jan van de Weg2018-04-251-17/+11
* 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-13/+12
* Merge branch 'mark-legacy-git-access' into 'master'Sean McGivern2018-03-231-3/+3
|\
| * Route path lookups through legacy_disk_pathmark-legacy-git-accessJacob Vosmaer2018-03-211-3/+3
* | Set Gitlab::Shell#create_repository as OPT_OUTZeger-Jan van de Weg2018-03-141-4/+5
* | Change Gitlab::Shell#add_namespace to #create_namespaceZeger-Jan van de Weg2018-03-141-2/+2
|/
* Make --prune a configurable parameter in fetching a git remotesh-make-prune-optional-in-git-fetchStan Hu2018-03-061-5/+5
* Merge branch 'zj-namespace-gitaly-opt-out' into 'master'Sean McGivern2018-02-081-4/+8
|\