Vincent Jacques
|
a4910ac922
|
First step of implementation of Repository.get_stats_xxx (#203)
|
2013-11-10 18:09:48 -08:00 |
|
Vincent Jacques
|
b082414ad0
|
Fix doc
|
2013-11-10 18:04:35 -08:00 |
|
Vincent Jacques
|
6c37e68901
|
Add 'author' to 'Repository.get_commits' (#204)
|
2013-11-10 16:52:46 -08:00 |
|
Vincent Jacques
|
c83b0ef7d5
|
Remove Repository.create_download and NamedUser.create_gist
|
2013-10-20 19:09:30 -07:00 |
|
Vincent Jacques
|
5093cc255a
|
Fix public/private in Repository.edit (#199)
|
2013-10-20 19:03:35 -07:00 |
|
Vincent Jacques
|
597e123029
|
Factorize the creation of attributes (preparation for #195)
|
2013-09-12 09:27:25 +02:00 |
|
Vincent Jacques
|
4a5009741a
|
Use ValuedAttribute and NotSet.value (preparation for #195)
|
2013-09-12 00:40:27 +02:00 |
|
Vincent Jacques
|
c0dae31a97
|
Add many missing attributes
|
2013-09-06 17:14:59 +02:00 |
|
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 |
|