Commit Graph
145 Commits
Author SHA1 Message Date
Vincent Jacques 16cb2873e8 Generate doc/apis.rst instead of checking it 2013-07-16 22:19:22 +02:00
Vincent Jacques 8484260dc5 Fix our doc to match URLs described in Github API v3 ref doc 2013-07-16 10:32:57 +02:00
Vincent Jacques 06a3d87098 Change source file header format 2013-07-13 19:03:53 +02:00
Vincent Jacques 56309b90f2 Run the script added in previous commit 2013-07-13 11:10:00 +02:00
Vincent Jacques a55486a809 Add a script to fix file headers 2013-07-13 11:09:14 +02:00
Vincent Jacques c67f5f9d72 Prepare version 1.17.0 2013-07-07 17:26:32 +02:00
Vincent Jacques f62f384bc6 Implement GET /users (issue #173) 2013-06-18 17:58:29 +02:00
Vincent Jacques 539ec2a725 Publish version 1.16.0 2013-05-31 14:13:14 +02:00
Vincent Jacques e1c7052ff1 Publish version 1.15.0 2013-05-17 14:38:31 +02:00
Vincent Jacques 7f74a92b55 AuthenticatedUser.get_user_issues and Organization.get_issues (issue #166) 2013-05-17 13:52:49 +02:00
Vincent Jacques 446f0c9441 Publish version 1.14.2 2013-04-25 20:25:18 +02:00
Vincent Jacques aa7df884c4 Small fixes in doc 2013-04-25 15:27:26 +02:00
Vincent Jacques 8551e75e6b Fix link to milestone 2013-04-25 11:41:59 +02:00
Vincent Jacques fa9cbd16a4 Prepare version 1.14.1 2013-04-25 10:30:13 +02:00
Vincent Jacques a32fd534fb Prepare version 1.14.0 2013-04-22 22:43:48 +02:00
Vincent Jacques 73f9ae8f21 Merge branch 'topic/SpecificExceptions' into develop 2013-04-22 22:23:04 +02:00
Vincent Jacques db5560bd65 Add a script to check copyrights with git log. And fix copyrights. 2013-03-29 16:54:15 +01:00
Vincent Jacques f5d8e221d1 Add (a bit of) documentation about error handling and exceptions 2013-03-28 20:55:48 +01:00
Vincent Jacques dc96fef052 Publish version 1.13.1 2013-03-28 20:10:31 +01:00
Vincent Jacques b7e4000450 Publish version 1.13.0 2013-03-22 18:41:13 +01:00
Vincent Jacques a397fac6db Fix doc for raw_data (issue #144) 2013-03-21 21:56:51 +01:00
Vincent Jacques ee29deddd2 Complete doc/apis.rst (pull #148) 2013-03-19 22:36:35 +01:00
Vincent Jacques f25c54e1d4 Fix documentation (pull #148)
I had to separate class NotificationSubject in its own file, to cope
with my basic doc generation.
2013-03-19 21:27:34 +01:00
Vincent Jacques a39f421ca2 Avoid confusion between github/ and Github.py on case-insensitive file systems (#143) 2013-03-12 10:16:06 +01:00
Vincent Jacques 03a256a405 Publish version 1.12.2 2013-03-03 18:44:25 +01:00
Vincent Jacques 67bdf8c0be Publish version 1.12.1 2013-02-20 19:40:54 +01:00
Vincent Jacques 5efe9cee26 Improve publish.sh 2013-02-20 19:07:31 +01:00
Vincent Jacques 0bd00452e7 Improve documentation 2013-02-16 21:15:17 +01:00
Vincent Jacques 680490a6d8 Merge branch 'develop' into topic/ExperimentOnDocumentation
Conflicts:
	ReadMe.md
	doc/ChangeLog.md
	doc/ReferenceOfApis.md
	doc/ReferenceOfClasses.md
	github/AuthenticatedUser.py
	github/Authorization.py
	github/CommitComment.py
	github/ContentFile.py
	github/Download.py
	github/Gist.py
	github/GistComment.py
	github/GitRef.py
	github/Github.py
	github/Hook.py
	github/Issue.py
	github/IssueComment.py
	github/Label.py
	github/Milestone.py
	github/PullRequest.py
	github/PullRequestComment.py
	github/Repository.py
	github/RepositoryKey.py
	github/Team.py
	github/UserKey.py
	setup.py
2013-02-16 19:57:13 +01:00
Vincent Jacques 04adab121e Implement Repository.get_dir_contents (issue #140) 2013-02-16 19:09:25 +01:00
Vincent Jacques 392a422ec2 Publish version 1.11.1 2013-02-09 11:20:36 +01:00
Vincent Jacques 6b32e1cdf5 Publish version 1.11.0 2013-02-07 19:09:48 +01:00
Vincent Jacques 20d0e1e6d6 Improve 2013-02-07 19:02:47 +01:00
Vincent Jacques 2215010b0e Retrieve scopes for current oauth token from response headers (Issue #134) 2013-02-06 00:04:29 +01:00
Vincent Jacques f024950884 First implementation of PubSubHubbub (un)subscription (Issue #129)
This will need 'some' refactoring.
2013-02-05 19:23:20 +01:00
Vincent Jacques 3ab9b1668d Doc for NamedUser.get_keys (Issue #130) 2013-02-03 17:29:21 +01:00
Vincent Jacques 200d14739c Typo 2012-12-29 08:59:58 +01:00
Vincent Jacques abf0867543 Generate some repetitive doc files 2012-12-29 08:47:23 +01:00
Vincent Jacques 889e57df22 Improve docs 2012-12-29 08:13:22 +01:00
Vincent Jacques 06269e557e Improve 2012-12-25 15:56:15 +01:00
Vincent Jacques 2558a8f2dd Fix doc 2012-12-25 13:47:34 +01:00
Vincent Jacques c0723e4c79 Merge branch 'master' into topic/ExperimentOnDocumentation
Conflicts:
	ReadMe.md
	doc/ChangeLog.md
	setup.py
2012-12-25 13:37:46 +01:00
Vincent Jacques c58d550b67 Prepare version 1.10.0 + pep8 2012-12-25 13:14:52 +01:00
Vincent Jacques 5edf5a120e Repository.get_issues_comments and Repository.get_pulls_comments (issue #126) 2012-12-25 13:02:15 +01:00
Vincent Jacques b8a3a12991 Add client_id and client_secret parameters to AuthenticatedUser.create_authorization (issue #125) 2012-12-25 12:19:19 +01:00
Vincent Jacques d8e4ece9a7 Complete "ref in Repository.get_contents and .get_readme" (pull #124)
Add documentation and automated tests
2012-12-25 11:50:54 +01:00
Vincent Jacques 284db47d79 Merge branch 'develop' into topic/ExperimentOnDocumentation
Conflicts:
	ReadMe.md
	doc/ReferenceOfApis.md
	doc/ReferenceOfClasses.md
2012-12-21 22:22:43 +01:00
Vincent Jacques 614ea9b992 Fix doc 2012-12-21 22:00:48 +01:00
Vincent Jacques 5b52f652e0 Github.get_gitignore_template[s] (issue #120) 2012-12-21 21:10:53 +01:00
Vincent Jacques 64ec395298 Get repo from full name: tests, doc, fix param name (Pull #121) 2012-12-21 20:38:29 +01:00