Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2012-07-09 | Add delete() to the repos service to delete a repository. | 1 | -0/+12 | ||
2012-06-28 | Bump 0.4.1 | 1 | -1/+1 | ||
Fix S3 upload | |||||
2012-06-28 | refs #17. Fix bug with uploading to s3 | 2 | -4/+4 | ||
Signed-off-by: Paul Belanger <paul.belanger@polybeacon.com> | |||||
2012-06-16 | :sparkles: Release 0.4 :sparkles:0.4 | 4 | -4/+7 | ||
- Git data service - Pull requests service - Orgs service - Issues service | |||||
2012-06-16 | Fix type doc | 1 | -2/+2 | ||
2012-06-16 | Update readme and authors | 4 | -6/+9 | ||
Also some PEP8 | |||||
2012-06-16 | Tests on services.issues working | 7 | -64/+58 | ||
Also fix some bugs | |||||
2012-06-16 | Remove list_labels from repo service | 1 | -12/+0 | ||
in favour of issues.labels.list() to maintain the same structure with Github API docs | |||||
2012-06-16 | Refact normalize of dates into base.Service | 4 | -32/+32 | ||
2012-06-16 | Remove list_milestones from repo service | 2 | -25/+0 | ||
in favour of issues.milestones.list() to maintain the same structure with Github API docs | |||||
2012-06-16 | issues.milestones service | 3 | -62/+66 | ||
Also fix doc in issues.labels | |||||
2012-06-13 | Allow "python setup.py test" | 1 | -0/+12 | ||
2012-06-03 | WIP on issues | 10 | -171/+238 | ||
Fix GET params Config precendence of user/repo TODO: milestones , fix tests and test it | |||||
2012-05-27 | Authors updated | 1 | -0/+1 | ||
2012-05-27 | Little fixs | 8 | -24/+66 | ||
2012-05-27 | Change "Edit" to "Update" in docstring | 1 | -1/+1 | ||
2012-05-27 | add Pull Request to `Issue` resources | 2 | -3/+13 | ||
2012-05-27 | add build/ to .gitignore | 1 | -0/+1 | ||
2012-05-27 | add `Labels` and `Milestones` to docs | 4 | -8/+37 | ||
2012-05-27 | test Label validation errors | 5 | -7/+49 | ||
2012-05-27 | Labels and Milestones services added | 13 | -8/+578 | ||
2012-05-27 | Fix some issues resources | 1 | -3/+3 | ||
2012-05-27 | Use github.issues for the issues service | 1 | -0/+6 | ||
2012-05-27 | Add issues service for issues, comments and events. has tests and updated docs | 11 | -0/+513 | ||
2012-05-17 | 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`. | 1 | -1/+1 | ||
2012-05-17 | refs #10 | 3 | -6/+6 | ||
2012-05-12 | Readme and authors updated | 2 | -2/+4 | ||
2012-05-12 | Some fixes/typos and 'validate_body' related | 8 | -53/+84 | ||
2012-05-12 | Deleted 'dispatch' decorator. No sense | 1 | -24/+17 | ||
2012-05-12 | Deleted 'validate_body' behaviour | 3 | -56/+26 | ||
'clean_body' had been developed to that functionality | |||||
2012-05-12 | Unify json imports | 4 | -14/+8 | ||
2012-04-28 | New install environment to prod and dev | 5 | -12/+13 | ||
Also fix some docs | |||||
2012-04-28 | Litle fixs | 10 | -85/+101 | ||
2012-04-28 | add `updated_at` to `_dates` in Repo resource | 1 | -1/+1 | ||
2012-04-26 | `setup.py` modified for finding requirements | 1 | -1/+1 | ||
2012-04-26 | add Makefile | 2 | -0/+4 | ||
2012-04-26 | separate requirements for users and developers | 2 | -0/+4 | ||
2012-04-24 | Add Teams Service | 4 | -1/+302 | ||
2012-04-24 | An empty string doesn't work around the 411 issue on PUTs. Use 'PLACEHOLDER' | 2 | -6/+6 | ||
2012-04-24 | Add Orgs Members API | 5 | -4/+187 | ||
2012-04-24 | name -> org | 2 | -8/+8 | ||
2012-04-24 | Move Team to orgs | 3 | -7/+9 | ||
2012-04-23 | Baseline Orgs API implementation | 5 | -1/+132 | ||
2012-04-19 | docstring link typo | 1 | -1/+1 | ||
2012-04-19 | use _bool for pull request merge status | 2 | -19/+6 | ||
2012-04-19 | merge request won't json encode body without schema | 1 | -0/+4 | ||
2012-04-18 | add docs for pull requests | 2 | -0/+34 | ||
2012-04-18 | pass body to pull_requests.merge properly | 1 | -3/+5 | ||
2012-04-17 | add pull request API | 10 | -3/+540 | ||
there are a few little issues remaining. Mostly regarding handling meaningful non-20x response codes | |||||
2012-04-17 | more specific exception for missing Request classes | 3 | -11/+11 | ||