Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix requests with invalid config precedence | 2012-03-04 | 5 | -9/+11 | |
| | |||||
* | Get repository's commits supported with new result | 2012-03-04 | 2 | -7/+36 | |
| | |||||
* | Refactor result. Now it's a package | 2012-03-04 | 1 | -2/+3 | |
| | | | | | result.smart => Paginate iterator with 'page' behaviour. result.normal => Paginate iterator with 'next' behaviour. | ||||
* | remaining_requests attr to Github and Services | 2012-03-03 | 1 | -0/+4 | |
| | | | | Updated with each request | ||||
* | Service repos done | 2012-03-03 | 4 | -1/+122 | |
| | | | | +repos.hooks | ||||
* | Fix setup.py install | 2012-03-01 | 1 | -1/+1 | |
| | |||||
* | Python 2.6 compatibility | 2012-03-01 | 2 | -2/+2 | |
| | |||||
* | Complete services.repos doc | 2012-03-01 | 12 | -42/+234 | |
| | | | | Also add Mimetypes doc | ||||
* | WIP on services.repos doc | 2012-03-01 | 3 | -8/+166 | |
| | | | | | +services.repos.collaborators doc +services.repos.commits doc | ||||
* | Restructure modules and packages in a clean way | 2012-03-01 | 14 | -594/+640 | |
| | | | | The docs has increased lines of code, so I split it | ||||
* | Services.repos.Repo doc | 2012-02-29 | 3 | -29/+133 | |
| | | | | And typos | ||||
* | Init documentation | 2012-02-29 | 3 | -2/+227 | |
| | | | | | | +core +services.user ~services.repos | ||||
* | Repos.watchers service done | 2012-02-22 | 1 | -0/+28 | |
| | |||||
* | Repos.keys service done | 2012-02-22 | 1 | -0/+28 | |
| | |||||
* | Repos.forks service done | 2012-02-22 | 1 | -0/+13 | |
| | |||||
* | Repos.downloads service done | 2012-02-21 | 1 | -0/+37 | |
| | |||||
* | Add mimetype support to repos.commits service | 2012-02-19 | 1 | -6/+6 | |
| | |||||
* | Support to Mimetypes in some services | 2012-02-19 | 1 | -0/+27 | |
| | |||||
* | Repos commits added | 2012-02-18 | 1 | -0/+43 | |
| | |||||
* | Small refactor to building requests in services | 2012-02-17 | 3 | -50/+32 | |
| | | | | | Decorate the request-factory to parse common params like user and repo, which can be configurated in service or by args | ||||
* | Services' renaming: base.Base to base.Service | 2012-02-17 | 3 | -9/+9 | |
| | |||||
* | Repos collaborators added | 2012-02-12 | 1 | -0/+31 | |
| | |||||
* | Fix bug of bug related | 2012-02-12 | 1 | -1/+1 | |
| | |||||
* | Repos service initialized | 2012-02-12 | 1 | -0/+72 | |
| | | | | +service.repos.repo | ||||
* | Clean requests interface | 2012-02-07 | 2 | -76/+80 | |
| | | | | | | Refactorize on build request to support specific requests cleaner *Also support to verbose on requests library | ||||
* | Something confusing about PUT request | 2012-02-06 | 1 | -1/+21 | |
| | | | | It's solved as a provisional patch | ||||
* | Rename ghrequest to requests | 2012-02-06 | 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 | ||||
* | User service complete | 2012-02-05 | 1 | -9/+35 | |
| | | | | | | User.emails User.keys User.followers | ||||
* | Complete skeleton of services glueing to requests | 2012-02-05 | 1 | -3/+23 | |
| | |||||
* | Renaming (What I was thinking?) | 2012-02-04 | 2 | -31/+47 | |
| | | | | | | | resources => ghrequests models => resources + Also it's near to complete user service | ||||
* | Fix imports to new environment | 2012-02-03 | 3 | -0/+88 | |
Absolute imports as PEP8 tells |