aboutsummaryrefslogtreecommitdiffstats
path: root/pygithub3/services/repos (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-07-09Add delete() to the repos service to delete a repository.Jason A. Donenfeld1-0/+12
2012-06-28refs #17. Fix bug with uploading to s3Paul Belanger1-3/+3
Signed-off-by: Paul Belanger <paul.belanger@polybeacon.com>
2012-06-16Remove list_milestones from repo serviceDavid Medina1-15/+0
in favour of issues.milestones.list() to maintain the same structure with Github API docs
2012-06-03WIP on issuesDavid Medina1-15/+0
Fix GET params Config precendence of user/repo TODO: milestones , fix tests and test it
2012-05-27Labels and Milestones services addedAlejandro Gómez1-0/+30
2012-04-03Fix namingDavid Medina1-3/+3
2012-03-04Fix requests with invalid config precedenceDavid Medina3-3/+3
2012-03-04Get repository's commits supported with new resultDavid Medina1-4/+29
2012-03-03Service repos doneDavid Medina3-1/+119
+repos.hooks
2012-03-01Python 2.6 compatibilityDavid Medina1-1/+1
2012-03-01Complete services.repos docDavid Medina7-24/+224
Also add Mimetypes doc
2012-03-01WIP on services.repos docDavid Medina3-8/+166
+services.repos.collaborators doc +services.repos.commits doc
2012-03-01Restructure modules and packages in a clean wayDavid Medina7-0/+391
The docs has increased lines of code, so I split it