aboutsummaryrefslogtreecommitdiffstats
path: root/pygithub3/requests/repos (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove list_milestones from repo serviceDavid Medina2012-06-161-10/+0
| | | | | in favour of issues.milestones.list() to maintain the same structure with Github API docs
* WIP on issuesDavid Medina2012-06-031-4/+0
| | | | | | | Fix GET params Config precendence of user/repo TODO: milestones , fix tests and test it
* Merge branch 'services/issues' of https://github.com/alejandrogomez/python-github3 into services/issuesDavid Medina2012-06-031-0/+15
|\ | | | | | | | | | | | | Conflicts: docs/services.rst pygithub3/github.py pygithub3/requests/repos/__init__.py
| * test Label validation errorsAlejandro Gómez2012-05-271-1/+0
| |
| * Labels and Milestones services addedAlejandro Gómez2012-05-271-0/+16
| |
* | Move Team to orgsStefano Rivera2012-04-241-1/+2
|/
* Get repository's commits supported with new resultDavid Medina2012-03-041-2/+2
|
* Service repos doneDavid Medina2012-03-031-0/+48
| | | | +repos.hooks
* Python 2.6 compatibilityDavid Medina2012-03-011-1/+1
|
* Restructure modules and packages in a clean wayDavid Medina2012-03-013-88/+79
| | | | The docs has increased lines of code, so I split it
* Repos.watchers service doneDavid Medina2012-02-221-0/+37
|
* Repos.keys service doneDavid Medina2012-02-221-0/+44
|
* Repos.forks service doneDavid Medina2012-02-221-0/+18
|
* Repos.downloads service doneDavid Medina2012-02-211-0/+34
|
* Repos commits addedDavid Medina2012-02-181-0/+64
|
* Repos collaborators addedDavid Medina2012-02-121-0/+25
|
* Repos service initializedDavid Medina2012-02-122-0/+90
+service.repos.repo