Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refact normalize of dates into base.Service | 2012-06-16 | 1 | -1/+13 | |
| | |||||
* | Merge 'services/orgs' | 2012-05-27 | 1 | -5/+5 | |
|\ | |||||
| * | An empty string doesn't work around the 411 issue on PUTs. Use 'PLACEHOLDER' | 2012-04-24 | 1 | -5/+5 | |
| | | |||||
* | | Litle fixs | 2012-04-28 | 1 | -0/+7 | |
|/ | |||||
* | Get repository's commits supported with new result | 2012-03-04 | 1 | -3/+7 | |
| | |||||
* | 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 | 1 | -0/+3 | |
| | | | | +repos.hooks | ||||
* | Fix setup.py install | 2012-03-01 | 1 | -1/+1 | |
| | |||||
* | Complete services.repos doc | 2012-03-01 | 1 | -10/+10 | |
| | | | | Also add Mimetypes doc | ||||
* | Restructure modules and packages in a clean way | 2012-03-01 | 1 | -1/+1 | |
| | | | | The docs has increased lines of code, so I split it | ||||
* | Services.repos.Repo doc | 2012-02-29 | 1 | -2/+2 | |
| | | | | And typos | ||||
* | Init documentation | 2012-02-29 | 1 | -0/+55 | |
| | | | | | | +core +services.user ~services.repos | ||||
* | Support to Mimetypes in some services | 2012-02-19 | 1 | -0/+27 | |
| | |||||
* | Small refactor to building requests in services | 2012-02-17 | 1 | -1/+8 | |
| | | | | | 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 | 1 | -1/+1 | |
| | |||||
* | Fix bug of bug related | 2012-02-12 | 1 | -1/+1 | |
| | |||||
* | Clean requests interface | 2012-02-07 | 1 | -46/+38 | |
| | | | | | | 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 | ||||
* | Complete skeleton of services glueing to requests | 2012-02-05 | 1 | -3/+23 | |
| | |||||
* | Renaming (What I was thinking?) | 2012-02-04 | 1 | -20/+27 | |
| | | | | | | | resources => ghrequests models => resources + Also it's near to complete user service | ||||
* | Fix imports to new environment | 2012-02-03 | 1 | -0/+43 | |
Absolute imports as PEP8 tells |