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
Jocelyn Falempe
rust-gitlab
Commits
032f6d6e
Commit
032f6d6e
authored
Dec 18, 2016
by
Ben Boeckel
Browse files
webhooks: use ObjectId for commit SHAs
parent
650c7785
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/webhooks.rs.in
View file @
032f6d6e
...
...
@@ -427,7 +427,7 @@ pub struct BuildUserHookAttrs {
#[derive(Serialize, Deserialize, Debug, Clone)]
pub struct BuildCommitHookAttrs {
pub id: String,
pub sha:
String
,
pub sha:
ObjectId
,
pub message: String,
pub author_name: String,
pub author_email: String,
...
...
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