aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove list_labels from repo serviceDavid Medina2012-06-161-12/+0
| | | | | in favour of issues.labels.list() to maintain the same structure with Github API docs
* Refact normalize of dates into base.ServiceDavid Medina2012-06-164-32/+32
|
* Remove list_milestones from repo serviceDavid Medina2012-06-162-25/+0
| | | | | in favour of issues.milestones.list() to maintain the same structure with Github API docs
* issues.milestones serviceDavid Medina2012-06-163-62/+66
| | | | Also fix doc in issues.labels
* WIP on issuesDavid Medina2012-06-0310-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/issuesDavid Medina2012-06-0320-0/+1171
|\ | | | | | | | | | | | | Conflicts: docs/services.rst pygithub3/github.py pygithub3/requests/repos/__init__.py
| * Change "Edit" to "Update" in docstringAlejandro Gómez2012-05-271-1/+1
| |
| * add Pull Request to `Issue` resourcesAlejandro Gómez2012-05-272-3/+13
| |
| * add build/ to .gitignoreAlejandro Gómez2012-05-271-0/+1
| |
| * add `Labels` and `Milestones` to docsAlejandro Gómez2012-05-274-8/+37
| |
| * test Label validation errorsAlejandro Gómez2012-05-275-7/+49
| |
| * Labels and Milestones services addedAlejandro Gómez2012-05-2713-8/+578
| |
| * Fix some issues resourcesConor Branagan2012-05-271-3/+3
| |
| * Use github.issues for the issues serviceConor Branagan2012-05-271-0/+6
| |
| * Add issues service for issues, comments and events. has tests and updated docsConor Branagan2012-05-2711-0/+513
| |
* | Merge 'services/orgs'David Medina2012-05-2716-14/+673
|\ \ | |/ |/|
| * Authors updatedDavid Medina2012-05-271-0/+1
| |
| * Little fixsDavid Medina2012-05-278-24/+66
| |
| * Merged pull request #5 from stefanor:services/orgsDavid Medina2012-04-2813-14/+631
| |\
| | * Add Teams ServiceStefano Rivera2012-04-244-1/+302
| | |
| | * An empty string doesn't work around the 411 issue on PUTs. Use 'PLACEHOLDER'Stefano Rivera2012-04-242-6/+6
| | |
| | * Add Orgs Members APIStefano Rivera2012-04-245-4/+187
| | |
| | * name -> orgStefano Rivera2012-04-242-8/+8
| | |
| | * Move Team to orgsStefano Rivera2012-04-243-7/+9
| | |
| | * Baseline Orgs API implementationStefano Rivera2012-04-235-1/+132
| |/
* | Merge pull request #11 from dsc/patch-1David Medina2012-05-181-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`.David Schoonover2012-05-171-1/+1
|/ /
* | refs #10David Medina2012-05-173-6/+6
| |
* | Readme and authors updatedDavid Medina2012-05-122-2/+4
| |
* | Merge 'services/pull_requests'David Medina2012-05-1216-67/+649
|\ \
| * | Some fixes/typos and 'validate_body' relatedDavid Medina2012-05-128-53/+84
| | |
| * | Deleted 'dispatch' decorator. No senseDavid Medina2012-05-121-24/+17
| | |
| * | Deleted 'validate_body' behaviourDavid Medina2012-05-123-56/+26
| | | | | | | | | | | | 'clean_body' had been developed to that functionality
| * | Unify json importsDavid Medina2012-05-124-14/+8
| | |
| * | Merged pull request #4 from natw:services/pull_requestsDavid Medina2012-04-2814-21/+615
| |\ \ | | |/ | |/|
| | * docstring link typoNat Williams2012-04-191-1/+1
| | |
| | * use _bool for pull request merge statusNat Williams2012-04-192-19/+6
| | |
| | * merge request won't json encode body without schemaNat Williams2012-04-191-0/+4
| | |
| | * add docs for pull requestsNat Williams2012-04-182-0/+34
| | |
| | * pass body to pull_requests.merge properlyNat Williams2012-04-181-3/+5
| | |
| | * add pull request APINat Williams2012-04-1710-3/+540
| | | | | | | | | | | | | | | there are a few little issues remaining. Mostly regarding handling meaningful non-20x response codes
| | * more specific exception for missing Request classesNat Williams2012-04-173-11/+11
| | |
| | * let request objects specify custom body validationsNat Williams2012-04-173-7/+37
| |/
* | New install environment to prod and devDavid Medina2012-04-285-12/+13
| | | | | | | | Also fix some docs
* | Merged pull request #7 from alejandrogomezDavid Medina2012-04-286-2/+10
|\ \
| * | add `updated_at` to `_dates` in Repo resourceAlejandro Gómez2012-04-281-1/+1
| | |
| * | `setup.py` modified for finding requirementsAlejandro Gómez2012-04-261-1/+1
| | |
| * | add MakefileAlejandro Gómez2012-04-262-0/+4
| | |
| * | separate requirements for users and developersAlejandro Gómez2012-04-262-0/+4
| |/
* | Litle fixsDavid Medina2012-04-2810-85/+101
| |