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:
authorFilipa Lacerda <filipa@gitlab.com>2019-09-02 19:43:42 +0300
committerFilipa Lacerda <filipa@gitlab.com>2019-09-03 11:32:42 +0300
commit876ae19d9efac7675ae60bf75d792e308e4d6ad2 (patch)
treeb2251f666f6c8aa63b6d71f2520b9f1205b0f7ba /changelogs
parentf4e40c532b5582f47a0dd9bf7054112fc9ec6085 (diff)
Creates utils for the job log
With the new job log json format we need a parser on the frontend
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/66454-utils-parser.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/66454-utils-parser.yml b/changelogs/unreleased/66454-utils-parser.yml
new file mode 100644
index 00000000000..80cd699937f
--- /dev/null
+++ b/changelogs/unreleased/66454-utils-parser.yml
@@ -0,0 +1,5 @@
+---
+title: Creates utility parser for the job log
+merge_request: 32555
+author:
+type: added