gitlab-org--gitlab-foss/lib/gitlab/ci/config
Dylan Griffith 66d41d2c22 Handle all YAML parser exceptions in .gitlab-ci.yml (fixes #41209)
- Move the exception handling as close to the source as possible to
avoid leaking Psych ahstraction
- Also remove unnecessary rescue all statement from LintsController.
This should not be necessary anymore since any YAML errors should all be
caught by the #validation_message method.
2018-02-07 10:09:01 +11:00
..
entry Merge branch 'ac/fix-path-traversal' into 'security-10-3' 2018-01-16 17:04:38 -08:00
loader.rb Handle all YAML parser exceptions in .gitlab-ci.yml (fixes #41209) 2018-02-07 10:09:01 +11:00