Kyle Hornberg
3444105083
Merge pull request #36 from khornberg/chore/travis-release
...
Debugging: Reorder conditions
0.8.0
2018-09-04 10:27:53 -05:00
Kyle Hornberg
70375cc307
Debugging: Reorder conditions
2018-09-04 10:20:07 -05:00
Kyle Hornberg
5a2af620ff
Merge pull request #32 from khornberg/renovate/requests-2.x
...
Update dependency requests to v2.19.1
2018-09-04 10:16:14 -05:00
Renovate Bot
42d97862d2
Update dependency requests to v2.19.1
2018-09-04 14:51:13 +00:00
Kyle Hornberg
254608e83d
Merge pull request #34 from khornberg/chore/travis-release
...
Debugging: Travis releases
2018-09-04 09:51:05 -05:00
Kyle Hornberg
50342fb307
Merge branch 'master' into chore/travis-release
2018-09-04 09:25:19 -05:00
Kyle Hornberg
3911b3bc97
Debugging: Travis releases
2018-09-04 09:16:43 -05:00
Kyle Hornberg
290eebfa65
Merge pull request #30 from khornberg/renovate/configure
...
Configure Renovate
2018-09-04 09:12:33 -05:00
Kyle Hornberg
a0882cf404
Merge branch 'master' into renovate/configure
2018-09-04 09:06:18 -05:00
Kyle Hornberg
c0842f03af
Merge pull request #31 from khornberg/feature/routes-and-pagination
...
Version: 0.8.0
2018-09-04 09:05:47 -05:00
Kyle Hornberg
bab54c5336
Style: flake8, linkcheck
2018-09-04 08:44:39 -05:00
Kyle Hornberg
cd66a3e82a
Version: 0.8.0
2018-08-29 10:48:26 -05:00
Kyle Hornberg
c14812bdca
Dependency: Select update of json data
2018-08-29 10:46:23 -05:00
Kyle Hornberg
abe94458ed
Feature: Add pagination
2018-08-29 10:46:08 -05:00
Kyle Hornberg
578b1a965e
Update MANIFEST.in
2018-08-10 11:50:20 -05:00
Kyle Hornberg
20a3e695bf
Update renovate.json
2018-07-09 08:14:56 -05:00
Renovate Bot
f2f9a0c9ef
Add renovate.json
2018-07-05 01:05:21 +00:00
Kyle Hornberg
ed89094551
Merge pull request #29 from khornberg/bug/bools
...
Version: 0.7.1 -> 0.7.2
0.7.2
2018-06-01 15:37:35 -05:00
Kyle Hornberg
cf69c84f2a
Version: 0.7.1 -> 0.7.2
2018-06-01 15:29:18 -05:00
Kyle Hornberg
4a3334f90c
Bug Fix: Send boolean defaults
2018-06-01 15:28:53 -05:00
Kyle Hornberg
0898c93520
Merge pull request #28 from khornberg/bug/app-auth
...
Version: 0.7.0 -> 0.7.1
2018-06-01 13:56:54 -05:00
Kyle Hornberg
33f4250542
Version: 0.7.0 -> 0.7.1
2018-06-01 13:35:48 -05:00
Kyle Hornberg
27dc4bc361
Bug Fix: Can use app auth
2018-06-01 13:34:58 -05:00
Kyle Hornberg
5fb7ff30ed
Delete .pyup.yml
2018-05-08 11:16:55 -05:00
Kyle Hornberg
2e887bbfae
Merge pull request #25 from khornberg/pyup-scheduled-update-2018-04-09
...
Scheduled weekly dependency update for week 14
2018-04-09 11:09:05 -05:00
pyup-bot
2a705eb340
Update sphinx-rtd-theme from 0.2.4 to 0.3.0
2018-04-09 09:58:09 -05:00
Kyle Hornberg
3f61ea3df5
Merge pull request #24 from khornberg/feature/fixes
...
Version: 0.6.1 -> 0.7.0
0.7.0
2018-03-12 15:34:02 -05:00
Kyle Hornberg
5b03bf8571
Style: yapf
2018-03-12 15:23:04 -05:00
Kyle Hornberg
c35adc8f82
Style: isort
2018-03-12 15:18:55 -05:00
Kyle Hornberg
0c290eed72
Version: 0.6.1 -> 0.7.0
2018-03-12 15:14:37 -05:00
Kyle Hornberg
1cce19da3a
Periperal: Show tags in logs
2018-03-12 15:14:18 -05:00
Kyle Hornberg
a80ca34f06
Bug Fix: Return copy of self instead of self
...
If one had a single reference object, that object would be mutated
unknowningly.
Example:
repo = octokit.repos.repo(...)
repo.issues.create(...)
repo now is the response of the created issue not the getting of the
repo.
2018-03-12 15:10:10 -05:00
Kyle Hornberg
725d8ef186
Doc: Clarify that the app_id must be a string
2018-03-12 15:09:47 -05:00
Kyle Hornberg
0266a2e503
Feature: Raise OctokitParameterError for parameter errors
2018-03-12 15:09:15 -05:00
Kyle Hornberg
e21a4d0e03
Merge pull request #23 from khornberg/bug/fixes
...
Bug Fix: Correct type checking
2018-03-12 10:50:32 -05:00
Kyle Hornberg
f6c488e656
Version: 0.6.0 -> 0.6.1
2018-03-12 10:46:22 -05:00
Kyle Hornberg
ebbfb0e4d4
Bug Fix: Correct type checking
2018-03-12 10:46:19 -05:00
Kyle Hornberg
42beb50795
Peripheral: Add execute
2018-03-12 10:32:23 -05:00
Kyle Hornberg
91aab0537f
Merge pull request #22 from khornberg/feature/app-app-auth
...
fix
2018-03-09 14:04:28 -06:00
Kyle Hornberg
fe792febdb
Peripheral: Remove reporter
2018-03-09 13:56:28 -06:00
Kyle Hornberg
e659549b69
Enhancement: Do not break if response is not JSON
...
DELETEs do not return content
2018-03-09 13:51:47 -06:00
Kyle Hornberg
1969a867ee
Dependency: Update label routes with preview attributes
2018-03-09 13:51:47 -06:00
Kyle Hornberg
f245333e0a
Merge pull request #19 from khornberg/feature/app-app-auth
...
Feature: Add authentication as app -- Breaking Change!
2018-03-09 13:48:52 -06:00
Kyle Hornberg
3e5b13a82c
Style: yapf
2018-02-27 09:22:51 -06:00
Kyle Hornberg
ee7b0a217c
Style: isort
2018-02-27 09:16:36 -06:00
Kyle Hornberg
6bfe596265
Refactor: fix similar code
2018-02-27 09:15:35 -06:00
Kyle Hornberg
37e983961f
Enhancement: Allow chaining request and responses with shared url state
2018-02-27 09:07:41 -06:00
Kyle Hornberg
3f9b794033
Dependency: Update rest.json from upstream
2018-02-26 14:12:29 -06:00
Kyle Hornberg
55d17c6725
Enhancement: method calls return self with response attributes
2018-02-26 13:34:49 -06:00
Kyle Hornberg
f1e93c792b
Feature: Add authentication as app -- Breaking Change!
...
Previously 'app' auth was actually authentication as an 'installation'.
This corrects that. Use auth="installation".
2018-02-22 15:47:49 -06:00