Skip to content

HGitaly version: moved to inner file and exposed as part of ServerInfo method

Georges Racinet requested to merge topic/default/server-info into branch/default

This is the very first implementation of the Server gRPC service, just to expose the HGitaly version.

Because we still must support pip < 46 (Debian 10 in CI), the simplest way to work in all cases is to read the version from a separate file.

A first use-case would be to attempt conditional skipping of RSpec tests in the Rails app.

Edited by Georges Racinet

Merge request reports