summaryrefslogtreecommitdiff
path: root/changelogs/unreleased
diff options
context:
space:
mode:
authorFabio Pitino <fpitino@gitlab.com>2019-08-09 16:51:05 +0200
committerFabio Pitino <fpitino@gitlab.com>2019-08-09 16:57:27 +0200
commitf7135aab34ceaf2aed532296e4cb84202fa18287 (patch)
treeb9b5b21060c5783ad8542df3c050e2976751ea52 /changelogs/unreleased
parent71d8815405b09046b2e4bcf0ea0a732d21c87e2a (diff)
downloadgitlab-ce-f7135aab34ceaf2aed532296e4cb84202fa18287.tar.gz
Fix job log where spans were displayed in blockfix-job-log-formatting
This is a temporary, not ideal, solution but it fixes the main issue that the customer are complaining about, which is that color changes are broken down in several lines which makes the log not readable.
Diffstat (limited to 'changelogs/unreleased')
-rw-r--r--changelogs/unreleased/fix-job-log-formatting.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/fix-job-log-formatting.yml b/changelogs/unreleased/fix-job-log-formatting.yml
new file mode 100644
index 00000000000..0dd545aaecc
--- /dev/null
+++ b/changelogs/unreleased/fix-job-log-formatting.yml
@@ -0,0 +1,5 @@
+---
+title: Fix job logs where style changes were broken down into separate lines
+merge_request: 31674
+author:
+type: fixed