Name |
Last commit
|
Last update |
---|---|---|
.. | ||
lints_controller.rb | Handle all YAML parser exceptions in .gitlab-ci.yml (fixes #41209) |
BigW Consortium Gitlab
- 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.
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
lints_controller.rb | Handle all YAML parser exceptions in .gitlab-ci.yml (fixes #41209) |