This repository has been archived by the owner on Apr 5, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 0a19915
Showing
37 changed files
with
2,450 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
<?php | ||
|
||
namespace Kanboard\Plugin\BitbucketWebhook\Controller; | ||
|
||
use Kanboard\Controller\Base; | ||
use Kanboard\Plugin\BitbucketWebhook\WebhookHandler; | ||
|
||
/** | ||
* Webhook Controller | ||
* | ||
* @package controller | ||
* @author Frederic Guillot | ||
*/ | ||
class Webhook extends Base | ||
{ | ||
/** | ||
* Handle Bitbucket webhooks | ||
* | ||
* @access public | ||
*/ | ||
public function handler() | ||
{ | ||
$this->checkWebhookToken(); | ||
|
||
$bitbucketWebhook = new WebhookHandler($this->container); | ||
$bitbucketWebhook->setProjectId($this->request->getIntegerParam('project_id')); | ||
|
||
$result = $bitbucketWebhook->parsePayload( | ||
$this->request->getHeader('X-Event-Key'), | ||
$this->request->getJson() | ||
); | ||
|
||
echo $result ? 'PARSED' : 'IGNORED'; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
The MIT License (MIT) | ||
|
||
Copyright (c) 2016 Frédéric Guillot | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in | ||
all copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | ||
THE SOFTWARE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?php | ||
|
||
return array( | ||
'Bitbucket commit received' => 'Bitbucket: commit dobijen', | ||
'Bitbucket webhooks' => 'Bitbucket: webhooks', | ||
'Help on Bitbucket webhooks' => 'Pomoć na Bitbucket webhooks', | ||
'By @%s on Bitbucket' => 'Od @%s na Bitbucket', | ||
'Bitbucket Issue' => 'Bitbucket problem', | ||
'Commit made by @%s on Bitbucket' => 'Commit-ao @%s na Bitbucket', | ||
'Bitbucket issue opened' => 'Bitbucket: otvoren problem', | ||
'Bitbucket issue closed' => 'Bitbucket: zatvoren problem', | ||
'Bitbucket issue reopened' => 'Bitbucket: problem ponovo otvoren', | ||
'Bitbucket issue assignee change' => 'Bitbucket: promijenjen izvršilac problema', | ||
); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?php | ||
|
||
return array( | ||
'Bitbucket commit received' => 'Bitbucket commit erhalten', | ||
'Bitbucket webhooks' => 'Bitbucket webhooks', | ||
'Help on Bitbucket webhooks' => 'Hilfe für Bitbucket webhooks', | ||
// 'By @%s on Bitbucket' => '', | ||
// 'Bitbucket Issue' => '', | ||
// 'Commit made by @%s on Bitbucket' => '', | ||
// 'Bitbucket issue opened' => '', | ||
// 'Bitbucket issue closed' => '', | ||
// 'Bitbucket issue reopened' => '', | ||
// 'Bitbucket issue assignee change' => '', | ||
); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?php | ||
|
||
return array( | ||
// 'Bitbucket commit received' => '', | ||
// 'Bitbucket webhooks' => '', | ||
// 'Help on Bitbucket webhooks' => '', | ||
// 'By @%s on Bitbucket' => '', | ||
// 'Bitbucket Issue' => '', | ||
// 'Commit made by @%s on Bitbucket' => '', | ||
// 'Bitbucket issue opened' => '', | ||
// 'Bitbucket issue closed' => '', | ||
// 'Bitbucket issue reopened' => '', | ||
// 'Bitbucket issue assignee change' => '', | ||
); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?php | ||
|
||
return array( | ||
'Bitbucket commit received' => 'Bitbucket-Commit erhalten', | ||
'Bitbucket webhooks' => 'Bitbucket-Webhooks', | ||
'Help on Bitbucket webhooks' => 'Hilfe für Bitbucket-Webhooks', | ||
'By @%s on Bitbucket' => 'Durch @%s auf Bitbucket', | ||
'Bitbucket Issue' => 'Bitbucket-Issue', | ||
'Commit made by @%s on Bitbucket' => 'Commit von @%s auf Bitbucket', | ||
'Bitbucket issue opened' => 'Bitbucket Ticket eröffnet', | ||
'Bitbucket issue closed' => 'Bitbucket Ticket geschlossen', | ||
'Bitbucket issue reopened' => 'Bitbucket Ticket wieder eröffnet', | ||
'Bitbucket issue assignee change' => 'Bitbucket Ticket Zuordnung geändert', | ||
); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?php | ||
|
||
return array( | ||
'Bitbucket commit received' => 'Recibido envío desde Bitbucket', | ||
'Bitbucket webhooks' => 'Disparadores Web (webhooks) de Bitbucket', | ||
'Help on Bitbucket webhooks' => 'Ayuda sobre disparadores web (webhooks) de Bitbucket', | ||
'By @%s on Bitbucket' => 'Mediante @%s en Bitbucket', | ||
'Bitbucket Issue' => 'Asunto de Bitbucket', | ||
'Commit made by @%s on Bitbucket' => 'Envío realizado por @%s en Bitbucket', | ||
'Bitbucket issue opened' => 'Abierto asunto de Bitbucket', | ||
'Bitbucket issue closed' => 'Cerrado asunto de Bitbucket', | ||
'Bitbucket issue reopened' => 'Reabierto asunto de Bitbucket', | ||
'Bitbucket issue assignee change' => 'Cambiado concesionario de asunto de Bitbucket', | ||
); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?php | ||
|
||
return array( | ||
// 'Bitbucket commit received' => '', | ||
// 'Bitbucket webhooks' => '', | ||
// 'Help on Bitbucket webhooks' => '', | ||
// 'By @%s on Bitbucket' => '', | ||
// 'Bitbucket Issue' => '', | ||
// 'Commit made by @%s on Bitbucket' => '', | ||
// 'Bitbucket issue opened' => '', | ||
// 'Bitbucket issue closed' => '', | ||
// 'Bitbucket issue reopened' => '', | ||
// 'Bitbucket issue assignee change' => '', | ||
); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<?php | ||
|
||
return array( | ||
'Bitbucket commit received' => 'Commit reçu via Bitbucket', | ||
'Bitbucket webhooks' => 'Webhook Bitbucket', | ||
'Help on Bitbucket webhooks' => 'Aide sur les webhooks Bitbucket', | ||
'By @%s on Bitbucket' => 'Par @%s sur Bitbucket', | ||
'Bitbucket Issue' => 'Ticket Bitbucket', | ||
'Commit made by @%s on Bitbucket' => 'Commit fait par @%s sur Bitbucket', | ||
'Bitbucket issue opened' => 'Ticket Bitbucket ouvert', | ||
'Bitbucket issue closed' => 'Ticket Bitbucket fermé', | ||
'Bitbucket issue reopened' => 'Ticket Bitbucket rouvert', | ||
'Bitbucket issue assignee change' => 'Changement d\'assigné sur un ticket Bitbucket', | ||
'Bind Bitbucket webhook events to Kanboard automatic actions' => 'Connecte les événements de Bitbucket aux actions automatiques de Kanboard', | ||
); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?php | ||
|
||
return array( | ||
'Bitbucket commit received' => 'Bitbucket commit érkezett', | ||
'Bitbucket webhooks' => 'Bitbucket webhooks', | ||
'Help on Bitbucket webhooks' => 'Bitbucket webhooks súgó', | ||
// 'By @%s on Bitbucket' => '', | ||
// 'Bitbucket Issue' => '', | ||
// 'Commit made by @%s on Bitbucket' => '', | ||
// 'Bitbucket issue opened' => '', | ||
// 'Bitbucket issue closed' => '', | ||
// 'Bitbucket issue reopened' => '', | ||
// 'Bitbucket issue assignee change' => '', | ||
); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?php | ||
|
||
return array( | ||
'Bitbucket commit received' => 'Menerima komit Bitbucket', | ||
'Bitbucket webhooks' => 'Webhook Bitbucket', | ||
'Help on Bitbucket webhooks' => 'Bantuan pada webhook Bitbucket', | ||
'By @%s on Bitbucket' => 'Oleh @%s pada Bitbucket', | ||
'Bitbucket Issue' => 'Tiket Bitbucket', | ||
'Commit made by @%s on Bitbucket' => 'Komit dibuat oleh @%s pada Bitbucket', | ||
'Bitbucket issue opened' => 'Tiket Bitbucket dibuka', | ||
'Bitbucket issue closed' => 'Tiket Bitbucket ditutup', | ||
'Bitbucket issue reopened' => 'Tiket Bitbucket dibuka kembali', | ||
'Bitbucket issue assignee change' => 'Perubahan penugasan tiket Bitbucket', | ||
); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?php | ||
|
||
return array( | ||
'Bitbucket commit received' => 'Commit ricevuto da Bitbucket', | ||
'Bitbucket webhooks' => 'Webhooks di Bitbucket', | ||
'Help on Bitbucket webhooks' => 'Guida ai Webhooks di Bitbucket', | ||
// 'By @%s on Bitbucket' => '', | ||
// 'Bitbucket Issue' => '', | ||
// 'Commit made by @%s on Bitbucket' => '', | ||
// 'Bitbucket issue opened' => '', | ||
// 'Bitbucket issue closed' => '', | ||
// 'Bitbucket issue reopened' => '', | ||
// 'Bitbucket issue assignee change' => '', | ||
); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?php | ||
|
||
return array( | ||
'Bitbucket commit received' => 'Bitbucket コミットを受信しました', | ||
'Bitbucket webhooks' => 'Bitbucket Webhooks', | ||
'Help on Bitbucket webhooks' => 'Bitbucket Webhooks のヘルプ', | ||
// 'By @%s on Bitbucket' => '', | ||
// 'Bitbucket Issue' => '', | ||
// 'Commit made by @%s on Bitbucket' => '', | ||
// 'Bitbucket issue opened' => '', | ||
// 'Bitbucket issue closed' => '', | ||
// 'Bitbucket issue reopened' => '', | ||
// 'Bitbucket issue assignee change' => '', | ||
); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?php | ||
|
||
return array( | ||
// 'Bitbucket commit received' => '', | ||
// 'Bitbucket webhooks' => '', | ||
// 'Help on Bitbucket webhooks' => '', | ||
// 'By @%s on Bitbucket' => '', | ||
// 'Bitbucket Issue' => '', | ||
// 'Commit made by @%s on Bitbucket' => '', | ||
// 'Bitbucket issue opened' => '', | ||
// 'Bitbucket issue closed' => '', | ||
// 'Bitbucket issue reopened' => '', | ||
// 'Bitbucket issue assignee change' => '', | ||
); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?php | ||
|
||
return array( | ||
'Bitbucket commit received' => 'Bitbucket commit ontvangen', | ||
'Bitbucket webhooks' => 'Bitbucket webhooks', | ||
'Help on Bitbucket webhooks' => 'Help bij Bitbucket webhooks', | ||
// 'By @%s on Bitbucket' => '', | ||
// 'Bitbucket Issue' => '', | ||
// 'Commit made by @%s on Bitbucket' => '', | ||
// 'Bitbucket issue opened' => '', | ||
// 'Bitbucket issue closed' => '', | ||
// 'Bitbucket issue reopened' => '', | ||
// 'Bitbucket issue assignee change' => '', | ||
); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?php | ||
|
||
return array( | ||
// 'Bitbucket commit received' => '', | ||
// 'Bitbucket webhooks' => '', | ||
// 'Help on Bitbucket webhooks' => '', | ||
// 'By @%s on Bitbucket' => '', | ||
// 'Bitbucket Issue' => '', | ||
// 'Commit made by @%s on Bitbucket' => '', | ||
// 'Bitbucket issue opened' => '', | ||
// 'Bitbucket issue closed' => '', | ||
// 'Bitbucket issue reopened' => '', | ||
// 'Bitbucket issue assignee change' => '', | ||
); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?php | ||
|
||
return array( | ||
'Bitbucket commit received' => '"Commit" recebido via Bitbucket', | ||
'Bitbucket webhooks' => 'Webhook Bitbucket', | ||
'Help on Bitbucket webhooks' => 'Ajuda sobre os webhooks do Bitbucket', | ||
'By @%s on Bitbucket' => 'Por @%s no Bitbucket', | ||
'Bitbucket Issue' => 'Bitbucket Issue', | ||
'Commit made by @%s on Bitbucket' => 'Commit feito por @%s no Bitbucket', | ||
'Bitbucket issue opened' => 'Bitbucket issue opened', | ||
'Bitbucket issue closed' => 'Bitbucket issue closed', | ||
'Bitbucket issue reopened' => 'Bitbucket issue reopened', | ||
'Bitbucket issue assignee change' => 'Bitbucket issue assignee change', | ||
); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?php | ||
|
||
return array( | ||
'Bitbucket commit received' => '"Commit" recebido via Bitbucket', | ||
'Bitbucket webhooks' => 'Webhook Bitbucket', | ||
'Help on Bitbucket webhooks' => 'Ajuda sobre os webhooks Bitbucket', | ||
'By @%s on Bitbucket' => 'Por @%s no Bitbucket', | ||
'Bitbucket Issue' => 'Problema Bitbucket', | ||
'Commit made by @%s on Bitbucket' => 'Commit feito por @%s no Bitbucket', | ||
'Bitbucket issue opened' => 'Problema aberto no Bitbucket', | ||
'Bitbucket issue closed' => 'Problema fechado no Bitbucket', | ||
'Bitbucket issue reopened' => 'Problema reaberto no Bitbucket', | ||
'Bitbucket issue assignee change' => 'Alterar assignação do problema no Bitbucket', | ||
); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?php | ||
|
||
return array( | ||
'Bitbucket commit received' => 'Получен коммит с Bitbucket', | ||
'Bitbucket webhooks' => 'BitBucket webhooks', | ||
'Help on Bitbucket webhooks' => 'Помощь по BitBucket webhooks', | ||
'By @%s on Bitbucket' => 'Польз. @%s на Bitbucket', | ||
'Bitbucket Issue' => 'Задача Bitbucket', | ||
'Commit made by @%s on Bitbucket' => 'Коммит сделан польз. @%s на Bitbucket', | ||
'Bitbucket issue opened' => 'Открыта задача Bitbucket', | ||
'Bitbucket issue closed' => 'Закрыта задача Bitbucket', | ||
'Bitbucket issue reopened' => 'Переоткрыта задача Bitbucket', | ||
'Bitbucket issue assignee change' => 'Изменный назначенный для задачи на Bitbucket', | ||
); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?php | ||
|
||
return array( | ||
// 'Bitbucket commit received' => '', | ||
// 'Bitbucket webhooks' => '', | ||
// 'Help on Bitbucket webhooks' => '', | ||
// 'By @%s on Bitbucket' => '', | ||
// 'Bitbucket Issue' => '', | ||
// 'Commit made by @%s on Bitbucket' => '', | ||
// 'Bitbucket issue opened' => '', | ||
// 'Bitbucket issue closed' => '', | ||
// 'Bitbucket issue reopened' => '', | ||
// 'Bitbucket issue assignee change' => '', | ||
); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?php | ||
|
||
return array( | ||
'Bitbucket commit received' => 'Bitbucket bidrag mottaget', | ||
'Bitbucket webhooks' => 'Bitbucket webhooks', | ||
'Help on Bitbucket webhooks' => 'Hjälp för Bitbucket webhooks', | ||
'By @%s on Bitbucket' => 'Av @%s på Bitbucket', | ||
'Bitbucket Issue' => 'Bitbucket fråga', | ||
'Commit made by @%s on Bitbucket' => 'Bidrag gjort av @%s på Bitbucket', | ||
'Bitbucket issue opened' => 'Bitbucketfråga öppnad', | ||
'Bitbucket issue closed' => 'Bitbucketfråga stängd', | ||
'Bitbucket issue reopened' => 'Bitbucketfråga återöppnad', | ||
'Bitbucket issue assignee change' => 'Bitbucketfråga tilldelningsändring', | ||
); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?php | ||
|
||
return array( | ||
// 'Bitbucket commit received' => '', | ||
// 'Bitbucket webhooks' => '', | ||
// 'Help on Bitbucket webhooks' => '', | ||
// 'By @%s on Bitbucket' => '', | ||
// 'Bitbucket Issue' => '', | ||
// 'Commit made by @%s on Bitbucket' => '', | ||
// 'Bitbucket issue opened' => '', | ||
// 'Bitbucket issue closed' => '', | ||
// 'Bitbucket issue reopened' => '', | ||
// 'Bitbucket issue assignee change' => '', | ||
); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?php | ||
|
||
return array( | ||
'Bitbucket commit received' => 'Bitbucket commit alındı', | ||
'Bitbucket webhooks' => 'Bitbucket webhooks', | ||
'Help on Bitbucket webhooks' => 'Bitbucket webhooks için yardım', | ||
// 'By @%s on Bitbucket' => '', | ||
// 'Bitbucket Issue' => '', | ||
// 'Commit made by @%s on Bitbucket' => '', | ||
// 'Bitbucket issue opened' => '', | ||
// 'Bitbucket issue closed' => '', | ||
// 'Bitbucket issue reopened' => '', | ||
// 'Bitbucket issue assignee change' => '', | ||
); | ||
|
Oops, something went wrong.