Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-07-20Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot
2020-03-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-11-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-02Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-06-05Add client code to call GetObjectDirectorySize RPCPatrick Bajao
2019-05-04Add client methods for DisconnectGitAlternates rpcJohn Cai
2018-11-19SSH public-key authentication for push mirroringNick Thomas
2018-11-06Stop Repository#fetch_remote from using Gitlab::ShellNick Thomas
2018-05-07Client implementation GetRawChangesZeger-Jan van de Weg
2018-04-19Add an API endpoint to download git repository snapshotsNick Thomas
2018-04-11Client implementation for InfoAttributesZeger-Jan van de Weg
2018-04-06Add calculate_checksum method to the Gitaly repository clientDouglas Barbosa Alexandre
2018-04-06Automatically cleanup stale worktrees and lock files upon a pushStan Hu
2018-03-06Make --prune a configurable parameter in fetching a git remoteStan Hu
2018-02-21Incorporate Gitaly's RepositoryService.IsSquashInProgress RPCAlejandro Rodríguez
2017-10-10Use Gitaly's RepositoryService.HasLocalBranches RPCAlejandro Rodríguez
2017-08-17Incorporate RepositoryService.ApplyGitattributes Gitaly RPCAlejandro Rodríguez
2017-08-17Add GitalyClient::RepositoryService specsAlejandro Rodríguez
2017-08-09Rename RPC 'Exists' to 'RepositoryExists'Jacob Vosmaer
2017-08-03Change all `:empty_project` to `:project`Robert Speicher
2017-07-26Implement GRPC call to RepositoryServiceZ.J. van de Weg