File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,8 @@ first. For more complete details see
25
25
it easier to test against externally and also fixes a lint issue too.
26
26
* Updated NewClient function to handle credentials in the url.
27
27
* Added the missing ` Submitted ` field to ` ChangeInfo ` .
28
+ * Added the missing ` URL ` field to ` ChangeInfo ` which is usually included
29
+ as part of an event from the events-log plugin.
28
30
29
31
### 0.1.0
30
32
Original file line number Diff line number Diff line change @@ -243,6 +243,7 @@ type DiffIntralineInfo []struct {
243
243
// ChangeInfo entity contains information about a change.
244
244
type ChangeInfo struct {
245
245
ID string `json:"id"`
246
+ URL string `json:"url,omitempty"`
246
247
Project string `json:"project"`
247
248
Branch string `json:"branch"`
248
249
Topic string `json:"topic,omitempty"`
You can’t perform that action at this time.
0 commit comments