Commit Graph
41 Commits
Author SHA1 Message Date
Vincent Jacques 53bdf94807 Prepare version 1.0 2012-06-02 13:35:08 +01:00
Vincent Jacques 76f05598f4 Use datetime where it makes sence (issue #41) 2012-06-02 08:28:34 +01:00
Vincent Jacques dc8143c12e Implement wildcards ("*" and "none") for milestone and assignee in Repository.get_issues 2012-06-02 07:19:49 +01:00
Vincent Jacques 1527a836b3 Structure more parameters
We will HAVE to reduce differences between generated
code and code that actualy works...
2012-06-01 21:16:42 +01:00
Vincent Jacques ed7d1531d7 Structure parameters of Issue.edit 2012-06-01 20:00:03 +01:00
Vincent Jacques 9954a3fd1b Manual implementation of typing of last parameters 2012-06-01 18:54:35 +01:00
Vincent Jacques 0cc1743b3c A litle bit more structure 2012-05-31 19:43:33 +01:00
Vincent Jacques 94b12a18f4 Acknowledge that some attributes/parameters are variant dictionaries 2012-05-31 19:12:10 +01:00
Vincent Jacques c4bb0e9555 Structure some attributes 2012-05-31 19:02:03 +01:00
Vincent Jacques b42e1284ec Structure the result of PullRequest.merge 2012-05-30 18:36:01 +02:00
Vincent Jacques 0112938137 Structure some attributes 2012-05-29 20:22:31 +01:00
Vincent Jacques 244dca42c1 Re-implement url parameters and test them (issue #36) 2012-05-29 19:44:25 +01:00
Vincent Jacques 821ac669f2 Set types of many parameters 2012-05-27 20:46:29 +01:00
Vincent Jacques c4bebd9a11 Assert types of parameters of methods of Repository and RepositoryKey 2012-05-27 15:59:49 +01:00
Vincent Jacques 49d86183a9 Start to assert the type of the arguments 2012-05-27 15:46:30 +01:00
Vincent Jacques a12b56492f Fix many attribute types 2012-05-27 14:58:06 +01:00
Vincent Jacques 5aceaa19f2 Reduce differences between generated code and correct code 2012-05-27 13:06:50 +01:00
Vincent Jacques 855cc5dbd6 Do not assert that we know all the attributes we receive 2012-05-27 12:19:45 +01:00
Vincent Jacques b098940574 Test PullRequests 2012-05-27 11:53:22 +01:00
Vincent Jacques 8cb3e63e80 Test Team 2012-05-26 22:19:34 +01:00
Vincent Jacques a39af6a0aa Improve test coverage 2012-05-26 21:53:55 +01:00
Vincent Jacques 619eae8d51 Improve coverage of AuthenticatedUser 2012-05-26 10:57:10 +01:00
Vincent Jacques 12747613c5 Test Issue.getComments 2012-05-26 10:44:20 +01:00
Vincent Jacques 3a3bf47631 Merge branch 'master' into topic/RewriteWithGeneratedCode
Conflicts:
	github/Github.py
	github/Requester.py
2012-05-26 10:08:07 +01:00
Vincent Jacques 527ce7459a Merge commit 'c93f9cc8484b7' into topic/RewriteWithGeneratedCode
Conflicts:
	test/IntegrationTest.py
2012-05-22 20:59:30 +01:00
Vincent Jacques 473c92adcd Test Download and CommitComment 2012-05-22 20:18:37 +01:00
Vincent Jacques ca974699b0 Retrieve rate limiting information 2012-05-21 13:15:34 +02:00
Vincent Jacques beaa58ca0c Test IssueEvent attributes 2012-05-20 13:08:17 +01:00
Vincent Jacques a097671795 Test Gist 2012-05-19 08:32:14 +01:00
Vincent Jacques da3bea6922 Test Tag attributes 2012-05-19 05:53:29 +01:00
Vincent Jacques 8cca4872ed Test attributes of commit comments 2012-05-18 21:17:08 +01:00
Vincent Jacques 55779ebbb4 Test attributes of NamedUser 2012-05-18 20:56:30 +01:00
Vincent Jacques 030b23a3a9 Test Issue attributes 2012-05-18 20:40:24 +01:00
Vincent Jacques 1a20e048f2 Test attributes of Milestone 2012-05-12 15:42:02 +02:00
Vincent Jacques f23ed6341d Create a GitTreeElement class 2012-05-12 14:08:11 +02:00
Vincent Jacques 5a943ad0b2 Test Organization attributes 2012-05-12 11:15:20 +02:00
Vincent Jacques d052371c15 Create a class Permissions 2012-05-10 20:39:48 +01:00
Vincent Jacques 2e76c9b7c5 Test GitTag attributes 2012-05-10 19:22:33 +01:00
Vincent Jacques 3c71195916 Test GitRef attributes 2012-05-10 19:47:20 +02:00
Vincent Jacques efa58887aa Test Branch and Commit attributes 2012-05-10 19:16:36 +02:00
Vincent Jacques d631e83b79 Move files around 2012-05-10 18:10:17 +02:00