MercurialRepository.Push: protocol, stubs and boilerplate
As all changes of protocol, this warrants a bump in minor version. A separate message is introduced to describe the remote peer, so that it can become the standard for future gRPC methods (we'll have at list a `Pull` at some point). Included the implementation and tests boilerplate to make subsequent changesets more to the point.
parent
019dc802
No related branches found
No related tags found
Showing
- hgitaly/VERSION 1 addition, 1 deletionhgitaly/VERSION
- hgitaly/service/mercurial_repository.py 7 additions, 0 deletionshgitaly/service/mercurial_repository.py
- hgitaly/service/tests/test_mercurial_repository.py 18 additions, 0 deletionshgitaly/service/tests/test_mercurial_repository.py
- hgitaly/stub/mercurial_repository_pb2.py 180 additions, 5 deletionshgitaly/stub/mercurial_repository_pb2.py
- hgitaly/stub/mercurial_repository_pb2_grpc.py 41 additions, 0 deletionshgitaly/stub/mercurial_repository_pb2_grpc.py
- protos/mercurial-repository.proto 46 additions, 0 deletionsprotos/mercurial-repository.proto
- ruby/lib/hgitaly/mercurial-repository_pb.rb 18 additions, 0 deletionsruby/lib/hgitaly/mercurial-repository_pb.rb
- ruby/lib/hgitaly/mercurial-repository_services_pb.rb 9 additions, 0 deletionsruby/lib/hgitaly/mercurial-repository_services_pb.rb
- ruby/lib/hgitaly/version.rb 1 addition, 1 deletionruby/lib/hgitaly/version.rb
Loading
Please register or sign in to comment