| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2012-02-17 | Small refactor to building requests in services | 3 | -50/+32 | ||
| Decorate the request-factory to parse common params like user and repo, which can be configurated in service or by args | |||||
| 2012-02-17 | Services' renaming: base.Base to base.Service | 3 | -9/+9 | ||
| 2012-02-12 | Repos collaborators added | 1 | -0/+31 | ||
| 2012-02-12 | Fix bug of bug related | 1 | -1/+1 | ||
| 2012-02-12 | Repos service initialized | 1 | -0/+72 | ||
| +service.repos.repo | |||||
| 2012-02-07 | Clean requests interface | 2 | -72/+76 | ||
| 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 | -1/+21 | ||
| It's solved as a provisional patch | |||||
| 2012-02-06 | Rename ghrequest to requests | 1 | -1/+1 | ||
| 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 | 1 | -9/+35 | ||
| User.emails User.keys User.followers | |||||
| 2012-02-05 | Complete skeleton of services glueing to requests | 1 | -3/+23 | ||
| 2012-02-04 | Renaming (What I was thinking?) | 2 | -27/+43 | ||
| resources => ghrequests models => resources + Also it's near to complete user service | |||||
| 2012-02-03 | Fix imports to new environment | 3 | -0/+88 | ||
| Absolute imports as PEP8 tells | |||||
