diff options
author | Tiago Botelho <tiagonbotelho@hotmail.com> | 2018-10-01 13:29:47 +0100 |
---|---|---|
committer | Tiago Botelho <tiagonbotelho@hotmail.com> | 2018-10-01 13:29:47 +0100 |
commit | a583f137ddc9833796752b9cf8c07077d76078ba (patch) | |
tree | cc92c76a4d29f61a24740e5ab45cd71926677d9c /GITALY_SERVER_VERSION | |
parent | e8e1a51adddd9d7a504c06ea383cf682493f6a90 (diff) | |
download | gitlab-ce-a583f137ddc9833796752b9cf8c07077d76078ba.tar.gz |
Removes N+1 gitaly rpc call to fetch the last commit for path
Implements list_last_commits_for_tree to communicate with the
ListLastCommitsForTree Gitaly RPC
Bumps the Gitaly server version
Bumps the Gitaly-Proto gem version
Diffstat (limited to 'GITALY_SERVER_VERSION')
-rw-r--r-- | GITALY_SERVER_VERSION | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GITALY_SERVER_VERSION b/GITALY_SERVER_VERSION index ee1e4d2aee5..3ba7bd5ba83 100644 --- a/GITALY_SERVER_VERSION +++ b/GITALY_SERVER_VERSION @@ -1 +1 @@ -0.122.0 +0.123.0 |