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-08-20Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot
2020-04-09Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-25Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-20Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-19Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-19Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-12Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-08Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-03-07Bring back Rugged implementation of TreeEntryStan Hu
2018-12-27Fixing image lfs bug and also displaying text lfsFrancisco Javier López
2018-11-20Revert "Merge branch 'revert-e2aa2177' into 'master'"Zeger-Jan van de Weg
2018-11-20Revert "Merge branch 'zj-improve-gitaly-pb' into 'master'"Sean McGivern
2018-11-16Show what RPC is called in the performance barZeger-Jan van de Weg
2018-11-13Enable even more frozen string in lib/gitlabgfyoung
2018-10-30Move Repository#wrapped_gitaly_errors into concernBob Van Landuyt
2018-10-13Remove dependencies on LinguistZeger-Jan van de Weg
2018-07-11Remove last flags from Blob and WorkhorseJacob Vosmaer
2018-07-09Make blob and other RPC's mandatoryJacob Vosmaer (GitLab)
2018-06-25Gitaly tree entry is mandatoryZeger-Jan van de Weg
2018-05-18Fix a RuntimeError: cannot modify frozen stringNick Thomas
2018-05-09Backport some changes from gitlab-ee!5476Rubén Dávila
2018-03-05Fix n+1 issue by not reloading fully loaded blobsAlejandro Rodríguez
2018-02-08Migrate Git::Blob.batch to GitalyAhmad Sherif
2018-01-31Enable RuboCop Style/RegexpLiteralTakuya Noguchi
2018-01-25Fix .batch_lfs_pointers accepting a lazy enumeratorAhmad Sherif
2018-01-24Migrate .batch_lfs_pointers to GitalyAhmad Sherif
2018-01-21Fix Error 500 when repository has no avatarStan Hu
2018-01-08Merge branch 'remove-commit-tree' into 'master'Sean McGivern
2018-01-05Fix typos in a code commentZeger-Jan van de Weg
2018-01-04Remove the Commit#tree methodJacob Vosmaer
2018-01-02Reroute batch blobs to single blob RPCZeger-Jan van de Weg
2017-11-30Add link to gitaly converationZeger-Jan van de Weg
2017-11-21Batchload blobs for diff generationZeger-Jan van de Weg
2017-11-16Adds Rubocop rule for line break after guard clauseJacopo
2017-11-01Detect changes to LFS pointers for pruning and integrity checkJames Edwards-Jones
2017-09-21Ensure that Blob.raw returns always returns a valid blob objectStan Hu
2017-09-06renames ambiguous methods and add specmicael.bergeron
2017-09-06fix refactoring error with Blob.binary?micael.bergeron
2017-09-06revert to using a simple representationmicael.bergeron
2017-08-16Merge branch 'rs-more-public-send-whitelists' into 'master'Rémy Coutable
2017-08-15Enable Layout/TrailingWhitespace cop and auto-correct offensesRobert Speicher
2017-08-14Whitelist or fix additional `Gitlab/PublicSend` cop violationsRobert Speicher
2017-08-07Rename 'limit' to 'blob_size_limit'Jacob Vosmaer
2017-08-01Add Gitlab::Git::Blob.batch methodJacob Vosmaer
2017-07-18Renamed Gitaly servicesAndrew Newdigate
2017-07-12Add Gitaly notes and annotations to Gitlab::GitJacob Vosmaer
2017-07-07Add git_blob_load_all_data feature flagJacob Vosmaer
2017-07-07Add gitaly_git_blob_raw featureJacob Vosmaer
2017-07-04Fix issues with non-UTF8 filenames by always fixing the encoding of tree and ...Douwe Maan