Commit Graph
71 Commits
Author SHA1 Message Date
Vincent Jacques 70c875fa99 Document PaginatedList.get_page (issue #77) 2012-09-12 20:50:30 +02:00
Vincent Jacques b351413aaa Improve documentation (issue #78) 2012-09-11 21:15:53 +02:00
Vincent Jacques 697920fe59 Anticipate doc and tests for pull request #74 2012-09-11 20:45:56 +02:00
Vincent Jacques b758b24bdb Implement https://api.github.com/hooks (issue #35) 2012-09-08 19:35:58 +02:00
Vincent Jacques 82b7322573 Clarify issue comments and review comments on pull requests (issue #59) 2012-09-08 15:15:17 +02:00
Vincent Jacques 20092a0cd9 Fix ReferenceOfClasses.md 2012-09-08 14:50:36 +02:00
Vincent Jacques 579f9bc915 Repository.merge (issue #69) 2012-09-08 14:30:06 +02:00
Vincent Jacques 1713d3fb0b Repository.get_branch 2012-09-08 14:08:20 +02:00
Vincent Jacques 03058a3616 Commit statuses (issue #67) 2012-09-08 13:41:15 +02:00
Vincent Jacques f109c644fd Repository.get_archive_link (issue #65) 2012-09-08 13:04:43 +02:00
Vincent Jacques f963e6ac91 Repository.get_readme and Repository.get_contents (issue #65) 2012-09-08 12:51:37 +02:00
Vincent Jacques 3be2e82b40 Implement subscriptions (issue #70) 2012-09-08 01:54:51 +02:00
Vincent Jacques 5d67293676 Implement stargazers (issue #70) 2012-09-08 01:40:22 +02:00
Vincent Jacques 696e198c18 Implement assignees (issue #68) 2012-09-08 01:16:14 +02:00
Vincent Jacques 8f184d93af Reconciliate generated code with shipped code
(no impact on shipped code, only re-ordering)
2012-09-07 23:48:43 +02:00
Vincent Jacques 1322002d18 Merge branch 'topic/Timeout' into develop
Conflicts:
	github/Requester.py
2012-09-05 19:21:10 +02:00
Dima Kukushkin 7186391d9c Add notice about timeout to documentation. 2012-08-25 23:40:48 +04:00
Vincent Jacques b8ac1eaa14 Repository.delete 2012-08-23 09:36:47 +02:00
Vincent Jacques 754dc4a92b Update documentation 2012-07-23 18:18:27 +02:00
Vincent Jacques a21eb42be0 Merge branch 'topic/GitAuthorDateAsDatetime' into develop 2012-07-13 21:14:51 +02:00
Vincent Jacques 0218adc564 Finaly remove GitAuthor.timezone
See https://github.com/jacquev6/PyGithub/issues/54#issuecomment-6972414
2012-07-13 21:11:17 +02:00
Vincent Jacques 9c4a3a0bba Merge branch 'topic/Markdown' into develop 2012-07-13 20:42:26 +02:00
Vincent Jacques 478c0aaa2b Implement markdown rendering (Issue #56) 2012-07-13 18:13:43 +02:00
Vincent Jacques 5cbee7346f Small clean-up + type fixes 2012-07-10 20:37:49 +01:00
Vincent Jacques 4e85f4178a Add tests about issue #54, according to comments by @bilderbuchi 2012-07-10 18:09:35 +02:00
Vincent Jacques f6a3490e7b GitAuthor.date is now a datetime (Issue #54) 2012-07-09 18:16:44 +02:00
Vincent Jacques 2e09bb0b47 Publish version 1.2 2012-06-29 19:30:20 +01:00
Vincent Jacques 2085882135 Clarify return type of methods giving a collection (asked in issue #51) 2012-06-29 19:17:48 +01:00
Vincent Jacques d8882e53ed Improve legacy APIs:
- add a legacy_ prefix (avoir future name clashes)
- add the language parameter to Github.legacy_search_repos
- prepare legacy pagination
2012-06-29 18:09:43 +01:00
Vincent Jacques bdad6a4612 Create documentation and method stubs for issue #49 (legacy search api) 2012-06-28 21:27:53 +01:00
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