summaryrefslogtreecommitdiff
path: root/app/models/repository.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Popen with a timeoutAndrew Newdigate2017-10-161-1/+1
|/
* Cache issuable template namesSean McGivern2017-10-121-2/+15
* Let fetch_ref pull from Gitaly instead of from diskJacob Vosmaer2017-10-041-1/+1
* Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ff_port_from_eeValery Sizov2017-10-021-10/+8
|\
| * Fix pushes to an empty repository not invalidating has_visible_content? cacheStan Hu2017-10-011-3/+6
| * Make Repository#has_visible_content more efficientJacob Vosmaer (GitLab)2017-09-291-7/+2
* | Merge branch 'master' into ff_port_from_eeEric Eastwood2017-09-281-17/+1
|\ \ | |/
| * RepositoryExists is always called with #gitaly_migrationZeger-Jan van de Weg2017-09-261-17/+1
* | Merge branch 'master' into ff_port_from_eeEric Eastwood2017-09-261-2/+6
|\ \ | |/
| * Allow n+1s caused by avatar fetches on the project dashboard. See https://git...avatar_n_plus_oneAndrew Newdigate2017-09-251-2/+5
| * Reserve refs/replace cos `git-replace` is using it38234-reserve-refs-replaceLin Jen-Shin2017-09-221-0/+1
* | Fast forward merge: basic implemenation[ci skip]Valery Sizov2017-09-191-0/+19
|/
* Prepare cherry-pick and revert for migration to GitalyJacob Vosmaer (GitLab)2017-09-191-74/+20
* Detect n+1 issues involving GitalyAndrew Newdigate2017-09-191-0/+1
* Prepare Repository#merge for migration to Gitalyoperation-service-mergeJacob Vosmaer2017-09-151-37/+20
* Merge branch 'gitlab-git-user' into 'master'Rémy Coutable2017-09-141-4/+4
|\
| * Rename Gitlab::Git::Committer to UserJacob Vosmaer2017-09-141-4/+4
* | Restore has_visible_content? to improve performance (cache)repo-cache-fixJarka Kadlecova2017-09-141-0/+6
|/
* Add Gitaly migration points for branch/tag create/deletemove-operation-service-call-sitesJacob Vosmaer2017-09-051-18/+10