Commit Graph

21 Commits

Author SHA1 Message Date
Alexander Efremov 0aa2041f4d added integration tests 2016-06-13 13:11:42 +07:00
Robert Pethick ffc0b35608 Switch GitDatabase->Git on IGitHubProvider 2015-12-24 17:01:37 +00:00
William Barbosa 23a662914d Refactors StatisticsClient 2015-09-24 05:28:03 -03:00
Haacked 0e74097dde Handle NoContent response for queued operations
We didn't handle the 204 response properly for the `StatisticsClient`.
Now we do.

Fixes #836
2015-08-07 10:41:02 -07: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 28e8372922 extract helper method for setting up GitHubClient 2015-01-04 10:03:45 +09:30
Brendan Forster 4da060b1e2 moved Statistics under Repository as per the docs 2014-02-18 21:54:35 +11:00
Amy Palamountain 71029212b9 💄 for commit activities 2014-02-16 17:05:05 +13:00
Amy Palamountain 5a168f0924 💄 Lets talk about code frequencies 2014-02-16 17:05:04 +13:00
Amy Palamountain ddab946e07 Line up with the api - what is this all about
💄
2014-02-16 17:05:02 +13:00
Amy Palamountain ec5db2cdd5 👊 card statistics 2.0 2014-02-16 17:05:01 +13:00
Amy Palamountain c209e2a3d0 Integration test for hourly commits 2014-02-16 17:04:42 +13:00
Amy Palamountain dd7149c3e0 Assert that days get deserialized correctly. 2014-02-16 17:04:39 +13:00
Amy Palamountain 79e79164dc Intergration test for commit counts by week 2014-02-16 17:04:38 +13:00
Amy Palamountain c7aaa195b2 Integration test for additions and deletions 2014-02-16 17:04:33 +13:00
Amy Palamountain 34f049f7f2 Extra asserts for this years commit stats 2014-02-16 17:04:29 +13:00
Amy Palamountain e0f4052a65 💄 2014-02-16 17:04:28 +13:00
Amy Palamountain d08c636520 Extra asserts for contributors intergration tests 2014-02-16 17:04:26 +13:00
Amy Palamountain dd96b8aa0a One test fixture to rule them all
Because having them as nested classes is pointless
2014-02-16 17:04:25 +13:00
Amy Palamountain c03626c338 Simple intergration test for commit activity 2014-02-16 17:04:23 +13:00
Amy Palamountain 60fc710b73 Added intergration tests for contributors api 2014-02-16 17:04:17 +13:00