| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2012-05-12 | Some fixes/typos and 'validate_body' related | 1 | -1/+1 | ||
| 2012-05-12 | Unify json imports | 2 | -5/+6 | ||
| 2012-04-17 | add pull request API | 1 | -1/+1 | ||
| there are a few little issues remaining. Mostly regarding handling meaningful non-20x response codes | |||||
| 2012-03-04 | Fix 422 message | 1 | -2/+1 | ||
| 2012-03-04 | Get repository's commits supported with new result | 3 | -13/+14 | ||
| 2012-03-04 | Refactor result. Now it's a package | 6 | -208/+336 | ||
| 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 | ||
| 2012-03-03 | remaining_requests attr to Github and Services | 1 | -0/+4 | ||
| Updated with each request | |||||
| 2012-03-01 | Python 2.6 compatibility | 2 | -1/+101 | ||
| 2012-03-01 | Complete services.repos doc | 1 | -0/+32 | ||
| Also add Mimetypes doc | |||||
| 2012-02-29 | Init documentation | 2 | -8/+8 | ||
| +core +services.user ~services.repos | |||||
| 2012-02-17 | Services' renaming: base.Base to base.Service | 1 | -1/+1 | ||
| 2012-02-11 | Fix asserts bugs in client. | 1 | -7/+5 | ||
| Fixing something that is there to check what never happens... But tests doesn't lie, so funny :P | |||||
| 2012-02-10 | Fix asserts bugs in client. | 1 | -7/+5 | ||
| Fixing something that is there to check what never happens... But tests doesn't lie, so funny :P | |||||
| 2012-02-07 | Fix litle bugs | 1 | -2/+2 | ||
| 2012-02-07 | Clean requests interface | 3 | -16/+13 | ||
| Refactorize on build request to support specific requests cleaner *Also support to verbose on requests library | |||||
| 2012-02-06 | Something confusing about PUT request | 1 | -5/+2 | ||
| It's solved as a provisional patch | |||||
| 2012-02-06 | Rename ghrequest to requests | 6 | -356/+0 | ||
| I think it's a redundant name. Only needs to move out from core module to avoid imports problems with `requests` library * Also change some in setup.py | |||||
| 2012-02-05 | User service complete | 7 | -11/+135 | ||
| User.emails User.keys User.followers | |||||
| 2012-02-05 | Complete skeleton of services glueing to requests | 2 | -4/+23 | ||
| 2012-02-05 | Added asserts to "that never happens" | 2 | -10/+31 | ||
| Also fix response raises | |||||
| 2012-02-04 | Renaming (What I was thinking?) | 11 | -133/+217 | ||
| resources => ghrequests models => resources + Also it's near to complete user service | |||||
| 2012-02-04 | Full support to Result dynamic and lazy iterator | 1 | -0/+171 | ||
| It paginate the requests that needs and does the real requests in the final moment | |||||
| 2012-02-04 | link_header third party library | 2 | -0/+89 | ||
| 2012-02-04 | Improve models | 1 | -2/+9 | ||
| Now the models maps itself from json encoded Then we can inherit it and change behaviour to use polymorphism into resources ;) | |||||
| 2012-02-03 | Fix parse_args | 1 | -2/+4 | ||
| 2012-02-03 | Fix imports to new environment | 9 | -0/+262 | ||
| Absolute imports as PEP8 tells | |||||
