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-22Move error-handling to lib/gitlab/gitKim "BKC" Carlbäcker
2018-01-18Wrap Rugged-exceptions in Gitlab::Git::Repository#write_refKim "BKC" Carlbäcker
2018-01-16Merge branch '41666-cannot-search-with-keyword-merge' into 'master'Rémy Coutable
2018-01-16Fix project search results for digits surrounded by colonsSean McGivern
2018-01-16Move Regexp.escape(), fix formatting on tests.Andrew McCallum
2018-01-15Account for query of only forward slash(es).Andrew McCallum
2018-01-15Create intermediary variable for query value with leading slashes removed.Andrew McCallum
2018-01-15Add space after comma per layout guidelines.Andrew McCallum
2018-01-15Strip off leading slashes when searching in context of repository.Andrew McCallum
2018-01-15Merge branch 'feature/migrate-can-be-merged-to-gitaly' into 'master'Grzegorz Bizon
2018-01-12Introduce PredicateMemoization cop and fix offensesLin Jen-Shin
2018-01-11Adds Rubocop rule for line break around conditionals🙈 jacopo beschi 🙉
2018-01-11Migrate Repository#can_be_merged? to GitalyAhmad Sherif
2018-01-10Merge branch 'git-write-ref-prep' into 'master'Robert Speicher
2018-01-10Fix hooks not being set up properly for bare import Rake taskStan Hu
2018-01-09Client-prep Gitlab::Git::Repository#write_refKim "BKC" Carlbäcker
2018-01-05Move git operations for multi_action into Gitlab::GitAlejandro Rodríguez
2018-01-05Use --left-right and --max-count for counting diverging commitsLin Jen-Shin (godfat)
2018-01-05Backport 'Rebase' feature from EE to CEJan Provaznik
2017-12-23Remove unused method `remote_exists?`Alejandro Rodríguez
2017-12-20Revert "Merge branch 'repo-write-ref-client-prep' into 'master'"Kim Carlbäcker
2017-12-19Merge branch 'zj-gitaly-pipelines-n-1' into 'master'Robert Speicher
2017-12-19Load commit in batches for pipelines#indexZeger-Jan van de Weg
2017-12-18Merge branch 'sh-add-schedule-pipeline-run-now' into 'master'Kamil Trzciński
2017-12-14Merge branch 'feature/migrate-merge-base-to-gitaly' into 'master'Robert Speicher
2017-12-14sorting for tags apihaseeb
2017-12-13Merge branch '13695-order-contributors-in-api' into 'master'Rémy Coutable
2017-12-13Adds ordering to projects contributors in APIJacopo
2017-12-13Migrate Gitlab::Git::Repository#merge_base_commit to GitalyAhmad Sherif
2017-12-13Avoid Gitaly N+1 calls by caching tag_namesStan Hu
2017-12-12Merge branch 'repo-write-ref-client-prep' into 'master'Robert Speicher
2017-12-12Move Repository#write_ref to Git::Repository#write_refKim "BKC" Carlbäcker
2017-12-11Merge branch 'gitaly-mirroring-prep' into 'master'Robert Speicher
2017-12-07Remove Rugged::Repository#empty?Zeger-Jan van de Weg
2017-12-07Unify mirror addition operations to prepare for Gitaly migrationAlejandro Rodríguez
2017-12-01Use commit finder instead of rev parseZeger-Jan van de Weg
2017-11-23Merge branch 'dm-cleanup-fetch-and-mirror-methods' into 'master'Sean McGivern
2017-11-23Rename fetch_refs to refmapDouwe Maan
2017-11-23Clean up repository fetch and mirror methodsDouwe Maan
2017-11-23Move identical merged branch check to merged_branch_namesLin Jen-Shin
2017-11-21Use Redis cache for branch existence checksJacob Vosmaer (GitLab)
2017-11-21Batchload blobs for diff generationZeger-Jan van de Weg
2017-11-20Merge branch 'fix-conflict-highlighting' into 'master'Douwe Maan
2017-11-20Merge branch '18040-rubocop-line-break-after-guard-clause' into 'master'Rémy Coutable
2017-11-17Fix conflict highlightingSean McGivern
2017-11-16Adds Rubocop rule for line break after guard clauseJacopo
2017-11-16Optimise getting the pipeline status of commitsYorick Peterse
2017-11-10Prepare Repository#fetch_source_branch for migrationJacob Vosmaer (GitLab)
2017-11-08Rewrite the GitHub importer from scratchYorick Peterse
2017-11-07Merge branch '37442-api-branches-id-repository-branches-is-calling-gitaly-n-1...Douwe Maan