Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
614bfc3a
Commit
614bfc3a
authored
Oct 05, 2017
by
Vitaliy @blackst0ne Klachkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use full URL of user avatar on webhook push
parent
8921af39
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lib/gitlab/data_builder/push.rb
lib/gitlab/data_builder/push.rb
+1
-1
No files found.
lib/gitlab/data_builder/push.rb
View file @
614bfc3a
...
...
@@ -86,7 +86,7 @@ module Gitlab
user_name:
user
.
name
,
user_username:
user
.
username
,
user_email:
user
.
email
,
user_avatar:
user
.
avatar_url
,
user_avatar:
user
.
avatar_url
(
only_path:
false
)
,
project_id:
project
.
id
,
project:
project
.
hook_attrs
,
commits:
commit_attrs
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment