summaryrefslogtreecommitdiff
path: root/app/models/repository.rb
Commit message (Expand)AuthorAgeFilesLines
* Revert "Merge branch '24704-download-repository-path' into 'master'"revert-24704-download-repository-path-11-10-rc6Patrick Bajao2019-04-111-3/+2
* Download a folder from repositoryPatrick Bajao2019-04-021-2/+3
* Allow multiple repositories per projectBob Van Landuyt2019-03-261-4/+4
* Revert "Merge branch..."Rémy Coutable2019-03-191-9/+2
* New Repository#insights_config methodRémy Coutable2019-03-181-2/+9
* Run rubocop -aNick Thomas2019-03-131-8/+6
* Cache Repository#root_ref within a requestStan Hu2019-03-121-3/+2
* Adds the Rubocop ReturnNil copAndrew Newdigate2019-03-061-2/+2
* Support merge to ref for merge-commit and squashOswaldo Ferreira2019-02-251-0/+6
* Add client support for count diverging commitsJohn Cai2019-02-061-3/+6
* Merge branch 'sh-log-project-name-with-gitaly' into 'master'Rémy Coutable2019-02-061-1/+4
|\
| * Send project name with Gitaly repository requestsStan Hu2019-02-051-1/+4
* | Allow custom squash commit messagesLuke Duncalfe2019-02-061-2/+2
|/
* Remove Redcarpet markdown engineJan Provaznik2019-02-041-1/+0
* Fix migration when project repository is missingMark Chao2019-02-011-0/+2
* Revert "Merge branch '3062-improve-project-cache' into 'master'"Stan Hu2019-01-081-10/+2
* Merge branch 'security-master-secret-ci-variables-exposed' into 'master'John Jarvis2019-01-021-0/+13
|\
| * Raise an error on ambiguous refsMatija Čupić2018-12-081-0/+1
| * Rename Repository#resolve_ref to expand_refMatija Čupić2018-12-081-3/+1
| * Make full ref in Repository#resolve_ref explicitMatija Čupić2018-12-081-1/+1
| * Implement Repository#ambiguous_ref?Matija Čupić2018-12-081-7/+6
| * Move Project#resolve_ref to RepositoryMatija Čupić2018-12-081-0/+15
| * Remove Repository#find_refMatija Čupić2018-12-081-10/+0
| * Use Gitlab::Git::Ref in Project#resolve_refMatija Čupić2018-12-081-0/+10
* | Remove unnecessary includes of ShellAdapterStan Hu2018-12-051-1/+0
|/
* Merge branch '51061-readme-url-n-1-rpc-call-resolved' into 'master'Douwe Maan2018-11-281-2/+7
|\
| * Resolves N+1 RPC call for Project#readme_urlTiago Botelho2018-11-281-2/+7
* | Don't specify `shell` for Gitaly write-refBob Van Landuyt2018-11-261-1/+1
* | Treat Repository instances with the same disk path as the same hash keydm-batch-loader-keyDouwe Maan2018-11-261-1/+7
|/
* Add `wiki` extra namespace when repository is_wiki: true3062-improve-project-cacheGabriel Mazetto2018-11-161-2/+10
* Add submodule update API endpointFrancisco Javier López2018-11-071-0/+12
* Stop Repository#fetch_remote from using Gitlab::ShellNick Thomas2018-11-061-4/+0
* Use cached readme blobs where appropriateNick Thomas2018-10-171-4/+15
* Merge branch 'sh-remove-koding' into 'master'Douwe Maan2018-10-151-7/+1
|\
| * Remove Koding integration and documentationStan Hu2018-10-121-7/+1
* | Allow getting the merge base of multiple revisionsBob Van Landuyt2018-10-121-4/+6
|/
* Removes N+1 gitaly rpc call to fetch the last commit for pathTiago Botelho2018-10-011-0/+8
* Cache `Repository#exists?` false in RequestStoreMichael Kozono2018-09-271-1/+5
* Extract `Repository.memoize_method` methodMichael Kozono2018-09-271-1/+1
* Doesn't synchronize default branch for push mirrorsDouglas Barbosa Alexandre2018-09-211-1/+0
* Merge branch '42861-move-include-external-files-in-gitlab-ci-yml-from-starter...Grzegorz Bizon2018-09-131-8/+8
|\
| * Make Repository#blob_data_at publicMatija Čupić2018-09-071-12/+8
| * Change ExternalFile to retrieve local file from repository instead of GitLab ...Matija Čupić2018-09-071-0/+4
* | Remove Rugged and shell code from Gitlab::GitAlejandro Rodríguez2018-09-121-4/+0
* | Synchronize the default branch when updating a remote mirrorDouglas Barbosa Alexandre2018-09-101-0/+1
|/
* added feature flag 'commonmark_for_repositories'Brett Walker2018-09-051-1/+6
* Enable CommonMark for files and wikisBrett Walker2018-09-051-1/+1
* Backport Repository#keep_around changes from EE to CEMichael Kozono2018-08-271-7/+14
* Merge branch 'frozen-string-enable-app-models' into 'master'Rémy Coutable2018-08-021-0/+2
|\
| * Enable frozen string in app/models/*.rbrepo-forks/gitlab-ce-frozen-string-enable-app-modelsgfyoung2018-07-261-0/+2