-
Notifications
You must be signed in to change notification settings - Fork 184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support to webhook for Gogs & Gitea services #289
Conversation
Fixes issue #288 |
👍 I'll get it merged this evening and tag a new release also. One minor thing, would you be able to update https://github.com/REBELinBLUE/deployer/blob/master/resources/views/projects/dialogs/webhook.blade.php#L46 to list Gogs/Gitea as well |
* master: Updated CHANGELOG [IMPROVEMENT] Adding Webhook handler for Gogs/Gitea (#289) Cleanup Checking that message has an event property before using it Fix file permissions Updated yarn.lock Added yarn lock Fixes #278 - Changes how the DB is checked in migrations and adds a migration to attempt to re-run missed migrations
class Gogs extends Webhook | ||
{ | ||
/** | ||
* Determines whether the request was from Github. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pushed too fast earlier, let mentions of Github in comments, dirty work, sorry
namespace REBELinBLUE\Deployer\Http\Webhooks; | ||
|
||
/** | ||
* Class to handle integration with Github webhooks. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pushed too fast earlier, let mentions of Github in comments, dirty work, sorry
Oops, and I didn't notice that either 🙊
Stephen Ball
stephen@rebelinblue.com
… On 24 Nov 2016, at 18:44, axeloz ***@***.***> wrote:
@axeloz commented on this pull request.
In app/Http/Webhooks/Gogs.php:
> @@ -0,0 +1,51 @@
+<?php
+
+namespace REBELinBLUE\Deployer\Http\Webhooks;
+
+/**
+ * Class to handle integration with Github webhooks.
Pushed too fast earlier, let mentions of Github in comments, dirty work, sorry
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub, or mute the thread.
|
In raising this pull request, I confirm the following (please check boxes):
Description of change
Adding a Gogs/Gitea handler for Webhook.
Please provide a description of the change here.
Github handler doesn't work for Gogs as the "head_commit" doesn't exist in the Payload.