Use full path of project's avatar in webhooks

This commit is contained in:
blackst0ne 2017-08-18 16:42:52 +11:00
parent dad8fae744
commit 597f9c12bb
2 changed files with 6 additions and 1 deletions

View File

@ -1009,7 +1009,7 @@ class Project < ActiveRecord::Base
name: name,
description: description,
web_url: web_url,
avatar_url: avatar_url,
avatar_url: avatar_url(only_path: false),
git_ssh_url: ssh_url_to_repo,
git_http_url: http_url_to_repo,
namespace: namespace.name,

View File

@ -0,0 +1,5 @@
---
title: Use full path of project's avatar in webhooks
merge_request: 13649
author: Vitaliy @blackst0ne Klachkov
type: changed