Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | :sparkles: Relase 0.2 :sparkles:0.2 | 2012-03-04 | 1 | -1/+1 | |
| | | | | | | | | | | - Repos service completed - Self-nested resources support - Mimetypes in services - Documentation - Python 2.6 support - Remaining requests counter - Smart and normal results iterators | ||||
* | Fix 422 message | 2012-03-04 | 1 | -2/+1 | |
| | |||||
* | Fix requests with invalid config precedence | 2012-03-04 | 7 | -45/+19 | |
| | |||||
* | Get repository's commits supported with new result | 2012-03-04 | 8 | -33/+60 | |
| | |||||
* | Refactor result. Now it's a package | 2012-03-04 | 10 | -219/+400 | |
| | | | | | result.smart => Paginate iterator with 'page' behaviour. result.normal => Paginate iterator with 'next' behaviour. | ||||
* | Wrap result getter into partial. It's cleaner | 2012-03-04 | 1 | -4/+3 | |
| | |||||
* | Encapsulate Link header behaviour | 2012-03-04 | 2 | -22/+44 | |
| | |||||
* | remaining_requests attr to Github and Services | 2012-03-03 | 3 | -0/+14 | |
| | | | | Updated with each request | ||||
* | Service repos done | 2012-03-03 | 7 | -2/+221 | |
| | | | | +repos.hooks | ||||
* | Fix setup.py install | 2012-03-01 | 2 | -4/+3 | |
| | |||||
* | Update Readme and metadata | 2012-03-01 | 1 | -1/+1 | |
| | |||||
* | Python 2.6 compatibility | 2012-03-01 | 18 | -38/+147 | |
| | |||||
* | Complete services.repos doc | 2012-03-01 | 13 | -42/+266 | |
| | | | | 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 | 27 | -862/+895 | |
| | | | | 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 | 7 | -13/+251 | |
| | | | | | | +core +services.user ~services.repos | ||||
* | Repos.watchers service done | 2012-02-22 | 3 | -1/+109 | |
| | |||||
* | Repos.keys service done | 2012-02-22 | 3 | -1/+110 | |
| | |||||
* | Repos.forks service done | 2012-02-22 | 4 | -1/+55 | |
| | |||||
* | Repos.downloads service done | 2012-02-21 | 4 | -1/+116 | |
| | |||||
* | Add mimetype support to repos.commits service | 2012-02-19 | 1 | -6/+6 | |
| | |||||
* | Support to Mimetypes in some services | 2012-02-19 | 3 | -1/+55 | |
| | |||||
* | Fix test imports | 2012-02-19 | 6 | -10/+12 | |
| | |||||
* | Repos commits added | 2012-02-18 | 4 | -8/+234 | |
| | |||||
* | Support to resources-self-nested into collections | 2012-02-18 | 3 | -3/+19 | |
| | |||||
* | 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 | 6 | -13/+13 | |
| | |||||
* | Repos collaborators added | 2012-02-12 | 3 | -2/+90 | |
| | |||||
* | Fix bug of bug related | 2012-02-12 | 1 | -1/+1 | |
| | |||||
* | Repos service initialized | 2012-02-12 | 7 | -0/+370 | |
| | | | | +service.repos.repo | ||||
* | Support to map `self` in resources. | 2012-02-12 | 3 | -3/+12 | |
| | | | | Very nested resources like Repo | ||||
* | Readme updated | 2012-02-11 | 1 | -1/+1 | |
| | |||||
* | Services.users tests completed | 2012-02-11 | 3 | -9/+37 | |
| | | | | | | | services.users.user services.users.emails services.users.keys services.users.followers | ||||
* | Email pattern to requests.emails | 2012-02-11 | 1 | -1/+15 | |
| | |||||
* | Change requests.Body to suppor required attributes | 2012-02-11 | 6 | -51/+89 | |
| | |||||
* | Wip on services.users | 2012-02-11 | 5 | -16/+174 | |
| | |||||
* | Fix asserts bugs in client. | 2012-02-11 | 5 | -12/+29 | |
| | | | | | 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 | 5 | -5/+36 | |
| | |||||
* | Services tests | 2012-02-11 | 3 | -0/+59 | |
| | | | | services.core | ||||
* | Typo pep8 | 2012-02-11 | 1 | -1/+1 | |
| | |||||
* | Joining components in a clean interface | 2012-02-10 | 1 | -0/+13 | |
| | |||||
* | Resources tests | 2012-02-10 | 4 | -4/+84 | |
| | | | | | | resources.core * Also detected and fixed memory bug | ||||
* | json:dumps.loads mocked | 2012-02-10 | 3 | -3/+5 | |
| | |||||
* | Easier requests.Factory builds | 2012-02-09 | 1 | -4/+4 | |
| | |||||
* | 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 | 5 | -43/+15 | |
| | |||||
* | Clean requests interface | 2012-02-07 | 13 | -284/+224 | |
| | | | | | | Refactorize on build request to support specific requests cleaner *Also support to verbose on requests library |