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-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
2017-06-21Migrate Gitlab::Git::Blob.find to GitalyAhmad Sherif
2017-06-08Detect if file that appears to be text in the first 1024 bytes is actually bi...Douwe Maan
2017-06-02Rename `Gitlab::Git::EncodingHelper` to `Gitlab::EncodingHelper`Bob Van Landuyt
2017-05-30Consistent diff and blob size limit namesDouwe Maan
2017-05-10Enable the Style/TrailingCommaInArguments copRémy Coutable
2017-05-03Refactor Blob support of external storage in preparation of job artifact blobsDouwe Maan
2017-04-27Small code tweaksDouwe Maan
2017-04-17Normalize sizes in Gitlab::Git::BlobDouwe Maan
2017-02-24Consistently create, update, and delete files, taking CRLF settings into accountDouwe Maan