Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added self to authors.HEADmaster | 2012-07-09 | 1 | -0/+1 | |
| | |||||
* | Add delete() to the repos service to delete a repository. | 2012-07-09 | 1 | -0/+12 | |
| | |||||
* | Bump 0.4.1 | 2012-06-28 | 1 | -1/+1 | |
| | | | | Fix S3 upload | ||||
* | refs #17. Fix bug with uploading to s3 | 2012-06-28 | 2 | -4/+4 | |
| | | | | Signed-off-by: Paul Belanger <paul.belanger@polybeacon.com> | ||||
* | :sparkles: Release 0.4 :sparkles:0.4 | 2012-06-16 | 4 | -4/+7 | |
| | | | | | | | - Git data service - Pull requests service - Orgs service - Issues service | ||||
* | Fix type doc | 2012-06-16 | 1 | -2/+2 | |
| | |||||
* | Merge pull request #13 from ralphbean/test-collector | 2012-06-16 | 1 | -0/+12 | |
|\ | | | | | Allow "python setup.py test" | ||||
| * | Allow "python setup.py test" | 2012-06-13 | 1 | -0/+12 | |
| | | |||||
* | | Update readme and authors | 2012-06-16 | 4 | -6/+9 | |
| | | | | | | | | Also some PEP8 | ||||
* | | Merge #12 'services/issues' | 2012-06-16 | 22 | -6/+1204 | |
|\ \ | |/ |/| | |||||
| * | Tests on services.issues working | 2012-06-16 | 7 | -64/+58 | |
| | | | | | | | | Also fix some bugs | ||||
| * | Remove list_labels from repo service | 2012-06-16 | 1 | -12/+0 | |
| | | | | | | | | | | in favour of issues.labels.list() to maintain the same structure with Github API docs | ||||
| * | Refact normalize of dates into base.Service | 2012-06-16 | 4 | -32/+32 | |
| | | |||||
| * | Remove list_milestones from repo service | 2012-06-16 | 2 | -25/+0 | |
| | | | | | | | | | | in favour of issues.milestones.list() to maintain the same structure with Github API docs | ||||
| * | issues.milestones service | 2012-06-16 | 3 | -62/+66 | |
| | | | | | | | | Also fix doc in issues.labels | ||||
| * | WIP on issues | 2012-06-03 | 10 | -171/+238 | |
| | | | | | | | | | | | | | | Fix GET params Config precendence of user/repo TODO: milestones , fix tests and test it | ||||
| * | Merge branch 'services/issues' of https://github.com/alejandrogomez/python-github3 into services/issues | 2012-06-03 | 20 | -0/+1171 | |
| |\ | | | | | | | | | | | | | | | | | | | Conflicts: docs/services.rst pygithub3/github.py pygithub3/requests/repos/__init__.py | ||||
| | * | Change "Edit" to "Update" in docstring | 2012-05-27 | 1 | -1/+1 | |
| | | | |||||
| | * | add Pull Request to `Issue` resources | 2012-05-27 | 2 | -3/+13 | |
| | | | |||||
| | * | add build/ to .gitignore | 2012-05-27 | 1 | -0/+1 | |
| | | | |||||
| | * | add `Labels` and `Milestones` to docs | 2012-05-27 | 4 | -8/+37 | |
| | | | |||||
| | * | test Label validation errors | 2012-05-27 | 5 | -7/+49 | |
| | | | |||||
| | * | Labels and Milestones services added | 2012-05-27 | 13 | -8/+578 | |
| | | | |||||
| | * | Fix some issues resources | 2012-05-27 | 1 | -3/+3 | |
| | | | |||||
| | * | Use github.issues for the issues service | 2012-05-27 | 1 | -0/+6 | |
| | | | |||||
| | * | Add issues service for issues, comments and events. has tests and updated docs | 2012-05-27 | 11 | -0/+513 | |
| | | | |||||
| * | | Merge 'services/orgs' | 2012-05-27 | 16 | -14/+673 | |
| |\ \ | | |/ | |/| | |||||
* | | | Merge #5 'services/orgs' | 2012-06-03 | 17 | -15/+675 | |
|\ \ \ | |/ / |/| / | |/ | |||||
| * | Authors updated | 2012-05-27 | 1 | -0/+1 | |
| | | |||||
| * | Little fixs | 2012-05-27 | 8 | -24/+66 | |
| | | |||||
| * | Merged pull request #5 from stefanor:services/orgs | 2012-04-28 | 13 | -14/+631 | |
| |\ | |||||
| | * | Add Teams Service | 2012-04-24 | 4 | -1/+302 | |
| | | | |||||
| | * | An empty string doesn't work around the 411 issue on PUTs. Use 'PLACEHOLDER' | 2012-04-24 | 2 | -6/+6 | |
| | | | |||||
| | * | Add Orgs Members API | 2012-04-24 | 5 | -4/+187 | |
| | | | |||||
| | * | name -> org | 2012-04-24 | 2 | -8/+8 | |
| | | | |||||
| | * | Move Team to orgs | 2012-04-24 | 3 | -7/+9 | |
| | | | |||||
| | * | Baseline Orgs API implementation | 2012-04-23 | 5 | -1/+132 | |
| |/ | |||||
* | | Merge pull request #11 from dsc/patch-1 | 2012-05-18 | 1 | -1/+1 | |
|\ \ | | | | | | | Require a current version of `requests` -- `pygithub3` installs, but lat... | ||||
| * | | Require a current version of `requests` -- `pygithub3` installs, but later fails with all sorts of cryptic errors if you have an older, pre-existing version of `requests` installed when you install `pygithub3`. | 2012-05-17 | 1 | -1/+1 | |
|/ / | |||||
* | | refs #10 | 2012-05-17 | 3 | -6/+6 | |
| | | |||||
* | | Readme and authors updated | 2012-05-12 | 2 | -2/+4 | |
| | | |||||
* | | Merge 'services/pull_requests' | 2012-05-12 | 16 | -67/+649 | |
|\ \ | |||||
| * | | Some fixes/typos and 'validate_body' related | 2012-05-12 | 8 | -53/+84 | |
| | | | |||||
| * | | Deleted 'dispatch' decorator. No sense | 2012-05-12 | 1 | -24/+17 | |
| | | | |||||
| * | | Deleted 'validate_body' behaviour | 2012-05-12 | 3 | -56/+26 | |
| | | | | | | | | | | | | 'clean_body' had been developed to that functionality | ||||
| * | | Unify json imports | 2012-05-12 | 4 | -14/+8 | |
| | | | |||||
| * | | Merged pull request #4 from natw:services/pull_requests | 2012-04-28 | 14 | -21/+615 | |
| |\ \ | | |/ | |/| | |||||
| | * | docstring link typo | 2012-04-19 | 1 | -1/+1 | |
| | | | |||||
| | * | use _bool for pull request merge status | 2012-04-19 | 2 | -19/+6 | |
| | | | |||||
| | * | merge request won't json encode body without schema | 2012-04-19 | 1 | -0/+4 | |
| | | |