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:
authorChris Wilson <chris@chrisjwilson.com>2017-05-18 09:20:16 +0300
committerChris Wilson <chris@chrisjwilson.com>2017-05-23 08:19:08 +0300
commit8c07184250166cd206c0e6a9f5cf686b7de8f65d (patch)
treeee394f5bb477f4def9d0123bbf5b469072785bdd /changelogs
parent39baadbd017a1e36cf95b0ad1a503015bd5e562f (diff)
Rescue OpenSSL::SSL::SSLError in JiraService and IssueTrackerService
Add OpenSSL::SSL::SSLError to rescue in JiraService & IssueTrackerService. This will prevent an exception in production and instead display a message to the user.
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/mrchrisw-catch-openssl.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/changelogs/unreleased/mrchrisw-catch-openssl.yml b/changelogs/unreleased/mrchrisw-catch-openssl.yml
new file mode 100644
index 00000000000..a8b433fb0cd
--- /dev/null
+++ b/changelogs/unreleased/mrchrisw-catch-openssl.yml
@@ -0,0 +1,4 @@
+---
+title: Rescue OpenSSL::SSL::SSLError in JiraService & IssueTrackerService
+merge_request:
+author: