-
-
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.
Merge pull request #32 from cslant/feature/view_template
Feature/view template
- Loading branch information
Showing
106 changed files
with
921 additions
and
300 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
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
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
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,9 @@ | ||
<?php | ||
|
||
return [ | ||
'title' => [ | ||
'enabled' => '<b>Feature Flag Enabled</b> 🦊:flag_tag by :user_tag', | ||
'disabled' => '<b>Feature Flag Disabled</b> 🦊:flag_tag by :user_tag', | ||
], | ||
'name' => 'Name: <b>:flag_name</b>', | ||
]; |
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,28 @@ | ||
<?php | ||
|
||
return [ | ||
'issue_title' => '📢', | ||
'closed' => [ | ||
'title' => '🚫 <b>Issue Closed </b> to 🦊 :issue by :user', | ||
], | ||
'edited' => [ | ||
'title' => '⚠️ <b>Issue has been edited</b> to 🦊 :issue by :user', | ||
'changes' => [ | ||
'title' => [ | ||
'name' => '📖 <b>Title</b> has been changed', | ||
'from' => '📝 <b>From:</b> :title_from', | ||
'to' => '🏷 <b>To:</b> :title_to', | ||
], | ||
'body' => [ | ||
'title' => '📖 <b>Body</b> has been changed', | ||
'message' => 'Please check the issue for more details', | ||
], | ||
], | ||
], | ||
'opened' => [ | ||
'title' => '⚠️ <b>New Issue</b> to 🦊 :issue by :user', | ||
], | ||
'reopened' => [ | ||
'title' => '⚠️ <b>Issue has been reopened</b> ⚠️ to 🦊 :issue by :user', | ||
], | ||
]; |
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,32 @@ | ||
<?php | ||
|
||
return [ | ||
'review' => '👥 Reviewers: ', | ||
'closed' => [ | ||
'title' => '🚫 <b>Merge Request Closed</b> - 🦊:repo by :user', | ||
], | ||
'merged' => [ | ||
'title' => '✅ <b>Merge Request Merged</b> - 🦊:repo by :user', | ||
], | ||
'opened' => [ | ||
'title' => '👷♂️🛠️ <b>New Merge Request</b> - 🦊:repo by :user', | ||
], | ||
'reopened' => [ | ||
'title' => '👷♂️🛠️ <b>Merge Request Reopened</b> - 🦊:repo by :user', | ||
], | ||
'approved' => [ | ||
'title' => '👍 <b>Merge Request Approved</b> ✅ - 🦊:repo by :user', | ||
], | ||
'unapproved' => [ | ||
'title' => '👎 <b>Merge Request Unapproved</b> ❌ - 🦊:repo by :user', | ||
], | ||
'approval' => [ | ||
'title' => '👍 <b>Merge Request Approval</b> ✅ - 🦊:repo by :user', | ||
], | ||
'unapproval' => [ | ||
'title' => '👎 <b>Merge Request Unapproval</b> ❌ - 🦊:repo by :user', | ||
], | ||
'update' => [ | ||
'title' => '🛠️ <b>Merge Request Updated</b> - 🦊:repo by :user', | ||
], | ||
]; |
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,12 @@ | ||
<?php | ||
|
||
return [ | ||
'title' => [ | ||
'commit' => '💬 <b>New Comment on Commit</b> - 🦊:repo by :user', | ||
'issue' => '💬 <b>New Comment on Issue</b> - 🦊:repo by :user', | ||
'merge_request' => '💬 <b>New Comment on Merge Request</b> - 🦊:repo by :user', | ||
'snippet' => '💬 <b>New Comment on Snippet</b> - 🦊:repo by :user', | ||
], | ||
'view_comment' => '🔗 View Comment: :link', | ||
'snippet_comment' => 'View Comment on Snippet', | ||
]; |
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,9 @@ | ||
<?php | ||
|
||
return [ | ||
'default' => [ | ||
'title' => '👷⚙️ <b>:count</b> new :noun to 🦑<b>:repo:<code>:branch</code></b>', | ||
'commit' => '[:commit] :commit_message - by <i>:commit_by</i>', | ||
'pusher' => '👤 Pushed by : <b>:name</b>', | ||
], | ||
]; |
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,9 @@ | ||
<?php | ||
|
||
return [ | ||
'title' => [ | ||
'create' => '✅🚀 <b>Release Created</b> - 🦊:repo by :user', | ||
'update' => '📝🚀 <b>Release Updated</b> - 🦊:repo by :user', | ||
'delete' => '🚫🚀 <b>Release Deleted</b> - 🦊:repo by :user', | ||
], | ||
]; |
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,7 @@ | ||
<?php | ||
|
||
return [ | ||
'title' => '⚙️ <b>A new tag has been pushed to the project</b> 🦊:repo', | ||
'name' => '🔖 <b>Tag Name</b>: :tag_name', | ||
'pusher' => '👤 Pushed by: <b>:pusher</b>', | ||
]; |
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,10 @@ | ||
<?php | ||
|
||
return [ | ||
'title' => [ | ||
'create' => '📒 <b>Wiki Page Created</b> - 🦊:repo by :user', | ||
'update' => '📝 <b>Wiki Page Updated</b> - 🦊:repo by :user', | ||
'delete' => '🗑 <b>Wiki Page Deleted</b> - 🦊:repo by :user', | ||
], | ||
'name' => '📝 Page Name: <b>:name</b>', | ||
]; |
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,10 @@ | ||
<?php | ||
|
||
return [ | ||
'_body' => [ | ||
'title' => '📖 <b>Content:</b>', | ||
], | ||
'_assignee' => [ | ||
'title' => '🙋 Assignee: ', | ||
], | ||
]; |
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
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
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
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,9 @@ | ||
<?php | ||
|
||
return [ | ||
'title' => [ | ||
'enabled' => '<b>Feature Flag Enabled</b> 🦊:flag_tag by :user_tag', | ||
'disabled' => '<b>Feature Flag Disabled</b> 🦊:flag_tag by :user_tag', | ||
], | ||
'name' => 'Name: <b>:flag_name</b>', | ||
]; |
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,28 @@ | ||
<?php | ||
|
||
return [ | ||
'issue_title' => '📢', | ||
'closed' => [ | ||
'title' => '🚫 <b>Issue Closed </b> to 🦊 :issue by :user', | ||
], | ||
'edited' => [ | ||
'title' => '⚠️ <b>Issue has been edited</b> to 🦊 :issue by :user', | ||
'changes' => [ | ||
'title' => [ | ||
'name' => '📖 <b>Title</b> has been changed', | ||
'from' => '📝 <b>From:</b> :title_from', | ||
'to' => '🏷 <b>To:</b> :title_to', | ||
], | ||
'body' => [ | ||
'title' => '📖 <b>Body</b> has been changed', | ||
'message' => 'Please check the issue for more details', | ||
], | ||
], | ||
], | ||
'opened' => [ | ||
'title' => '⚠️ <b>New Issue</b> to 🦊 :issue by :user', | ||
], | ||
'reopened' => [ | ||
'title' => '⚠️ <b>Issue has been reopened</b> ⚠️ to 🦊 :issue by :user', | ||
], | ||
]; |
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,32 @@ | ||
<?php | ||
|
||
return [ | ||
'review' => '👥 Reviewers: ', | ||
'closed' => [ | ||
'title' => '🚫 <b>Merge Request Closed</b> - 🦊:repo by :user', | ||
], | ||
'merged' => [ | ||
'title' => '✅ <b>Merge Request Merged</b> - 🦊:repo by :user', | ||
], | ||
'opened' => [ | ||
'title' => '👷♂️🛠️ <b>New Merge Request</b> - 🦊:repo by :user', | ||
], | ||
'reopened' => [ | ||
'title' => '👷♂️🛠️ <b>Merge Request Reopened</b> - 🦊:repo by :user', | ||
], | ||
'approved' => [ | ||
'title' => '👍 <b>Merge Request Approved</b> ✅ - 🦊:repo by :user', | ||
], | ||
'unapproved' => [ | ||
'title' => '👎 <b>Merge Request Unapproved</b> ❌ - 🦊:repo by :user', | ||
], | ||
'approval' => [ | ||
'title' => '👍 <b>Merge Request Approval</b> ✅ - 🦊:repo by :user', | ||
], | ||
'unapproval' => [ | ||
'title' => '👎 <b>Merge Request Unapproval</b> ❌ - 🦊:repo by :user', | ||
], | ||
'update' => [ | ||
'title' => '🛠️ <b>Merge Request Updated</b> - 🦊:repo by :user', | ||
], | ||
]; |
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,12 @@ | ||
<?php | ||
|
||
return [ | ||
'title' => [ | ||
'commit' => '💬 <b>New Comment on Commit</b> - 🦊:repo by :user', | ||
'issue' => '💬 <b>New Comment on Issue</b> - 🦊:repo by :user', | ||
'merge_request' => '💬 <b>New Comment on Merge Request</b> - 🦊:repo by :user', | ||
'snippet' => '💬 <b>New Comment on Snippet</b> - 🦊:repo by :user', | ||
], | ||
'view_comment' => '🔗 View Comment: :link', | ||
'snippet_comment' => 'View Comment on Snippet', | ||
]; |
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,9 @@ | ||
<?php | ||
|
||
return [ | ||
'default' => [ | ||
'title' => '👷⚙️ <b>:count</b> new :noun to 🦑<b>:repo:<code>:branch</code></b>', | ||
'commit' => '[:commit] :commit_message - by <i>:commit_by</i>', | ||
'pusher' => '👤 Pushed by : <b>:name</b>', | ||
], | ||
]; |
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,9 @@ | ||
<?php | ||
|
||
return [ | ||
'title' => [ | ||
'create' => '✅🚀 <b>Release Created</b> - 🦊:repo by :user', | ||
'update' => '📝🚀 <b>Release Updated</b> - 🦊:repo by :user', | ||
'delete' => '🚫🚀 <b>Release Deleted</b> - 🦊:repo by :user', | ||
], | ||
]; |
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,7 @@ | ||
<?php | ||
|
||
return [ | ||
'title' => '⚙️ <b>A new tag has been pushed to the project</b> 🦊:repo', | ||
'name' => '🔖 <b>Tag Name</b>: :tag_name', | ||
'pusher' => '👤 Pushed by: <b>:pusher</b>', | ||
]; |
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,10 @@ | ||
<?php | ||
|
||
return [ | ||
'title' => [ | ||
'create' => '📒 <b>Wiki Page Created</b> - 🦊:repo by :user', | ||
'update' => '📝 <b>Wiki Page Updated</b> - 🦊:repo by :user', | ||
'delete' => '🗑 <b>Wiki Page Deleted</b> - 🦊:repo by :user', | ||
], | ||
'name' => '📝 Page Name: <b>:name</b>', | ||
]; |
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,10 @@ | ||
<?php | ||
|
||
return [ | ||
'_body' => [ | ||
'title' => '📖 <b>Content:</b>', | ||
], | ||
'_assignee' => [ | ||
'title' => '🙋 Assignee: ', | ||
], | ||
]; |
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
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
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
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,9 @@ | ||
<?php | ||
|
||
return [ | ||
'title' => [ | ||
'enabled' => '<b>Feature Flag Enabled</b> 🦊:flag_tag by :user_tag', | ||
'disabled' => '<b>Feature Flag Disabled</b> 🦊:flag_tag by :user_tag', | ||
], | ||
'name' => 'Name: <b>:flag_name</b>', | ||
]; |
Oops, something went wrong.