| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2012-05-12 | Deleted 'validate_body' behaviour | 1 | -12/+1 | ||
| 'clean_body' had been developed to that functionality | |||||
| 2012-04-17 | add pull request API | 1 | -1/+1 | ||
| there are a few little issues remaining. Mostly regarding handling meaningful non-20x response codes | |||||
| 2012-04-17 | let request objects specify custom body validations | 1 | -1/+12 | ||
| 2012-03-04 | Refactor result. Now it's a package | 1 | -0/+26 | ||
| result.smart => Paginate iterator with 'page' behaviour. result.normal => Paginate iterator with 'next' behaviour. | |||||
| 2012-03-01 | Python 2.6 compatibility | 2 | -0/+12 | ||
| 2012-03-01 | Restructure modules and packages in a clean way | 1 | -1/+1 | ||
| The docs has increased lines of code, so I split it | |||||
| 2012-02-19 | Support to Mimetypes in some services | 1 | -1/+7 | ||
| 2012-02-19 | Fix test imports | 2 | -2/+2 | ||
| 2012-02-18 | Support to resources-self-nested into collections | 1 | -1/+3 | ||
| 2012-02-12 | Support to map `self` in resources. | 1 | -1/+1 | ||
| Very nested resources like Repo | |||||
| 2012-02-11 | Change requests.Body to suppor required attributes | 1 | -3/+8 | ||
| 2012-02-11 | Wip on services.users | 1 | -2/+10 | ||
| 2012-02-11 | Fix asserts bugs in client. | 1 | -0/+6 | ||
| Fixing something that is there to check what never happens... But tests doesn't lie, so funny :P | |||||
| 2012-02-11 | WIP on resources.users tests | 3 | -4/+15 | ||
| 2012-02-11 | Change requests.Body to suppor required attributes | 1 | -3/+8 | ||
| 2012-02-11 | Wip on services.users | 1 | -2/+10 | ||
| 2012-02-10 | Fix asserts bugs in client. | 1 | -0/+6 | ||
| Fixing something that is there to check what never happens... But tests doesn't lie, so funny :P | |||||
| 2012-02-10 | WIP on resources.users tests | 3 | -4/+15 | ||
| 2012-02-10 | Resources tests | 1 | -0/+21 | ||
| resources.core * Also detected and fixed memory bug | |||||
| 2012-02-10 | json:dumps.loads mocked | 1 | -1/+1 | ||
| 2012-02-09 | Utils to tests | 4 | -0/+86 | ||
