summaryrefslogtreecommitdiff
path: root/app/models/repository.rb
Commit message (Expand)AuthorAgeFilesLines
* Since now fetch_ref is reliable, we could just rely on itLin Jen-Shin2017-08-111-5/+5
* Introduce MergeRequest#write_ref and Repository#write_refLin Jen-Shin2017-08-101-1/+5
* Just detect exit status rather than check refLin Jen-Shin2017-08-101-1/+1
* Fix some tests and report the error messageLin Jen-Shin2017-08-091-2/+2
* Detect if we didn't create the ref soonerLin Jen-Shin2017-08-091-1/+4
* Re-enable SqlInjection and CommandInjectionBrian Neel2017-08-081-1/+1
* Merge branch 'gitaly-find-commit' into 'master'Dmitriy Zaporozhets2017-08-081-1/+3
|\
| * Incorporate Gitaly's CommitService.FindCommit RPCgitaly-find-commitAlejandro Rodríguez2017-08-071-1/+1
| * Refactor Gitlab::Git::Commit to include a repositoryAlejandro Rodríguez2017-08-071-0/+2
* | Migrate Repository#find_commits_by_message to Gitalyfeature/migrate-find-commits-by-message-to-gitalyAhmad Sherif2017-08-071-11/+28
|/
* Merge branch 'master' into 'bvl-nfs-circuitbreaker'Douwe Maan2017-08-071-5/+29
|\
| * Migrate Repository#last_commit_for_path to GitalyAhmad Sherif2017-08-031-5/+29
* | Add a Circuitbreaker for storage pathsBob Van Landuyt2017-08-041-13/+28
|/
* Add rugged_is_ancestor methodJacob Vosmaer2017-08-011-1/+1
* Make disk_path keyword argument and optionalGabriel Mazetto2017-08-011-2/+2
* Rename more path_with_namespace -> full_path or disk_pathGabriel Mazetto2017-08-011-10/+12
* Removed `Repository#blob_by_oid` unused methodremove_blob_by_oidAndrew Newdigate2017-07-261-4/+0
* Implement GRPC call to RepositoryServiceZ.J. van de Weg2017-07-261-3/+10
* More Gitaly annotationsJacob Vosmaer2017-07-131-0/+2
* Add back Pipeline#ci_yaml_file_path due to all the troublesLin Jen-Shin2017-07-051-2/+2
* Follow feedback on the merge requestLin Jen-Shin2017-07-041-2/+2
* Merge remote-tracking branch 'upstream/master' into 32815--Add-Custom-CI-Conf...Lin Jen-Shin2017-06-301-16/+0
|\
| * Make Gitlab::Ggit::Repository#submodules privateJacob Vosmaer2017-06-271-16/+0
* | Merge remote-tracking branch 'upstream/master' into 15041-Add-Custom-CI-Confi...15041-Add-Custom-CI-Config-PathLin Jen-Shin2017-06-281-491/+511
|\ \ | |/
| * Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-4/+4
| * Merge branch 'blob-load-all-data' into 'master'Grzegorz Bizon2017-06-081-1/+1
| |\
| | * Blob#load_all_data! doesn’t need an argumentblob-load-all-dataDouwe Maan2017-06-071-1/+1
| * | nil-check Repository::is_ancestor?Kim Carlbäcker2017-06-081-0/+2
| |/
| * Incorporate Gitaly's local_branches operation into repo codegitaly-local-branchesAlejandro Rodríguez2017-05-171-15/+1
| * Don't reuse gRPC channelsJacob Vosmaer2017-05-151-2/+0
| * Fix displaying a repository without a readmedm-fix-repository-without-readmeDouwe Maan2017-05-111-2/+2
| * Reset Repository#license memo when license file is changedDouwe Maan2017-05-101-7/+13
| * Implement auxiliary blob viewersDouwe Maan2017-05-101-2/+9
| * Merge branch '27144-enforce-rubocop-trailing_commas-no_comma-style' into 'mas...Robert Speicher2017-05-101-1/+1
| |\
| | * Enable the Style/TrailingCommaInArguments copRémy Coutable2017-05-101-1/+1
| * | Load tree readme asynchronouslydm-async-tree-readmeDouwe Maan2017-05-101-1/+1
| |/
| * Merge branch '31671-merge-request-message-contains-carriage-returns' into 'ma...Douwe Maan2017-05-031-19/+23
| |\
| | * removes the possibility of commit messages having carriage returnsTiago Botelho2017-05-031-19/+23
| * | Merge branch 'gitaly-branch-tag-count' into 'master' Sean McGivern2017-05-021-7/+1
| |\ \
| | * | Cleanupgitaly-branch-tag-countKim "BKC" Carlbäcker2017-04-281-3/+1
| | * | Use Gitaly for getting Branch/Tag countsKim "BKC" Carlbäcker2017-04-281-6/+2
| * | | Fix Gitaly::Commit#is_ancestor30586-fix-gitaly-is-ancestorKim "BKC" Carlbäcker2017-04-281-9/+7
| |/ /
| * | Pass project to BlobDouwe Maan2017-04-271-1/+1
| * | Avoid including the MarkupHelperToon Claes2017-04-271-2/+1
| * | Refactor MarkupHelperDouwe Maan2017-04-271-1/+1
| * | Cache the rendered README, but post-process on showToon Claes2017-04-271-5/+10
| |/
| * Merge branch 'fix-follow-with-multiple-paths' into 'master' Douwe Maan2017-04-171-1/+1
| |\
| | * Fix following with multiple pathsfix-follow-with-multiple-pathsSean McGivern2017-04-171-1/+1
| * | Removes `Repository#version` method and testsdz-remove-repo-versionDmitriy Zaporozhets2017-04-171-7/+1
| |/
| * Merge branch 'gitaly-testing' into 'master' Rémy Coutable2017-04-121-7/+9
| |\