Commit 1910d72
authored
[TASK] Add GIT URI to Slack webhook (#313)
Currently only a composer key is emitted in the slack hook. However, a
URI to the actua GIT repository would be helpful, because:
1.) A composer package may not have been released (yet) of an extension
2.) A TER package may not have been released (yet) of an extension 3.)
The composer key and the Github Repo vendor/name may differ
This commit is unverified. I am crossing my fingers that
`$jar->getRepositoryUrl()` really holds what I expect it to. :-D1 parent 64ab28a commit 1910d72
2 files changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
| |||
59 | 60 | | |
60 | 61 | | |
61 | 62 | | |
62 | | - | |
| 63 | + | |
63 | 64 | | |
64 | 65 | | |
65 | 66 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
| |||
90 | 91 | | |
91 | 92 | | |
92 | 93 | | |
| 94 | + | |
| 95 | + | |
93 | 96 | | |
94 | 97 | | |
0 commit comments