summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorDosuken shinya <gitlab.shinyamaeda@gmail.com>2017-05-03 15:23:20 +0000
committerRémy Coutable <remy@rymai.me>2017-05-03 15:23:20 +0000
commit2fbcaaafcd40a2d0752cd2d40ba6abd15f702bf9 (patch)
tree100e26e320985bc44abab7761b1ce9e7c45bde7e /changelogs
parentb4176bbaaf94c66f680dac8c21460a2f80b224b2 (diff)
downloadgitlab-ce-2fbcaaafcd40a2d0752cd2d40ba6abd15f702bf9.tar.gz
Fix lazy error handling of cron parser
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/31274-creating-schedule-trigger--causes-http-500-when-accessing-settings-ci_cd.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/changelogs/unreleased/31274-creating-schedule-trigger--causes-http-500-when-accessing-settings-ci_cd.yml b/changelogs/unreleased/31274-creating-schedule-trigger--causes-http-500-when-accessing-settings-ci_cd.yml
new file mode 100644
index 00000000000..b0c33ab3fa4
--- /dev/null
+++ b/changelogs/unreleased/31274-creating-schedule-trigger--causes-http-500-when-accessing-settings-ci_cd.yml
@@ -0,0 +1,4 @@
+---
+title: Fix error on CI/CD Settings page related to invalid pipeline trigger
+merge_request: 10948
+author: dosuken123