summaryrefslogtreecommitdiff
path: root/app/services/ci
Commit message (Expand)AuthorAgeFilesLines
* Fix revert missShinya Maeda2017-07-281-1/+1
* Revert "Move validate to begin/rescue block"Shinya Maeda2017-07-281-25/+14
* Remove is_a?(Hash) from unless params[:variables] in create_pipeline_variablesShinya Maeda2017-07-281-1/+1
* Use bang for trigger.trigger_requests.createShinya Maeda2017-07-281-1/+1
* Fix pipelineShinya Maeda2017-07-281-12/+18
* Move validate to begin/rescue blockShinya Maeda2017-07-281-14/+19
* initShinya Maeda2017-07-283-5/+62
* Extract validationsLin Jen-Shin2017-07-211-24/+24
* Merge remote-tracking branch 'upstream/master' into 30634-protected-pipelineLin Jen-Shin2017-07-201-1/+1
|\
| * Update piplines created metric namebjk/pipelines_created_totalBen Kochie2017-07-191-1/+1
* | Use struct instead of hashLin Jen-Shin2017-07-201-2/+3
* | Make permission checks easier to understandLin Jen-Shin2017-07-201-6/+6
* | Use hash to return multiple objectsLin Jen-Shin2017-07-201-4/+4
* | Fix tests and fine tweak permission error messageLin Jen-Shin2017-07-191-5/+5
* | Try to merge permission checks into oneLin Jen-Shin2017-07-191-10/+10
* | Rename can_push_or_merge_to_branch? to can_update_branch?Lin Jen-Shin2017-07-181-1/+1
* | Merge remote-tracking branch 'upstream/master' into 30634-protected-pipelineLin Jen-Shin2017-07-171-1/+1
|\ \ | |/
| * Add back Pipeline#ci_yaml_file_path due to all the troublesLin Jen-Shin2017-07-051-1/+1
| * Fix config pathLin Jen-Shin2017-07-041-1/+1
| * Merge remote-tracking branch 'upstream/master' into 32815--Add-Custom-CI-Conf...Lin Jen-Shin2017-06-301-2/+2
| |\
| * | Try to report where the file should beLin Jen-Shin2017-06-281-1/+1
* | | Make message and code more clearLin Jen-Shin2017-07-061-2/+5
* | | Merge allowed_to_create? into CreatePipelineServiceLin Jen-Shin2017-07-051-5/+17
* | | Fix bad conflict resolutionLin Jen-Shin2017-07-041-10/+12
* | | Merge remote-tracking branch 'upstream/master' into 30634-protected-pipelineLin Jen-Shin2017-06-296-67/+42
|\ \ \ | | |/ | |/|
| * | Removes redundant pending delete checks30708-stop-using-deleted-at-to-filter-namespacesTiago Botelho2017-06-281-3/+3
| * | Fix current feature related specsTiago Botelho2017-06-281-4/+4
| |/
| * Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-213-11/+11
| * Add prometheus metrics on pipeline creationZ.J. van de Weg2017-06-071-0/+6
| * Clone stage_id when retrying a CI/CD jobGrzegorz Bizon2017-06-061-1/+1
| * Merge branch 'master' into feature/gb/persist-pipeline-stagesGrzegorz Bizon2017-06-052-7/+10
| |\
| * | Fix invalid conditional in pipeline create serviceGrzegorz Bizon2017-06-021-1/+1
| * | Refine implementation of pipeline stage seedsGrzegorz Bizon2017-06-022-39/+14
| * | Remove legacy method from create build serviceGrzegorz Bizon2017-05-301-8/+2
| * | Expose stage model attributes from pipeline objectGrzegorz Bizon2017-05-301-2/+2
| * | Rename pipeline service that creates stages and jobsGrzegorz Bizon2017-05-302-2/+2
* | | Still allow legacy triggers, feedback:Lin Jen-Shin2017-06-061-5/+3
* | | Try to report why it's failing and fix testsLin Jen-Shin2017-06-062-2/+3
* | | Disallow legacy trigger without a ownerLin Jen-Shin2017-06-061-3/+5
* | | Don't check permission, only protected ref if no userLin Jen-Shin2017-06-061-1/+9
* | | Move the check to Pipeline.allowed_to_create?Lin Jen-Shin2017-06-061-12/+16
* | | Forbid creating pipeline if it's protected andLin Jen-Shin2017-06-051-0/+10
| |/ |/|
* | Fix race condition between pipeline creation and MR diff_head_sha updateDouwe Maan2017-06-011-6/+3
* | Introduce source to pipeline entitytrigger-sourceKamil Trzcinski2017-05-312-2/+3
* | Set head pipeline when creating merge requestsissue_32225_2Felipe Artur2017-05-291-11/+10
* | Sanity check pipeline sha before saving merge request head pipelineFelipe Artur2017-05-231-2/+8
|/
* Merge branch 'retried-in-database-mysql' into 'master' Regis Boudinot2017-05-103-4/+31
|\
| * Make retried to be nullableKamil Trzcinski2017-05-091-2/+2
| * Store retried in database for CI buildsretried-in-database-mysqlKamil Trzcinski2017-05-073-4/+31
* | Merge branch 'issue_27168_2' into 'master' Sean McGivern2017-05-091-1/+6
|\ \