| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2012-07-09 | Add delete() to the repos service to delete a repository. | 1 | -0/+12 | ||
| 2012-06-28 | refs #17. Fix bug with uploading to s3 | 1 | -3/+3 | ||
| Signed-off-by: Paul Belanger <paul.belanger@polybeacon.com> | |||||
| 2012-06-16 | Tests on services.issues working | 4 | -8/+8 | ||
| Also fix some bugs | |||||
| 2012-06-16 | Refact normalize of dates into base.Service | 3 | -31/+20 | ||
| 2012-06-16 | Remove list_milestones from repo service | 1 | -15/+0 | ||
| in favour of issues.milestones.list() to maintain the same structure with Github API docs | |||||
| 2012-06-16 | issues.milestones service | 2 | -55/+59 | ||
| Also fix doc in issues.labels | |||||
| 2012-06-03 | WIP on issues | 5 | -133/+216 | ||
| Fix GET params Config precendence of user/repo TODO: milestones , fix tests and test it | |||||
| 2012-05-27 | Little fixs | 2 | -18/+8 | ||
| 2012-05-27 | Change "Edit" to "Update" in docstring | 1 | -1/+1 | ||
| 2012-05-27 | add `Labels` and `Milestones` to docs | 3 | -2/+4 | ||
| 2012-05-27 | Labels and Milestones services added | 6 | -4/+300 | ||
| 2012-05-27 | Add issues service for issues, comments and events. has tests and updated docs | 3 | -0/+199 | ||
| 2012-05-17 | refs #10 | 1 | -3/+3 | ||
| 2012-05-12 | Some fixes/typos and 'validate_body' related | 2 | -19/+52 | ||
| 2012-04-28 | Litle fixs | 6 | -68/+95 | ||
| 2012-04-24 | Add Teams Service | 2 | -0/+149 | ||
| 2012-04-24 | An empty string doesn't work around the 411 issue on PUTs. Use 'PLACEHOLDER' | 1 | -5/+5 | ||
| 2012-04-24 | Add Orgs Members API | 2 | -0/+96 | ||
| 2012-04-24 | name -> org | 1 | -6/+6 | ||
| 2012-04-23 | Baseline Orgs API implementation | 1 | -0/+51 | ||
| 2012-04-19 | use _bool for pull request merge status | 1 | -17/+4 | ||
| 2012-04-18 | pass body to pull_requests.merge properly | 1 | -3/+5 | ||
| 2012-04-17 | add pull request API | 2 | -0/+202 | ||
| there are a few little issues remaining. Mostly regarding handling meaningful non-20x response codes | |||||
| 2012-04-16 | add docs and a few little pep8 tweaks | 1 | -2/+0 | ||
| 2012-04-16 | def != class | 1 | -1/+1 | ||
| 2012-04-16 | add some docs I missed | 3 | -5/+29 | ||
| 2012-04-16 | add Git Data API support | 6 | -0/+208 | ||
| 2012-04-03 | Gists services doc | 2 | -0/+27 | ||
| 2012-04-03 | Fix naming | 1 | -3/+3 | ||
| 2012-04-03 | services.gists.Comment done | 2 | -0/+66 | ||
| 2012-04-03 | services.gists.Gist done | 1 | -0/+132 | ||
| 2012-03-04 | Fix requests with invalid config precedence | 5 | -9/+11 | ||
| 2012-03-04 | Get repository's commits supported with new result | 2 | -7/+36 | ||
| 2012-03-04 | Refactor result. Now it's a package | 1 | -2/+3 | ||
| result.smart => Paginate iterator with 'page' behaviour. result.normal => Paginate iterator with 'next' behaviour. | |||||
| 2012-03-03 | remaining_requests attr to Github and Services | 1 | -0/+4 | ||
| Updated with each request | |||||
| 2012-03-03 | Service repos done | 4 | -1/+122 | ||
| +repos.hooks | |||||
| 2012-03-01 | Fix setup.py install | 1 | -1/+1 | ||
| 2012-03-01 | Python 2.6 compatibility | 2 | -2/+2 | ||
| 2012-03-01 | Complete services.repos doc | 12 | -42/+234 | ||
| Also add Mimetypes doc | |||||
| 2012-03-01 | WIP on services.repos doc | 3 | -8/+166 | ||
| +services.repos.collaborators doc +services.repos.commits doc | |||||
| 2012-03-01 | Restructure modules and packages in a clean way | 14 | -594/+640 | ||
| The docs has increased lines of code, so I split it | |||||
| 2012-02-29 | Services.repos.Repo doc | 3 | -29/+133 | ||
| And typos | |||||
| 2012-02-29 | Init documentation | 3 | -2/+227 | ||
| +core +services.user ~services.repos | |||||
| 2012-02-22 | Repos.watchers service done | 1 | -0/+28 | ||
| 2012-02-22 | Repos.keys service done | 1 | -0/+28 | ||
| 2012-02-22 | Repos.forks service done | 1 | -0/+13 | ||
| 2012-02-21 | Repos.downloads service done | 1 | -0/+37 | ||
| 2012-02-19 | Add mimetype support to repos.commits service | 1 | -6/+6 | ||
| 2012-02-19 | Support to Mimetypes in some services | 1 | -0/+27 | ||
| 2012-02-18 | Repos commits added | 1 | -0/+43 | ||
