summaryrefslogtreecommitdiff
path: root/spec/workers/post_receive_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-10-stable-eev13.10.0-rc40GitLab Bot2021-03-161-1/+24
* Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot2021-02-181-0/+8
* Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot2020-12-171-49/+34
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-2/+2
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-3/+3
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-2/+7
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-1/+1
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-0/+44
* Add latest changes from gitlab-org/gitlab@12-10-stable-eeGitLab Bot2020-04-201-0/+3
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-091-0/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-121-18/+0
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-061-2/+20
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-051-4/+107
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-161-0/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-111-87/+10
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-031-0/+28
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-031-1/+29
* Expire project caches once per push instead of once per refStan Hu2019-08-161-5/+66
* Merge branch 'sh-optimize-commit-deltas-post-receive' into 'master'Nick Thomas2019-08-141-0/+2
|\
| * Reduce Gitaly calls in PostReceivesh-optimize-commit-deltas-post-receiveStan Hu2019-08-121-0/+2
* | Add usage pings for source code pushesIgor2019-08-131-13/+24
* | Only expire tag cache once per pushsh-only-flush-tags-once-per-pushStan Hu2019-08-131-4/+26
* | Rename branches_exist? -> includes_branches?65803-invalidate-branches-cache-on-refreshStan Hu2019-08-091-3/+8
* | Invalidate branches cache on PostReceivePatrick Bajao2019-08-091-6/+19
|/
* Process at most 4 pipelines during pushlimit-amount-of-created-pipelinesKamil Trzciński2019-04-101-3/+39
* Extract a Git::{Base,Tag,Branch}HooksServiceNick Thomas2019-04-051-7/+18
* Add frozen_string_literal to spec/workersfrozen_string_spec_workersThong Kuah2019-04-011-0/+2
* Rename GitPushService -> Git::BranchPushServiceNick Thomas2019-03-251-7/+7
* Rename GitTagPushService -> Git::TagPushServiceNick Thomas2019-03-251-6/+6
* Fix failing test in spec/workers/post_receive_spec.rbsh-fix-ee-issue-8871Stan Hu2019-02-061-4/+11
* Removes idenfitication by commit from Gitlab::Identifier51335-fail-early-when-user-cannot-be-identifiedTiago Botelho2018-10-251-0/+11
* User not defined in PostReceive#process_project_changesTiago Botelho2018-10-251-56/+68
* Update project activity when pushing to a wiki repositoryda-update-project-activityDouglas Barbosa Alexandre2018-03-071-0/+12
* Improve post_receive spec by not stubbing private methodsGrzegorz Bizon2017-10-101-5/+7
* Fix post receive specs regarding pipeline creationGrzegorz Bizon2017-09-261-5/+8
* Removes default scope from sortable23079-remove-default-scope-in-sortableTiago Botelho2017-09-071-0/+2
* Enable the Layout/SpaceBeforeBlockBraces coprc/enable-the-Layout/SpaceBeforeBlockBraces-copRémy Coutable2017-08-091-2/+2
* Merge remote-tracking branch 'upstream/master' into 30634-protected-pipelineLin Jen-Shin2017-06-291-44/+31
|\
| * Use gl_repository exclusively as identifier on post-receivepostreceive-gl-repositoryAlejandro Rodríguez2017-06-271-25/+13
| * Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-3/+3
| * Add “Project moved” error to Git-over-SSHMichael Kozono2017-06-161-1/+1
| * Correct RSpec/SingleLineHook cop offensesRobert Speicher2017-06-141-1/+3
| * Refactor PostReceive worker to limit merge conflictsport-post-receive-changesDouglas Barbosa Alexandre2017-06-051-16/+13
* | Try to report why it's failing and fix testsLin Jen-Shin2017-06-061-0/+1
|/
* Disable auto_cancel_pending_pipelines in PostReceive testLin Jen-Shin2017-05-151-2/+5
* Added repository_update hookGabriel Mazetto2017-05-121-1/+22
* Allow gl-repository strings as project identifiers in PostReceive workerAlejandro Rodríguez2017-05-051-11/+32
* Auto-correct `RSpec/DescribedClass` violationsrs-described_class-cop-2Robert Speicher2017-05-011-9/+9
* Use `:empty_project` where possible in worker specsRobert Speicher2017-03-271-1/+1
* Update storage settings to allow extra values per shard28447-hybrid-repository-storagesAlejandro Rodríguez2017-03-031-1/+1