aboutsummaryrefslogtreecommitdiffstats
path: root/pygithub3/resources (follow)
Commit message (Collapse)AuthorAgeFilesLines
* WIP on issuesDavid Medina2012-06-032-5/+8
| | | | | | | 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-031-0/+65
|\ | | | | | | | | | | | | Conflicts: docs/services.rst pygithub3/github.py pygithub3/requests/repos/__init__.py
| * add Pull Request to `Issue` resourcesAlejandro Gómez2012-05-271-2/+12
| |
| * test Label validation errorsAlejandro Gómez2012-05-271-1/+1
| |
| * Labels and Milestones services addedAlejandro Gómez2012-05-271-1/+25
| |
| * Fix some issues resourcesConor Branagan2012-05-271-3/+3
| |
| * Add issues service for issues, comments and events. has tests and updated docsConor Branagan2012-05-271-0/+31
| |
* | Merge 'services/orgs'David Medina2012-05-272-7/+16
|\ \ | |/ |/|
| * Little fixsDavid Medina2012-05-271-0/+2
| |
| * Add Orgs Members APIStefano Rivera2012-04-241-0/+6
| |
| * Move Team to orgsStefano Rivera2012-04-242-6/+7
| |
| * Baseline Orgs API implementationStefano Rivera2012-04-231-1/+1
| |
* | Merge 'services/pull_requests'David Medina2012-05-122-4/+23
|\ \
| * | Some fixes/typos and 'validate_body' relatedDavid Medina2012-05-121-0/+2
| | |
| * | Unify json importsDavid Medina2012-05-121-4/+1
| | |
| * | add pull request APINat Williams2012-04-171-0/+20
| |/ | | | | | | | | there are a few little issues remaining. Mostly regarding handling meaningful non-20x response codes
* | Merged pull request #7 from alejandrogomezDavid Medina2012-04-281-1/+1
|\ \
| * | add `updated_at` to `_dates` in Repo resourceAlejandro Gómez2012-04-281-1/+1
| |/
* | add docs and a few little pep8 tweaksNat Williams2012-04-162-1/+3
| |
* | add Git Data API supportNat Williams2012-04-161-0/+27
|/
* services.gists.Comment doneDavid Medina2012-04-031-0/+8
|
* "services.gists.Gist" tests and resourcesDavid Medina2012-04-031-0/+37
|
* Get repository's commits supported with new resultDavid Medina2012-03-041-9/+8
|
* Service repos doneDavid Medina2012-03-031-0/+7
| | | | +repos.hooks
* Python 2.6 compatibilityDavid Medina2012-03-012-10/+10
|
* Repos.forks service doneDavid Medina2012-02-221-0/+3
|
* Repos.downloads service doneDavid Medina2012-02-211-0/+12
|
* Repos commits addedDavid Medina2012-02-181-7/+61
|
* Support to resources-self-nested into collectionsDavid Medina2012-02-181-2/+9
|
* Repos service initializedDavid Medina2012-02-122-0/+62
| | | | +service.repos.repo
* Support to map `self` in resources.David Medina2012-02-121-0/+2
| | | | Very nested resources like Repo
* WIP on resources.users testsDavid Medina2012-02-111-1/+1
|
* Resources testsDavid Medina2012-02-101-4/+9
| | | | | | resources.core * Also detected and fixed memory bug
* Clean requests interfaceDavid Medina2012-02-071-0/+3
| | | | | | Refactorize on build request to support specific requests cleaner *Also support to verbose on requests library
* User service completeDavid Medina2012-02-052-1/+7
| | | | | | User.emails User.keys User.followers
* Renaming (What I was thinking?)David Medina2012-02-043-0/+101
resources => ghrequests models => resources + Also it's near to complete user service