Commit Graph
84 Commits
Author SHA1 Message Date
Vincent Jacques a6b4165d6c ./manage.sh fix_headers 2013-09-06 11:39:12 +02:00
Vincent Jacques f2feb81dae Add default parameters to greatly reduce code redoundancy 2013-09-06 11:01:32 +02:00
Vincent Jacques 64cf539c83 #193: Add a param to Requester.requestXxx for request headers 2013-08-23 11:31:01 +02:00
Vincent Jacques 8a2624e3a1 Merge branch 'topic/RememberHeaders' into develop (#192)
Conflicts:
	github/Issue.py
	github/MainClass.py
	github/PaginatedList.py
	github/Repository.py
	github/Requester.py
2013-08-22 10:30:14 +02:00
Vincent Jacques 5c475c7683 First review of #192 (pep8, headers... nothing important)
./manage.sh check
./manage.sh fix_headers
2013-08-22 10:12:38 +02:00
Vincent Jacques 2dec13c974 Run compare_to_api_ref_doc.py 2013-08-21 16:14:13 +02:00
Vincent Jacques 20107078d2 Fix copyrights (#181 #182 #184 #186 #187) 2013-08-21 16:08:02 +02:00
AKFish 912bec79d2 Update copyright information 2013-08-21 17:45:01 +08:00
AKFish 3c1d17cd64 Update Repository.py 2013-08-21 17:13:03 +08:00
AKFish 0e842637a6 Update PullRequest.py 2013-08-21 17:03:41 +08:00
AKFish ef912af6b7 Update Organization.py 2013-08-21 17:01:13 +08:00
AKFish ba6800ada4 Update NamedUser.py 2013-08-21 16:57:10 +08:00
AKFish e4baf577ed Update Milestone.py 2013-08-21 16:24:27 +08:00
AKFish 175488270a Update Label.py 2013-08-21 16:21:22 +08:00
AKFish 7d40b9eae8 Update IssueEvent.py 2013-08-21 16:17:26 +08:00
AKFish 49a69c9425 Update Issue.py 2013-08-21 16:08:54 +08:00
AKFish 044a000d76 Update Hook.py 2013-08-21 15:58:07 +08:00
AKFish 038e35cb3d Update GitTree 2013-08-21 15:55:42 +08:00
AKFish c89bebc729 Update GitTag.py 2013-08-21 15:52:57 +08:00
AKFish 1dbc2dd38f Update GitRef.py 2013-08-21 15:51:12 +08:00
AKFish b43de50dc4 Update GitBlob.py 2013-08-21 15:48:08 +08:00
AKFish c15cb6575b Update Download.py 2013-08-21 15:33:25 +08:00
AKFish 0c13da4592 Update ContentFile.py 2013-08-21 15:31:45 +08:00
AKFish ced048663b Update Comparision.py 2013-08-21 15:29:13 +08:00
AKFish 3b2e19488f Update CommitComment.py 2013-08-21 15:28:00 +08:00
AKFish ed32e78da1 Update Commit.py and GitCommit.py 2013-08-21 15:26:05 +08:00
AKFish 2f31828502 Update RepositoryKey.py 2013-08-21 15:04:34 +08:00
AKFish ca6189c3c9 Change CompletableGithubObject.__init__ without breaking build. 2013-08-21 14:49:20 +08:00
AKFish 6e11aa9cf0 Update Permissions.py 2013-08-21 14:07:10 +08:00
AKFish 6943f6da7f Update Branch.py 2013-08-21 13:10:32 +08:00
Vincent Jacques 20f1d36b80 Merge branch 'topic/AddParamsToRepositoryGetCommits' into develop 2013-08-19 14:27:10 +02:00
Adrian Petrescu e6520adb48 Adding since, until parameters to Repository.getCommits() 2013-08-06 21:14:39 -04:00
Vincent Jacques 7c49e48305 Fix links to ref in :calls: sections 2013-07-16 23:46:23 +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 d0002b7a3c Fix pep8 and copyrights 2013-06-18 22:35:46 +02:00
Mark Roddy 5e6adc580d handle 302 responses in get_dir_contents requests 2013-06-18 18:13:33 +02:00
martinqt bad19c06a4 Repository docstring 2013-06-02 12:32:43 +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 fa43e95268 Refactor XxxGithubObject 2013-03-14 12:31:36 +01:00
Vincent Jacques 1e8dda73db Fix pep8 and coverage 2013-02-17 13:53:13 +01:00
Vincent Jacques 7a415fda66 Change home page 2013-02-16 21:19:49 +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 3cbc81551a Refactor: put form/multipart encoding in Requester
And remove my fucking credentials from git! (Password changed, btw)
2013-02-05 19:47:52 +01:00
Vincent Jacques e9be857089 Rename methods in Requester 2013-02-05 19:39:03 +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 abf0867543 Generate some repetitive doc files 2012-12-29 08:47:23 +01:00
Vincent Jacques 5edf5a120e Repository.get_issues_comments and Repository.get_pulls_comments (issue #126) 2012-12-25 13:02:15 +01:00