Mordechai Zuber
44304ca70b
use string per recommended style
2015-12-16 21:23:36 +02:00
William Barbosa
847cd1b2c8
Adds common properties to RepositoryContext
...
A lot of classes use the name and the owner of the repository, so for
consistency I added those as properties of the Context
2015-09-27 00:38:52 -03:00
William Barbosa
42e480c2c0
Refactors a whole bunch of tests
2015-09-26 23:37:54 -03:00
Haacked
a94051d6b0
Repository name is required when creating a repo
...
I was trying to create a repository and I wasn't sure which parameters
were required. Following our philosophy of exposing required parameters
in the constructor, I change the `NewRepository` object to take in a
repository name and to make that property readonly.
2015-03-19 16:25:03 -07:00
Brendan Forster
60e3c9a675
tidy up some using statements
2015-01-04 10:03:47 +09:30
Brendan Forster
28e8372922
extract helper method for setting up GitHubClient
2015-01-04 10:03:45 +09:30
Tim Sneed
3909498437
Internalize ProductHeaderValue
...
What Haacked, PaulBetts, and Shiftkey suggested
2014-02-28 06:33:44 -06:00
Brendan Forster
ff4640b25b
added some integration tests for the Base64 versions of Blob APIs
2013-11-27 11:10:51 -08:00
Brendan Forster
6d433945a0
added Blob to IGitDatabaseClient, added integration tests
2013-11-27 11:03:52 -08:00