add logging; fix caching
authorMichael Wallner <mike@php.net>
Tue, 12 May 2015 09:21:25 +0000 (11:21 +0200)
committerMichael Wallner <mike@php.net>
Tue, 12 May 2015 09:21:25 +0000 (11:21 +0200)
commiteb76e9bb9a39fe2725301f6cf6fc3cf29bbc4e00
treef1c2b92482780e7ef4deb92f0f50c2285003b4f0
parentbeaa328995cb2a32871259978d8da4acb3dc7715
add logging; fix caching
19 files changed:
app/Controller/Github.php
app/Controller/Github/Callback.php
app/Controller/Github/Index.php
app/Controller/Github/Repo.php
app/Controller/Github/RepoHook.php
app/Github/API.php
app/Github/API/Call.php
app/Github/API/Hooks/DeleteHook.php
app/Github/API/Users/ReadAuthToken.php
app/Github/ClientObserver.php [new file with mode: 0644]
app/Github/Exception/RequestException.php
app/Github/Logger.php [new file with mode: 0644]
app/Github/Storage.php
app/Github/Storage/Item.php [new file with mode: 0644]
app/Github/Storage/Memcache.php
app/Github/Storage/Redis.php
app/Github/Storage/Session.php
app/bootstrap/github.php
config/app.ini