Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • hgitaly hgitaly
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 39
    • Issues 39
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

Mercurial Paris conference scheduled ! Main event : 2022-09-22. Call for papers deadline: 2022-06-17.

  • heptapod
  • hgitalyhgitaly
  • Merge requests
  • !66

Merged
Created Jul 03, 2021 by Georges Racinet@gracinet🦑Owner

First HGitaly specific service, MercurialRepositoryService

  • Overview 15
  • Commits 8
  • Pipelines 22
  • Changes 19

This is a starting point for Mercurial specific methods that are considered to be global with respect to a given repository.

It should cover the needs of #60 and #62

We should exert some caution, because of gRPC/protobuf general practices never to remove a field in a message for potential backwards compatibility with micro-services that could be mostly intractable.

In our case, we are not yet at the point where compatibility of components is a real problem: in our current Heptapod distribution options, we still bundle the exact appropriate HGitaly version with its clients. In practice, before the end of %HGitaly3: fully in charge and the subsequent split-up deployments, backwards compatibility of protocol is more of a development concern.

I followed the general Gitaly style: each method gets its own pair of request/response messages, even if they look like they could be mutualized.

Edited Jul 07, 2021 by Georges Racinet
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: topic/default/proto-hg-repository