Gitaly Server info for admin panel
Implements the client side for gitlab-org/gitaly#819. Which is a server
info command. This checks the server version and git binairy version on
the server.
A small UI was added for administrators, so they can check the status of
the Gitaly server. This is done for each storage the monolith knows.
Because of this commit, gitlab-org/gitlab-ce!15580 is now closed. That
MR removed the Git version too, but didn't replace it with anything.
Showing
... | ... | @@ -406,7 +406,7 @@ group :ed25519 do |
end | ||
# Gitaly GRPC client | ||
gem 'gitaly-proto', '~> 0.78.0', require: 'gitaly' | ||
gem 'gitaly-proto', '~> 0.83.0', require: 'gitaly' | ||
gem 'toml-rb', '~> 0.3.15', require: false | ||
... | ... |
lib/gitaly/server.rb
0 → 100644
lib/gitlab/gitaly_client/server_service.rb
0 → 100644
This diff is collapsed.
Click to expand it.
spec/lib/gitaly/server_spec.rb
0 → 100644
Please
register
or
sign in
to comment