Commit Graph
1426 Commits
Author SHA1 Message Date
Jimmy Zelinskie dbc6f5abf0 Add read_only attribute to Deploy Keys (#570) 2017-12-07 20:11:10 -08:00
Wan Liuyang c33a388395 Doc create instance from token (#667) 2017-12-07 20:01:03 -08:00
Ben Firshman 317079efff Fix uploading binary files on Python 3 (#621)
There is a bit of logic for Python 2 that detects if you're
uploading string or bytes, but this is missing for Python 3.
2017-11-27 15:26:18 -08:00
Colin Hoglund 84b43da76c Decode jwt bytes object in Python 3 (#633) 2017-11-27 14:59:38 -08:00
Hugo 15cdc2f8fd Remove broken downloads badge (#644)
See https://github.com/badges/shields/issues/716
2017-11-27 14:28:09 -08:00
Balázs Rostás 5c41120a8a Added missing parameters for repo creation (#623)
* Added missing parameters to organisation repo creation

* team_id should already be an id not a team object

* Name arguments in the test

* Fixed assertion check

* Added missing parameters to user repo creation

* Fixed comments
2017-11-27 14:25:00 -08:00
Chris McBride 52449649a4 Add ability to access github Release Asset API. (#525)
* Add ability to access github Release Asset API.
See: https://developer.github.com/v3/repos/releases
2017-11-27 10:01:03 -06:00
Mike Miller ebe7277a7f Add 'submitted at' to PullRequestReview (#565)
This field is not currently listed in the Github documentation at
https://developer.github.com/v3/pulls/reviews/, but it's been included
since Github 2.9

(It even exists in the test data returned for the original
PullRequestReview PR)
2017-11-23 03:49:41 -08:00
Jason White 554c1ab124 Quote path for /contents API (#614)
This allows spaces and other special characters in the file path.

Fixes #613.
2017-11-22 12:57:31 -08:00
Adam Dangoor f54b1356fb Merge pull request #618 from TiagoDanin-Forks/doc
Updated references in introduction.rst
2017-11-22 19:57:53 +00:00
Adam Dangoor e7b5dc9890 Merge pull request #643 from hugovk/patch-1
Add Python 3.6
2017-11-22 19:56:14 +00:00
Hugo 2533bed9ba Add Python 3.6 2017-10-16 08:41:17 +03:00
Hugo e78f0ecedb Add Python 3.6 2017-10-16 08:40:31 +03:00
Tiago Danin d2c72bb330 Updated references in introduction.rst 2017-08-23 11:27:53 -03:00
Jannis Gebauer 3437a7030f Merge pull request #529 from sharkykh/patch-1
Import missing exception
2017-07-10 20:13:15 +02:00
Jannis Gebauer 291f6dde62 fix failing tests on py26 2017-07-10 13:21:22 +02:00
Jannis Gebauer 19310e77e3 new release, 1.35 2017-07-10 13:16:34 +02:00
Jannis Gebauer 4c64b28920 added repository collaborator invitation 2017-07-10 13:14:09 +02:00
Jannis Gebauer b93d43df23 reformat changelog 2017-07-10 10:58:21 +02:00
Jannis Gebauer 49834e4288 Merge pull request #557 from paulortman/master
add "integration" install option with minimal docs
2017-07-10 10:48:25 +02:00
Paul Ortman 656bd96c6c add "integration" install option with minimal docs 2017-04-17 23:38:53 -05:00
Nhomar Hernandez a628556690 Publish version 1.34 2017-04-02 16:00:08 -05:00
Nhomar Hernandez 49bcabd7c7 Publish version 2017-04-02 15:59:22 -05:00
Jannis Gebauer fa3eb59a4c Merge pull request #544 from felixonmars/patch-1
Update requirements to match the latest pyjwt switch
2017-03-28 10:19:03 +02:00
Felix Yan e5458fa71e Update requirements to match the latest pyjwt switch 2017-03-28 16:06:01 +08:00
Jannis Gebauer e783ee3737 Publish version 1.33 2017-03-27 15:24:34 +02:00
Jannis Gebauer d447eb13b9 switch to pyjwt, python-jose is not secure 2017-03-27 15:20:24 +02:00
Jimmy Zelinskie 2525515b09 Merge pull request #538 from allevin/Add_Pull_Request_Reviews_Feature
Add Support for Pull Request Reviews feature
2017-03-25 12:52:48 -04:00
Aaron Levine b6b127d732 Updates to API and changes to resolve testing issues. 2017-03-24 14:45:04 -06:00
Aaron Levine 7a0fcb27b7 Add testing for Pull Request Reviews and Review Requests 2017-03-21 13:00:11 -06:00
Aaron Levine f383603f7d Remove unnecessary lines 2017-03-21 12:59:22 -06:00
Aaron Levine 2f0e4e55fe Add Support for Pull Request Reviews feature 2017-03-20 14:44:26 -06:00
sharkykh 67b078e920 Import missing exception
TwoFactorException was missing on GithubException import line
2017-02-21 00:51:50 +02:00
Jannis Gebauer 414f6e648f new release 1.32 2017-02-01 11:05:35 +01:00
Jannis Gebauer 656e70e16d Merge pull request #519 from PyGithub/integrations-installation
adding support for the integrations installation endpoint
2017-02-01 11:01:43 +01:00
Jannis Gebauer 33334e4345 adding support for the integrations installation endpoint 2017-02-01 10:51:13 +01:00
Jimmy Zelinskie 0cf05cb72a Merge pull request #518 from khornberg/patch-1
Correct stable version in documentation
2017-02-01 01:04:23 -05:00
Kyle Hornberg 3598c69d24 Correct stable version in documentation 2017-01-31 07:29:22 -06:00
Jannis Gebauer 2defb8920e new release 1.31 2017-01-30 10:52:45 +01:00
Jannis Gebauer 6f5a2d4421 Merge pull request #449 from PyGithub/integrations
GitHub integrations support
2017-01-27 17:34:41 +01:00
Matthew Neal 0154c6b0d5 Support HTTP 302 redirect in Organization.has_in_members 2017-01-18 22:13:14 -06:00
Michael Pereira f119147399 Add details of repo type for get_repos documentation
Taken from https://developer.github.com/v3/repos/#list-organization-repositories
2017-01-17 12:56:17 -06:00
fukatani 01d4d5fc69 fix repository 2017-01-17 12:55:27 -06:00
Nhomar Hernández [Vauxoo] 9d14335657 Merge pull request #469 from tmshn/support-multiple-assignees
Support multiple assignees on Issue & PullRequest
2017-01-17 12:53:48 -06:00
Jimmy Zelinskie 70e6e8bb5d Merge pull request #499 from gamefiend/qhm-docs
An easier to see link to the documentation in response to issue #480.
2016-12-27 21:09:00 -05:00
Jimmy Zelinskie 83989ed813 Merge pull request #357 from felixonmars/master
Note explicit support for Python 3.5
2016-12-22 12:59:30 -05:00
Felix Yan 3ae55f0fd7 Note explicit support for Python 3.5 2016-12-22 16:16:29 +08:00
Jimmy Zelinskie be868bd6c5 Merge pull request #506 from jamesbroadhead/fix_readme
Fix README instructions
2016-12-19 20:30:59 -05:00
James Broadhead 5b0224e868 Fix README instructions 2016-12-19 15:26:35 +00:00
Quinn Murphy 6039a4b0be An easier to see link to the documentation in response to issue #480. 2016-12-01 18:32:48 -05:00