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:
authorRobert Speicher <robert@gitlab.com>2018-03-06 01:42:48 +0300
committerRobert Speicher <robert@gitlab.com>2018-03-06 01:42:48 +0300
commit4ac0a4bf1001941bfa47b0db6a2eedab1e98a36e (patch)
tree4f6723ac0ced02999f03f4bba41eb6cb1274f596 /changelogs
parent6ec655f5c46aab93f435ac9218c7354b0a712160 (diff)
parent2d1ceca077a1624a4bdc6aa26ab8a5113a5f6394 (diff)
Merge branch 'sh-fix-issue-43871-system-hooks' into 'master'
Don't error out in system hook if user has `nil` datetime columns Closes #43871 See merge request gitlab-org/gitlab-ce!17543
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/sh-fix-issue-43871-system-hooks.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/sh-fix-issue-43871-system-hooks.yml b/changelogs/unreleased/sh-fix-issue-43871-system-hooks.yml
new file mode 100644
index 00000000000..7c7ef39cb75
--- /dev/null
+++ b/changelogs/unreleased/sh-fix-issue-43871-system-hooks.yml
@@ -0,0 +1,5 @@
+---
+title: Don't error out in system hook if user has `nil` datetime columns
+merge_request:
+author:
+type: fixed