Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2012-04-19 | docstring link typo | 1 | -1/+1 | ||
2012-04-19 | use _bool for pull request merge status | 2 | -19/+6 | ||
2012-04-19 | merge request won't json encode body without schema | 1 | -0/+4 | ||
2012-04-18 | add docs for pull requests | 2 | -0/+34 | ||
2012-04-18 | pass body to pull_requests.merge properly | 1 | -3/+5 | ||
2012-04-17 | add pull request API | 10 | -3/+540 | ||
there are a few little issues remaining. Mostly regarding handling meaningful non-20x response codes | |||||
2012-04-17 | more specific exception for missing Request classes | 3 | -11/+11 | ||
2012-04-17 | let request objects specify custom body validations | 3 | -7/+37 | ||
2012-04-04 | :sparkles: Release 0.3 :sparkles:0.3 | 2 | -3/+7 | ||
- Gists service completed - Fix bugs | |||||
2012-04-03 | Fix bug | 1 | -1/+1 | ||
2012-04-03 | Mimetype example in doc | 1 | -0/+10 | ||
2012-04-03 | Gists services doc | 4 | -0/+65 | ||
2012-04-03 | Fix naming | 5 | -13/+14 | ||
2012-04-03 | services.gists.Comment done | 5 | -1/+152 | ||
2012-04-03 | services.gists.Gist done | 4 | -3/+221 | ||
2012-04-03 | Fix bug: Validating body in requests | 1 | -1/+1 | ||
2012-04-03 | "services.gists.Gist" tests and resources | 2 | -0/+130 | ||
2012-03-04 | :sparkles: Relase 0.2 :sparkles:0.2 | 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 | |||||
2012-03-04 | Fix 422 message | 1 | -2/+1 | ||
2012-03-04 | Fix requests with invalid config precedence | 7 | -45/+19 | ||
2012-03-04 | Get repository's commits supported with new result | 8 | -33/+60 | ||
2012-03-04 | Refactor result. Now it's a package | 11 | -220/+410 | ||
result.smart => Paginate iterator with 'page' behaviour. result.normal => Paginate iterator with 'next' behaviour. | |||||
2012-03-04 | Wrap result getter into partial. It's cleaner | 1 | -4/+3 | ||
2012-03-04 | Encapsulate Link header behaviour | 2 | -22/+44 | ||
2012-03-03 | remaining_requests attr to Github and Services | 3 | -0/+14 | ||
Updated with each request | |||||
2012-03-03 | Service repos done | 9 | -3/+225 | ||
+repos.hooks | |||||
2012-03-02 | Add Manifest | 2 | -1/+4 | ||
2012-03-01 | Fix setup.py install | 2 | -4/+3 | ||
2012-03-01 | Update Readme and metadata | 5 | -23/+20 | ||
2012-03-01 | Python 2.6 compatibility | 18 | -38/+147 | ||
2012-03-01 | Complete services.repos doc | 17 | -79/+289 | ||
Also add Mimetypes doc | |||||
2012-03-01 | WIP on services.repos doc | 5 | -12/+190 | ||
+services.repos.collaborators doc +services.repos.commits doc | |||||
2012-03-01 | Restructure modules and packages in a clean way | 30 | -864/+910 | ||
The docs has increased lines of code, so I split it | |||||
2012-02-29 | Services.repos.Repo doc | 6 | -40/+174 | ||
And typos | |||||
2012-02-29 | Init documentation | 18 | -13/+959 | ||
+core +services.user ~services.repos | |||||
2012-02-22 | Repos.watchers service done | 3 | -1/+109 | ||
2012-02-22 | Repos.keys service done | 3 | -1/+110 | ||
2012-02-22 | Repos.forks service done | 4 | -1/+55 | ||
2012-02-21 | Repos.downloads service done | 4 | -1/+116 | ||
2012-02-19 | Add mimetype support to repos.commits service | 1 | -6/+6 | ||
2012-02-19 | Support to Mimetypes in some services | 3 | -1/+55 | ||
2012-02-19 | Fix test imports | 6 | -10/+12 | ||
2012-02-18 | Repos commits added | 4 | -8/+234 | ||
2012-02-18 | Support to resources-self-nested into collections | 3 | -3/+19 | ||
2012-02-17 | Small refactor to building requests in services | 4 | -52/+35 | ||
Decorate the request-factory to parse common params like user and repo, which can be configurated in service or by args | |||||
2012-02-17 | Fix en.typo | 1 | -2/+1 | ||
2012-02-17 | Services' renaming: base.Base to base.Service | 6 | -13/+13 | ||
2012-02-12 | Repos collaborators added | 3 | -2/+90 | ||
2012-02-12 | Fix bug of bug related | 1 | -1/+1 | ||
2012-02-12 | Repos service initialized | 7 | -0/+370 | ||
+service.repos.repo |