summaryrefslogtreecommitdiff
path: root/spec/workers/post_receive_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* replace `find_with_namespace` with `find_by_full_path`Adam Pahlevi2017-02-031-3/+3
* Extract project#update_merge_requests and SystemHooks to its own worker from ...15463-extract-update-merge-requestsPaco Guzman2016-10-131-1/+7
* Refactor Gitlab::IdentifierYorick Peterse2016-10-051-1/+3
* Pre-create all builds for Pipeline when a trigger is receivedKamil Trzcinski2016-08-111-1/+7
* adds second batch of tests changed to active tenseactive-tense-test-coveragetiagonbotelho2016-08-091-3/+3
* Refactor repository paths handling to allow multiple git mount pointsAlejandro Rodríguez2016-06-291-1/+1
* Rename all `[ci_]commit` to `[ci_]pipeline` in specs and featuresKamil Trzcinski2016-06-031-2/+2
* Rename Ci::Commit to Ci::Pipeline and rename some of the ci_commit to pipelineKamil Trzcinski2016-06-021-4/+4
* Enable RSpec/NotToNot cop and auto-correct offensesrs-rubocop-nottonotRobert Speicher2016-05-241-1/+1
* Fix creation of Ci::Commit object which can lead to pending, failed in some s...Kamil Trzcinski2016-05-191-0/+16
* Fix high CPU usage when PostReceive receives refs/merge-requests/<id>push-refKamil Trzcinski2016-04-111-4/+39
* web hooks to webhooksashleys2016-03-101-1/+1
* Expire cache when merge request source branch was removedfix-branches-cache-after-mergeDmitriy Zaporozhets2015-08-281-1/+1
* Update mock and stub syntax for specsRobert Speicher2015-06-221-1/+1
* Prevent gitlab-shell character encoding issues by receiving its changes as ra...Douwe Maan2015-03-151-9/+9
* Updated rspec to rspec 3.x syntaxJeroen van Baarsen2015-02-121-8/+8
* Fix post-receive specsDmitriy Zaporozhets2014-09-021-4/+7
* Merge branch 'improve/mr_diff'Dmitriy Zaporozhets2014-01-231-1/+1
|\
| * Make changes to testsDmitriy Zaporozhets2014-01-221-1/+1
* | Remove deprecated findersskv2014-01-191-1/+1
|/
* fixed test using repo with commits but old factoryDmitriy Zaporozhets2013-04-011-1/+1
* Fixing testsDmitriy Zaporozhets2013-02-251-2/+0
* fixing tests after refactoringDmitriy Zaporozhets2013-02-111-1/+1
* Fixed: post-receive, project remove, testsDmitriy Zaporozhets2013-02-051-2/+2
* sidekiq with green testsDmitriy Zaporozhets2013-01-091-4/+4
* Update uses of Gitolite.config.foo settingsRiyad Preukschas2012-12-201-1/+1
* Fix spec/workers/post_receive_spec.rbDmitriy Zaporozhets2012-12-131-2/+2
* Fix worker specs to parse namespacesDmitriy Zaporozhets2012-12-091-4/+8
* Post Receive Refactored. Service hooks also triggered nowDmitriy Zaporozhets2012-11-191-9/+5
* Remove backward compatibility of factories.Vincent Bonmalais2012-11-131-2/+2
* Fully embrace Ruby 1.9 hash syntaxRobert Speicher2012-08-101-1/+1
* System hooks: fix broken testsValeriy Sizov2012-07-191-2/+2
* Fix issues with push 600+ commits. refactored, improved push eventsrandx2012-04-041-2/+2
* Updated specs for post_receive workerAriejan de Vroom2012-03-011-11/+24
* Fixed tests. removed delegate to idDmitriy Zaporozhets2012-02-291-3/+8
* Added web hooks functionalityAriejan de Vroom2011-12-141-0/+26