Jimmy Zelinskie
0e0b74a5d8
Merge pull request #340 from crwilcox/master
...
Fixes #339 by allowing strings in the labels list.
2015-09-16 19:15:28 -04:00
Christopher Wilcox
3f65a123fb
Add test for #339 fix
2015-09-16 15:43:15 -07:00
Christopher Wilcox
f532deea3f
Fixes #339 by allowing strings in the labels list.
2015-09-15 12:46:32 -07:00
Jimmy Zelinskie
3e4e5cdb00
Merge pull request #336 from klnrajareddy/master
...
Fixing https://github.com/PyGithub/PyGithub/issues/335 .
2015-08-27 11:53:21 -04:00
Raja Reddy Karri
3aee448428
Fixing https://github.com/PyGithub/PyGithub/issues/335 .
...
Issue.remove_from_labels fails when the label passed is a string with whitespace characters
2015-08-27 15:49:35 +05:30
Jimmy Zelinskie
95640f3ae6
Merge pull request #334 from sbesson/org_members_filter_role
...
Add support for filter/role options in Organization.get_members()
2015-08-18 15:58:17 -04:00
Sebastien Besson
763491310a
Add trailing underscore to filter_ and use {} as the default dict
2015-08-18 20:43:27 +01:00
Sebastien Besson
31f4b1bd62
Add support for filter/role options in Organization.get_members()
2015-08-18 11:57:25 +01:00
Jimmy Zelinskie
c571564505
Merge pull request #326 from kokosing/feature_add-gifi-usage
...
Documentation: add git-gifi usage to list of projects using PyGithub
2015-07-13 12:13:03 -04:00
Grzegorz Kokosiński
247c233886
Documentation: add git-gifi usage to list of projects using PyGithub
2015-07-13 10:04:26 +02:00
Jimmy Zelinskie
1ad1b99b73
use containers on travis-ci
...
by setting sudo=false, travis-ci can optimize our tests to run in a container, which is much faster
2015-05-08 11:34:15 -04:00
Jimmy Zelinskie
8c279e283a
Merge pull request #308 from jhermann/patch-1
...
Fixed documentation link
2015-05-08 11:20:30 -04:00
Jimmy Zelinskie
56f6a27893
Merge pull request #315 from edhollandAL/master
...
Freshen master with changes from develop
2015-05-08 11:10:32 -04:00
edhollandAL
e99ab3caf7
Merge pull request #1 from edhollandAL/develop
...
Freshen master with changes from develop
2015-05-08 14:57:59 +01:00
Ed Holland
ed466343d3
Fix style problems in new code
2015-04-24 10:18:00 +01:00
Ed Holland
906d8d8ed2
Add support for github releases. Includes methods for creating + getting releases, but no support for assests yet
2015-04-24 10:15:18 +01:00
Jimmy Zelinskie
8f8e1adc79
Merge pull request #309 from beugley/master
...
Connect through a proxy with authentication
2015-04-15 16:53:41 -04:00
Brian Eugley
9be7506f15
code improvement
2015-04-15 15:50:30 -04:00
Brian Eugley
f035591d70
Get proxy info from http_proxy first, HTTP_PROXY second
2015-04-15 15:23:17 -04:00
Brian Eugley
7c79c1b80b
Connect through a proxy with authentication
2015-04-15 13:56:46 -04:00
Jürgen Hermann
f7d93e5224
Fixed documentation link
2015-04-03 09:28:45 +02:00
Jimmy Zelinskie
75e0430421
Merge pull request #305 from Jucyio/develop
...
Add support to create Repository objects lazily in MainClass.
2015-04-02 12:01:25 -04:00
Jimmy Zelinskie
d4f8dbef5f
Merge pull request #307 from Jucyio/tokentest
...
Support recording tests when using an OAuth token
2015-03-27 11:00:04 -04:00
Uriel Corfa
b4de74531a
Add support to record tests using the oauth token instead of a
...
username/password. This lets people whose account uses 2-factor
authentication record tests.
2015-03-26 21:17:57 -07:00
Uriel Corfa
626d29c938
Add support to create Repository objects lazily in MainClass.
...
This lets users do the following without issuing an unnecessary request:
issues_of_my_repository = g.get_repo('PyGithub/PyGithub').get_issues()
Since the GithubObject layer handles laziness transparently, lazy
loading is enabled by default, and can be disabled via the `lazy`
kwarg. This does not affect any test except tests that pertain to
caching or laziness itself.
2015-03-26 20:56:27 -07:00
Jimmy Zelinskie
ca13204dd5
Merge pull request #290 from ndahlquist/develop
...
Change InputGitAuthor to reflect that time is an optional parameter.
2015-03-18 15:20:30 -04:00
Jimmy Zelinskie
5e34bfeb2e
Merge pull request #294 from dpocock/dpocock-accept
...
Allow access to preview versions of the server-side API
2015-03-18 15:16:45 -04:00
Jimmy Zelinskie
5036d4bcb2
Merge pull request #284 from xorel/develop
...
Add team membership add call
2015-03-18 15:13:21 -04:00
Nhomar Hernández [Vauxoo]
563dc75296
Merge pull request #301 from sbellem/patch-1
...
fixed small typo
2015-03-08 01:17:43 -06:00
Sylvain Bellemare
bf134019b7
fixed typo
2015-03-08 04:10:52 +01:00
Nhomar Hernández [Vauxoo]
06160b8a74
Merge pull request #293 from dpocock/dpocock-using
...
doc: add github-icalendar to list of projects using pygithub
2015-03-03 18:56:39 -06:00
Jimmy Zelinskie
5cc9b1e193
Merge pull request #295 from ewalker11/develop
...
Fix paginated list handling of 204 No Content
2015-03-03 12:51:04 -05:00
Jimmy Zelinskie
4e7d9ac138
Merge pull request #292 from jondb/master
...
Added sort option to get_pulls.
2015-03-03 12:48:24 -05:00
Jimmy Zelinskie
b343f63513
Merge pull request #289 from andycasey/master
...
Add optional context when creating a status for a commit
2015-03-03 12:47:15 -05:00
Jimmy Zelinskie
003cb7d315
Merge pull request #296 from cclauss/patch-1
...
Fix broken links under "What's next?"
2015-03-03 12:41:09 -05:00
Jimmy Zelinskie
8448a16605
Merge pull request #288 from DevTable/master
...
Remove URL scheme assertion. Fixes #287 .
2015-03-03 10:57:04 -05:00
Vincent Jacques
5a8608fd5c
Fix link
2015-02-22 11:06:55 +01:00
Vincent Jacques
619a9d083c
Looking for volunteers
2015-02-22 11:05:00 +01:00
cclauss
44557b483c
Fix broken links under "What's next?"
2015-02-17 21:35:33 +01:00
Eliot Walker
47a6edc880
Use more primitive asserts for Python 2.6
2015-02-06 14:32:02 -08:00
Eliot Walker
a03f796f01
Fix paginated list handling of 204s
2015-02-06 13:47:14 -08:00
Daniel Pocock
cd8fe788e4
Allow access to preview versions of the server-side API
2015-02-03 11:56:13 +01:00
Daniel Pocock
4af31d9a75
doc: add github-icalendar to list of projects using pygithub
2015-02-03 11:14:01 +01:00
Jonathan Debonis
adb9e07a30
Added sort option to get_pulls.
2015-01-29 16:08:35 -08:00
Nic Dahlquist
3bd3f0c807
Change InputGitAuthor to reflect that time is an optional parameter.
2014-12-26 19:22:32 -08:00
Andy Casey
7d4cda5497
Post context information when creating status
...
as per https://developer.github.com/v3/repos/statuses/#create-a-status
2014-12-24 00:18:17 +11:00
Jimmy Zelinskie
33b9ce9658
Remove URL scheme assertion.
...
This part of the URL isn't used and can be wrong due to bugs in GitHub
Enterprise.
2014-12-15 15:00:40 -05:00
Jan Orel
16d0a8bf55
Add team membership call
2014-11-10 14:01:07 +01:00
Vincent Jacques
dcff5fbefd
Update README.rst
2014-10-08 11:22:43 -07:00
Vincent Jacques
5a05a5e58f
Publish version 1.25.2
2014-10-07 18:53:50 -07:00