| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2012-03-04 | Fix requests with invalid config precedence | 5 | -9/+11 | ||
| 2012-03-04 | Get repository's commits supported with new result | 2 | -7/+36 | ||
| 2012-03-04 | Refactor result. Now it's a package | 1 | -2/+3 | ||
| result.smart => Paginate iterator with 'page' behaviour. result.normal => Paginate iterator with 'next' behaviour. | |||||
| 2012-03-03 | remaining_requests attr to Github and Services | 1 | -0/+4 | ||
| Updated with each request | |||||
| 2012-03-03 | Service repos done | 4 | -1/+122 | ||
| +repos.hooks | |||||
| 2012-03-01 | Fix setup.py install | 1 | -1/+1 | ||
| 2012-03-01 | Python 2.6 compatibility | 2 | -2/+2 | ||
| 2012-03-01 | Complete services.repos doc | 12 | -42/+234 | ||
| Also add Mimetypes doc | |||||
| 2012-03-01 | WIP on services.repos doc | 3 | -8/+166 | ||
| +services.repos.collaborators doc +services.repos.commits doc | |||||
| 2012-03-01 | Restructure modules and packages in a clean way | 14 | -594/+640 | ||
| The docs has increased lines of code, so I split it | |||||
| 2012-02-29 | Services.repos.Repo doc | 3 | -29/+133 | ||
| And typos | |||||
| 2012-02-29 | Init documentation | 3 | -2/+227 | ||
| +core +services.user ~services.repos | |||||
| 2012-02-22 | Repos.watchers service done | 1 | -0/+28 | ||
| 2012-02-22 | Repos.keys service done | 1 | -0/+28 | ||
| 2012-02-22 | Repos.forks service done | 1 | -0/+13 | ||
| 2012-02-21 | Repos.downloads service done | 1 | -0/+37 | ||
| 2012-02-19 | Add mimetype support to repos.commits service | 1 | -6/+6 | ||
| 2012-02-19 | Support to Mimetypes in some services | 1 | -0/+27 | ||
| 2012-02-18 | Repos commits added | 1 | -0/+43 | ||
| 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 | |||||
