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
2019-10-02Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-26Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-19Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-07-16Upgrade Gitaly-Proto to 1.37.0Zeger-Jan van de Weg
2019-06-05Add client code to call GetObjectDirectorySize RPCPatrick Bajao
2019-05-04Add client methods for DisconnectGitAlternates rpcJohn Cai
2019-04-15Git FSCK has no timeoutZeger-Jan van de Weg
2019-03-02Removing old code path for search_files_by_contentJohn Cai
2019-02-07Modifying gitaly search files client to add chunking supportJohn Cai
2018-11-26Don't specify `shell` for Gitaly write-refBob Van Landuyt
2018-11-26Update gitaly and gitaly-protoBob Van Landuyt
2018-11-19SSH public-key authentication for push mirroringNick Thomas
2018-11-13Enable even more frozen string in lib/gitlabgfyoung
2018-11-01Fix typos in comments and specsGeorge Tsiolis
2018-07-24Remove timeouts for long running requestsZeger-Jan van de Weg
2018-07-06Add Repository#set_config and #delete_configJacob Vosmaer
2018-07-05Updated Gitaly timeout valuesAndrew Newdigate
2018-07-03Remove more feature flagsJacob Vosmaer
2018-06-15Migrate repo backup to gitalyAhmad Hassan
2018-06-08RefactorAhmad Hassan
2018-06-07Use RestoreCustomHooks RPC in restore rake taskAhmad Hassan
2018-05-18Migrate RepositoryService#SearchFilesBy{Content,Name}Kim "BKC" Carlbäcker
2018-05-07Raise InvalidRepository error for non-valid git repositoriesDouglas Barbosa Alexandre
2018-05-07Client implementation GetRawChangesZeger-Jan van de Weg
2018-04-30Use fast timeouts for Gitaly FooInProgress RPC'sJacob Vosmaer
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-03-01Merge branch 'zj-licensee-key' into 'master'Sean McGivern
2018-03-01Client implementation for Licensee#keyZeger-Jan van de Weg
2018-03-01Encode revision for gitattributes refZeger-Jan van de Weg
2018-02-21Incorporate Gitaly's RepositoryService.IsSquashInProgress RPCAlejandro Rodríguez
2018-01-31Migrate Gitlab::Git::Repository#write_config to GitalyKim "BKC" Carlbäcker
2018-01-30Migrate Git::Repository#write_ref to GitalyKim "BKC" Carlbäcker
2018-01-24Migrate restoring repo from bundle to GitalyAhmad Sherif
2018-01-24Migrate repository bundling to GitalyAhmad Sherif
2018-01-15Migrate importing repository to GitalyAhmad Sherif
2018-01-10Migrate rebase_in_progress? to GitalyAhmad Sherif
2018-01-06Pass timeout to RepositoryService.FetchRemote Gitaly RPC callsAlejandro Rodríguez
2018-01-03Merge branch 'migrate-fork-repo-to-gitaly' into 'master'Robert Speicher
2018-01-02Migrate repo forking to GitalyAhmad Sherif
2017-12-28Move encoding methods to the more general EncodingHelperAlejandro Rodríguez
2017-12-13Migrate Gitlab::Git::Repository#merge_base_commit to GitalyAhmad Sherif
2017-12-08Migrate Git::Repository#fsck to GitalyKim Carlbäcker
2017-11-29Add timeouts for Gitaly callsAndrew Newdigate
2017-11-22Add FetchSourceBranch Gitaly callJacob Vosmaer (GitLab)
2017-10-10Use Gitaly's RepositoryService.HasLocalBranches RPCAlejandro Rodríguez
2017-09-29Create repositories via GitalyJacob Vosmaer