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 (Collapse)Author
2017-11-03Encapsulate git operations for mirroring in Gitlab::GitAlejandro Rodríguez
2017-11-02Merge branch 'gitaly-ff-merge' into 'master'Rémy Coutable
Incorporate Gitaly's OperationService.UserFFBranch RPC Closes gitaly#693 See merge request gitlab-org/gitlab-ce!15040
2017-11-01Merge branch 'jej/lfs-change-detection' into 'master'Douwe Maan
Detect changes to LFS pointers for pruning and integrity check See merge request gitlab-org/gitlab-ce!14785
2017-11-01Detect changes to LFS pointers for pruning and integrity checkJames Edwards-Jones
Gitlab::Git::Blob.batch_lfs_metadata can be used to check for LFS pointers. It uses a lazy enumorator and filters by blob size
2017-10-31Incorporate Gitaly's OperationService.UserFFBranch RPCAlejandro Rodríguez
2017-10-27Fetch the merged branches at onceLin Jen-Shin (godfat)
2017-10-26Make local_branches OPT_OUTAndrew Newdigate
2017-10-24Move all rugged operation for ff_merge inside Gitlab::GitAlejandro Rodríguez
We also delete some unused code related to the aforementioned feature.
2017-10-16Merge branch 'conflict-resolution-refactor' into 'master'Sean McGivern
Conflict resolution refactor See merge request gitlab-org/gitlab-ce!14747
2017-10-16Popen with a timeoutAndrew Newdigate
2017-10-13Merge Merge Requests via GitalyJacob Vosmaer
2017-10-13Refactor conflict resolution to contain git ops within Gitlab::GitAlejandro Rodríguez
This prepares the codebase for a Gitaly migration. See https://gitlab.com/gitlab-org/gitaly/issues/553
2017-10-13Clean hierarchy of calls between models and Gitalb::Git for blob searchAlejandro Rodríguez
2017-10-12Merge branch 'fix/rugged-alternate-paths' into 'master'Douwe Maan
Fix the format of rugged alternate directory list Closes #39046 See merge request gitlab-org/gitlab-ce!14840
2017-10-12Merge branch 'gitaly-fetch-remote' into 'master'Dmitriy Zaporozhets
Add `Gitlab::Git::Repository#fetch` command Closes gitaly#586 See merge request gitlab-org/gitlab-ce!14772
2017-10-12Fix the format of rugged alternate directory listAhmad Sherif
Fixes #39046
2017-10-11Pass git object dir attributes as relative paths to GitalyAhmad Sherif
Fixes gitaly#629
2017-10-10Use Gitaly's RepositoryService.HasLocalBranches RPCAlejandro Rodríguez
2017-10-10Add `Gitlab::Git::Repository#fetch` commandAlejandro Rodríguez
2017-10-05Gitaly namespace service enabled for GitLabZeger-Jan van de Weg
2017-10-05Use simple path for tmp ref, avoiding extra dirLin Jen-Shin
So that we don't have to worry about cleaning empty directories later. This was brought up at: https://gitlab.com/gitlab-org/gitlab-ce/issues/38689#note_42242988
2017-10-04Merge branch 'gitaly-fetch-ref' into 'master'Sean McGivern
Let fetch_ref pull from Gitaly instead of from disk Closes gitaly#585 See merge request gitlab-org/gitlab-ce!14588
2017-10-04Let fetch_ref pull from Gitaly instead of from diskJacob Vosmaer
2017-10-04Add missing exception variableJacob Vosmaer
2017-10-04Add OperationService.UserDeleteBranch Gitaly RPCAlejandro Rodríguez
2017-09-30Implement OperationService.UserAddBranch Gitaly RPCAlejandro Rodríguez
2017-09-30Populate `Gitlay::Repository`'s `gl_repository` fieldAlejandro Rodríguez
2017-09-29Create repositories via GitalyJacob Vosmaer
2017-09-29Make Repository#has_visible_content more efficientJacob Vosmaer (GitLab)
2017-09-29Migrate Gitlab::Git::Repository#add_tag to GitalyAhmad Sherif
Closes gitaly#601
2017-09-29Merge branch 'feature/migrate-repository-rm-tag-to-gitaly' into 'master'Robert Speicher
Migrate Git::Repository#rm_tag to Gitaly Closes gitaly#562 See merge request gitlab-org/gitlab-ce!14388
2017-09-29Migrate Git::Repository#rm_tag to GitalyAhmad Sherif
Closes gitaly#562
2017-09-28Handle error when fetching ref for MR with deleted source branchSean McGivern
If the ref doesn't exist, and the source branch is deleted, we can't get it back easily. Previously, we ignored this error by shelling out, so replicate that behaviour.
2017-09-27RepositoryExists is always called with #gitaly_migrationZeger-Jan van de Weg
2017-09-25Migrate Gitlab::Git::Repository#log to GitalyKim "BKC" Carlbäcker
2017-09-22Merge branch 'feature/migrate-repository-diff' into 'master'Douwe Maan
Migrate Gitlab::Git::Repository#diff to Gitaly Closes gitaly#524 See merge request gitlab-org/gitlab-ce!14251
2017-09-21Migrate Gitlab::Git::Repository#diff to GitalyAhmad Sherif
Closes gitaly#524
2017-09-20Use Gitlab::Git's Popen on that module's codeAlejandro Rodríguez
This allows the current Gitaly migration to depend on less code outside of the Gitlab::Git module
2017-09-19Prepare cherry-pick and revert for migration to GitalyJacob Vosmaer (GitLab)
2017-09-19Detect n+1 issues involving GitalyAndrew Newdigate
2017-09-15Prepare Repository#merge for migration to GitalyJacob Vosmaer
2017-09-14Rename Gitlab::Git::Committer to UserJacob Vosmaer
2017-09-06Migrate creating/deleting a branch to GitalyAhmad Sherif
2017-09-05Migrate Gitlab::Git::Repository#find_branch to GitalyAhmad Sherif
2017-09-05Add Gitaly migration points for branch/tag create/deleteJacob Vosmaer
2017-09-04Merge branch 'git-operation-service-to-git' into 'master'Sean McGivern
Prepare GitOperationService for moving to Gitlab::Git See merge request !13773
2017-09-01Simplify Git interactions in AfterImportServiceJacob Vosmaer (GitLab)
2017-09-01Add Gitlab::Git::Repository#==Jacob Vosmaer
2017-08-31Prepare GitOperationService for move to Gitlab::GitJacob Vosmaer
2017-08-31Merge branch 'gitaly-440-shell-fetch-remote' into 'master'Sean McGivern
Migrate Repository.FetchRemote to Gitaly See merge request !13625