aboutsummaryrefslogtreecommitdiffstats
path: root/pygithub3/tests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update readme and authorsDavid Medina2012-06-161-3/+2
| | | | Also some PEP8
* Tests on services.issues workingDavid Medina2012-06-161-53/+46
| | | | Also fix some bugs
* 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-161-1/+12
|
* Merge branch 'services/issues' of https://github.com/alejandrogomez/python-github3 into services/issuesDavid Medina2012-06-033-0/+269
|\ | | | | | | | | | | | | Conflicts: docs/services.rst pygithub3/github.py pygithub3/requests/repos/__init__.py
| * add Pull Request to `Issue` resourcesAlejandro Gómez2012-05-271-1/+1
| |
| * test Label validation errorsAlejandro Gómez2012-05-272-0/+39
| |
| * Labels and Milestones services addedAlejandro Gómez2012-05-272-2/+117
| |
| * Add issues service for issues, comments and events. has tests and updated docsConor Branagan2012-05-271-0/+115
| |
* | Merge 'services/orgs'David Medina2012-05-272-1/+173
|\ \ | |/ |/|
| * Little fixsDavid Medina2012-05-271-4/+4
| |
| * Add Teams ServiceStefano Rivera2012-04-241-1/+82
| |
| * An empty string doesn't work around the 411 issue on PUTs. Use 'PLACEHOLDER'Stefano Rivera2012-04-241-1/+1
| |
| * Add Orgs Members APIStefano Rivera2012-04-241-4/+51
| |
| * Baseline Orgs API implementationStefano Rivera2012-04-231-0/+44
| |
* | refs #10David Medina2012-05-171-2/+2
| |
* | Merge 'services/pull_requests'David Medina2012-05-123-5/+195
|\ \
| * | Some fixes/typos and 'validate_body' relatedDavid Medina2012-05-121-15/+4
| | |
| * | Deleted 'validate_body' behaviourDavid Medina2012-05-122-27/+3
| | | | | | | | | | | | 'clean_body' had been developed to that functionality
| * | use _bool for pull request merge statusNat Williams2012-04-191-2/+2
| | |
| * | add pull request APINat Williams2012-04-172-1/+202
| | | | | | | | | | | | | | | there are a few little issues remaining. Mostly regarding handling meaningful non-20x response codes
| * | more specific exception for missing Request classesNat Williams2012-04-171-4/+4
| | |
| * | let request objects specify custom body validationsNat Williams2012-04-172-3/+27
| |/
* | Litle fixsDavid Medina2012-04-281-10/+3
| |
* | add Git Data API supportNat Williams2012-04-161-0/+164
|/
* Fix namingDavid Medina2012-04-031-2/+2
|
* services.gists.Comment doneDavid Medina2012-04-031-1/+38
|
* services.gists.Gist doneDavid Medina2012-04-031-3/+3
|
* "services.gists.Gist" tests and resourcesDavid Medina2012-04-031-0/+93
|
* Fix requests with invalid config precedenceDavid Medina2012-03-042-36/+8
|
* Get repository's commits supported with new resultDavid Medina2012-03-041-2/+0
|
* Refactor result. Now it's a packageDavid Medina2012-03-043-9/+61
| | | | | result.smart => Paginate iterator with 'page' behaviour. result.normal => Paginate iterator with 'next' behaviour.
* Service repos doneDavid Medina2012-03-031-1/+44
| | | | +repos.hooks
* Python 2.6 compatibilityDavid Medina2012-03-019-14/+23
|
* Restructure modules and packages in a clean wayDavid Medina2012-03-013-4/+4
| | | | The docs has increased lines of code, so I split it
* Init documentationDavid Medina2012-02-291-2/+2
| | | | | | +core +services.user ~services.repos
* Repos.watchers service doneDavid Medina2012-02-221-1/+44
|
* Repos.keys service doneDavid Medina2012-02-221-1/+38
|
* Repos.forks service doneDavid Medina2012-02-221-1/+21
|
* Repos.downloads service doneDavid Medina2012-02-211-1/+33
|
* Support to Mimetypes in some servicesDavid Medina2012-02-192-1/+28
|
* Fix test importsDavid Medina2012-02-196-10/+12
|
* Repos commits addedDavid Medina2012-02-181-1/+66
|
* Support to resources-self-nested into collectionsDavid Medina2012-02-182-1/+10
|
* Services' renaming: base.Base to base.ServiceDavid Medina2012-02-171-2/+2
|
* Repos collaborators addedDavid Medina2012-02-121-2/+34
|
* Repos service initializedDavid Medina2012-02-121-0/+140
| | | | +service.repos.repo
* Support to map `self` in resources.David Medina2012-02-122-3/+10
| | | | Very nested resources like Repo
* Services.users tests completedDavid Medina2012-02-112-5/+33
| | | | | | | services.users.user services.users.emails services.users.keys services.users.followers
* Change requests.Body to suppor required attributesDavid Medina2012-02-112-39/+44
|