<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildbot.el.git, branch master</title>
<subtitle>A buildbot client for emacs
</subtitle>
<id>https://g.ypei.me/buildbot.el.git/atom?h=master</id>
<link rel='self' href='https://g.ypei.me/buildbot.el.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://g.ypei.me/buildbot.el.git/'/>
<updated>2023-07-26T13:47:47+00:00</updated>
<entry>
<title>Bumping version to 0.0.1, thereby publishing to ELPA.</title>
<updated>2023-07-26T13:47:47+00:00</updated>
<author>
<name>Yuchen Pei</name>
<email>id@ypei.org</email>
</author>
<published>2023-07-26T13:47:47+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/buildbot.el.git/commit/?id=d614eea91ca5717c2b0019dae8c85e6a24873f39'/>
<id>urn:sha1:d614eea91ca5717c2b0019dae8c85e6a24873f39</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add url formatting for builder view</title>
<updated>2023-07-26T13:43:23+00:00</updated>
<author>
<name>Yuchen Pei</name>
<email>id@ypei.org</email>
</author>
<published>2023-07-26T13:43:23+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/buildbot.el.git/commit/?id=189ef86ba5f5ba18cfc7a41684b797b75251cd22'/>
<id>urn:sha1:189ef86ba5f5ba18cfc7a41684b797b75251cd22</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a command to copy the url of the current view</title>
<updated>2023-07-25T14:45:49+00:00</updated>
<author>
<name>Yuchen Pei</name>
<email>id@ypei.org</email>
</author>
<published>2023-07-25T14:45:49+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/buildbot.el.git/commit/?id=cc9ae2bb821e00155827e91a8d9303e9b3da59bd'/>
<id>urn:sha1:cc9ae2bb821e00155827e91a8d9303e9b3da59bd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add more tested instances</title>
<updated>2023-07-23T06:06:59+00:00</updated>
<author>
<name>Yuchen Pei</name>
<email>id@ypei.org</email>
</author>
<published>2023-07-23T06:06:59+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/buildbot.el.git/commit/?id=8b79772896c54013f08597a40446d64d0f53ccf8'/>
<id>urn:sha1:8b79772896c54013f08597a40446d64d0f53ccf8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Adding indirect branch / revision filtering</title>
<updated>2023-07-23T05:39:30+00:00</updated>
<author>
<name>Yuchen Pei</name>
<email>id@ypei.org</email>
</author>
<published>2023-07-23T05:39:30+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/buildbot.el.git/commit/?id=54176e05e9391ec3c7e7d5ec50e0a2c2a6d4ef7b'/>
<id>urn:sha1:54176e05e9391ec3c7e7d5ec50e0a2c2a6d4ef7b</id>
<content type='text'>
Most instances seem to not support direct branch / revision filtering
in Changes API requests, that is, requests such as

&lt;host&gt;/api/v2/changes?revision=&lt;revision-id&gt;

timeout or return an error code.

In such cases, we issue a more general API request, and filter the
response by revision:

&lt;host&gt;/api/v2/changes?limit=&lt;limit&gt;&amp;order=-changeid

We add a new custom var `buildbot-api-changes-direct-filter' to
control the relevant behaviour.

The mariadb instance seems to be the only instance that work better
with direct filtering, whereas python and buildbot seems to work with
both, and the remaining instances only supporting indirect filtering.

We also add a few more custom vars for limiting in API requests, and
fix some regressions introduced in the previous commit, about setting
the host.
</content>
</entry>
<entry>
<title>Allow specifying the buildbot host when opening things.</title>
<updated>2023-07-23T02:50:28+00:00</updated>
<author>
<name>Yuchen Pei</name>
<email>id@ypei.org</email>
</author>
<published>2023-07-23T02:50:28+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/buildbot.el.git/commit/?id=f83633a34c54967c35bdc3a1bb157e13c30db64f'/>
<id>urn:sha1:f83633a34c54967c35bdc3a1bb157e13c30db64f</id>
<content type='text'>
With a prefix arg, `buildbot-{revision,branch,builder}-open' will
prompt for a buildbot host first.

Also separate out the logic of getting builders.
</content>
</entry>
<entry>
<title>silly typo</title>
<updated>2023-07-15T06:38:45+00:00</updated>
<author>
<name>Yuchen Pei</name>
<email>id@ypei.org</email>
</author>
<published>2023-07-15T06:38:45+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/buildbot.el.git/commit/?id=030efa85d9f9699999d1f17f413c98525674522f'/>
<id>urn:sha1:030efa85d9f9699999d1f17f413c98525674522f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Adding support for more instances</title>
<updated>2023-07-15T06:30:54+00:00</updated>
<author>
<name>Yuchen Pei</name>
<email>id@ypei.org</email>
</author>
<published>2023-07-15T06:30:54+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/buildbot.el.git/commit/?id=6583303218c19c394eac34a792e4a326e1c19b0d'/>
<id>urn:sha1:6583303218c19c394eac34a792e4a326e1c19b0d</id>
<content type='text'>
- Pass buildbot-host between buffers
- Set buildbot-builders automatically
- When the Changes API does not return builds, fetch the builds in a
  separate call

This last change allows `buildbot-revision-open' to work with more
instances, including python and buildbot.

Also updated README with these changes, as well as ELPA installation
info.
</content>
</entry>
<entry>
<title>Adding imenu support</title>
<updated>2023-07-15T05:06:06+00:00</updated>
<author>
<name>Yuchen Pei</name>
<email>id@ypei.org</email>
</author>
<published>2023-07-15T05:06:06+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/buildbot.el.git/commit/?id=69a087571aa807008ba2f792926a2bda29d524bb'/>
<id>urn:sha1:69a087571aa807008ba2f792926a2bda29d524bb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make `buildbot-host' and `buildbot-builders' buffer local.</title>
<updated>2023-07-15T05:05:15+00:00</updated>
<author>
<name>Yuchen Pei</name>
<email>id@ypei.org</email>
</author>
<published>2023-07-15T05:05:15+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/buildbot.el.git/commit/?id=b0b136970276c2988e5cd1c84911e966d68cce2f'/>
<id>urn:sha1:b0b136970276c2988e5cd1c84911e966d68cce2f</id>
<content type='text'>
</content>
</entry>
</feed>
