Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Commit's short info model #42

Merged
merged 3 commits into from
Sep 7, 2013
Merged

Commit's short info model #42

merged 3 commits into from
Sep 7, 2013

Conversation

paulbutenko
Copy link

Github api returns commit info in this way:
{
"sha": "c77360d6f2ff2c2e6dd11828ad5dccf72419fa1b",
"commit": {
"author": {
"name": "Kohsuke Kawaguchi",
"email": "[email protected]",
"date": "2012-04-11T16:23:37Z"
},
"committer": {
"name": "Kohsuke Kawaguchi",
"email": "[email protected]",
"date": "2012-04-11T16:23:37Z"
},
"message": "Added a file",
"tree": {
"sha": "496d6428b9cf92981dc9495211e6e1120fb6f2ba",
"url": "https://api.github.com/repos/kohsuke/test/git/trees/496d6428b9cf92981dc9495211e6e1120fb6f2ba"
},
"url": "https://api.github.com/repos/kohsuke/test/git/commits/c77360d6f2ff2c2e6dd11828ad5dccf72419fa1b",
"comment_count": 0
}, ...

github-api updated wuth necessary models in order to wrap new info

@buildhive
Copy link

Kohsuke Kawaguchi » github-api #85 SUCCESS
This pull request looks good
(what's this?)

@buildhive
Copy link

Kohsuke Kawaguchi » github-api #86 SUCCESS
This pull request looks good
(what's this?)

kohsuke added a commit that referenced this pull request Sep 7, 2013
@kohsuke kohsuke merged commit 976960f into hub4j:master Sep 7, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants