gitlab-org--gitlab-foss/changelogs/unreleased/process-commit-worker-migration-encoding.yml
Yorick Peterse 43af4e5577
Encode when migrating ProcessCommitWorker jobs
If the source encoding is not UTF-8 we need to encode the data as
`JSON.dump` may throw an error if the input can not be converted to
UTF-8. We only encode when necessary to reduce the overhead.

Fixes gitlab-org/gitlab-ce#25489
2016-12-13 16:52:49 +01:00

4 lines
117 B
YAML

---
title: Encode input when migrating ProcessCommitWorker jobs to prevent migration errors
merge_request:
author: