Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use _bool for pull request merge status | 2012-04-19 | 1 | -2/+2 | |
| | |||||
* | add pull request API | 2012-04-17 | 2 | -1/+202 | |
| | | | | | there are a few little issues remaining. Mostly regarding handling meaningful non-20x response codes | ||||
* | more specific exception for missing Request classes | 2012-04-17 | 1 | -4/+4 | |
| | |||||
* | let request objects specify custom body validations | 2012-04-17 | 2 | -3/+27 | |
| | |||||
* | Fix naming | 2012-04-03 | 1 | -2/+2 | |
| | |||||
* | services.gists.Comment done | 2012-04-03 | 1 | -1/+38 | |
| | |||||
* | services.gists.Gist done | 2012-04-03 | 1 | -3/+3 | |
| | |||||
* | "services.gists.Gist" tests and resources | 2012-04-03 | 1 | -0/+93 | |
| | |||||
* | 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 | 3 | -9/+61 | |
| | | | | | 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 | 9 | -14/+23 | |
| | |||||
* | Restructure modules and packages in a clean way | 2012-03-01 | 3 | -4/+4 | |
| | | | | 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 | 2 | -1/+28 | |
| | |||||
* | Fix test imports | 2012-02-19 | 6 | -10/+12 | |
| | |||||
* | Repos commits added | 2012-02-18 | 1 | -1/+66 | |
| | |||||
* | Support to resources-self-nested into collections | 2012-02-18 | 2 | -1/+10 | |
| | |||||
* | 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 | ||||
* | Support to map `self` in resources. | 2012-02-12 | 2 | -3/+10 | |
| | | | | Very nested resources like Repo | ||||
* | Services.users tests completed | 2012-02-11 | 2 | -5/+33 | |
| | | | | | | | services.users.user services.users.emails services.users.keys services.users.followers | ||||
* | Change requests.Body to suppor required attributes | 2012-02-11 | 2 | -39/+44 | |
| | |||||
* | Wip on services.users | 2012-02-11 | 5 | -16/+174 | |
| | |||||
* | Fix asserts bugs in client. | 2012-02-11 | 4 | -5/+24 | |
| | | | | | 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 | 4 | -4/+35 | |
| | |||||
* | Services tests | 2012-02-11 | 3 | -0/+59 | |
| | | | | services.core | ||||
* | Resources tests | 2012-02-10 | 3 | -0/+75 | |
| | | | | | | resources.core * Also detected and fixed memory bug | ||||
* | json:dumps.loads mocked | 2012-02-10 | 3 | -3/+5 | |
| | |||||
* | Requests tests | 2012-02-09 | 2 | -0/+90 | |
| | | | | requests.core | ||||
* | Utils to tests | 2012-02-09 | 6 | -23/+61 | |
| | |||||
* | Core tests | 2012-02-09 | 5 | -3/+212 | |
| | | | | | core.client core.result | ||||
* | Fix litle bugs | 2012-02-07 | 1 | -33/+0 | |
| | |||||
* | Fix imports to new environment | 2012-02-03 | 2 | -0/+36 | |
Absolute imports as PEP8 tells |