Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'ruby/proto/gitaly/repository-service_pb.rb')
-rw-r--r--ruby/proto/gitaly/repository-service_pb.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/ruby/proto/gitaly/repository-service_pb.rb b/ruby/proto/gitaly/repository-service_pb.rb
index 9f5db41a4..afefe87cb 100644
--- a/ruby/proto/gitaly/repository-service_pb.rb
+++ b/ruby/proto/gitaly/repository-service_pb.rb
@@ -152,6 +152,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
add_message "gitaly.CreateRepositoryFromURLRequest" do
optional :repository, :message, 1, "gitaly.Repository"
optional :url, :string, 2
+ optional :http_host, :string, 3
end
add_message "gitaly.CreateRepositoryFromURLResponse" do
end
@@ -220,6 +221,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
optional :repository, :message, 1, "gitaly.Repository"
optional :http_url, :string, 2
optional :http_auth, :string, 3
+ optional :http_host, :string, 4
end
add_message "gitaly.CreateRepositoryFromSnapshotResponse" do
end
@@ -276,6 +278,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
optional :url, :string, 1
optional :http_authorization_header, :string, 3
repeated :mirror_refmaps, :string, 4
+ optional :http_host, :string, 5
end
add_message "gitaly.GetObjectDirectorySizeRequest" do
optional :repository, :message, 1, "gitaly.Repository"