ruby/proto/gitaly/server_services_pb.rb in gitaly-17.2.9 vs ruby/proto/gitaly/server_services_pb.rb in gitaly-17.3.0.pre.rc42

- old
+ new

@@ -22,9 +22,14 @@ # ClockSynced checks if machine clock is synced # (the offset is less that the one passed in the request). rpc :ClockSynced, ::Gitaly::ClockSyncedRequest, ::Gitaly::ClockSyncedResponse # ReadinessCheck runs the set of the checks to make sure service is in operational state. rpc :ReadinessCheck, ::Gitaly::ReadinessCheckRequest, ::Gitaly::ReadinessCheckResponse + # ServerSignature returns the contents of the public key used to sign + # commits made through the GitLab UI or Web IDE. + # See https://docs.gitlab.com/ee/user/project/repository/signed_commits/#verify-commits-made-in-the-web-ui + # for more information. + rpc :ServerSignature, ::Gitaly::ServerSignatureRequest, ::Gitaly::ServerSignatureResponse end Stub = Service.rpc_stub_class end end