summaryrefslogtreecommitdiff
path: root/app/models/ci/build.rb
Commit message (Expand)AuthorAgeFilesLines
* Adds Rubocop rule for line break after guard clauseJacopo2017-11-161-0/+1
* Add doc. Fix spec. Add erase_build in protected_ref ruleShinya Maeda2017-11-071-1/+1
* Do not allow jobs to be erasedShinya Maeda2017-11-061-0/+4
* Extract `Ci::Build#parse_trace_sections!` into a service37970-ci-sections-trackingAlessio Caiazza2017-10-061-18/+1
* Add CI build trace sections extractorAlessio Caiazza2017-10-051-0/+22
* Expose GitLab features to the CI runner37970-timestamped-ciAlessio Caiazza2017-10-031-0/+4
* move `lib/ci/mask_secret.rb` into `lib/gitlab/ci/mask_secret.rb`Maxim Rydkin2017-09-121-2/+2
* Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into zj/gitlab-ce-zj...Kamil Trzcinski2017-09-061-1/+0
|\
| * Merge branch 'fix/sm/33281-activerecord-recordinvalid-when-build-has-nil-prot...Kamil TrzciƄski2017-09-061-1/+0
| |\
| | * Remove only validationfix/sm/33281-activerecord-recordinvalid-when-build-has-nil-protectedShinya Maeda2017-09-071-1/+0
| | * Revert set_protectedShinya Maeda2017-09-071-5/+1
| | * Use before_save :set_protectedShinya Maeda2017-09-061-1/+5
* | | Improve config source handling codeKamil Trzcinski2017-09-061-0/+1
|/ /
* | refactor code based on feedbackfix/import-export-performanceJames Lopez2017-09-061-1/+1
* | fix export performance of CI buildsJames Lopez2017-09-051-0/+4
|/
* Fix specShinya Maeda2017-09-031-1/+2
* Fix specShinya Maeda2017-09-031-1/+1
* Add validation for protected attributesShinya Maeda2017-09-031-0/+1
* Refactor access_level to not_protected and ref_protectedShinya Maeda2017-09-031-1/+1
* Update application code by the db schema changeShinya Maeda2017-09-031-5/+1
* Tweak only new_builds. Revert the rest.Shinya Maeda2017-09-031-5/+0
* Solution 1. Persists protected(ref) flag on ci_pipelines table. builds_for_sh...Shinya Maeda2017-09-031-0/+10
* Merge branch '26692-predefined-variable-gitlab-user-name' into 'master'Grzegorz Bizon2017-08-311-1/+3
|\
| * Add a Build Variable to represent the triggering GitLab user's login usernameMark Fletcher2017-08-301-0/+1
| * Add a Build Variable to represent the triggering GitLab user's nameMark Fletcher2017-08-301-1/+2
* | Run job hooks after transation commits after createGrzegorz Bizon2017-08-231-1/+1
* | Do not fire synrchonous hooks when creating a jobGrzegorz Bizon2017-08-221-1/+4
|/
* Fix CI_PROJECT_PATH_SLUG slugifyvanadium232017-08-151-4/+1
* Remove if pipeline.variables in Ci::Build#variablesShinya Maeda2017-07-281-1/+1
* initShinya Maeda2017-07-281-0/+1
* Add specs for pipeline process with auto-retriesGrzegorz Bizon2017-07-171-6/+4
* Make it possible to auto retry a failed CI/CD jobGrzegorz Bizon2017-07-171-0/+10
* Make it possible to count a number of job retriesGrzegorz Bizon2017-07-171-0/+8
* Merge from master(Fix conflicts)Shinya Maeda2017-07-071-0/+1
|\
| * Basic BE changeShinya Maeda2017-07-071-0/+1
* | merge from masterShinya Maeda2017-07-071-10/+17
|\ \ | |/
| * Add table for merge request commitsSean McGivern2017-07-061-1/+1
| * Merge branch '34716-environment-specific-variables-ce' into 'master'Douwe Maan2017-07-061-7/+14
| |\
| | * Backports for ee-2112Lin Jen-Shin2017-07-061-7/+14
| * | Rename ActiverecordSerialize copYorick Peterse2017-07-061-2/+2
| |/
* | Revert unnecesarry changesShinya Maeda2017-07-051-2/+5
* | Fix specShinya Maeda2017-07-051-1/+1
* | revert trigger_request.user_variablesShinya Maeda2017-07-051-1/+1
* | zj nice catchesShinya Maeda2017-07-051-1/+1
* | Eliminate condition cases in ci/build.rbShinya Maeda2017-07-051-5/+2
* | pipeline_schedule_variables model/dbShinya Maeda2017-07-051-7/+7
* | Fix specShinya Maeda2017-07-051-1/+1
* | revert trigger_request.user_variablesShinya Maeda2017-07-051-1/+1
* | zj nice catchesShinya Maeda2017-07-051-1/+1
* | Eliminate condition cases in ci/build.rbShinya Maeda2017-07-051-5/+2