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:
authorRémy Coutable <remy@rymai.me>2016-12-14 12:21:28 +0300
committerRémy Coutable <remy@rymai.me>2016-12-14 12:21:28 +0300
commit78f89f7ad900ec2f2993a70caa2eb5dbf9e2496f (patch)
tree2a776d2cb8be3b161457c4e1cbb6729e3f85f901 /changelogs
parentc6d7785976bf84518e098cc168847e3e4e7e6386 (diff)
parent43af4e5577e5ea338ea5cf072cd0635e3dabcc9e (diff)
Merge branch 'process-commit-worker-migration-encoding' into 'master'
Encode when migrating ProcessCommitWorker jobs ## What does this MR do? This adds encoding logic to the migration for ProcessCommitWorker, ensuring it doesn't throw errors when the input can not be converted to UTF-8 without extra help. ## What are the relevant issue numbers? https://gitlab.com/gitlab-org/gitlab-ce/issues/25489 See merge request !8064
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/process-commit-worker-migration-encoding.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/changelogs/unreleased/process-commit-worker-migration-encoding.yml b/changelogs/unreleased/process-commit-worker-migration-encoding.yml
new file mode 100644
index 00000000000..26aabd9b647
--- /dev/null
+++ b/changelogs/unreleased/process-commit-worker-migration-encoding.yml
@@ -0,0 +1,4 @@
+---
+title: Encode input when migrating ProcessCommitWorker jobs to prevent migration errors
+merge_request:
+author: