Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update readme and authors | 2012-06-16 | 1 | -3/+2 | |
| | | | | Also some PEP8 | ||||
* | Tests on services.issues working | 2012-06-16 | 1 | -53/+46 | |
| | | | | Also fix some bugs | ||||
* | Remove list_labels from repo service | 2012-06-16 | 1 | -12/+0 | |
| | | | | | in favour of issues.labels.list() to maintain the same structure with Github API docs | ||||
* | Refact normalize of dates into base.Service | 2012-06-16 | 1 | -1/+12 | |
| | |||||
* | Merge branch 'services/issues' of https://github.com/alejandrogomez/python-github3 into services/issues | 2012-06-03 | 2 | -0/+252 | |
|\ | | | | | | | | | | | | | Conflicts: docs/services.rst pygithub3/github.py pygithub3/requests/repos/__init__.py | ||||
| * | test Label validation errors | 2012-05-27 | 1 | -0/+22 | |
| | | |||||
| * | Labels and Milestones services added | 2012-05-27 | 2 | -2/+117 | |
| | | |||||
| * | Add issues service for issues, comments and events. has tests and updated docs | 2012-05-27 | 1 | -0/+115 | |
| | | |||||
* | | Merge 'services/orgs' | 2012-05-27 | 2 | -1/+173 | |
|\ \ | |/ |/| | |||||
| * | Little fixs | 2012-05-27 | 1 | -4/+4 | |
| | | |||||
| * | Add Teams Service | 2012-04-24 | 1 | -1/+82 | |
| | | |||||
| * | An empty string doesn't work around the 411 issue on PUTs. Use 'PLACEHOLDER' | 2012-04-24 | 1 | -1/+1 | |
| | | |||||
| * | Add Orgs Members API | 2012-04-24 | 1 | -4/+51 | |
| | | |||||
| * | Baseline Orgs API implementation | 2012-04-23 | 1 | -0/+44 | |
| | | |||||
* | | refs #10 | 2012-05-17 | 1 | -2/+2 | |
| | | |||||
* | | Merge 'services/pull_requests' | 2012-05-12 | 1 | -0/+190 | |
|\ \ | |||||
| * | | Some fixes/typos and 'validate_body' related | 2012-05-12 | 1 | -15/+4 | |
| | | | |||||
| * | | use _bool for pull request merge status | 2012-04-19 | 1 | -2/+2 | |
| | | | |||||
| * | | add pull request API | 2012-04-17 | 1 | -0/+201 | |
| |/ | | | | | | | | | there are a few little issues remaining. Mostly regarding handling meaningful non-20x response codes | ||||
* | | Litle fixs | 2012-04-28 | 1 | -10/+3 | |
| | | |||||
* | | add Git Data API support | 2012-04-16 | 1 | -0/+164 | |
|/ | |||||
* | Fix naming | 2012-04-03 | 1 | -2/+2 | |
| | |||||
* | services.gists.Comment done | 2012-04-03 | 1 | -1/+38 | |
| | |||||
* | services.gists.Gist done | 2012-04-03 | 1 | -3/+3 | |
| | |||||
* | "services.gists.Gist" tests and resources | 2012-04-03 | 1 | -0/+93 | |
| | |||||
* | Fix requests with invalid config precedence | 2012-03-04 | 2 | -36/+8 | |
| | |||||
* | Get repository's commits supported with new result | 2012-03-04 | 1 | -2/+0 | |
| | |||||
* | Refactor result. Now it's a package | 2012-03-04 | 1 | -2/+2 | |
| | | | | | result.smart => Paginate iterator with 'page' behaviour. result.normal => Paginate iterator with 'next' behaviour. | ||||
* | Service repos done | 2012-03-03 | 1 | -1/+44 | |
| | | | | +repos.hooks | ||||
* | Python 2.6 compatibility | 2012-03-01 | 3 | -8/+6 | |
| | |||||
* | Restructure modules and packages in a clean way | 2012-03-01 | 1 | -2/+2 | |
| | | | | The docs has increased lines of code, so I split it | ||||
* | Init documentation | 2012-02-29 | 1 | -2/+2 | |
| | | | | | | +core +services.user ~services.repos | ||||
* | Repos.watchers service done | 2012-02-22 | 1 | -1/+44 | |
| | |||||
* | Repos.keys service done | 2012-02-22 | 1 | -1/+38 | |
| | |||||
* | Repos.forks service done | 2012-02-22 | 1 | -1/+21 | |
| | |||||
* | Repos.downloads service done | 2012-02-21 | 1 | -1/+33 | |
| | |||||
* | Support to Mimetypes in some services | 2012-02-19 | 1 | -0/+21 | |
| | |||||
* | Fix test imports | 2012-02-19 | 3 | -6/+8 | |
| | |||||
* | Repos commits added | 2012-02-18 | 1 | -1/+66 | |
| | |||||
* | Services' renaming: base.Base to base.Service | 2012-02-17 | 1 | -2/+2 | |
| | |||||
* | Repos collaborators added | 2012-02-12 | 1 | -2/+34 | |
| | |||||
* | Repos service initialized | 2012-02-12 | 1 | -0/+140 | |
| | | | | +service.repos.repo | ||||
* | Services.users tests completed | 2012-02-11 | 1 | -2/+25 | |
| | | | | | | | services.users.user services.users.emails services.users.keys services.users.followers | ||||
* | Wip on services.users | 2012-02-11 | 2 | -5/+149 | |
| | |||||
* | Fix asserts bugs in client. | 2012-02-11 | 2 | -4/+6 | |
| | | | | | Fixing something that is there to check what never happens... But tests doesn't lie, so funny :P | ||||
* | WIP on resources.users tests | 2012-02-11 | 2 | -7/+27 | |
| | |||||
* | Services tests | 2012-02-11 | 3 | -0/+59 | |
services.core |