Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update readme and authors | 2012-06-16 | 1 | -3/+2 | |
| | | | | Also some PEP8 | ||||
* | Tests on services.issues working | 2012-06-16 | 1 | -53/+46 | |
| | | | | 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 | 1 | -1/+12 | |
| | |||||
* | Merge branch 'services/issues' of https://github.com/alejandrogomez/python-github3 into services/issues | 2012-06-03 | 3 | -0/+269 | |
|\ | | | | | | | | | | | | | Conflicts: docs/services.rst pygithub3/github.py pygithub3/requests/repos/__init__.py | ||||
| * | add Pull Request to `Issue` resources | 2012-05-27 | 1 | -1/+1 | |
| | | |||||
| * | test Label validation errors | 2012-05-27 | 2 | -0/+39 | |
| | | |||||
| * | Labels and Milestones services added | 2012-05-27 | 2 | -2/+117 | |
| | | |||||
| * | Add issues service for issues, comments and events. has tests and updated docs | 2012-05-27 | 1 | -0/+115 | |
| | | |||||
* | | Merge 'services/orgs' | 2012-05-27 | 2 | -1/+173 | |
|\ \ | |/ |/| | |||||
| * | Little fixs | 2012-05-27 | 1 | -4/+4 | |
| | | |||||
| * | Add Teams Service | 2012-04-24 | 1 | -1/+82 | |
| | | |||||
| * | An empty string doesn't work around the 411 issue on PUTs. Use 'PLACEHOLDER' | 2012-04-24 | 1 | -1/+1 | |
| | | |||||
| * | Add Orgs Members API | 2012-04-24 | 1 | -4/+51 | |
| | | |||||
| * | Baseline Orgs API implementation | 2012-04-23 | 1 | -0/+44 | |
| | | |||||
* | | refs #10 | 2012-05-17 | 1 | -2/+2 | |
| | | |||||
* | | Merge 'services/pull_requests' | 2012-05-12 | 3 | -5/+195 | |
|\ \ | |||||
| * | | Some fixes/typos and 'validate_body' related | 2012-05-12 | 1 | -15/+4 | |
| | | | |||||
| * | | Deleted 'validate_body' behaviour | 2012-05-12 | 2 | -27/+3 | |
| | | | | | | | | | | | | 'clean_body' had been developed to that functionality | ||||
| * | | use _bool for pull request merge status | 2012-04-19 | 1 | -2/+2 | |
| | | | |||||
| * | | add pull request API | 2012-04-17 | 2 | -1/+202 | |
| | | | | | | | | | | | | | | | there are a few little issues remaining. Mostly regarding handling meaningful non-20x response codes | ||||
| * | | more specific exception for missing Request classes | 2012-04-17 | 1 | -4/+4 | |
| | | | |||||
| * | | let request objects specify custom body validations | 2012-04-17 | 2 | -3/+27 | |
| |/ | |||||
* | | Litle fixs | 2012-04-28 | 1 | -10/+3 | |
| | | |||||
* | | add Git Data API support | 2012-04-16 | 1 | -0/+164 | |
|/ | |||||
* | Fix naming | 2012-04-03 | 1 | -2/+2 | |
| | |||||
* | services.gists.Comment done | 2012-04-03 | 1 | -1/+38 | |
| | |||||
* | services.gists.Gist done | 2012-04-03 | 1 | -3/+3 | |
| | |||||
* | "services.gists.Gist" tests and resources | 2012-04-03 | 1 | -0/+93 | |
| | |||||
* | Fix requests with invalid config precedence | 2012-03-04 | 2 | -36/+8 | |
| | |||||
* | Get repository's commits supported with new result | 2012-03-04 | 1 | -2/+0 | |
| | |||||
* | Refactor result. Now it's a package | 2012-03-04 | 3 | -9/+61 | |
| | | | | | result.smart => Paginate iterator with 'page' behaviour. result.normal => Paginate iterator with 'next' behaviour. | ||||
* | Service repos done | 2012-03-03 | 1 | -1/+44 | |
| | | | | +repos.hooks | ||||
* | Python 2.6 compatibility | 2012-03-01 | 9 | -14/+23 | |
| | |||||
* | Restructure modules and packages in a clean way | 2012-03-01 | 3 | -4/+4 | |
| | | | | The docs has increased lines of code, so I split it | ||||
* | Init documentation | 2012-02-29 | 1 | -2/+2 | |
| | | | | | | +core +services.user ~services.repos | ||||
* | Repos.watchers service done | 2012-02-22 | 1 | -1/+44 | |
| | |||||
* | Repos.keys service done | 2012-02-22 | 1 | -1/+38 | |
| | |||||
* | Repos.forks service done | 2012-02-22 | 1 | -1/+21 | |
| | |||||
* | Repos.downloads service done | 2012-02-21 | 1 | -1/+33 | |
| | |||||
* | Support to Mimetypes in some services | 2012-02-19 | 2 | -1/+28 | |
| | |||||
* | Fix test imports | 2012-02-19 | 6 | -10/+12 | |
| | |||||
* | Repos commits added | 2012-02-18 | 1 | -1/+66 | |
| | |||||
* | Support to resources-self-nested into collections | 2012-02-18 | 2 | -1/+10 | |
| | |||||
* | Services' renaming: base.Base to base.Service | 2012-02-17 | 1 | -2/+2 | |
| | |||||
* | Repos collaborators added | 2012-02-12 | 1 | -2/+34 | |
| | |||||
* | Repos service initialized | 2012-02-12 | 1 | -0/+140 | |
| | | | | +service.repos.repo | ||||
* | Support to map `self` in resources. | 2012-02-12 | 2 | -3/+10 | |
| | | | | Very nested resources like Repo | ||||
* | Services.users tests completed | 2012-02-11 | 2 | -5/+33 | |
| | | | | | | | services.users.user services.users.emails services.users.keys services.users.followers | ||||
* | Change requests.Body to suppor required attributes | 2012-02-11 | 2 | -39/+44 | |
| |