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-10-05Add a additional scope related to alive CI/CD statusesGrzegorz Bizon
2017-07-26Move enum specific code from a concern to CI stageGrzegorz Bizon
2017-07-20Change a method name which enumerates CI/CD statusesGrzegorz Bizon
2017-07-11Freeze mutable constants in stages migration codeGrzegorz Bizon
2017-07-04Add some validations to persisted stage modelGrzegorz Bizon
2017-07-04Use enumerated status in persisted stage classGrzegorz Bizon
2017-06-20Check warnings when building compound status SQL queryGrzegorz Bizon
2017-06-20Move custom compound status method to commit statusGrzegorz Bizon
2017-06-20Fix pipeline status when allowed to fail jobs presentGrzegorz Bizon
2017-05-19Exclude manual actions from cancelable jobs scopeGrzegorz Bizon
2017-04-07Count number of queriesKamil Trzcinski
2017-04-04add auto-cancel for pending pipelines on branch, if they are not HEADRydkin Maxim
2017-03-20Fix pipeline status for transition between stagesGrzegorz Bizon
2017-03-07Sort builds in stage dropdownKamil Trzcinski
2017-03-06Extend specs for pipelines with manual blocking actionsGrzegorz Bizon
2017-03-06Fix specs for detailed statuses for manual actionsGrzegorz 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-06Refactor code related to pipeline blocking actionsGrzegorz Bizon
2017-03-06Make manual actions blockingKamil Trzcinski
2017-02-23Enable Style/MutableConstantDouwe Maan
2017-01-18Add a default status const to common status concernGrzegorz Bizon
2016-12-07Fix success statusKamil Trzcinski
2016-12-06Fix handling of allowed to failure jobsKamil Trzcinski
2016-12-06Fix handling of skipped vs success statusKamil Trzcinski
2016-11-19Allow to retry failed or canceled builds and fix cancel running specs failureKamil Trzcinski
2016-11-17Improve how we could cancel pipelines:Lin Jen-Shin
2016-10-18Move build order array to HasStatus moduleAnnabel Dunstone Gray
2016-10-04Introduce all_state_names so that we could avoid NOT INLin Jen-Shin
2016-10-03We don't need self. there. (sorry, can't resist anymore)Lin Jen-Shin
2016-10-03Fix tests. Check 'success' first (default status)Lin Jen-Shin
2016-10-03Remove dead codeLin Jen-Shin
2016-10-03Rename ignored to failed_but_allowed, introduce exclude_ignoredLin Jen-Shin
2016-10-01Add a test for on_failure jobs in the middleLin Jen-Shin
2016-10-01on_failure should also be ignored, and status_sql shouldLin Jen-Shin
2016-09-30Or we could simply ignore skipped manual jobsLin Jen-Shin
2016-09-29We consider skipped = success, fixes #22598Lin Jen-Shin
2016-09-18Return created statusKamil Trzcinski
2016-09-13Fix Commit#status, feedback:Lin Jen-Shin
2016-09-12Fix test (credits to Kamil)Lin Jen-Shin
2016-08-25rename Statuseable to HasStatusDe Wet Blomerus