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
2017-11-20Merge branch 'gitaly-delete-refs' into 'master'Douwe Maan
2017-11-20Fix Gitlab::Git::Repository#remote_tags using unexisting variableAlejandro Rodríguez
2017-11-18Incorporate Gitaly's RefService.DeleteRefs RPCAlejandro Rodríguez
2017-11-10Prepare Repository#fetch_source_branch for migrationJacob Vosmaer (GitLab)
2017-11-08Rewrite the GitHub importer from scratchYorick Peterse
2017-11-06Merge branch 'remove-ensure-ref-fetched-from-controllers' into 'master'Sean McGivern
2017-11-03Encapsulate git operations for mirroring in Gitlab::GitAlejandro Rodríguez
2017-11-03Add `Gitlab::Git::Repository#fetch` commandAlejandro Rodríguez
2017-11-03removed the #ensure_ref_fetched from all controllersmicael.bergeron
2017-11-02Merge branch 'gitaly-ff-merge' into 'master'Rémy Coutable
2017-11-02Fix encoding issue with Repository.ls_filesKim Carlbäcker
2017-11-01Merge branch 'jej/lfs-change-detection' into 'master'Douwe Maan
2017-11-01Detect changes to LFS pointers for pruning and integrity checkJames Edwards-Jones
2017-10-31Incorporate Gitaly's OperationService.UserFFBranch RPCAlejandro Rodríguez
2017-10-27Fetch the merged branches at onceLin Jen-Shin (godfat)
2017-10-24Move all rugged operation for ff_merge inside Gitlab::GitAlejandro Rodríguez
2017-10-13Merge Merge Requests via GitalyJacob Vosmaer
2017-10-12Merge branch 'fix/rugged-alternate-paths' into 'master'Douwe Maan
2017-10-12Merge branch 'gitaly-fetch-remote' into 'master'Dmitriy Zaporozhets
2017-10-12Fix the format of rugged alternate directory listAhmad Sherif
2017-10-11Pass git object dir attributes as relative paths to GitalyAhmad Sherif
2017-10-10Add `Gitlab::Git::Repository#fetch` commandAlejandro Rodríguez
2017-10-07Replaces `tag: true` into `:tag` in the specsJacopo
2017-10-04Let fetch_ref pull from Gitaly instead of from diskJacob Vosmaer
2017-10-04Add OperationService.UserDeleteBranch Gitaly RPCAlejandro Rodríguez
2017-09-29Make Repository#has_visible_content more efficientJacob Vosmaer (GitLab)
2017-09-28Handle error when fetching ref for MR with deleted source branchSean McGivern
2017-09-20Use Gitlab::Git's Popen on that module's codeAlejandro Rodríguez
2017-09-06Migrate creating/deleting a branch to GitalyAhmad Sherif
2017-09-05Migrate Gitlab::Git::Repository#find_branch to GitalyAhmad Sherif
2017-08-30Use `git update-ref --stdin -z` to delete refsLin Jen-Shin
2017-08-25Add missing third argument to `Git::Repository#initialize` in specRobert Speicher
2017-08-24Merge branch 'git-operation-user' into 'master'Sean McGivern
2017-08-24Delegate Repository::branch_exists? and ref_exists? to Gitlab::GitAndrew Newdigate
2017-08-24Fix inconsistent number of branches when remote branches are presentStan Hu
2017-08-23Make gl_repository a G::G::Repository attributeJacob Vosmaer
2017-08-18Delete unused Gitlab::Git methodsJacob Vosmaer
2017-08-18Client Implementation: RefService::RefExistsAndrew Newdigate
2017-08-15Merge branch 'malformed-submodule' into 'master'Douwe Maan
2017-08-14Merge branch 'gitaly-404-commit-list-files' into 'master'Douwe Maan
2017-08-14Handle missing .gitmodules when getting submodule urlsJacob Vosmaer
2017-08-11Enable the RSpec/HookArgument cop and auto-correct offensesRobert Speicher
2017-08-10Migrate Git::Repository.ls_files to GitalyKim "BKC" Carlbäcker
2017-08-09Enable the Layout/SpaceBeforeBlockBraces copRémy Coutable
2017-08-08Move `deltas` and `diff_from_parents` logic to Gitlab::Git::CommitAlejandro Rodríguez
2017-08-08Refactor Gitlab::Git::Commit to include a repositoryAlejandro Rodríguez
2017-08-07Merge branch 'master' into 'bvl-nfs-circuitbreaker'Douwe Maan
2017-08-07Merge branch 'gitaly-renames-annotations' into 'master'Sean McGivern
2017-08-04Add a Circuitbreaker for storage pathsBob Van Landuyt
2017-08-03Remove unnecessary 'raw' aliasJacob Vosmaer