aboutsummaryrefslogtreecommitdiffstats
path: root/pygithub3/services (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add delete() to the repos service to delete a repository.Jason A. Donenfeld2012-07-091-0/+12
|
* refs #17. Fix bug with uploading to s3Paul Belanger2012-06-281-3/+3
| | | | Signed-off-by: Paul Belanger <paul.belanger@polybeacon.com>
* Tests on services.issues workingDavid Medina2012-06-164-8/+8
| | | | Also fix some bugs
* Refact normalize of dates into base.ServiceDavid Medina2012-06-163-31/+20
|
* Remove list_milestones from repo serviceDavid Medina2012-06-161-15/+0
| | | | | in favour of issues.milestones.list() to maintain the same structure with Github API docs
* issues.milestones serviceDavid Medina2012-06-162-55/+59
| | | | Also fix doc in issues.labels
* WIP on issuesDavid Medina2012-06-035-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/issuesDavid Medina2012-06-036-0/+497
|\ | | | | | | | | | | | | Conflicts: docs/services.rst pygithub3/github.py pygithub3/requests/repos/__init__.py
| * Change "Edit" to "Update" in docstringAlejandro Gómez2012-05-271-1/+1
| |
| * add `Labels` and `Milestones` to docsAlejandro Gómez2012-05-273-2/+4
| |
| * Labels and Milestones services addedAlejandro Gómez2012-05-276-4/+300
| |
| * Add issues service for issues, comments and events. has tests and updated docsConor Branagan2012-05-273-0/+199
| |
* | Merge 'services/orgs'David Medina2012-05-274-5/+291
|\ \ | |/ |/|
| * Little fixsDavid Medina2012-05-272-18/+8
| |
| * Add Teams ServiceStefano Rivera2012-04-242-0/+149
| |
| * An empty string doesn't work around the 411 issue on PUTs. Use 'PLACEHOLDER'Stefano Rivera2012-04-241-5/+5
| |
| * Add Orgs Members APIStefano Rivera2012-04-242-0/+96
| |
| * name -> orgStefano Rivera2012-04-241-6/+6
| |
| * Baseline Orgs API implementationStefano Rivera2012-04-231-0/+51
| |
* | refs #10David Medina2012-05-171-3/+3
| |
* | Merge 'services/pull_requests'David Medina2012-05-122-0/+224
|\ \
| * | Some fixes/typos and 'validate_body' relatedDavid Medina2012-05-122-19/+52
| | |
| * | use _bool for pull request merge statusNat Williams2012-04-191-17/+4
| | |
| * | pass body to pull_requests.merge properlyNat Williams2012-04-181-3/+5
| | |
| * | add pull request APINat Williams2012-04-172-0/+202
| |/ | | | | | | | | there are a few little issues remaining. Mostly regarding handling meaningful non-20x response codes
* | Litle fixsDavid Medina2012-04-286-68/+95
| |
* | add docs and a few little pep8 tweaksNat Williams2012-04-161-2/+0
| |
* | def != classNat Williams2012-04-161-1/+1
| |
* | add some docs I missedNat Williams2012-04-163-5/+29
| |
* | add Git Data API supportNat Williams2012-04-166-0/+208
|/
* Gists services docDavid Medina2012-04-032-0/+27
|
* Fix namingDavid Medina2012-04-031-3/+3
|
* services.gists.Comment doneDavid Medina2012-04-032-0/+66
|
* services.gists.Gist doneDavid Medina2012-04-031-0/+132
|
* Fix requests with invalid config precedenceDavid Medina2012-03-045-9/+11
|
* Get repository's commits supported with new resultDavid Medina2012-03-042-7/+36
|
* Refactor result. Now it's a packageDavid Medina2012-03-041-2/+3
| | | | | result.smart => Paginate iterator with 'page' behaviour. result.normal => Paginate iterator with 'next' behaviour.
* remaining_requests attr to Github and ServicesDavid Medina2012-03-031-0/+4
| | | | Updated with each request
* Service repos doneDavid Medina2012-03-034-1/+122
| | | | +repos.hooks
* Fix setup.py installDavid Medina2012-03-011-1/+1
|
* Python 2.6 compatibilityDavid Medina2012-03-012-2/+2
|
* Complete services.repos docDavid Medina2012-03-0112-42/+234
| | | | Also add Mimetypes doc
* WIP on services.repos docDavid Medina2012-03-013-8/+166
| | | | | +services.repos.collaborators doc +services.repos.commits doc
* Restructure modules and packages in a clean wayDavid Medina2012-03-0114-594/+640
| | | | The docs has increased lines of code, so I split it
* Services.repos.Repo docDavid Medina2012-02-293-29/+133
| | | | And typos
* Init documentationDavid Medina2012-02-293-2/+227
| | | | | | +core +services.user ~services.repos
* Repos.watchers service doneDavid Medina2012-02-221-0/+28
|
* Repos.keys service doneDavid Medina2012-02-221-0/+28
|
* Repos.forks service doneDavid Medina2012-02-221-0/+13
|
* Repos.downloads service doneDavid Medina2012-02-211-0/+37
|