Commit Graph

8 Commits

Author SHA1 Message Date
Haacked
38264fcde5 Replace long with int
Turns out that we store these values as int(11) in MySql.
The 11 is irrelevant and pertains to display. int is a 4 byte
(aka 32 bit) integer. So this maps to a .NET Int32 (aka int).

While changing keeping it long might be future proofing, it also
requires changes to GHfW and I figure let's jump that hurdle
when we get there.
2013-09-24 14:12:50 -07:00
Haacked
caad25abd0 Remove the Size field
Per @technoweenie's recommendation, this value is innaccurate and
useless. It doesn't factor in git alternates etc.

Calculating a better value is expensive.
2013-09-24 14:10:09 -07:00
Phil Haack
16655ef7fe Merge pull request #32 from octokit/haacked/user-site-admin
Add SiteAdmin property to user
2013-09-24 10:17:09 -07:00
Haacked
1b98d3a8c6 Fixed a couple of errors in the repository model 2013-09-24 09:18:21 -07:00
Haacked
91b5449ddd Removed fluent assertions 2013-09-23 17:41:04 -07:00
Haacked
01c41039e5 Add SiteAdmin property to user 2013-09-23 17:00:50 -07:00
Haacked
3c52d13bff Port ssh key helpers from GHfW 2013-09-23 16:34:05 -07:00
Haacked
997e955f38 Rename to Octokit to be consistent with other API libs
GitHub is naming all of the libraries Octokit for their respective
platforms
2013-01-29 14:00:27 -08:00