Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordrew cimino <dcimino@gitlab.com>2019-04-04 20:24:12 +0300
committerdrew cimino <dcimino@gitlab.com>2019-04-15 19:58:17 +0300
commitb26fd49eb731492e1eda7efddb1e267e1758997c (patch)
treecb500304fa05fa3ff07c44efbeca17483aeacf5f /changelogs/unreleased
parent95bbcf082970ae72d3bac814101803e4118db47e (diff)
catching and cleanly reporting SSL errors in Ci::Config::External::Processor
Diffstat (limited to 'changelogs/unreleased')
-rw-r--r--changelogs/unreleased/ci-lint-ssl-error.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/changelogs/unreleased/ci-lint-ssl-error.yml b/changelogs/unreleased/ci-lint-ssl-error.yml
new file mode 100644
index 00000000000..d59b9204357
--- /dev/null
+++ b/changelogs/unreleased/ci-lint-ssl-error.yml
@@ -0,0 +1,6 @@
+---
+title: Catch and report OpenSSL exceptions while fetching external configuration files
+ in CI::Config
+merge_request: 26750
+author: Drew Cimino
+type: fixed