Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Zach van Rijn
Emily
Commits
81d8ed7d
Verified
Commit
81d8ed7d
authored
Apr 28, 2019
by
A. Wilcox
🦊
Browse files
GitHub integration: Show author name properly
parent
a74e86ef
Changes
1
Hide whitespace changes
Inline
Side-by-side
emily/inp/github.py
View file @
81d8ed7d
...
...
@@ -28,7 +28,7 @@ class GitHub:
push_info
[
'commits'
].
append
({
'id'
:
commit
[
'id'
][:
8
],
'url'
:
commit
[
'url'
],
'msg'
:
commit
[
'message'
],
'author'
:
commit
[
'author'
]
[
'name'
]
})
'author'
:
commit
[
'author'
]})
project
=
request
.
match_info
.
get
(
'grp'
,
'default'
)
+
'/'
+
\
request
.
match_info
.
get
(
'project'
)
...
...
Write
Preview
Supports
Markdown
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