summaryrefslogtreecommitdiff
path: root/app/models/repository.rb
Commit message (Expand)AuthorAgeFilesLines
* Setup and run a Gitaly server for testing if GitalyClient is enabledgitaly-testingAlejandro Rodríguez2017-04-111-7/+9
* Combine delegations in one lineJacob Vosmaer2017-04-071-2/+1
* Send more Gitaly::Repository fieldsJacob Vosmaer2017-04-071-0/+3
* Use Gitaly for Environment#first_deployment_forKim "BKC" Carlbäcker2017-04-061-8/+2
* Rename {create,inizialize}_raw_repositorygitaly-refsJacob Vosmaer2017-04-051-3/+3
* Incorporate Gitaly client for refs serviceAlejandro Rodríguez2017-04-041-10/+7
* Refactoring Projects::ImportServiceDouglas Barbosa Alexandre2017-04-031-4/+0
* Move methods that are not related to mirroring to the repository modelDouglas Barbosa Alexandre2017-04-031-6/+20
* Fetch GitHub project as a mirror to get all refs at onceDouglas Barbosa Alexandre2017-04-031-0/+8
* Make GitLab use Gitaly for commit_is_ancestorKim "BKC" Carlbäcker2017-03-301-1/+7
* Returns correct header data for commits endpointOswaldo Ferreira2017-03-071-3/+5
* Manually set total_count when paginating commitsJordan Ryan Reuter2017-03-071-0/+10
* Merge branch '28447-hybrid-repository-storages' into 'master' Sean McGivern2017-03-071-4/+0
|\
| * Update storage settings to allow extra values per shard28447-hybrid-repository-storagesAlejandro Rodríguez2017-03-031-4/+0
* | Use separate error class for cherry-pick and revert tree errorsDouwe Maan2017-03-021-2/+3
* | Fix cherry-picking or reverting through an MRDouwe Maan2017-03-021-16/+16
|/
* Fix creating a file in an empty repo using the APIDouwe Maan2017-03-011-0/+2
* Merge branch '23062-allow-git-log-to-accept-follow-and-skip' into 'master' Robert Speicher2017-02-251-3/+1
|\
| * Make Git history follow renames again by performing the --skip in RubyRémy Coutable2017-02-231-3/+1
* | Fix specdm-fix-web-edit-new-linesDouwe Maan2017-02-241-77/+21
* | We don't need these checks anymoreDouwe Maan2017-02-241-19/+0
* | Address reviewDouwe Maan2017-02-241-2/+2
* | Rename commit_file, commit_dir and remove_file and update specsDouwe Maan2017-02-241-8/+6
* | Consistently create, update, and delete files, taking CRLF settings into accountDouwe Maan2017-02-241-100/+28
|/
* Revert "Prefer leading style for Style/DotPosition"Douwe Maan2017-02-231-6/+6
* Enable Rails/DelegateDouwe Maan2017-02-231-6/+2
* Prefer leading style for Style/DotPositionDouwe Maan2017-02-231-6/+6
* Enable Style/ColonMethodCallDouwe Maan2017-02-231-1/+1
* Enable Style/MutableConstantDouwe Maan2017-02-231-2/+2
* Respect autocrlf setting when creating/updating file through web UIdm-quick-fix-web-edit-new-linesDouwe Maan2017-02-131-0/+8
* Address feedbackDouwe Maan2017-02-061-14/+11
* Add feature specsDouwe Maan2017-02-061-1/+3
* Improve performance of finding last deployed environmentDouwe Maan2017-02-061-0/+2
* Add testsDouwe Maan2017-02-061-2/+2
* Add 'View on [env]' link to blobs and individual files in diffsDouwe Maan2017-02-061-0/+17
* Backport changes from EE squashSean McGivern2017-02-031-2/+2
* Merge remote-tracking branch 'upstream/master' into fix-git-hooks-when-creati...fix-git-hooks-when-creating-fileLin Jen-Shin2017-02-021-1/+12
|\
| * Fix Error 500 when repositories contain annotated tags pointing to blobssh-fix-annotated-tags-pointing-to-blobStan Hu2017-01-261-1/+12
* | Use commit rather than branch, and rename to avoid confusionLin Jen-Shin2017-01-261-8/+8
* | Merge remote-tracking branch 'upstream/master' into fix-git-hooks-when-creati...Lin Jen-Shin2017-01-261-0/+5
|\ \ | |/
| * Expire related caches after changing HEADpmq20/gitlab-ce-psvr/head/cacheMinqi Pan2017-01-151-0/+5
* | Rename from base to start because base could mean merge baseLin Jen-Shin2017-01-061-39/+39
* | Rename source to base to avoid confusion from MRLin Jen-Shin2017-01-061-39/+39
* | Remove tag with git hooksLin Jen-Shin2017-01-051-8/+11
* | Introduce Repository#with_repo_branch_commitLin Jen-Shin2017-01-051-9/+16
* | Indent the way rubocop likesLin Jen-Shin2017-01-051-1/+1
* | Merge branch 'master' into fix-git-hooks-when-creating-fileLin Jen-Shin2017-01-041-2/+10
|\ \ | |/
| * Merge two methods.Hiroyuki Sato2016-12-201-7/+4
| * Rename sha to idHiroyuki Sato2016-12-201-5/+5
| * Cache last commit sha for pathHiroyuki Sato2016-12-201-2/+13