summaryrefslogtreecommitdiff
path: root/lib/gitlab/shell.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Move Namespace to Gitaly using OPT-OUTZeger-Jan van de Weg2017-12-131-4/+8
* | 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