2007-09-30 |
warner | upgrade-master: check master.cfg for problems, add...
|
commit | commitdiff | tree |
2007-09-30 |
warner | Mercurial: use last change to compute source revision...
|
commit | commitdiff | tree |
2007-09-30 |
warner | examples: bring them up to date or get rid of them...
|
commit | commitdiff | tree |
2007-09-30 |
warner | web: track HTTPChannels, so we can kill them at reconfig...
|
commit | commitdiff | tree |
2007-09-30 |
warner | test_webparts: make sure WebStatus works after a reload
|
commit | commitdiff | tree |
2007-09-30 |
warner | tinderbox: add errorparser= arg to TinderboxMailNotifier...
|
commit | commitdiff | tree |
2007-09-30 |
warner | bonsaipoller: tolerate empty log messages. Closes #90.
|
commit | commitdiff | tree |
2007-09-30 |
warner | TinderboxMailNotifier: respect 'builders' arg. Closes...
|
commit | commitdiff | tree |
2007-09-30 |
warner | runner: increase start/stop timeout to 10 seconds,...
|
commit | commitdiff | tree |
2007-09-30 |
warner | bonsaipoller: apply bugfixes from the mozilla folks...
|
commit | commitdiff | tree |
2007-09-29 |
warner | minor .darcs-boring update, for generated .info-NN...
|
commit | commitdiff | tree |
2007-09-29 |
warner | add arg to send email when buildslaves go missing....
|
commit | commitdiff | tree |
2007-09-28 |
warner | web: make BuildTopBox and OneBoxPerBuilder respect...
|
commit | commitdiff | tree |
2007-09-28 |
warner | test_web.py: fix test failure caused by FakeRequest...
|
commit | commitdiff | tree |
2007-09-28 |
warner | web: big cleanup of URL generation, to use relative...
|
commit | commitdiff | tree |
2007-09-28 |
warner | web: Builder/Build: use a relative link to the welcome...
|
commit | commitdiff | tree |
2007-09-27 |
warner | web.build.StatusResourceBuild: oops, fix silly mistake...
|
commit | commitdiff | tree |
2007-09-27 |
warner | web: have the 'Rebuild this build' button redirect...
|
commit | commitdiff | tree |
2007-09-27 |
warner | web: update HTML titles of many pages
|
commit | commitdiff | tree |
2007-09-26 |
warner | baseweb.py: fix a URL problem with the build links
|
commit | commitdiff | tree |
2007-09-26 |
warner | web/base.py: fix addSlash to emit relative URLs
|
commit | commitdiff | tree |
2007-09-26 |
warner | docs: provide an example of using WebStatus
|
commit | commitdiff | tree |
2007-09-26 |
warner | web: add OneBoxPerBuilder
|
commit | commitdiff | tree |
2007-09-26 |
warner | waterfall.py: fix weird compression when show_events...
|
commit | commitdiff | tree |
2007-09-26 |
warner | buildbot.status.web.base: add comments to path_to_root
|
commit | commitdiff | tree |
2007-09-26 |
warner | waterfall: make links more visually distinct, handle...
|
commit | commitdiff | tree |
2007-09-26 |
warner | webstatus: make sure we use relative paths for help...
|
commit | commitdiff | tree |
2007-09-26 |
warner | test_runner.py: use sets.Set() for python2.3 compatibility
|
commit | commitdiff | tree |
2007-09-26 |
warner | implement first phase of new 'buildbot upgrade-master...
|
commit | commitdiff | tree |
2007-08-14 |
warner | Change: add a tooltip that shows the checkin comments...
|
commit | commitdiff | tree |
2007-08-13 |
warner | web: improve 'help' page linkage
|
commit | commitdiff | tree |
2007-08-13 |
warner | web: add 'about' page, improve index.html, update docs
|
commit | commitdiff | tree |
2007-08-13 |
warner | webstatus: ship a robots.txt which discourages access...
|
commit | commitdiff | tree |
2007-08-13 |
Brian Warner | waterfall: remove some dead code
|
commit | commitdiff | tree |
2007-08-13 |
Brian Warner | waterfall: oops, "branch" isn't always in the queryargs
|
commit | commitdiff | tree |
2007-08-13 |
Brian Warner | waterfall: don't offer a 30 second reload, just 1/5...
|
commit | commitdiff | tree |
2007-08-13 |
warner | waterfall: add 'reload' query arg, add help page. Closes...
|
commit | commitdiff | tree |
2007-08-13 |
warner | waterfall: add queryargs to control what timespan of...
|
commit | commitdiff | tree |
2007-08-13 |
warner | make BuildSlaves live as Service children of the BotMaster
|
commit | commitdiff | tree |
2007-08-13 |
warner | webstatus: new /buildslaves page
|
commit | commitdiff | tree |
2007-08-13 |
warner | webstatus: fix title of one-line-per-build pages
|
commit | commitdiff | tree |
2007-08-13 |
warner | minor comment improvement
|
commit | commitdiff | tree |
2007-08-13 |
warner | IStatus.getSlaveNames: new method to list all buildslaves
|
commit | commitdiff | tree |
2007-08-13 |
warner | ISlaveStatus: provide an interface to read BuildSlave...
|
commit | commitdiff | tree |
2007-08-13 |
warner | BuildSlave: keep track of lastMessageReceived for each...
|
commit | commitdiff | tree |
2007-08-13 |
warner | web: improve OneLinePerBuild format a bit
|
commit | commitdiff | tree |
2007-08-12 |
warner | darcs_buildbot.py: when files are renamed, include...
|
commit | commitdiff | tree |
2007-08-12 |
warner | webstatus: add a preliminary XMLRPC server
|
commit | commitdiff | tree |
2007-08-12 |
warner | web status: improve OneLinePerBuild, also builder and...
|
commit | commitdiff | tree |
2007-08-12 |
warner | generateFinishedBuilds: new method to make certain...
|
commit | commitdiff | tree |
2007-08-12 |
warner | factory.py: allow BuildFactory subclasses to accept...
|
commit | commitdiff | tree |
2007-08-12 |
warner | interfaces: small improvement to IBuildStatus.getProperty
|
commit | commitdiff | tree |
2007-08-08 |
warner | test_run: remove extraneous import
|
commit | commitdiff | tree |
2007-08-08 |
warner | commands.P4: use p4user to construct the Owner field...
|
commit | commitdiff | tree |
2007-08-08 |
warner | add max_builds= to BuildSlave, thanks to Dustin Mitchell...
|
commit | commitdiff | tree |
2007-08-08 |
warner | fix fix test failures on Twisted-2.0.x, double calls...
|
commit | commitdiff | tree |
2007-08-07 |
warner | have BuildSlaves track their associated SlaveBuilders
|
commit | commitdiff | tree |
2007-08-07 |
warner | add BuildSlave.canStartBuild, use it to decide if slaves...
|
commit | commitdiff | tree |
2007-08-07 |
warner | move BuildSlave to new class, merge with BotPerspective...
|
commit | commitdiff | tree |
2007-08-02 |
warner | web: improve one-line-per-build pages a bit
|
commit | commitdiff | tree |
2007-08-02 |
warner | test_maildir.py: clean up the TimeOutError timer
|
commit | commitdiff | tree |
2007-08-02 |
warner | baseweb.py: make OneLinePerBuild kind of work
|
commit | commitdiff | tree |
2007-08-02 |
warner | document the branch= query arg
|
commit | commitdiff | tree |
2007-08-02 |
warner | waterfall: fix 'force' button
|
commit | commitdiff | tree |
2007-08-02 |
warner | waterfall: add branch= query-arg, to filter display...
|
commit | commitdiff | tree |
2007-08-02 |
warner | bring import statements up-to-date, remove spurious...
|
commit | commitdiff | tree |
2007-08-02 |
warner | index.html: add link to waterfall page
|
commit | commitdiff | tree |
2007-08-02 |
warner | document+use IEventSource. Closes #60.
|
commit | commitdiff | tree |
2007-08-02 |
warner | status/web/*: hush pyflakes
|
commit | commitdiff | tree |
2007-08-02 |
warner | waterfall: make show_events=true the default
|
commit | commitdiff | tree |
2007-08-02 |
warner | merge in web-parts branch
|
commit | commitdiff | tree |
2007-08-01 |
warner | web: update buildbot.texinfo, update nodes/menus with...
|
commit | commitdiff | tree |
2007-08-01 |
warner | web: implement addSlash, fix path_to_root
|
commit | commitdiff | tree |
2007-08-01 |
warner | WebStatus: remove css= argument, all pages use root...
|
commit | commitdiff | tree |
2007-08-01 |
warner | web-refactoring: WebStatus is no longer a ComparableMixin...
|
commit | commitdiff | tree |
2007-08-01 |
warner | test_config.py: better refactoring
|
commit | commitdiff | tree |
2007-08-01 |
warner | test_config.py: refactor testWebPortnum and testWebPathname
|
commit | commitdiff | tree |
2007-08-01 |
warner | web: handle new sourcestamp changes
|
commit | commitdiff | tree |
2007-08-01 |
warner | web-refactoring: improve templatability
|
commit | commitdiff | tree |
2007-07-31 |
warner | web-refactoring: Waterfall: put the customized WaterfallStat...
|
commit | commitdiff | tree |
2007-07-31 |
warner | web-refactoring: fix tests
|
commit | commitdiff | tree |
2007-07-31 |
warner | web-refactoring: get most of the Waterfall sub-pages...
|
commit | commitdiff | tree |
2007-07-31 |
warner | web-refactoring: finally got the Waterfall rendering...
|
commit | commitdiff | tree |
2007-07-30 |
warner | web: split code up more
|
commit | commitdiff | tree |
2007-07-30 |
warner | web-parts: split waterfall code into smaller pieces
|
commit | commitdiff | tree |
2007-07-30 |
warner | checkpoint some web-parts changes, not really complete
|
commit | commitdiff | tree |
2007-03-04 |
warner | web-parts: add Branch.notes
|
commit | commitdiff | tree |
2007-03-01 |
warner | web-parts: implement and document WebStatus, and some...
|
commit | commitdiff | tree |
2007-03-01 |
warner | 'buildbot create-master' now creates public_html/ and...
|
commit | commitdiff | tree |
2007-08-01 |
warner | scripts/startup.py: change import slightly to hush...
|
commit | commitdiff | tree |
2007-08-01 |
warner | buildbot/process/builder.py: remove unused import
|
commit | commitdiff | tree |
2007-07-31 |
warner | pass around SourceStamp instances rather than tuples...
|
commit | commitdiff | tree |
2007-07-30 |
warner | sample.cfg: remove confusing+unused 'builders' variable
|
commit | commitdiff | tree |
2007-07-30 |
warner | waterfall: update the buildbot-home-page link to bb...
|
commit | commitdiff | tree |
2007-07-29 |
warner | replace c['sources'] with c['change_source']
|
commit | commitdiff | tree |
2007-07-28 |
warner | mail.py: parse with the 'email' module instead of the...
|
commit | commitdiff | tree |
2007-07-28 |
warner | test_maildir.py: fix to match renames in test/mail/
|
commit | commitdiff | tree |
2007-07-28 |
warner | README: fix a capitalization-typo. Closes SF#1752648.
|
commit | commitdiff | tree |
2007-07-28 |
warner | test_mailparse.py: rename sample emails a bit
|
commit | commitdiff | tree |
2007-07-28 |
warner | mail.py: add changesource for SVN's commit-email.pl...
|
commit | commitdiff | tree |