Commit Graph

15 Commits

Author SHA1 Message Date
Sarmad
792bc3f1e8 Updated git data commit response with signature verification object (#1398) 2016-06-27 08:36:54 +09:30
Haacked
b2d6e15d48 Replace SignatureResponse and CommitEntity with Committer
A recent PR added CommitEntity but we already had
SignatureResponse expressly for this purpose.

So this commit renames SignatureResponse to Committer
and removes CommitEntity and replaces it with Committer.
2015-09-28 00:38:16 -07:00
Kristian Hellang
2508205cfd Fixed failing tests 2015-03-18 14:33:06 +01:00
Micah
c3a67ae777 Creates constructors for all Models.Response.
Resolves https://github.com/octokit/octokit.net/issues/677.

Removes obscolete properties (gravatar).
Makes Models.Response properties all be protected (most were already).
2015-01-24 16:07:03 -08:00
Kristian Hellang
21ca33817d Fixed failing tests 2015-01-06 00:27:16 +01:00
Haacked
9f675924b7 Make response models readonly
It's bothered me that our response models are mutable. They really
shouldn't be. I made the properties have a protected setter instead of
private to provide flexibility for others who might be deriving from
these classes or testing them.

Fixes #650
2015-01-03 20:21:36 -08:00
Haacked
011a14b7f2 Add types to more closely reflect the API 2015-01-02 01:14:14 -08:00
Gabriel Weyer
b1f92a6584 Added comment_count on commit object, Line is now deprecated on CommitComment 2014-05-18 21:22:30 +10:00
Brendan's Test Account
ea9b0d27b0 dat code review feedback 2014-03-21 11:12:57 +13:00
Amy Palamountain
b216c69377 Winner - debugger display! 2014-02-20 22:23:15 +13:00
Haacked
c62712eb82 Rename UserAction to Signature
We had a big debate about this, but I realised this is what LibGit2Sharp
calls it.
2013-11-07 21:12:13 -08:00
John Nye
449cd1e4e2 Use GitReference across multiple types 2013-11-07 18:29:22 +00:00
John Nye
8b904ca0b1 Mind the gap 2013-11-07 00:40:22 +00:00
John Nye
162a45e446 Create observable commits client 2013-11-05 08:23:10 +00:00
John Nye
5594e9e60f Create Commits Api client with Get method 2013-11-04 22:34:32 +00:00