| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2012-06-16 | Update readme and authors | 1 | -3/+2 | ||
| Also some PEP8 | |||||
| 2012-06-16 | Tests on services.issues working | 1 | -53/+46 | ||
| Also fix some bugs | |||||
| 2012-06-16 | Remove list_labels from repo service | 1 | -12/+0 | ||
| in favour of issues.labels.list() to maintain the same structure with Github API docs | |||||
| 2012-06-16 | Refact normalize of dates into base.Service | 1 | -1/+12 | ||
| 2012-05-27 | Little fixs | 1 | -4/+4 | ||
| 2012-05-27 | add Pull Request to `Issue` resources | 1 | -1/+1 | ||
| 2012-05-27 | test Label validation errors | 2 | -0/+39 | ||
| 2012-05-27 | Labels and Milestones services added | 2 | -2/+117 | ||
| 2012-05-27 | Add issues service for issues, comments and events. has tests and updated docs | 1 | -0/+115 | ||
| 2012-05-17 | refs #10 | 1 | -2/+2 | ||
| 2012-05-12 | Some fixes/typos and 'validate_body' related | 1 | -15/+4 | ||
| 2012-05-12 | Deleted 'validate_body' behaviour | 2 | -27/+3 | ||
| 'clean_body' had been developed to that functionality | |||||
| 2012-04-28 | Litle fixs | 1 | -10/+3 | ||
| 2012-04-24 | Add Teams Service | 1 | -1/+82 | ||
| 2012-04-24 | An empty string doesn't work around the 411 issue on PUTs. Use 'PLACEHOLDER' | 1 | -1/+1 | ||
| 2012-04-24 | Add Orgs Members API | 1 | -4/+51 | ||
| 2012-04-23 | Baseline Orgs API implementation | 1 | -0/+44 | ||
| 2012-04-19 | use _bool for pull request merge status | 1 | -2/+2 | ||
| 2012-04-17 | add pull request API | 2 | -1/+202 | ||
| 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 | 1 | -4/+4 | ||
| 2012-04-17 | let request objects specify custom body validations | 2 | -3/+27 | ||
| 2012-04-16 | add Git Data API support | 1 | -0/+164 | ||
| 2012-04-03 | Fix naming | 1 | -2/+2 | ||
| 2012-04-03 | services.gists.Comment done | 1 | -1/+38 | ||
| 2012-04-03 | services.gists.Gist done | 1 | -3/+3 | ||
| 2012-04-03 | "services.gists.Gist" tests and resources | 1 | -0/+93 | ||
| 2012-03-04 | Fix requests with invalid config precedence | 2 | -36/+8 | ||
| 2012-03-04 | Get repository's commits supported with new result | 1 | -2/+0 | ||
| 2012-03-04 | Refactor result. Now it's a package | 3 | -9/+61 | ||
| result.smart => Paginate iterator with 'page' behaviour. result.normal => Paginate iterator with 'next' behaviour. | |||||
| 2012-03-03 | Service repos done | 1 | -1/+44 | ||
| +repos.hooks | |||||
| 2012-03-01 | Python 2.6 compatibility | 9 | -14/+23 | ||
| 2012-03-01 | Restructure modules and packages in a clean way | 3 | -4/+4 | ||
| The docs has increased lines of code, so I split it | |||||
| 2012-02-29 | Init documentation | 1 | -2/+2 | ||
| +core +services.user ~services.repos | |||||
| 2012-02-22 | Repos.watchers service done | 1 | -1/+44 | ||
| 2012-02-22 | Repos.keys service done | 1 | -1/+38 | ||
| 2012-02-22 | Repos.forks service done | 1 | -1/+21 | ||
| 2012-02-21 | Repos.downloads service done | 1 | -1/+33 | ||
| 2012-02-19 | Support to Mimetypes in some services | 2 | -1/+28 | ||
| 2012-02-19 | Fix test imports | 6 | -10/+12 | ||
| 2012-02-18 | Repos commits added | 1 | -1/+66 | ||
| 2012-02-18 | Support to resources-self-nested into collections | 2 | -1/+10 | ||
| 2012-02-17 | Services' renaming: base.Base to base.Service | 1 | -2/+2 | ||
| 2012-02-12 | Repos collaborators added | 1 | -2/+34 | ||
| 2012-02-12 | Repos service initialized | 1 | -0/+140 | ||
| +service.repos.repo | |||||
| 2012-02-12 | Support to map `self` in resources. | 2 | -3/+10 | ||
| Very nested resources like Repo | |||||
| 2012-02-11 | Services.users tests completed | 2 | -5/+33 | ||
| services.users.user services.users.emails services.users.keys services.users.followers | |||||
| 2012-02-11 | Change requests.Body to suppor required attributes | 2 | -38/+43 | ||
| 2012-02-11 | Wip on services.users | 5 | -16/+174 | ||
| 2012-02-11 | Fix asserts bugs in client. | 4 | -5/+24 | ||
| 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 | 4 | -4/+35 | ||
