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
2021-04-20Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc42GitLab Bot
2021-02-18Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot
2021-01-20Add latest changes from gitlab-org/gitlab@13-8-stable-eev13.8.0-rc42Robert Speicher
2020-12-17Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot
2020-07-20Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot
2020-06-18Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot
2020-02-26Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-14Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-26Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-21Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-17Add latest changes from gitlab-org/gitlab@masterlistGitLab Bot
2019-09-20Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-19Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-06-26Allow caching of negative FindCommit matchesStan Hu
2019-05-20Fix typos in the whole gitlab-ce projectYoginth
2019-04-25Update list_last_commits_for_tree response path field to path_bytesJohn Cai
2019-03-27Allow ref name caching CommitService#find_commitStan Hu
2019-02-07Add client support for count diverging commitsJohn Cai
2018-11-13Enable even more frozen string in lib/gitlabgfyoung
2018-10-01Removes N+1 gitaly rpc call to fetch the last commit for pathTiago Botelho
2018-09-24Use `Gitlab::SafeRequestStore` in more placesMichael Kozono
2018-09-17Merge branch 'osw-gitaly-diff-stats-client' into 'master'Douwe Maan
2018-09-17Add Gitaly diff stats RPC clientOswaldo Ferreira
2018-09-11Disable existing offenses for the CodeReuse copsYorick Peterse
2018-09-07Send max_patch_bytes to Gitaly via Gitaly::CommitDiffRequestOswaldo Ferreira
2018-07-09Resolve Naming/UncommunicativeMethodLin Jen-Shin
2018-07-05Updated Gitaly timeout valuesAndrew Newdigate
2018-06-29Fix MR diffs created with gitaly_diff_between enabledSean McGivern
2018-06-27Make Gitaly signature RPC's mandatoryJacob Vosmaer
2018-06-26Client-side fix for Gitaly TreeEntry bugJacob Vosmaer
2018-06-13ListCommitByOid isn't called with an empty batchZeger-Jan van de Weg
2018-05-30Fix encoding error in Gitaly::Commit::TreeEntryKim "BKC" Carlbäcker
2018-05-18Add handling for commit/tags with big messagesAhmad Sherif
2018-04-12Backport of EE !4989Rubén Dávila
2018-03-02Add support for :all option to {count,find}_commitsAhmad Sherif
2018-03-01Fetch commit signatures from Gitaly in batchesAhmad Sherif
2018-02-26Migrate recursive tree entries fetching to GitalyAhmad Sherif
2018-02-07Cache Gitaly FindCommit RPC responseAhmad Sherif
2018-01-31Remove Rugged::Walk implementation of #logJacob Vosmaer
2018-01-25Look for rugged with static analysisJacob Vosmaer
2018-01-23Make sure we're passing ASCII-8BIT to GitalyLin Jen-Shin
2018-01-18Retrieve commit signatures with GitalyJacob Vosmaer (GitLab)
2018-01-15Bump Gitaly version to 0.69.0Ahmad Sherif
2018-01-04Merge branch 'feature/add-max-count-to-count-commits-rpc' into 'master'Rémy Coutable
2017-12-28Move encoding methods to the more general EncodingHelperAlejandro Rodríguez
2017-12-27Add support for max_count option to Git::Repository#count_commitsAhmad Sherif
2017-12-19Load commit in batches for pipelines#indexZeger-Jan van de Weg
2017-12-05Migrate Gitlab::Git::Commit.shas_with_signaturesKim "BKC" Carlbäcker
2017-11-29Add timeouts for Gitaly callsAndrew Newdigate