Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-03-06Add specs for new pipeline and build action eventsGrzegorz Bizon
2017-03-06Extend specs for pipelines with manual blocking actionsGrzegorz Bizon
2017-03-06Always actionize build when it is a manual actionGrzegorz Bizon
2017-03-06Fix Rubocop offenses in pipeline processing specsGrzegorz Bizon
2017-03-06Reinstitute a core `manual` status for manual actionsGrzegorz Bizon
2017-03-06Add support for blocking actions to CI/CD pipelineGrzegorz Bizon
2017-03-06Make pipeline processing specs more consistentGrzegorz Bizon
2017-03-06Fix specs for pipeline processing with manual actionsGrzegorz Bizon
2017-03-06Remove duplication in process pipeline service specsGrzegorz Bizon
2017-03-06Refactor code related to pipeline blocking actionsGrzegorz Bizon
2017-03-01Update occurrences of MWBS to MWPSJames Lopez
2017-02-23Revert "Enable Style/DotPosition"Douwe Maan
2017-02-23Revert "Prefer leading style for Style/DotPosition"Douwe Maan
2017-02-23Enable Rails/DelegateDouwe Maan
2017-02-23Prefer leading style for Style/DotPositionDouwe Maan
2017-02-23Enable Style/DotPositionDouwe Maan
2017-02-15Prefer using `project.add_developer` in specsGrzegorz Bizon
2017-02-13Fix pipeline processing specs after adding ability checksGrzegorz Bizon
2016-11-27Extend pipelines factory with transient config attributeGrzegorz Bizon
2016-11-25Restore method that ensures builds being createdGrzegorz Bizon
2016-11-25Remove remaining calls to CI yaml in pipeline specsGrzegorz Bizon
2016-11-25Move helpers to the end of process pipeline specsGrzegorz Bizon
2016-11-25Update pipeline processing specs for creating buildsGrzegorz Bizon
2016-10-01Add a test for on_failure jobs in the middleLin Jen-Shin
2016-10-01Should use eq because we want ordersLin Jen-Shin
2016-09-29We consider skipped = success, fixes #22598Lin Jen-Shin
2016-09-29Less confusing nameLin Jen-Shin
2016-08-19Fix test for processing pipeline after retrying buildGrzegorz Bizon
2016-08-19Add test that shows problem with pipeline processingGrzegorz Bizon
2016-08-11Pre-create all builds for Pipeline when a trigger is receivedKamil Trzcinski