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
path: root/ruby
diff options
context:
space:
mode:
authorPatrick Steinhardt <psteinhardt@gitlab.com>2021-11-11 15:50:17 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2021-11-12 17:39:42 +0300
commitf80312d8cd9547daee0d6c0a2bb3f477fc2ee1d9 (patch)
tree4aa9775689dffcc8be6231f69b7408f9cebd98a6 /ruby
parent535484153103e4706439e39015c7852da2d14531 (diff)
repository: Remove deprecated and unused fields from GetRawChanges
The "old_path" and "new_path" fields of the GetRawChanges responses have been deprecated ever since we have moved the protobuf definitions into our repo in b9c9aec5c (Start preparation for migrating .proto files, 2019-07-05). They had originally been deprecated given that they were using strings as types, and invalid Unicode characters in strings get dropped when serializing and deserializing Protobuf messages. They had thus been replaced with two fields "old_path_bytes" and "new_path_bytes" and downstream callers have long been converted to use these. Let's drop the old and deprecated fields -- they're not used by anything, and neither should they ever be used.
Diffstat (limited to 'ruby')
-rw-r--r--ruby/proto/gitaly/repository-service_pb.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/ruby/proto/gitaly/repository-service_pb.rb b/ruby/proto/gitaly/repository-service_pb.rb
index fe4e2b379..8a1c4cf18 100644
--- a/ruby/proto/gitaly/repository-service_pb.rb
+++ b/ruby/proto/gitaly/repository-service_pb.rb
@@ -234,8 +234,6 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
add_message "gitaly.GetRawChangesResponse.RawChange" do
optional :blob_id, :string, 1
optional :size, :int64, 2
- optional :new_path, :string, 3
- optional :old_path, :string, 4
optional :operation, :enum, 5, "gitaly.GetRawChangesResponse.RawChange.Operation"
optional :raw_operation, :string, 6
optional :old_mode, :int32, 7