Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
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-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 | ||
2012-04-17 | let request objects specify custom body validations | 3 | -7/+37 | ||
2012-04-16 | add myself to AUTHORS and some other docs tweaks | 2 | -5/+8 | ||
2012-04-16 | add test_requirements.txt and more test running instructions | 3 | -6/+20 | ||
2012-04-16 | add docs and a few little pep8 tweaks | 7 | -5/+91 | ||
2012-04-16 | def != class | 1 | -1/+1 | ||
2012-04-16 | add some docs I missed | 5 | -9/+29 | ||
2012-04-16 | add Git Data API support | 15 | -0/+517 | ||
2012-04-04 | :sparkles: Release 0.3 :sparkles:0.3 | 2 | -3/+7 | ||
- Gists service completed - Fix bugs | |||||
2012-04-03 | Fix bug | 1 | -1/+1 | ||
2012-04-03 | Mimetype example in doc | 1 | -0/+10 | ||
2012-04-03 | Gists services doc | 4 | -0/+65 | ||
2012-04-03 | Fix naming | 5 | -13/+14 | ||
2012-04-03 | services.gists.Comment done | 5 | -1/+152 | ||
2012-04-03 | services.gists.Gist done | 4 | -3/+221 | ||
2012-04-03 | Fix bug: Validating body in requests | 1 | -1/+1 | ||
2012-04-03 | "services.gists.Gist" tests and resources | 2 | -0/+130 | ||
2012-03-04 | :sparkles: Relase 0.2 :sparkles:0.2 | 1 | -1/+1 | ||
- Repos service completed - Self-nested resources support - Mimetypes in services - Documentation - Python 2.6 support - Remaining requests counter - Smart and normal results iterators | |||||
2012-03-04 | Fix 422 message | 1 | -2/+1 | ||
2012-03-04 | Fix requests with invalid config precedence | 7 | -45/+19 | ||
2012-03-04 | Get repository's commits supported with new result | 8 | -33/+60 | ||
2012-03-04 | Refactor result. Now it's a package | 11 | -220/+410 | ||
result.smart => Paginate iterator with 'page' behaviour. result.normal => Paginate iterator with 'next' behaviour. | |||||
2012-03-04 | Wrap result getter into partial. It's cleaner | 1 | -4/+3 | ||
2012-03-04 | Encapsulate Link header behaviour | 2 | -22/+44 | ||