Commit Graph

11 Commits

Author SHA1 Message Date
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
Haacked
50db611335 Make NewTree.Tree readonly 2015-01-03 20:22:35 -08:00
Brendan Forster
28e8372922 extract helper method for setting up GitHubClient 2015-01-04 10:03:45 +09:30
Brendan Forster
7fa8271728 break tests out into 'new repo' and 'existing repo' scenarios 2014-12-23 09:03:59 +09:30
Brendan Forster
6b8111c867 tune these specific tests to avoid paging unnecessarily 2014-12-23 08:58:03 +09:30
Brendan Forster
bdb86ee563 these tests are taking far too long 2014-12-22 20:59:56 +09:30
Daniel Cazzulino
ca45ae0555 Include files array in the github commit.
Fixes #607.
2014-11-28 10:47:19 -03:00
Timothy Haagenson
3f18b667bc implement get repository commit
implementation for getting a single repository commit.  Includes
implementation, unit tests and xml docs
2014-07-09 10:35:37 -05:00
Timothy Haagenson
a72e39f98b Get All repo commits with request parameters
Implemented Get All using the available parameters wrapped in a
CommitRequest object.  Added unit tests and xml documentation along the
way.
2014-07-09 09:38:02 -05:00
Timothy Haagenson
f1b772e4e8 Repository Commits Get All
Added the logic for getting all commits for a repository including unit
tests and XML docs
2014-07-08 16:14:26 -05:00
Brendan Forster
9cc582a034 hey, here's some integration tests for ya 2014-03-14 15:48:41 +11:00