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:
authorAbhishek Kumar <anonims.ak@gmail.com>2022-03-19 00:37:51 +0300
committerAbhishek Kumar <anonims.ak@gmail.com>2022-05-16 15:18:56 +0300
commit269bbd8c76739c4785fa686cb570404a0dc51421 (patch)
treea9382af89bbc91c95a9d56aa96ca551aa5d8e62f /ruby
parent4729c4575139660a3aa945bd6df3c66996e26e0f (diff)
ListCommits: Extend ListCommits rpc to support filter by commit msg patterns
Now that we are trying to extend ListCommits rpc of CommitService to include various cases. It's updated to include functionality provided by CommitsByMessage rpc and also support regex ignore case flag. Changelog: changed
Diffstat (limited to 'ruby')
-rw-r--r--ruby/proto/gitaly/commit_pb.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/ruby/proto/gitaly/commit_pb.rb b/ruby/proto/gitaly/commit_pb.rb
index e501fcf34..c9b6e8e5f 100644
--- a/ruby/proto/gitaly/commit_pb.rb
+++ b/ruby/proto/gitaly/commit_pb.rb
@@ -20,6 +20,8 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
optional :after, :message, 8, "google.protobuf.Timestamp"
optional :before, :message, 9, "google.protobuf.Timestamp"
optional :author, :bytes, 10
+ optional :ignore_case, :bool, 12
+ repeated :commit_message_patterns, :bytes, 13
end
add_enum "gitaly.ListCommitsRequest.Order" do
value :NONE, 0