aboutsummaryrefslogtreecommitdiffstats
path: root/pygithub3 (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-07-09Add delete() to the repos service to delete a repository.Jason A. Donenfeld1-0/+12
2012-06-28Bump 0.4.1David Medina1-1/+1
Fix S3 upload
2012-06-28refs #17. Fix bug with uploading to s3Paul Belanger1-3/+3
Signed-off-by: Paul Belanger <paul.belanger@polybeacon.com>
2012-06-16:sparkles: Release 0.4 :sparkles:0.4David Medina1-1/+1
- Git data service - Pull requests service - Orgs service - Issues service
2012-06-16Update readme and authorsDavid Medina2-5/+4
Also some PEP8
2012-06-16Tests on services.issues workingDavid Medina7-64/+58
Also fix some bugs
2012-06-16Remove list_labels from repo serviceDavid Medina1-12/+0
in favour of issues.labels.list() to maintain the same structure with Github API docs
2012-06-16Refact normalize of dates into base.ServiceDavid Medina4-32/+32
2012-06-16Remove list_milestones from repo serviceDavid Medina2-25/+0
in favour of issues.milestones.list() to maintain the same structure with Github API docs
2012-06-16issues.milestones serviceDavid Medina3-62/+66
Also fix doc in issues.labels
2012-06-03WIP on issuesDavid Medina10-169/+236
Fix GET params Config precendence of user/repo TODO: milestones , fix tests and test it
2012-05-27Little fixsDavid Medina6-24/+19
2012-05-27Change "Edit" to "Update" in docstringAlejandro Gómez1-1/+1
2012-05-27add Pull Request to `Issue` resourcesAlejandro Gómez2-3/+13
2012-05-27add `Labels` and `Milestones` to docsAlejandro Gómez3-2/+4
2012-05-27test Label validation errorsAlejandro Gómez5-7/+49
2012-05-27Labels and Milestones services addedAlejandro Gómez13-8/+578
2012-05-27Fix some issues resourcesConor Branagan1-3/+3
2012-05-27Use github.issues for the issues serviceConor Branagan1-0/+6
2012-05-27Add issues service for issues, comments and events. has tests and updated docsConor Branagan9-0/+465
2012-05-17refs #10David Medina3-6/+6
2012-05-12Some fixes/typos and 'validate_body' relatedDavid Medina7-50/+79
2012-05-12Deleted 'dispatch' decorator. No senseDavid Medina1-24/+17
2012-05-12Deleted 'validate_body' behaviourDavid Medina3-56/+26
'clean_body' had been developed to that functionality
2012-05-12Unify json importsDavid Medina4-14/+8
2012-04-28Litle fixsDavid Medina10-85/+101
2012-04-28add `updated_at` to `_dates` in Repo resourceAlejandro Gómez1-1/+1
2012-04-24Add Teams ServiceStefano Rivera4-1/+302
2012-04-24An empty string doesn't work around the 411 issue on PUTs. Use 'PLACEHOLDER'Stefano Rivera2-6/+6
2012-04-24Add Orgs Members APIStefano Rivera5-4/+187
2012-04-24name -> orgStefano Rivera2-8/+8
2012-04-24Move Team to orgsStefano Rivera3-7/+9
2012-04-23Baseline Orgs API implementationStefano Rivera5-1/+132
2012-04-19docstring link typoNat Williams1-1/+1
2012-04-19use _bool for pull request merge statusNat Williams2-19/+6
2012-04-19merge request won't json encode body without schemaNat Williams1-0/+4
2012-04-18pass body to pull_requests.merge properlyNat Williams1-3/+5
2012-04-17add pull request APINat Williams10-3/+540
there are a few little issues remaining. Mostly regarding handling meaningful non-20x response codes
2012-04-17more specific exception for missing Request classesNat Williams3-11/+11
2012-04-17let request objects specify custom body validationsNat Williams3-7/+37
2012-04-16add docs and a few little pep8 tweaksNat Williams5-5/+4
2012-04-16def != classNat Williams1-1/+1
2012-04-16add some docs I missedNat Williams5-9/+29
2012-04-16add Git Data API supportNat Williams15-0/+517
2012-04-04:sparkles: Release 0.3 :sparkles:0.3David Medina1-1/+1
- Gists service completed - Fix bugs
2012-04-03Fix bugDavid Medina1-1/+1
2012-04-03Gists services docDavid Medina2-0/+27
2012-04-03Fix namingDavid Medina3-9/+10
2012-04-03services.gists.Comment doneDavid Medina5-1/+152
2012-04-03services.gists.Gist doneDavid Medina4-3/+221