summaryrefslogtreecommitdiff
path: root/app/models/repository.rb
Commit message (Expand)AuthorAgeFilesLines
* CE-specific changes to allow design repo exports11090-project-export-design-repository-ceLuke Duncalfe2019-09-061-0/+2
* Stub DetectRepositoryLanguagesWorker for all testsIgor2019-09-031-0/+4
* Avoid calling freeze on already frozen strings in app/modelsdineshpanda2019-09-011-3/+3
* Revert "Cache branch and tag names as Redis sets"Nick Thomas2019-08-291-8/+4
* Merge branch '64251-branch-name-set-cache' into 'master'Robert Speicher2019-08-191-4/+8
|\
| * Cache branch and tag names as Redis setsNick Thomas2019-08-161-4/+8
* | Expire project caches once per push instead of once per refStan Hu2019-08-161-2/+6
|/
* Only expire tag cache once per pushsh-only-flush-tags-once-per-pushStan Hu2019-08-131-5/+9
* Invalidate branches cache on PostReceivePatrick Bajao2019-08-091-4/+4
* Merge branch 'add-caching-to-archive-endpoint' into 'master'Grzegorz Bizon2019-07-251-0/+3
|\
| * Return an ETag headers for the archive endpointadd-caching-to-archive-endpointAhmad Sherif2019-07-231-0/+3
* | Add a rubocop for Rails.loggerMayra Cabrera2019-07-101-1/+3
|/
* Fix race condition on merge train ref generationrun-pipeline-for-merge-train-at-train-ref-ceShinya Maeda2019-07-081-0/+4
* Extend MergeToRefService for creating merge ref from the other refShinya Maeda2019-07-051-2/+2
* Deprecate diverging commit count with max parameterjc-deprecate-diverging-count-with-maxJohn Cai2019-07-021-1/+0
* Add endpoint for fetching diverging commit countsid-stale-branchesIgor Drozdov2019-06-281-40/+0
* Bump Gitaly version to 1.44.0Douwe Maan2019-06-031-1/+1
* Disable two_step_rebase feature flagDouwe Maan2019-05-271-1/+1
* Merge branch 'jc-omit-count-diverging-commits-max' into 'master'Lin Jen-Shin2019-05-161-1/+22
|\
| * Omit max-count for diverging_commit_counts behind feature flagjc-omit-count-diverging-commits-maxJohn Cai2019-05-141-1/+22
* | Properly clear the merge error upon rebase failuresh-fix-rebase-error-clearingStan Hu2019-05-151-2/+2
* | Change DetectRepositoryLanguagesWorker to not receive userDiego Silva2019-05-091-1/+1
|/
* Add support for two-step Gitaly Rebase RPCLuke Duncalfe2019-05-021-4/+34
* Update metrics dashboard API to load yml from repoSarah Yasonik2019-05-011-1/+8
* Port changes for design management to CEBob Van Landuyt2019-04-291-0/+13
* Revert "Revert "Merge branch '24704-download-repository-path' into 'master'""Nick Thomas2019-04-161-2/+3
* Revert "Merge branch '24704-download-repository-path' into 'master'"revert-24704-download-repository-pathPatrick 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