summaryrefslogtreecommitdiff
path: root/app/models/repository.rb
Commit message (Expand)AuthorAgeFilesLines
* Add Gitaly migration points for branch/tag create/deletemove-operation-service-call-sitesJacob Vosmaer2017-09-051-18/+10
* Merge branch 'move-git-operation-service' into 'master'Sean McGivern2017-09-041-7/+6
|\
| * Move GitOperationService to Gitlab::Gitmove-git-operation-serviceJacob Vosmaer2017-09-011-7/+6
* | Merge branch 'git-operation-service-to-git' into 'master'Sean McGivern2017-09-041-69/+34
|\ \ | |/
| * Prepare GitOperationService for move to Gitlab::GitJacob Vosmaer2017-08-311-69/+34
* | Merge branch 'sm-cherry-pick-list-commits-in-message' into 'master'Sean McGivern2017-09-011-1/+1
|\ \
| * | Correct the cherry-pick message for merge commitsSaverio Miroddi2017-08-171-3/+1
| * | Add support for start project to commit cherry-pick descriptionSaverio Miroddi2017-08-151-1/+1
| * | Merge branch 'master' into sm-cherry-pick-list-commits-in-messageSaverio Miroddi2017-08-151-6/+13
| |\ \
| * | | Add 'from commit' information to cherry-picked commitsSaverio Miroddi2017-08-101-1/+3
* | | | Merge branch 'gitaly-440-shell-fetch-remote' into 'master'Sean McGivern2017-08-311-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Migrate Repository.FetchRemote to Gitalygitaly-440-shell-fetch-remoteKim "BKC" Carlbäcker2017-08-301-1/+1
* | | | Use `git update-ref --stdin -z` to delete refs36807-gc-unwanted-refs-after-importLin Jen-Shin2017-08-301-1/+1
* | | | Merge remote-tracking branch 'upstream/master' into 36807-gc-unwanted-refs-af...Lin Jen-Shin2017-08-301-23/+47
|\ \ \ \
| * \ \ \ Merge branch 'perf.slow-issuable' into 'master'Sean McGivern2017-08-301-16/+33
| |\ \ \ \
| | * | | | Further break with_repo_branch_commit into partsperf.slow-issuableLin Jen-Shin2017-08-291-19/+24
| | * | | | Make sure inspect doesn't generate crazy stringLin Jen-Shin2017-08-291-0/+4
| | * | | | It doesn't seem that rubocop is complaining for meLin Jen-Shin2017-08-291-3/+1
| | * | | | Merge remote-tracking branch 'upstream/master' into perf.slow-issuableLin Jen-Shin2017-08-291-4/+11
| | |\ \ \ \ | | | |/ / /
| | * | | | skip the branch fetch if we already have the shahttp://jneen.net/2017-08-211-12/+16
| | * | | | implement Repository#==http://jneen.net/2017-08-211-0/+6
| * | | | | replace `is_ancestor?` with `ancestor?`Maxim Rydkin2017-08-291-3/+3
| | |/ / / | |/| | |
| * | | | Merge branch 'git-operation-user' into 'master'Sean McGivern2017-08-241-1/+1
| |\ \ \ \
| | * | | | Avoid committer = linesgit-operation-userJacob Vosmaer2017-08-241-18/+9
| | * | | | Make gl_repository a G::G::Repository attributeJacob Vosmaer2017-08-231-1/+1
| | * | | | Decouple GitOperationService from UserJacob Vosmaer2017-08-231-9/+18
| | |/ / /
| * | | | Delegate Repository::branch_exists? and ref_exists? to Gitlab::GitAndrew Newdigate2017-08-241-3/+10
| |/ / /
* | | | Fix testsLin Jen-Shin2017-08-281-3/+3
* | | | Try to make reserved ref names more obviousLin Jen-Shin2017-08-251-3/+15
|/ / /
* | | Merge branch 'rs-more-public-send-whitelists' into 'master'Rémy Coutable2017-08-161-4/+6
|\ \ \ | |_|/ |/| |
| * | Whitelist or fix additional `Gitlab/PublicSend` cop violationsrs-more-public-send-whitelistsRobert Speicher2017-08-141-4/+6
| |/
* | 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