gitlab-org--gitlab-foss/spec/migrations
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
..
migrate_process_commit_worker_jobs_spec.rb Encode when migrating ProcessCommitWorker jobs 2016-12-13 16:52:49 +01:00