3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -91,6 +91,7 @@ def _format_revision(
91
91
return {
92
92
'id' : int (revision ['id' ]),
93
93
'phid' : revision ['phid' ],
94
+ 'title' : revision ['title' ],
94
95
'url' : revision ['uri' ],
95
96
'date_created' : int (revision ['dateCreated' ]),
96
97
'date_modified' : int (revision ['dateModified' ]),
Original file line number Diff line number Diff line change @@ -64,6 +64,10 @@ definitions:
64
64
type : string
65
65
description : |
66
66
The phid of the revision.
67
+ title :
68
+ type : string
69
+ description : |
70
+ The title of the revision.
67
71
url :
68
72
type : string
69
73
description : |
Original file line number Diff line number Diff line change 24
24
},
25
25
"status" : 1 ,
26
26
"status_name" : "Needs Revision" ,
27
+ "title" : "My test diff 1" ,
27
28
"summary" : "Summary 1" ,
28
29
"test_plan" : "Test Plan 1" ,
29
30
"url" : "https://mozphab.dev.mozaws.net/D1"
53
54
},
54
55
"status" : 1 ,
55
56
"status_name" : "Needs Revision" ,
57
+ "title" : "My test diff 2" ,
56
58
"summary" : "Summary 2" ,
57
59
"test_plan" : "Test Plan 2" ,
58
60
"url" : "https://mozphab.dev.mozaws.net/D2"
0 commit comments