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-28Use bang for trigger.trigger_requests.createShinya 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-20Use struct instead of hashLin Jen-Shin
2017-07-19Make permission checks easier to understandLin Jen-Shin
2017-07-19Use hash to return multiple objectsLin 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-30Merge remote-tracking branch 'upstream/master' into 32815--Add-Custom-CI-Conf...Lin Jen-Shin
2017-06-29Merge remote-tracking branch 'upstream/master' into 30634-protected-pipelineLin Jen-Shin
2017-06-28Removes redundant pending delete checksTiago Botelho
2017-06-28Fix current feature related specsTiago Botelho
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-06Clone stage_id when retrying a CI/CD jobGrzegorz Bizon
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-30Remove legacy method from create build serviceGrzegorz Bizon
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-11Merge branch 'retried-in-database-mysql' into 'master' Regis Boudinot
2017-05-09Make retried to be nullableKamil Trzcinski
2017-05-09Merge branch 'issue_27168_2' into 'master' Sean McGivern
2017-05-09Small code improvements and add migration specFelipe Artur
2017-05-08Preloads head pipeline for each merge requestFelipe Artur
2017-05-08Fix skipped manual actions issue in pipeline processingGrzegorz Bizon
2017-05-08Add Pipeline Schedules that supersedes experimental Trigger ScheduleZeger-Jan van de Weg