File tree Expand file tree Collapse file tree 9 files changed +25
-5
lines changed
resources/views/events/gitlab/pipeline Expand file tree Collapse file tree 9 files changed +25
-5
lines changed Original file line number Diff line number Diff line change 1111 'confidential ' => 'Confidential ' ,
1212 'status ' => 'Status ' ,
1313 'link ' => 'Link ' ,
14+ 'repo ' => 'Repository ' ,
1415];
Original file line number Diff line number Diff line change 1+ <?php
2+
3+ return [
4+ 'title ' => 'Pipeline Status Update ' ,
5+ ];
Original file line number Diff line number Diff line change 1111 'confidential ' => 'Confidential ' ,
1212 'status ' => 'Status ' ,
1313 'link ' => 'Link ' ,
14+ 'repo ' => 'Repository ' ,
1415];
Original file line number Diff line number Diff line change 11<?php
22
33return [
4- 'default ' => 'Here is the default message for pipeline ' ,
4+ 'title ' => 'Pipeline Status Update ' ,
55];
Original file line number Diff line number Diff line change 1111 'confidential ' => 'Confidential ' ,
1212 'status ' => 'Status ' ,
1313 'link ' => 'Link ' ,
14+ 'repo ' => 'Repository ' ,
1415];
Original file line number Diff line number Diff line change 1+ <?php
2+
3+ return [
4+ 'title ' => 'Pipeline Status Update ' ,
5+ ];
Original file line number Diff line number Diff line change 1111 'confidential ' => 'Bí mật ' ,
1212 'status ' => 'Trạng thái ' ,
1313 'link ' => 'Liên kết ' ,
14+ 'repo ' => 'Kho ' ,
1415];
Original file line number Diff line number Diff line change 1+ <?php
2+
3+ return [
4+ 'title ' => 'Cập nhật trạng thái Pipeline ' ,
5+ ];
Original file line number Diff line number Diff line change 55 */
66
77? >
8- 🔥 {{ __ (' tg-notifier::events/gitlab/merge_request.default' ) } }
98
10- 🛠 <a href =" {{ $payload -> project -> web_url } }" >{{ $payload -> project -> path_with_namespace } } </a >
9+ 🦊 {{ __ (' tg-notifier::events/gitlab/pipeline.title' ) } } 🔥
10+
11+ 🚀 {{ __ (' tg-notifier::app.repo' ) } } : <a href =" {{ $payload -> project -> web_url } }" >{{ $payload -> project -> path_with_namespace } } </a >
1112🌳 {{ __ (' tg-notifier::app.branch' ) } } : <code >{{ $payload -> object_attributes -> ref } } </code >
12- 📝 {{ __ (' tg-notifier::app.commit' ) } } : <code >{{ $payload -> commit -> message } } </code >
13+ 💻 {{ __ (' tg-notifier::app.commit' ) } } : <code >{{ $payload -> commit -> message } } </code >
1314🔗 {{ __ (' tg-notifier::app.link' ) } } : <a href =" {{ $payload -> commit -> url } }" >{{ $payload -> commit -> id } } </a >
14- 🚦 {{ __ (' tg-notifier::app.status' ) } } : <code >{{ $payload -> object_attributes -> status } } </code >
15+ 🚦 {{ __ (' tg-notifier::app.status' ) } } : Pipeline <code >{{ $payload -> object_attributes -> status } } </code > ⏱️ {{ $payload -> object_attributes -> duration } } s
You can’t perform that action at this time.
0 commit comments