Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add delete() to the repos service to delete a repository. | 2012-07-09 | 1 | -0/+12 | |
| | |||||
* | refs #17. Fix bug with uploading to s3 | 2012-06-28 | 1 | -3/+3 | |
| | | | | Signed-off-by: Paul Belanger <paul.belanger@polybeacon.com> | ||||
* | Tests on services.issues working | 2012-06-16 | 4 | -8/+8 | |
| | | | | Also fix some bugs | ||||
* | Refact normalize of dates into base.Service | 2012-06-16 | 3 | -31/+20 | |
| | |||||
* | Remove list_milestones from repo service | 2012-06-16 | 1 | -15/+0 | |
| | | | | | in favour of issues.milestones.list() to maintain the same structure with Github API docs | ||||
* | issues.milestones service | 2012-06-16 | 2 | -55/+59 | |
| | | | | Also fix doc in issues.labels | ||||
* | WIP on issues | 2012-06-03 | 5 | -135/+218 | |
| | | | | | | | 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 | 6 | -0/+497 | |
|\ | | | | | | | | | | | | | Conflicts: docs/services.rst pygithub3/github.py pygithub3/requests/repos/__init__.py | ||||
| * | Change "Edit" to "Update" in docstring | 2012-05-27 | 1 | -1/+1 | |
| | | |||||
| * | add `Labels` and `Milestones` to docs | 2012-05-27 | 3 | -2/+4 | |
| | | |||||
| * | Labels and Milestones services added | 2012-05-27 | 6 | -4/+300 | |
| | | |||||
| * | Add issues service for issues, comments and events. has tests and updated docs | 2012-05-27 | 3 | -0/+199 | |
| | | |||||
* | | Merge 'services/orgs' | 2012-05-27 | 4 | -5/+291 | |
|\ \ | |/ |/| | |||||
| * | Little fixs | 2012-05-27 | 2 | -18/+8 | |
| | | |||||
| * | Add Teams Service | 2012-04-24 | 2 | -0/+149 | |
| | | |||||
| * | An empty string doesn't work around the 411 issue on PUTs. Use 'PLACEHOLDER' | 2012-04-24 | 1 | -5/+5 | |
| | | |||||
| * | Add Orgs Members API | 2012-04-24 | 2 | -0/+96 | |
| | | |||||
| * | name -> org | 2012-04-24 | 1 | -6/+6 | |
| | | |||||
| * | Baseline Orgs API implementation | 2012-04-23 | 1 | -0/+51 | |
| | | |||||
* | | refs #10 | 2012-05-17 | 1 | -3/+3 | |
| | | |||||
* | | Merge 'services/pull_requests' | 2012-05-12 | 2 | -0/+224 | |
|\ \ | |||||
| * | | Some fixes/typos and 'validate_body' related | 2012-05-12 | 2 | -19/+52 | |
| | | | |||||
| * | | use _bool for pull request merge status | 2012-04-19 | 1 | -17/+4 | |
| | | | |||||
| * | | pass body to pull_requests.merge properly | 2012-04-18 | 1 | -3/+5 | |
| | | | |||||
| * | | add pull request API | 2012-04-17 | 2 | -0/+202 | |
| |/ | | | | | | | | | there are a few little issues remaining. Mostly regarding handling meaningful non-20x response codes | ||||
* | | Litle fixs | 2012-04-28 | 6 | -68/+95 | |
| | | |||||
* | | add docs and a few little pep8 tweaks | 2012-04-16 | 1 | -2/+0 | |
| | | |||||
* | | def != class | 2012-04-16 | 1 | -1/+1 | |
| | | |||||
* | | add some docs I missed | 2012-04-16 | 3 | -5/+29 | |
| | | |||||
* | | add Git Data API support | 2012-04-16 | 6 | -0/+208 | |
|/ | |||||
* | Gists services doc | 2012-04-03 | 2 | -0/+27 | |
| | |||||
* | Fix naming | 2012-04-03 | 1 | -3/+3 | |
| | |||||
* | services.gists.Comment done | 2012-04-03 | 2 | -0/+66 | |
| | |||||
* | services.gists.Gist done | 2012-04-03 | 1 | -0/+132 | |
| | |||||
* | Fix requests with invalid config precedence | 2012-03-04 | 5 | -9/+11 | |
| | |||||
* | Get repository's commits supported with new result | 2012-03-04 | 2 | -7/+36 | |
| | |||||
* | Refactor result. Now it's a package | 2012-03-04 | 1 | -2/+3 | |
| | | | | | result.smart => Paginate iterator with 'page' behaviour. result.normal => Paginate iterator with 'next' behaviour. | ||||
* | remaining_requests attr to Github and Services | 2012-03-03 | 1 | -0/+4 | |
| | | | | Updated with each request | ||||
* | Service repos done | 2012-03-03 | 4 | -1/+122 | |
| | | | | +repos.hooks | ||||
* | Fix setup.py install | 2012-03-01 | 1 | -1/+1 | |
| | |||||
* | Python 2.6 compatibility | 2012-03-01 | 2 | -2/+2 | |
| | |||||
* | Complete services.repos doc | 2012-03-01 | 12 | -42/+234 | |
| | | | | Also add Mimetypes doc | ||||
* | WIP on services.repos doc | 2012-03-01 | 3 | -8/+166 | |
| | | | | | +services.repos.collaborators doc +services.repos.commits doc | ||||
* | Restructure modules and packages in a clean way | 2012-03-01 | 14 | -594/+640 | |
| | | | | The docs has increased lines of code, so I split it | ||||
* | Services.repos.Repo doc | 2012-02-29 | 3 | -29/+133 | |
| | | | | And typos | ||||
* | Init documentation | 2012-02-29 | 3 | -2/+227 | |
| | | | | | | +core +services.user ~services.repos | ||||
* | Repos.watchers service done | 2012-02-22 | 1 | -0/+28 | |
| | |||||
* | Repos.keys service done | 2012-02-22 | 1 | -0/+28 | |
| | |||||
* | Repos.forks service done | 2012-02-22 | 1 | -0/+13 | |
| | |||||
* | Repos.downloads service done | 2012-02-21 | 1 | -0/+37 | |
| |