summaryrefslogtreecommitdiff
path: root/lib/ci
Commit message (Expand)AuthorAgeFilesLines
* move `lib/ci/mask_secret.rb` into `lib/gitlab/ci/mask_secret.rb`Maxim Rydkin2017-09-122-10/+0
* move `lib/ci/gitlab_ci_yaml_processor.rb` into `lib/gitlab/ci/yaml_processor.rb`Maxim Rydkin2017-09-121-251/+0
* move `lib/ci/model.rb` into `lib/gitlab/ci/model.rb`Maxim Rydkin2017-09-121-11/+0
* move `lib/ci/charts.rb` into `lib/gitlab/ci/charts.rb`Maxim Rydkin2017-09-121-116/+0
* move `lib/ci/ansi2html.rb` into `lib/gitlab/ci/ansi2html.rb`Maxim Rydkin2017-09-121-331/+0
* Remove an empty line from YAML processor classGrzegorz Bizon2017-09-011-1/+0
* Check if service active when using CI/CD kubernetes policyGrzegorz Bizon2017-09-011-1/+1
* Change kubernetes job policy allowed valuesGrzegorz Bizon2017-08-311-3/+2
* Make some methods in CI/CD YAML processor privateGrzegorz Bizon2017-08-311-27/+29
* Improve matching kubernetes job in CI/CD processorGrzegorz Bizon2017-08-311-3/+3
* Remove unused method from CI/CD YAML processorGrzegorz Bizon2017-08-311-6/+0
* Check if kubernetes required before creating a jobGrzegorz Bizon2017-08-261-2/+17
* Use new complex only/except policy internal schemeGrzegorz Bizon2017-08-261-1/+1
* Remove CI API v1Zeger-Jan van de Weg2017-08-186-529/+0
* Whitelist or fix additional `Gitlab/PublicSend` cop violationsrs-more-public-send-whitelistsRobert Speicher2017-08-141-1/+1
* Re-enable SqlInjection and CommandInjectionBrian Neel2017-08-082-3/+3
* Rename many path_with_namespace -> full_pathGabriel Mazetto2017-08-011-2/+2
* Merge branch '30634-protected-pipeline' into 'master'Kamil Trzciński2017-07-251-5/+6
|\
| * Merge remote-tracking branch 'upstream/master' into 30634-protected-pipelineLin Jen-Shin2017-07-201-1/+2
| |\
| * | Use struct instead of hashLin Jen-Shin2017-07-201-2/+2
| * | Use hash to return multiple objectsLin Jen-Shin2017-07-201-3/+3
| * | Merge remote-tracking branch 'upstream/master' into 30634-protected-pipelineLin Jen-Shin2017-07-171-0/+2
| |\ \
| * \ \ Merge remote-tracking branch 'upstream/master' into 30634-protected-pipelineLin Jen-Shin2017-06-294-40/+78
| |\ \ \
| * | | | Try to report why it's failing and fix testsLin Jen-Shin2017-06-061-3/+4
* | | | | Fix support for old CI API when image or services are not specifiedfix-old-ci-apiKamil Trzcinski2017-07-221-1/+1
| |_|_|/ |/| | |
* | | | Add a new `retry` CI/CD configuration keywordGrzegorz Bizon2017-07-171-1/+2
| |_|/ |/| |
* | | Pass before_script and script as-is preserving arrayspass-before-script-as-isKamil Trzcinski2017-07-071-0/+2
| |/ |/|
* | Fix current feature related specsTiago Botelho2017-06-281-1/+2
* | Remove references to build in pipeline chartsZ.J. van de Weg2017-06-231-4/+4
* | Improve performance for pipeline chartsZ.J. van de Weg2017-06-231-5/+5
* | Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-13/+13
* | Refactor old formad handling in lib/ci/api/entities.rbTomasz Maczukin2017-06-121-6/+2
* | Ensure that old API v1 generates still the same outputTomasz Maczukin2017-06-121-1/+19
* | use squre bracketShinya Maeda2017-06-081-1/+1
* | Use source instead of trigger_requests in stage_seedsShinya Maeda2017-06-081-3/+1
* | Remove source.nilShinya Maeda2017-06-081-3/+3
* | Fix conditionShinya Maeda2017-06-081-3/+5
* | Fix unmatches_pathShinya Maeda2017-06-081-6/+9
* | Fix change in behaviorFilip Krakowski2017-06-081-8/+8
* | Check if source is nilFilip Krakowski2017-06-081-1/+1
* | Fix static-analysis offensesFilip Krakowski2017-06-081-1/+1
* | Add all sources as special keywords for only and exceptFilip Krakowski2017-06-081-4/+11
* | Use pipeline.source to determine what triggered a pipelineFilip Krakowski2017-06-081-16/+16
* | Add 'schedules' keyword to 'only' and 'except'Filip Krakowski2017-06-081-14/+15
* | Merge branch 'master' into feature/gb/persist-pipeline-stagesGrzegorz Bizon2017-06-051-5/+5
|\ \ | |/
| * Enable the Style/PreferredHashMethods coprc/enable-PreferredHashMethods-copRémy Coutable2017-06-021-1/+1
| * Add missing specsKamil Trzcinski2017-06-011-4/+4
| * Fix data inconsistency issue for old artifacts by moving them to a currently ...Kamil Trzcinski2017-06-011-1/+1
* | Refine implementation of pipeline stage seedsGrzegorz Bizon2017-06-021-6/+9
* | Return stage seeds object from YAML processorGrzegorz Bizon2017-05-311-6/+6