<div dir="ltr">The list of changes nowadays is available via <em class="inbox-inbox-property" style="font-family:"Open Sans",sans-serif;font-size:15px">path: </em><code class="inbox-inbox-descname" style="background-color:transparent;font-weight:bold;font-size:1.2em">/builds/{buildid}/changes</code><br><div><br></div><div><a href="http://docs.buildbot.net/2.0.1/developer/rest.html#id10">http://docs.buildbot.net/2.0.1/developer/rest.html#id10</a><br></div><div><br></div><div>which is also available via data api, so you can submit a PR with something like this:</div><div><br></div><div><a href="https://github.com/buildbot/buildbot/blob/fb0afec8c6dd44f7d1fbe78eaef1938d1c8472ed/master/buildbot/reporters/utils.py#L94-L97">https://github.com/buildbot/buildbot/blob/fb0afec8c6dd44f7d1fbe78eaef1938d1c8472ed/master/buildbot/reporters/utils.py#L94-L97</a><br></div><div>Regards,</div><div>Pierre</div><div><div style="color:rgb(212,212,212);background-color:rgb(30,30,30);font-family:Menlo,Monaco,"Courier New",monospace;font-size:12px;line-height:18px;white-space:pre"><div>    <span style="color:rgb(197,134,192)">if</span> wantChanges:</div><div>        buildchanges = <span style="color:rgb(197,134,192)">yield</span> defer.gatherResults(</div><div>            [master.data.get((<span style="color:rgb(206,145,120)">"builds"</span>, build[<span style="color:rgb(206,145,120)">'buildid'</span>], <span style="color:rgb(206,145,120)">'changes'</span>))</div><div>             <span style="color:rgb(197,134,192)">for</span> build <span style="color:rgb(86,156,214)">in</span> builds])</div><div><br></div></div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Feb 20, 2019 at 6:39 PM Yngve N. Pettersen <<a href="mailto:yngve@vivaldi.com">yngve@vivaldi.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
I am in the process of deploying a new autobuilder based on Buildbot  <br>
v2.0.0, and currently one of the few missing features of the system  <br>
compared to the old is that the changelog entires for the build are  <br>
missing.<br>
<br>
We have this in email notifications from our current system, based on  <br>
Chromium's buildbot 0.8.4ish, although that was a customization of the  <br>
buildbot code.<br>
<br>
Based on what I can see there is no way to retrieve those data from the  <br>
email template, and AFAICT the  <br>
master.buildbot.reporters.utils.getDetailsForBuilds function does not  <br>
extract that information.<br>
<br>
Am I missing something, or is the list of changes missing?<br>
<br>
-- <br>
Sincerely,<br>
Yngve N. Pettersen<br>
Vivaldi Technologies AS<br>
_______________________________________________<br>
users mailing list<br>
<a href="mailto:users@buildbot.net" target="_blank">users@buildbot.net</a><br>
<a href="https://lists.buildbot.net/mailman/listinfo/users" rel="noreferrer" target="_blank">https://lists.buildbot.net/mailman/listinfo/users</a><br>
</blockquote></div>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><p dir="ltr"><br></p>
</div></div>