test_config.py: better refactoring
[buildbot.git] / Branch.ChangeLog
blob585069149d3d8860aae56683b65d9a691b7110e9
1 Sun Jul 29 20:02:41 2007  Brian Warner  <warner@lothar.com>
3         * buildbot/status/web: split waterfall code into smaller pieces
5 Thu Mar  1 02:58:33 2007  Brian Warner  <warner@lothar.com>
7         * buildbot/status/web/baseweb.py: first pass at the web-parts
8         WebStatus target. This serves static files from
9         $MASTERDIR/public_html/ and uses internal resources for all URLs
10         under /_buildbot . A couple of one-line-per-build text pages have
11         been written so far.
12         * docs/buildbot.texinfo (WebStatus): document the new status
13         target, including a number of pages that haven't been implemented
14         yet.
16 Thu Mar  1 02:21:01 2007  Brian Warner  <warner@lothar.com>
18         * buildbot/scripts/runner.py (Maker.public_html): when using
19         'buildbot create-master' to create the buildmaster, also create
20         a public_html/ directory. This will be used as the root of the
21         WebStatus server, where users can put index.html, robots.txt,
22         buildbot.css, and any other desired files. We populate it with
23         some sample files from buildbot/status/web/
24         * buildbot/status/web/index.html: new file, still needs to
25         get some links to the various _buildbot/ pages.