| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2012-02-10 | Typo pep8 | 1 | -1/+1 | ||
| 2012-02-10 | Joining components in a clean interface | 1 | -0/+13 | ||
| 2012-02-10 | Resources tests | 4 | -4/+84 | ||
| resources.core * Also detected and fixed memory bug | |||||
| 2012-02-10 | json:dumps.loads mocked | 3 | -3/+5 | ||
| 2012-02-09 | Easier requests.Factory builds | 1 | -4/+4 | ||
| 2012-02-09 | Requests tests | 2 | -0/+90 | ||
| requests.core | |||||
| 2012-02-09 | Utils to tests | 6 | -23/+61 | ||
| 2012-02-09 | Core tests | 5 | -3/+212 | ||
| core.client core.result | |||||
| 2012-02-07 | Fix litle bugs | 5 | -43/+15 | ||
| 2012-02-07 | Clean requests interface | 13 | -280/+220 | ||
| Refactorize on build request to support specific requests cleaner *Also support to verbose on requests library | |||||
| 2012-02-06 | Something confusing about PUT request | 2 | -6/+23 | ||
| It's solved as a provisional patch | |||||
| 2012-02-06 | Rename ghrequest to requests | 9 | -6/+7 | ||
| 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 | 10 | -21/+177 | ||
| User.emails User.keys User.followers | |||||
| 2012-02-05 | Complete skeleton of services glueing to requests | 3 | -7/+46 | ||
| 2012-02-05 | Added asserts to "that never happens" | 2 | -10/+31 | ||
| Also fix response raises | |||||
| 2012-02-04 | Renaming (What I was thinking?) | 16 | -174/+274 | ||
| 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 | 3 | -20/+47 | ||
| 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 | 19 | -0/+477 | ||
| Absolute imports as PEP8 tells | |||||
