Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove list_milestones from repo service | 2012-06-16 | 1 | -10/+0 | |
| | | | | | in favour of issues.milestones.list() to maintain the same structure with Github API docs | ||||
* | WIP on issues | 2012-06-03 | 1 | -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/issues | 2012-06-03 | 1 | -0/+15 | |
|\ | | | | | | | | | | | | | Conflicts: docs/services.rst pygithub3/github.py pygithub3/requests/repos/__init__.py | ||||
| * | test Label validation errors | 2012-05-27 | 1 | -1/+0 | |
| | | |||||
| * | Labels and Milestones services added | 2012-05-27 | 1 | -0/+16 | |
| | | |||||
* | | Move Team to orgs | 2012-04-24 | 1 | -1/+2 | |
|/ | |||||
* | Get repository's commits supported with new result | 2012-03-04 | 1 | -2/+2 | |
| | |||||
* | Service repos done | 2012-03-03 | 1 | -0/+48 | |
| | | | | +repos.hooks | ||||
* | Python 2.6 compatibility | 2012-03-01 | 1 | -1/+1 | |
| | |||||
* | Restructure modules and packages in a clean way | 2012-03-01 | 3 | -88/+79 | |
| | | | | The docs has increased lines of code, so I split it | ||||
* | Repos.watchers service done | 2012-02-22 | 1 | -0/+37 | |
| | |||||
* | Repos.keys service done | 2012-02-22 | 1 | -0/+44 | |
| | |||||
* | Repos.forks service done | 2012-02-22 | 1 | -0/+18 | |
| | |||||
* | Repos.downloads service done | 2012-02-21 | 1 | -0/+34 | |
| | |||||
* | Repos commits added | 2012-02-18 | 1 | -0/+64 | |
| | |||||
* | Repos collaborators added | 2012-02-12 | 1 | -0/+25 | |
| | |||||
* | Repos service initialized | 2012-02-12 | 2 | -0/+90 | |
+service.repos.repo |