refactor guthub api
authorMichael Wallner <mike@php.net>
Mon, 11 May 2015 08:47:48 +0000 (10:47 +0200)
committerMichael Wallner <mike@php.net>
Mon, 11 May 2015 08:47:48 +0000 (10:47 +0200)
commit07b87ac26f62bc3c069bb16983fe7500272e19b4
tree76331838fb2d60239a7a6ea674c6ad8bcb92a348
parentff1d11c17adb6453aa50dfd6169317e077240eef
refactor guthub api
50 files changed:
app/Controller/Github/Callback.php
app/Controller/Github/Index.php
app/Controller/Github/Repo.php
app/Github/API.php
app/Github/API/Call.php [new file with mode: 0644]
app/Github/API/Hooks/CreateHook.php [new file with mode: 0644]
app/Github/API/Hooks/DeleteHook.php [new file with mode: 0644]
app/Github/API/Hooks/ListHooks.php [new file with mode: 0644]
app/Github/API/Releases/CreateRelease.php [new file with mode: 0644]
app/Github/API/Releases/CreateReleaseAsset.php [new file with mode: 0644]
app/Github/API/Releases/ListReleaseAssets.php [new file with mode: 0644]
app/Github/API/Releases/ListReleases.php [new file with mode: 0644]
app/Github/API/Repos/ListRepos.php [new file with mode: 0644]
app/Github/API/Repos/ReadContents.php [new file with mode: 0644]
app/Github/API/Repos/ReadRepo.php [new file with mode: 0644]
app/Github/API/Tags/ListTags.php [new file with mode: 0644]
app/Github/API/Users/ReadAuthToken.php [new file with mode: 0644]
app/Github/API/Users/ReadAuthUser.php [new file with mode: 0644]
app/Github/Create.php [deleted file]
app/Github/Create/Release.php [deleted file]
app/Github/Create/ReleaseAsset.php [deleted file]
app/Github/Create/Webhook.php [deleted file]
app/Github/Delete.php [deleted file]
app/Github/Delete/Webhook.php [deleted file]
app/Github/Exception/ContentsFetchFailed.php [deleted file]
app/Github/Exception/HooksFetchFailed.php [deleted file]
app/Github/Exception/ReleaseAssetCreateFailed.php [deleted file]
app/Github/Exception/ReleaseCreateFailed.php [deleted file]
app/Github/Exception/ReleasesFetchFailed.php [deleted file]
app/Github/Exception/ReposFetchFailed.php [deleted file]
app/Github/Exception/RequestException.php
app/Github/Exception/TokenFetchFailed.php [deleted file]
app/Github/Exception/UserFetchFailed.php [deleted file]
app/Github/Exception/WebhookCreateFailed.php [deleted file]
app/Github/Exception/WebhookDeleteFailed.php [deleted file]
app/Github/Fetch.php [deleted file]
app/Github/Fetch/Contents.php [deleted file]
app/Github/Fetch/Hooks.php [deleted file]
app/Github/Fetch/Releases.php [deleted file]
app/Github/Fetch/Repo.php [deleted file]
app/Github/Fetch/Repos.php [deleted file]
app/Github/Fetch/Tags.php [deleted file]
app/Github/Fetch/Token.php [deleted file]
app/Github/Fetch/User.php [deleted file]
app/Github/Links.php [new file with mode: 0644]
app/views/alert.phtml
app/views/github/callback.phtml
app/views/github/index.phtml
app/views/github/repo.phtml
config/app.ini