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-07-28Fix revert missShinya Maeda
2017-07-28Revert "Move validate to begin/rescue block"Shinya Maeda
2017-07-28Fix pipelineShinya Maeda
2017-07-28Move validate to begin/rescue blockShinya Maeda
2017-07-28initShinya Maeda
2017-07-21Extract validationsLin Jen-Shin
2017-07-20Merge remote-tracking branch 'upstream/master' into 30634-protected-pipelineLin Jen-Shin
2017-07-19Make permission checks easier to understandLin Jen-Shin
2017-07-19Fix tests and fine tweak permission error messageLin Jen-Shin
2017-07-19Try to merge permission checks into oneLin Jen-Shin
2017-07-19Update piplines created metric nameBen Kochie
2017-07-18Rename can_push_or_merge_to_branch? to can_update_branch?Lin Jen-Shin
2017-07-17Merge remote-tracking branch 'upstream/master' into 30634-protected-pipelineLin Jen-Shin
2017-07-06Make message and code more clearLin Jen-Shin
2017-07-05Merge allowed_to_create? into CreatePipelineServiceLin Jen-Shin
2017-07-05Add back Pipeline#ci_yaml_file_path due to all the troublesLin Jen-Shin
2017-07-04Fix config pathLin Jen-Shin
2017-07-04Fix bad conflict resolutionLin Jen-Shin
2017-06-29Merge remote-tracking branch 'upstream/master' into 30634-protected-pipelineLin Jen-Shin
2017-06-28Try to report where the file should beLin Jen-Shin
2017-06-21Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon
2017-06-07Add prometheus metrics on pipeline creationZ.J. van de Weg
2017-06-06Still allow legacy triggers, feedback:Lin Jen-Shin
2017-06-06Try to report why it's failing and fix testsLin Jen-Shin
2017-06-06Disallow legacy trigger without a ownerLin Jen-Shin
2017-06-05Don't check permission, only protected ref if no userLin Jen-Shin
2017-06-05Move the check to Pipeline.allowed_to_create?Lin Jen-Shin
2017-06-05Forbid creating pipeline if it's protected andLin Jen-Shin
2017-06-05Merge branch 'master' into feature/gb/persist-pipeline-stagesGrzegorz Bizon
2017-06-02Fix invalid conditional in pipeline create serviceGrzegorz Bizon
2017-06-02Refine implementation of pipeline stage seedsGrzegorz Bizon
2017-06-01Fix race condition between pipeline creation and MR diff_head_sha updateDouwe Maan
2017-05-31Introduce source to pipeline entityKamil Trzcinski
2017-05-30Expose stage model attributes from pipeline objectGrzegorz Bizon
2017-05-30Rename pipeline service that creates stages and jobsGrzegorz Bizon
2017-05-29Set head pipeline when creating merge requestsFelipe Artur
2017-05-24Sanity check pipeline sha before saving merge request head pipelineFelipe Artur
2017-05-09Small code improvements and add migration specFelipe Artur
2017-05-08Preloads head pipeline for each merge requestFelipe Artur
2017-05-08Add Pipeline Schedules that supersedes experimental Trigger ScheduleZeger-Jan van de Weg
2017-04-06Also track auto-cancelling in jobs, detail:Lin Jen-Shin
2017-04-04rename `auto_canceled_by` and add foreign keyRydkin Maxim
2017-04-04move `auto_cancelable_pipelines` method to `create_pipeline_service.rb`Rydkin Maxim
2017-04-04add auto-cancel for pending pipelines on branch, if they are not HEADRydkin Maxim
2017-02-22updated ci skip regex to accept underscores and hyphensLuke "Jared" Bennett
2016-11-24Create pipeline along with builds in the transationGrzegorz Bizon
2016-08-11Use state machine for pipeline event processingKamil Trzcinski
2016-08-11Pre-create all builds for Pipeline when a trigger is receivedKamil Trzcinski
2016-07-15Track a user who created a pipelineKamil Trzcinski
2016-06-14Merge branch 'master' into fix/status-of-pipeline-without-buildsGrzegorz Bizon