summaryrefslogtreecommitdiff
path: root/spec/models/repository_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Upgrade rspec-rails to 3.8.2 and dependenciessh-bump-rspec-versionsDouglas Barbosa Alexandre2019-07-101-4/+3
* Extend MergeToRefService for creating merge ref from the other refShinya Maeda2019-07-051-2/+3
* Merge branch 'id-stale-branches' into 'master'Grzegorz Bizon2019-07-011-42/+0
|\
| * Add endpoint for fetching diverging commit countsid-stale-branchesIgor Drozdov2019-06-281-42/+0
* | Change GetRawChanges RPC to use bytesPaul Okstad2019-06-271-0/+13
|/
* Omit max-count for diverging_commit_counts behind feature flagjc-omit-count-diverging-commits-maxJohn Cai2019-05-141-2/+35
* Add support for two-step Gitaly Rebase RPCLuke Duncalfe2019-05-021-0/+85
* Update metrics dashboard API to load yml from repoSarah Yasonik2019-05-011-0/+1
* Port changes for design management to CEBob Van Landuyt2019-04-291-0/+65
* Update list_last_commits_for_tree response path field to path_bytesJohn Cai2019-04-241-0/+19
* Autocorrect with RSpec/ExampleWording copThong Kuah2019-04-051-12/+12
* Add # frozen_string_literal to spec/modelsThong Kuah2019-04-011-0/+2
* Revert "Merge branch..."Rémy Coutable2019-03-191-22/+1
* New Repository#insights_config methodRémy Coutable2019-03-181-1/+22
* Cache Repository#root_ref within a requestStan Hu2019-03-121-27/+33
* Bring back Rugged implementation of CommitIsAncestorStan Hu2019-03-041-1/+15
* Support merge to ref for merge-commit and squashOswaldo Ferreira2019-02-251-0/+23
* Rename gl_project_name -> gl_project_pathsh-log-project-name-with-gitalyStan Hu2019-02-051-2/+2
* Send project name with Gitaly repository requestsStan Hu2019-02-051-0/+2
* Fix migration when project repository is missingMark Chao2019-02-011-0/+21
* Revert "Merge branch '3062-improve-project-cache' into 'master'"Stan Hu2019-01-081-18/+0
* Rename Repository#resolve_ref to expand_refMatija Čupić2018-12-081-5/+5
* Implement Repository#ambiguous_ref?Matija Čupić2018-12-081-27/+41
* Move Project#resolve_ref to RepositoryMatija Čupić2018-12-081-0/+47
* Remove Repository#find_refMatija Čupić2018-12-081-36/+0
* Check for Tag/Branch corectnessMatija Čupić2018-12-081-2/+10
* Use Gitlab::Git::Ref in Project#resolve_refMatija Čupić2018-12-081-0/+28
* Resolves N+1 RPC call for Project#readme_urlTiago Botelho2018-11-281-1/+39
* Revert "Merge branch 'revert-e2aa2177' into 'master'"Zeger-Jan van de Weg2018-11-201-237/+135
* Merge branch 'revert-e2aa2177' into 'master'Sean McGivern2018-11-201-135/+237
|\
| * Revert "Merge branch 'zj-improve-gitaly-pb' into 'master'"revert-e2aa2177Sean McGivern2018-11-201-135/+237
* | Merge branch '3062-improve-project-cache' into 'master'Douwe Maan2018-11-201-0/+18
|\ \ | |/ |/|
| * Add `wiki` extra namespace when repository is_wiki: true3062-improve-project-cacheGabriel Mazetto2018-11-161-0/+18
* | Remove duplicate tests for GitalyZeger-Jan van de Weg2018-11-191-237/+135
|/
* Use cached readme blobs where appropriateNick Thomas2018-10-171-4/+24
* Merge branch 'sh-remove-koding' into 'master'Douwe Maan2018-10-151-14/+0
|\
| * Remove Koding integration and documentationStan Hu2018-10-121-14/+0
* | Allow getting the merge base of multiple revisionsBob Van Landuyt2018-10-121-0/+11
|/
* Remove Git circuit breakerZeger-Jan van de Weg2018-10-101-1/+1
* Remove Gitlab::Git::Repository#rugged and Gollum codeAlejandro Rodríguez2018-10-021-17/+7
* Removes N+1 gitaly rpc call to fetch the last commit for pathTiago Botelho2018-10-011-0/+51
* Expire RequestStore cache properlyMichael Kozono2018-09-271-0/+7
* Cache `Repository#exists?` false in RequestStoreMichael Kozono2018-09-271-1/+42
* Remove Rugged and shell code from Gitlab::GitAlejandro Rodríguez2018-09-121-243/+0
* Backport Repository#keep_around changes from EE to CEMichael Kozono2018-08-271-0/+18
* Remove feature gate for ListNewCommitsZeger-Jan van de Weg2018-08-141-26/+16
* More Gitaly cleanup: fetch_ref, allow disk access blocksJacob Vosmaer (GitLab)2018-07-271-5/+1
* Incorporate Gitaly's RefService.FindAllRemoteBranches RPCgitaly-remote-branchesAlejandro Rodríguez2018-07-181-14/+0
* Client implementation for Repository#new_commitsZeger-Jan van de Weg2018-07-181-15/+31
* Fix find_branch call sitesgitaly-mandatory-20180712-jvJacob Vosmaer2018-07-121-18/+0