An open API service providing commit metadata for open source projects.

GitHub / github/octokit.py / commits

SHA Message Author Date Stats
6a5390fd merge Merge pull request #23 from octokit/howei-coverage Timothy Chang <t****g@y****m> over 10 years ago
ec8d8e47 Added .coveragerc. Ignore `__repr__` in coverage. Ho-Wei Kang <h****k@g****m> over 10 years ago
4eb3c17d Try downgrading coverage version for py3.2 Ho-Wei Kang <h****k@g****m> over 10 years ago
54fc1672 Code coverage + coveralls setup. Ho-Wei Kang <h****k@g****m> over 10 years ago
8f764252 merge Merge pull request #21 from octokit/eduardo-pep8 Eduardo Ramirez <e****6@h****m> over 10 years ago
5bac79eb converted style to pep8 Eduardo Ramirez <e****o@u****u> over 10 years ago
fcf6816f merge Merge pull request #19 from octokit/howei-redesign-structure Timothy Chang <t****g@y****m> over 10 years ago
b078611e merge Merge pull request #20 from octokit/howei-test-exceptions Timothy Chang <t****g@y****m> over 10 years ago
4c800a3b Fixed typo in _RateLimit.__repr__ Ho-Wei Kang <h****k@g****m> over 10 years ago
62f1d5f4 Fixed __slots__ and __repr__ in RateLimit. Ho-Wei Kang <h****k@g****m> over 10 years ago
81f76b98 Moved last_response from pagination to ratelimit Ho-Wei Kang <h****k@g****m> over 10 years ago
0ddae534 Refactored RateLimit code, added __repr__ for _RateLimit Ho-Wei Kang <h****k@g****m> over 10 years ago
c4fee407 Newline at end of pagination.py Ho-Wei Kang <h****k@g****m> over 10 years ago
d6c0a52d Moved pagination and ratelimit tests to their own test files Ho-Wei Kang <h****k@g****m> over 10 years ago
2bc67d11 Deleted accidental file add.. Ho-Wei Kang <h****k@g****m> over 10 years ago
be13dd37 Moved pagination logic to Pagination mixin for Client. Ho-Wei Kang <h****k@g****m> over 10 years ago
68a103ca Refactored parse_schema funcs in Resource. Set url from response in Resource. Ho-Wei Kang <h****k@g****m> over 10 years ago
59f57739 Made default behavior to bad attributes in Client raise a 404 exception. Ho-Wei Kang <h****k@g****m> over 10 years ago
da25364b Moved schema parsing to constructor of Resource. Ho-Wei Kang <h****k@g****m> over 10 years ago
01557af8 Refactored pagination + Resource/rels relationship Ho-Wei Kang <h****k@g****m> almost 11 years ago
cca11885 Use `head` http method when requesting rate limit. Ho-Wei Kang <h****k@g****m> almost 11 years ago
1c452c94 Moved Client class comments to BaseClient. Ho-Wei Kang <h****k@g****m> almost 11 years ago
c53cb4dc Added unit test for exceptions. Minor refactor of logic in exceptions.py Ho-Wei Kang <h****k@g****m> almost 11 years ago
78625caa Newline at end of client.py Ho-Wei Kang <h****k@g****m> almost 11 years ago
ae68d38b Moved Client functionality to BaseClient to allow for mixins to call their ow... Ho-Wei Kang <h****k@g****m> almost 11 years ago
85318da1 Set auto_paginate to False by default; fixed pagination tests. Ho-Wei Kang <h****k@g****m> almost 11 years ago
83a05e27 Handle HTTP response codes in Client instead of Resource. Ho-Wei Kang <h****k@g****m> almost 11 years ago
3229c1b0 Deleted custom Session class. Moved pagination logic to Client and updated pa... Ho-Wei Kang <h****k@g****m> almost 11 years ago
64de992c Added RateLimit mixin + response hook to update last_response Ho-Wei Kang <h****k@g****m> almost 11 years ago
556b22db merge Merge pull request #14 from octokit/eduardo-pagination Eduardo Ramirez <e****6@h****m> almost 11 years ago
c23cc955 per_page and page can now be supplied as query params Eduardo Ramirez <e****o@u****u> almost 11 years ago
0de43cf4 added tests for pagination and rate limit Eduardo Ramirez <e****o@u****u> almost 11 years ago
0e7ac5ab wrapped session into its own class and implemented rate limiting Eduardo Ramirez <e****o@u****u> almost 11 years ago
20680a5b merge resolved merge conflicts from master Eduardo Ramirez <e****o@u****u> almost 11 years ago
aa99c539 fixed issues with constructor attemping to parse already parsed schemas and f... Eduardo Ramirez <e****o@u****u> almost 11 years ago
b452cd37 merge Merge pull request #15 from octokit/better-tests howeik <h****k@g****m> almost 11 years ago
844107c8 Refactored MockOctokitTest for automatic cassette names Ho-Wei Kang <h****k@g****m> almost 11 years ago
ee5cfc2a Fixed named param inference bug in __call__ Ho-Wei Kang <h****k@g****m> almost 11 years ago
5480c46d Renamed test_httpverb to test_resources; __call__ test Ho-Wei Kang <h****k@g****m> almost 11 years ago
9a045f7e Set default login in MockOctokit to api-padawan Ho-Wei Kang <h****k@g****m> almost 11 years ago
2ef6d788 Set TRAVIS flag in travis.yml Ho-Wei Kang <h****k@g****m> almost 11 years ago
2f55d6a5 Renamed MockHttpTestCase->MockOctokitTestCase Ho-Wei Kang <h****k@g****m> almost 11 years ago
e1d66a05 Changed hardcoded login name to self.login Ho-Wei Kang <h****k@g****m> almost 11 years ago
3a0bc319 Added betamax to setup.py `requires` Ho-Wei Kang <h****k@g****m> almost 11 years ago
0932e362 Downgraded requests to 2.7.0 for betamax compat. Ho-Wei Kang <h****k@g****m> almost 11 years ago
39bbcde7 Created a mocked test for getting the current_user Ho-Wei Kang <h****k@g****m> almost 11 years ago
5e96d9bc deleted old tests Ho-Wei Kang <h****k@g****m> almost 11 years ago
acb9bf23 PEP8'd test_httpverb.py imports Ho-Wei Kang <h****k@g****m> almost 11 years ago
19fcb3d3 Refactored comment in test_httpverb.py Ho-Wei Kang <h****k@g****m> almost 11 years ago
60d5c390 Refactored and PEP8'd test_httpverb Ho-Wei Kang <h****k@g****m> almost 11 years ago
e66a792a Added pagination functionality Eduardo Ramirez <e****o@u****u> almost 11 years ago
744da1c1 merge Merge pull request #13 from octokit/adding-error-codes Timothy Chang <t****g@y****m> almost 11 years ago
7fde6d10 Added newlines to end of exceptions.py and resources.py files Timothy Chang <t****g@y****m> almost 11 years ago
cd11910a Function handle_status checks if data is None instead of exception constructors Timothy Chang <t****g@y****m> almost 11 years ago
c69aac31 Errors inherit from ClientError and ServerError, handle_status data argument ... Timothy Chang <t****g@y****m> almost 11 years ago
ed9aeaa1 Added error code classes to exceptions. Error code classes take error message... Timothy Chang <t****g@y****m> almost 11 years ago
85025595 Setup nose for testing Ho-Wei Kang <h****k@g****m> almost 11 years ago
891404e5 merge Merge pull request #12 from octokit/howei-dev howeik <h****k@g****m> almost 11 years ago
a6f43a73 Dropped support for python 2.6 Ho-Wei Kang <h****k@g****m> almost 11 years ago
3d8f0946 merge Merge branch 'master' of https://github.com/octokit/octokit.py into howei-dev Ho-Wei Kang <h****k@g****m> almost 11 years ago
63070fbf Refactored HTTP verb funcs to support single param Ho-Wei Kang <h****k@g****m> almost 11 years ago
a2de9864 merge Merge pull request #10 from octokit/howei-dev howeik <h****k@g****m> almost 11 years ago
cd9ea045 merge Merge branch 'master' of https://github.com/octokit/octokit.py into howei-dev Ho-Wei Kang <h****k@g****m> almost 11 years ago
60fcb3ad Basic tests for Resource HTTP verbs Ho-Wei Kang <h****k@g****m> almost 11 years ago
ead27b58 merge Merge pull request #9 from octokit/handle-empty-response Timothy Chang <t****g@y****m> almost 11 years ago
1811f722 Made assigning response data more succinct Timothy Chang <t****g@y****m> almost 11 years ago
162208b3 Handle response codes that are not errors and empty responses Timothy Chang <t****g@y****m> almost 11 years ago
3cfd30df merge Merge pull request #8 from octokit/eduardo-small-bugs Eduardo Ramirez <e****6@h****m> almost 11 years ago
a3ab2ede Fixed a small bugs Eduardo Ramirez <e****o@u****u> almost 11 years ago
06dde251 Added requests-mock pkg to setup.py Ho-Wei Kang <h****k@g****m> almost 11 years ago
be7dd9d3 merge Merge pull request #7 from octokit/howei-dev howeik <h****k@g****m> almost 11 years ago
1d4e32d4 Configurable API endpoint Ho-Wei Kang <h****k@g****m> almost 11 years ago
44fac404 merge Merge pull request #6 from octokit/eduardo-adding-rescalls Eduardo Ramirez <e****6@h****m> almost 11 years ago
9fcacb32 Updated comments for Resource request methods Ho-Wei Kang <h****k@g****m> almost 11 years ago
c9c22ebe merge Merge branch 'eduardo-adding-rescalls' of https://github.com/octokit/octokit.... Ho-Wei Kang <h****k@g****m> almost 11 years ago
515e60e6 Moved implicit kwarg logic to fetch_resource Ho-Wei Kang <h****k@g****m> almost 11 years ago
9a9c8c9a merge fixed merge conflict with test.py Eduardo Ramirez <e****o@u****u> almost 11 years ago
3df7eb2c Removed auth test Eduardo Ramirez <e****o@u****u> almost 11 years ago
0d0299d6 Removed auth test Eduardo Ramirez <e****o@u****u> almost 11 years ago
13f1945d merge Merge branch 'eduardo-adding-rescalls' of github.com:octokit/octokit.py into ... Eduardo Ramirez <e****o@u****u> almost 11 years ago
5511b41d ensure_schema_loaded now uses get() Ho-Wei Kang <h****k@g****m> almost 11 years ago
de1acb4d made vars optional; prepared requests properly Ho-Wei Kang <h****k@g****m> almost 11 years ago
0905239d properly prepare requests Ho-Wei Kang <h****k@g****m> almost 11 years ago
c1b11134 req.prepare in ensure_schema_loaded Ho-Wei Kang <h****k@g****m> almost 11 years ago
9d04f344 refactored kwargs to kwargs and request_params Ho-Wei Kang <h****k@g****m> almost 11 years ago
d3d115a3 using kwargs instead to follow python standards Eduardo Ramirez <e****o@u****u> almost 11 years ago
8523ceda merge merge conflict Eduardo Ramirez <e****o@u****u> almost 11 years ago
cbb665e3 refactor once again the entire rest calls Eduardo Ramirez <e****o@u****u> almost 11 years ago
7e6b9558 Resource.__call__ implicit kwarg Ho-Wei Kang <h****k@g****m> almost 11 years ago
d7e98a24 refactored the rest calls Eduardo Ramirez <e****o@u****u> almost 11 years ago
82cf768f added the basic rest calls Eduardo Ramirez <e****o@u****u> almost 11 years ago
ebb09115 Add functionality for needed REST verbs. Eduardo Ramirez <e****o@u****u> almost 11 years ago
b0fd4ec6 merge Merge pull request #4 from octokit/no-travis-email Wynn Netherland <w****d@g****m> almost 11 years ago
0569518f Turn off email notifications Wynn Netherland <w****d@g****m> almost 11 years ago
ca0690ce merge Merge pull request #3 from octokit/travis-ci howeik <h****k@g****m> almost 11 years ago
cbb4b131 build status image on README Ho-Wei Kang <h****k@g****m> almost 11 years ago
414ea5d2 merge Merge pull request #2 from octokit/travis-ci Eduardo Ramirez <e****6@h****m> almost 11 years ago
9618c039 newline at the end of .travis.yml Ho-Wei Kang <h****k@g****m> almost 11 years ago
343f63a1 updated readme with new test instructions Ho-Wei Kang <h****k@g****m> almost 11 years ago
63bfb6a6 travis.yml and script/test Ho-Wei Kang <h****k@g****m> almost 11 years ago

← Back to repository