Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix requests with invalid config precedence | 2012-03-04 | 2 | -36/+8 | |
| | |||||
* | Get repository's commits supported with new result | 2012-03-04 | 1 | -2/+0 | |
| | |||||
* | Refactor result. Now it's a package | 2012-03-04 | 1 | -2/+2 | |
| | | | | | result.smart => Paginate iterator with 'page' behaviour. result.normal => Paginate iterator with 'next' behaviour. | ||||
* | Service repos done | 2012-03-03 | 1 | -1/+44 | |
| | | | | +repos.hooks | ||||
* | Python 2.6 compatibility | 2012-03-01 | 3 | -8/+6 | |
| | |||||
* | Restructure modules and packages in a clean way | 2012-03-01 | 1 | -2/+2 | |
| | | | | The docs has increased lines of code, so I split it | ||||
* | Init documentation | 2012-02-29 | 1 | -2/+2 | |
| | | | | | | +core +services.user ~services.repos | ||||
* | Repos.watchers service done | 2012-02-22 | 1 | -1/+44 | |
| | |||||
* | Repos.keys service done | 2012-02-22 | 1 | -1/+38 | |
| | |||||
* | Repos.forks service done | 2012-02-22 | 1 | -1/+21 | |
| | |||||
* | Repos.downloads service done | 2012-02-21 | 1 | -1/+33 | |
| | |||||
* | Support to Mimetypes in some services | 2012-02-19 | 1 | -0/+21 | |
| | |||||
* | Fix test imports | 2012-02-19 | 3 | -6/+8 | |
| | |||||
* | Repos commits added | 2012-02-18 | 1 | -1/+66 | |
| | |||||
* | Services' renaming: base.Base to base.Service | 2012-02-17 | 1 | -2/+2 | |
| | |||||
* | Repos collaborators added | 2012-02-12 | 1 | -2/+34 | |
| | |||||
* | Repos service initialized | 2012-02-12 | 1 | -0/+140 | |
| | | | | +service.repos.repo | ||||
* | Services.users tests completed | 2012-02-11 | 1 | -2/+25 | |
| | | | | | | | services.users.user services.users.emails services.users.keys services.users.followers | ||||
* | Wip on services.users | 2012-02-11 | 2 | -5/+149 | |
| | |||||
* | Fix asserts bugs in client. | 2012-02-11 | 2 | -4/+6 | |
| | | | | | Fixing something that is there to check what never happens... But tests doesn't lie, so funny :P | ||||
* | WIP on resources.users tests | 2012-02-11 | 2 | -7/+27 | |
| | |||||
* | Services tests | 2012-02-11 | 3 | -0/+59 | |
services.core |