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
2018-01-05Use --left-right and --max-count for counting diverging commitsLin Jen-Shin (godfat)
2018-01-05Merge branch 'zj-blob-batch' into 'master'Douwe Maan
2018-01-04Merge branch 'ce-gitaly-remote-mirror-prep' into 'master'Dmitriy Zaporozhets
2018-01-04Merge branch 'gitaly-merge-nil' into 'master'Sean McGivern
2018-01-04Merge branch 'feature/add-max-count-to-count-commits-rpc' into 'master'Rémy Coutable
2018-01-04Move delete_remote_branches from Gitlab::Shell to Gitlab::Git::RepositoryAlejandro Rodríguez
2018-01-04Move push_remote_branches from Gitlab::Shell to Gitlab::Git::RepositoryAlejandro Rodríguez
2018-01-03Merge branch 'sh-optimize-commit-stats' into 'master'Robert Speicher
2018-01-03Better EnglishJacob Vosmaer
2018-01-03Handle Gitaly aborted merge due to branch updateJacob Vosmaer
2018-01-03Speed up generation of commit stats by using Rugged native methodsStan Hu
2018-01-02Migrate repo forking to GitalyAhmad Sherif
2018-01-02Reroute batch blobs to single blob RPCZeger-Jan van de Weg
2017-12-27Add support for max_count option to Git::Repository#count_commitsAhmad Sherif
2017-12-25Merge branch 'gitaly-remotes' into 'master'Dmitriy Zaporozhets
2017-12-23Incorporate Gitaly's RemoteService RPCsAlejandro Rodríguez
2017-12-23Remove unused method `remote_exists?`Alejandro Rodríguez
2017-12-22Replace '.team << [user, role]' with 'add_role(user)' in specsblackst0ne
2017-12-19[CE->EE] Fix spec/lib/gitlab/git/gitlab_projects_spec.rbValery Sizov
2017-12-14Import gitlab_projects.rb from gitlab-shellNick Thomas
2017-12-11Merge branch 'gitaly-mirroring-prep' into 'master'Robert Speicher
2017-12-08Move the circuitbreaker check out in a separate processBob Van Landuyt
2017-12-07Remove Rugged::Repository#empty?Zeger-Jan van de Weg
2017-12-07Add feature flag to use gitaly-ssh mirroring when cloning internal reposAlejandro Rodríguez
2017-12-05Migrate Gitlab::Git::Commit.shas_with_signaturesKim "BKC" Carlbäcker
2017-12-01Keep track of all storage keys in a setBob Van Landuyt
2017-12-01Gracefully handle case when repository's root ref does not existStan Hu
2017-11-23Merge branch 'dm-cleanup-fetch-and-mirror-methods' into 'master'Sean McGivern
2017-11-23Clean up repository fetch and mirror methodsDouwe Maan
2017-11-23Merge branch '39887-move-identical-check-to-merged-branches' into 'master'Douwe Maan
2017-11-23Fix encoding bugs in Gitlab::Git::UserJacob Vosmaer (GitLab)
2017-11-23Make sure repository is restoredLin Jen-Shin
2017-11-23Move identical merged branch check to merged_branch_namesLin Jen-Shin
2017-11-20Merge branch 'gitaly-delete-refs' into 'master'Douwe Maan
2017-11-20Merge branch '18040-rubocop-line-break-after-guard-clause' into 'master'Rémy Coutable
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-16Adds Rubocop rule for line break after guard clauseJacopo
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-06Merge branch 'jej/fix-lfs-changes-laziness' into 'master'Douwe Maan
2017-11-06Gitlab::Git::RevList and LfsChanges use lazy popenJames Edwards-Jones
2017-11-06Gitlab::Git::Popen can lazily hand output to a blockJames Edwards-Jones
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