aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Added self to authors.HEADmasterJason A. Donenfeld2012-07-091-0/+1
|
* Add delete() to the repos service to delete a repository.Jason A. Donenfeld2012-07-091-0/+12
|
* Bump 0.4.1David Medina2012-06-281-1/+1
| | | | Fix S3 upload
* refs #17. Fix bug with uploading to s3Paul Belanger2012-06-282-4/+4
| | | | Signed-off-by: Paul Belanger <paul.belanger@polybeacon.com>
* :sparkles: Release 0.4 :sparkles:0.4David Medina2012-06-164-4/+7
| | | | | | | - Git data service - Pull requests service - Orgs service - Issues service
* Fix type docDavid Medina2012-06-161-2/+2
|
* Merge pull request #13 from ralphbean/test-collectorDavid Medina2012-06-161-0/+12
|\ | | | | Allow "python setup.py test"
| * Allow "python setup.py test"Ralph Bean2012-06-131-0/+12
| |
* | Update readme and authorsDavid Medina2012-06-164-6/+9
| | | | | | | | Also some PEP8
* | Merge #12 'services/issues'David Medina2012-06-1622-6/+1204
|\ \ | |/ |/|
| * Tests on services.issues workingDavid Medina2012-06-167-64/+58
| | | | | | | | Also fix some bugs
| * Remove list_labels from repo serviceDavid Medina2012-06-161-12/+0
| | | | | | | | | | in favour of issues.labels.list() to maintain the same structure with Github API docs
| * Refact normalize of dates into base.ServiceDavid Medina2012-06-164-32/+32
| |
| * Remove list_milestones from repo serviceDavid Medina2012-06-162-25/+0
| | | | | | | | | | in favour of issues.milestones.list() to maintain the same structure with Github API docs
| * issues.milestones serviceDavid Medina2012-06-163-62/+66
| | | | | | | | Also fix doc in issues.labels
| * WIP on issuesDavid Medina2012-06-0310-171/+238
| | | | | | | | | | | | | | 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-0320-0/+1171
| |\ | | | | | | | | | | | | | | | | | | 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 Pull Request to `Issue` resourcesAlejandro Gómez2012-05-272-3/+13
| | |
| | * add build/ to .gitignoreAlejandro Gómez2012-05-271-0/+1
| | |
| | * add `Labels` and `Milestones` to docsAlejandro Gómez2012-05-274-8/+37
| | |
| | * test Label validation errorsAlejandro Gómez2012-05-275-7/+49
| | |
| | * Labels and Milestones services addedAlejandro Gómez2012-05-2713-8/+578
| | |
| | * Fix some issues resourcesConor Branagan2012-05-271-3/+3
| | |
| | * Use github.issues for the issues serviceConor Branagan2012-05-271-0/+6
| | |
| | * Add issues service for issues, comments and events. has tests and updated docsConor Branagan2012-05-2711-0/+513
| | |
| * | Merge 'services/orgs'David Medina2012-05-2716-14/+673
| |\ \ | | |/ | |/|
* | | Merge #5 'services/orgs'David Medina2012-06-0317-15/+675
|\ \ \ | |/ / |/| / | |/
| * Authors updatedDavid Medina2012-05-271-0/+1
| |
| * Little fixsDavid Medina2012-05-278-24/+66
| |
| * Merged pull request #5 from stefanor:services/orgsDavid Medina2012-04-2813-14/+631
| |\
| | * Add Teams ServiceStefano Rivera2012-04-244-1/+302
| | |
| | * An empty string doesn't work around the 411 issue on PUTs. Use 'PLACEHOLDER'Stefano Rivera2012-04-242-6/+6
| | |
| | * Add Orgs Members APIStefano Rivera2012-04-245-4/+187
| | |
| | * name -> orgStefano Rivera2012-04-242-8/+8
| | |
| | * Move Team to orgsStefano Rivera2012-04-243-7/+9
| | |
| | * Baseline Orgs API implementationStefano Rivera2012-04-235-1/+132
| |/
* | Merge pull request #11 from dsc/patch-1David Medina2012-05-181-1/+1
|\ \ | | | | | | Require a current version of `requests` -- `pygithub3` installs, but lat...
| * | Require a current version of `requests` -- `pygithub3` installs, but later fails with all sorts of cryptic errors if you have an older, pre-existing version of `requests` installed when you install `pygithub3`.David Schoonover2012-05-171-1/+1
|/ /
* | refs #10David Medina2012-05-173-6/+6
| |
* | Readme and authors updatedDavid Medina2012-05-122-2/+4
| |
* | Merge 'services/pull_requests'David Medina2012-05-1216-67/+649
|\ \
| * | Some fixes/typos and 'validate_body' relatedDavid Medina2012-05-128-53/+84
| | |
| * | Deleted 'dispatch' decorator. No senseDavid Medina2012-05-121-24/+17
| | |
| * | Deleted 'validate_body' behaviourDavid Medina2012-05-123-56/+26
| | | | | | | | | | | | 'clean_body' had been developed to that functionality
| * | Unify json importsDavid Medina2012-05-124-14/+8
| | |
| * | Merged pull request #4 from natw:services/pull_requestsDavid Medina2012-04-2814-21/+615
| |\ \ | | |/ | |/|
| | * docstring link typoNat Williams2012-04-191-1/+1
| | |
| | * use _bool for pull request merge statusNat Williams2012-04-192-19/+6
| | |
| | * merge request won't json encode body without schemaNat Williams2012-04-191-0/+4
| | |