From ea7a1e030df7c6078757e73cfa6b60daae4339d9 Mon Sep 17 00:00:00 2001 From: Filipa Lacerda Date: Mon, 9 Apr 2018 11:44:01 +0100 Subject: [PATCH] Fixes illustration for when job log was erased --- changelogs/unreleased/45159-fix-illustration.yml | 5 +++++ lib/gitlab/ci/status/build/erased.rb | 2 +- package.json | 2 +- yarn.lock | 6 +++--- 4 files changed, 10 insertions(+), 5 deletions(-) create mode 100644 changelogs/unreleased/45159-fix-illustration.yml diff --git a/changelogs/unreleased/45159-fix-illustration.yml b/changelogs/unreleased/45159-fix-illustration.yml new file mode 100644 index 00000000000..3b9cb45b916 --- /dev/null +++ b/changelogs/unreleased/45159-fix-illustration.yml @@ -0,0 +1,5 @@ +--- +title: Adds illustration for when job log was erased +merge_request: +author: +type: fixed diff --git a/lib/gitlab/ci/status/build/erased.rb b/lib/gitlab/ci/status/build/erased.rb index 3a5113b16b6..495227c2ffb 100644 --- a/lib/gitlab/ci/status/build/erased.rb +++ b/lib/gitlab/ci/status/build/erased.rb @@ -5,7 +5,7 @@ module Gitlab class Erased < Status::Extended def illustration { - image: 'illustrations/skipped-job_empty.svg', + image: 'illustrations/erased-log_empty.svg', size: 'svg-430', title: _('Job has been erased') } diff --git a/package.json b/package.json index 56fd2575e91..27f612aca38 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "webpack-prod": "NODE_ENV=production webpack --config config/webpack.config.js" }, "dependencies": { - "@gitlab-org/gitlab-svgs": "^1.16.0", + "@gitlab-org/gitlab-svgs": "^1.17.0", "autosize": "^4.0.0", "axios": "^0.17.1", "babel-core": "^6.26.0", diff --git a/yarn.lock b/yarn.lock index af7bda5d562..243b83f4471 100644 --- a/yarn.lock +++ b/yarn.lock @@ -54,9 +54,9 @@ lodash "^4.2.0" to-fast-properties "^2.0.0" -"@gitlab-org/gitlab-svgs@^1.16.0": - version "1.16.0" - resolved "https://registry.yarnpkg.com/@gitlab-org/gitlab-svgs/-/gitlab-svgs-1.16.0.tgz#6c88a1bd9f5b3d3e5bf6a6d89d61724022185667" +"@gitlab-org/gitlab-svgs@^1.17.0": + version "1.17.0" + resolved "https://registry.yarnpkg.com/@gitlab-org/gitlab-svgs/-/gitlab-svgs-1.17.0.tgz#d0c74d9e44c127ccfad16941f352088b86f86c89" "@types/jquery@^2.0.40": version "2.0.48"