summaryrefslogtreecommitdiff
path: root/app/models/repository.rb
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix project search results for digits surrounded by colonsSean McGivern2018-01-161-1/+1
* | Move Regexp.escape(), fix formatting on tests.Andrew McCallum2018-01-161-2/+2
* | Account for query of only forward slash(es).Andrew McCallum2018-01-151-2/+2
* | Create intermediary variable for query value with leading slashes removed.Andrew McCallum2018-01-151-1/+3
* | Add space after comma per layout guidelines.Andrew McCallum2018-01-151-1/+1
* | Strip off leading slashes when searching in context of repository.Andrew McCallum2018-01-151-1/+1
|/
* Merge branch 'feature/migrate-can-be-merged-to-gitaly' into 'master'Grzegorz Bizon2018-01-151-7/+14
|\
| * Migrate Repository#can_be_merged? to Gitalyfeature/migrate-can-be-merged-to-gitalyAhmad Sherif2018-01-111-7/+14
* | Introduce PredicateMemoization cop and fix offensesLin Jen-Shin2018-01-121-3/+6
* | Adds Rubocop rule for line break around conditionals🙈 jacopo beschi 🙉2018-01-111-0/+1
* | Merge branch 'git-write-ref-prep' into 'master'Robert Speicher2018-01-101-5/+1
|\ \
| * | Client-prep Gitlab::Git::Repository#write_refgit-write-ref-prepKim "BKC" CarlbÀcker2018-01-091-5/+1
| |/
* | Fix hooks not being set up properly for bare import Rake tasksh-fix-bare-import-hooksStan Hu2018-01-091-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