summaryrefslogtreecommitdiff
path: root/spec/models/repository_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-051-6/+6
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-041-58/+37
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-031-1/+96
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-281-9/+0
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-271-1/+19
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-241-0/+12
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-201-0/+6
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-101-0/+7
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-191-0/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-291-1/+34
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-261-1/+12
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-221-3/+5
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-201-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-061-21/+9
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-271-2/+14
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-231-11/+41
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-191-2/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-181-49/+0
* Revert "Cache branch and tag names as Redis sets"Nick Thomas2019-08-291-41/+11
* Merge branch '64251-branch-name-set-cache' into 'master'Robert Speicher2019-08-191-11/+41
|\
| * Cache branch and tag names as Redis setsNick Thomas2019-08-161-11/+41
* | Expire project caches once per push instead of once per refStan Hu2019-08-161-3/+17
|/
* Only expire tag cache once per pushsh-only-flush-tags-once-per-pushStan Hu2019-08-131-1/+12
* Invalidate branches cache on PostReceivePatrick Bajao2019-08-091-0/+12
* 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