summaryrefslogtreecommitdiff
path: root/app/models/repository.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sh-fix-bare-import-hooks' into 'master'James Lopez2018-01-151-0/+4
* Move git operations for multi_action into Gitlab::GitAlejandro Rodríguez2018-01-051-58/+9
* Use --left-right and --max-count for counting diverging commitsLin Jen-Shin (godfat)2018-01-051-5/+7
* Backport 'Rebase' feature from EE to CEjprovazn-rebaseJan Provaznik2018-01-051-0/+7
* Remove unused method `remote_exists?`Alejandro Rodríguez2017-12-221-4/+0
* Revert "Merge branch 'repo-write-ref-client-prep' into 'master'"revert-b655a4a7Kim Carlbäcker2017-12-201-6/+10
* Merge branch 'zj-gitaly-pipelines-n-1' into 'master'Robert Speicher2017-12-191-0/+12
|\
| * Load commit in batches for pipelines#indexZeger-Jan van de Weg2017-12-191-0/+12
* | Merge branch 'sh-add-schedule-pipeline-run-now' into 'master'Kamil Trzciński2017-12-181-0/+6
|\ \ | |/ |/|
| * Avoid Gitaly N+1 calls by caching tag_namesStan Hu2017-12-121-0/+6
* | Merge branch 'feature/migrate-merge-base-to-gitaly' into 'master'Robert Speicher2017-12-141-1/+1
|\ \
| * | Migrate Gitlab::Git::Repository#merge_base_commit to Gitalyfeature/migrate-merge-base-to-gitalyAhmad Sherif2017-12-131-1/+1
* | | sorting for tags apihaseeb2017-12-141-1/+3
* | | Merge branch '13695-order-contributors-in-api' into 'master'Rémy Coutable2017-12-131-2/+7
|\ \ \ | |_|/ |/| |
| * | Adds ordering to projects contributors in APIJacopo2017-12-131-2/+7
* | | Merge branch 'repo-write-ref-client-prep' into 'master'Robert Speicher2017-12-121-10/+6
|\ \ \ | |/ / |/| |
| * | Move Repository#write_ref to Git::Repository#write_refrepo-write-ref-client-prepKim "BKC" Carlbäcker2017-12-121-10/+6
| |/
* | Merge branch 'gitaly-mirroring-prep' into 'master'Robert Speicher2017-12-111-2/+1
|\ \ | |/ |/|
| * Unify mirror addition operations to prepare for Gitaly migrationgitaly-mirroring-prepAlejandro Rodríguez2017-12-061-2/+1
* | Remove Rugged::Repository#empty?Zeger-Jan van de Weg2017-12-071-9/+8
|/
* Use commit finder instead of rev parseZeger-Jan van de Weg2017-12-011-1/+1
* Merge branch 'dm-cleanup-fetch-and-mirror-methods' into 'master'Sean McGivern2017-11-231-4/+17
|\
| * Rename fetch_refs to refmapDouwe Maan2017-11-231-2/+2
| * Clean up repository fetch and mirror methodsDouwe Maan2017-11-231-4/+17
* | Move identical merged branch check to merged_branch_namesLin Jen-Shin2017-11-231-8/+2
|/
* Use Redis cache for branch existence checksJacob Vosmaer (GitLab)2017-11-211-5/+1
* Batchload blobs for diff generationZeger-Jan van de Weg2017-11-211-0/+5
* Merge branch 'fix-conflict-highlighting' into 'master'Douwe Maan2017-11-201-4/+0
|\
| * Fix conflict highlightingfix-conflict-highlightingSean McGivern2017-11-171-4/+0
* | Merge branch '18040-rubocop-line-break-after-guard-clause' into 'master'Rémy Coutable2017-11-201-0/+2
|\ \ | |/ |/|
| * Adds Rubocop rule for line break after guard clauseJacopo2017-11-161-0/+2
* | Optimise getting the pipeline status of commitsci-pipeline-status-queryYorick Peterse2017-11-161-6/+10
|/
* Prepare Repository#fetch_source_branch for migrationJacob Vosmaer (GitLab)2017-11-101-0/+4
* Rewrite the GitHub importer from scratchYorick Peterse2017-11-071-0/+4
* Merge branch '37442-api-branches-id-repository-branches-is-calling-gitaly-n-1...Douwe Maan2017-11-071-3/+3
|\
| * Cache the root ref SHA in an instance variable in Repository#merged_to_root_ref?Rémy Coutable2017-11-061-3/+3
* | Merge branch 'remove-ensure-ref-fetched-from-controllers' into 'master'Sean McGivern2017-11-061-2/+2
|\ \ | |/ |/|
| * removed the #ensure_ref_fetched from all controllersmicael.bergeron2017-11-031-2/+2
* | Use Gitlab::Git operations for repository mirroringce-gitlab-git-backportAlejandro Rodríguez2017-11-031-1/+0
* | Encapsulate git operations for mirroring in Gitlab::GitAlejandro Rodríguez2017-11-031-15/+2
* | Create a Wiki Repository's raw_repository properlyAlejandro Rodríguez2017-11-031-3/+4
|/
* Fetch the merged branches at onceLin Jen-Shin (godfat)2017-10-271-6/+15
* Merge branch 'zj-commit-cache' into 'master'Sean McGivern2017-10-271-13/+25
|\
| * Cache commits on the repository modelZeger-Jan van de Weg2017-10-271-13/+25
* | Merge branch 'non-existing-repo-optimization' into 'master'Douwe Maan2017-10-261-2/+7
|\ \
| * | Avoid calling underlying methods on non-existing reposnon-existing-repo-optimizationAlejandro Rodríguez2017-10-201-2/+7
| |/
* | Move all rugged operation for ff_merge inside Gitlab::Gitgitaly-ff-merge-preparationAlejandro Rodríguez2017-10-241-14/+4
|/
* Merge branch 'conflict-resolution-refactor' into 'master'Sean McGivern2017-10-161-11/+1
|\
| * Refactor conflict resolution to contain git ops within Gitlab::GitAlejandro Rodríguez2017-10-121-8/+0
| * Clean hierarchy of calls between models and Gitalb::Git for blob searchAlejandro Rodríguez2017-10-121-3/+1