<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <p>Hi,</p>
    <p><br>
    </p>
    <p>Context:
      <br>
      -------------
      <br>
      <br>
      I just started with buildbot 9 (and have a little experience with
      buildbot 8)
      <br>
      <br>
      In our environment we have about 50 different git repositories and
      about 100 builders (between 1 and 4 builders per repo).
      <br>
      <br>
      Each repository has  20+ branches which can be grouped into
      production branches, integration branches and developer branches.
      <br>
    </p>
    <p>The naming style for the branches is something like:<br>
      <tt><i class="moz-txt-slash"><span class="moz-txt-tag">/</span>dev<span
            class="moz-txt-tag">/</span></i></tt><tt><userid>/<version>/what/ever 
        # for developer branches</tt><tt><br>
      </tt><tt>
      </tt><tt><i class="moz-txt-slash"><span class="moz-txt-tag">/</span>integration<span
            class="moz-txt-tag">/</span></i></tt><tt><version>            
        # for integration branches</tt><tt><br>
      </tt><tt>
      </tt><tt><i class="moz-txt-slash"><span class="moz-txt-tag">/</span>production<span
            class="moz-txt-tag">/</span></i></tt><tt><version>             
        # for production branches</tt></p>
    <p><br>
    </p>
    <p>Problem:<br>
      ---------------</p>
    <p>I'd like to be able to filter the builds (e.g. the last 500
      builds) by branch group (regex matching: devel / integration /
      production), so that I could see the build results of only one of
      these groups.</p>
    <p>Further I'd like to display  one line per tuple (builder,
      branch_name)<br>
      <br>
      Instead of creating this dynamically, this could also be a static
      report page created every X hours.<br>
    </p>
    <p><br>
    </p>
    <p>Question(s):<br>
      ----------------<br>
      Did anyone already implement something similar?<br>
      Does anyone have a similar issue? If yes how do you solve this
      problem?<br>
      What would be the easiest way to create such a page?<br>
      I'm not very good with web development and never tried to change
      the buildbot web front end.<br>
      Would it be simpler to create a standalone page, which constructs
      this contents with the help of the web api?<br>
      Any other tips / tricks?<br>
      <br>
      Thanks in advance for any tips / suggestions.<br>
    </p>
  </body>
</html>