BigW Consortium Gitlab

Commit 19dfd9e9 by Robert Speicher

Merge branch 'use_full_path_in_project_avatar_url_webhook' into 'master'

Use full path of project's avatar in webhooks Closes #36539 See merge request !13649
parents cdf87fe8 597f9c12
......@@ -1017,7 +1017,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,
......
---
title: Use full path of project's avatar in webhooks
merge_request: 13649
author: Vitaliy @blackst0ne Klachkov
type: changed
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment