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 |
2007-07-28 |
warner | changes/mail.py: remove sep=, fix handling of prefix=
|
commit | commitdiff | tree |
2007-07-28 |
warner | changes/mail.py: refactor, giving each parser a separate...
|
commit | commitdiff | tree |
2007-07-28 |
warner | buildbot.texinfo: more MaildirSource docs refactoring
|
commit | commitdiff | tree |
2007-07-28 |
warner | buildbot.texinfo: refactor docs on email-based ChangeSources
|
commit | commitdiff | tree |
2007-07-28 |
warner | buildbot.texinfo: move the changesource types up a...
|
commit | commitdiff | tree |
2007-07-27 |
warner | rename c['bots'] to c['slaves'], and use buildbot.slave...
|
commit | commitdiff | tree |
2007-07-27 |
warner | hgbuildbot.py: make it compatible with both mercurial...
|
commit | commitdiff | tree |
2007-07-26 |
warner | add hgbuildbot.py hook function, by Frederic Leroy...
|
commit | commitdiff | tree |
2007-07-17 |
warner | add BuildStep.getLog
|
commit | commitdiff | tree |
2007-07-04 |
warner | ShellCommand: log the environment with one variable...
|
commit | commitdiff | tree |
2007-07-04 |
warner | ShellCommand: create the workdir if it didn't already...
|
commit | commitdiff | tree |
2007-07-04 |
warner | ShellCommand: allow workdir= to be a WithProperties...
|
commit | commitdiff | tree |
2007-07-03 |
warner | buildbot.texinfo: correct the description of Dependent...
|
commit | commitdiff | tree |
2007-07-03 |
warner | when using a patch in a Source step, add [patch] to...
|
commit | commitdiff | tree |
2007-07-03 |
warner | rmdirRecursive: chmod files to 0700 before deleting...
|
commit | commitdiff | tree |
2007-07-03 |
warner | RunMixin.disappearSlave: allow callers to control the...
|
commit | commitdiff | tree |
2007-07-03 |
warner | test_slaves.py: fix an intermittent failure, disappeared...
|
commit | commitdiff | tree |
2007-07-02 |
warner | choose slaves randomly rather than always picking the...
|
commit | commitdiff | tree |
2007-07-02 |
warner | in the buildslave .tac file, rename 'host' to 'buildmaster_host'
|
commit | commitdiff | tree |
2007-07-02 |
warner | hg_buildbot.py: patch from Frederic Leroy to make it...
|
commit | commitdiff | tree |
2007-06-18 |
warner | test_config.py: make sure we can round-trip all of...
|
commit | commitdiff | tree |
2007-06-18 |
warner | steps/maxq.py: fix import errors
|
commit | commitdiff | tree |
2007-06-18 |
warner | use instances instead of class/kwarg tuples when putting...
|
commit | commitdiff | tree |
2007-06-17 |
warner | svnpoller: tolerate SVN failures and allow the poll...
|
commit | commitdiff | tree |
2007-05-18 |
warner | words.py: refactor into Contact/IChannel classes, to...
|
commit | commitdiff | tree |
2007-05-18 |
warner | refactor the irc bot, in preparation for other IM status...
|
commit | commitdiff | tree |
2007-04-17 |
warner | update CREDITS
|
commit | commitdiff | tree |
2007-04-14 |
warner | MailNotifier: add the project name to the subject line...
|
commit | commitdiff | tree |
2007-03-24 |
warner | filetransfer: open files in 'b' mode to avoid text...
|
commit | commitdiff | tree |
2007-03-04 |
warner | html.py: hush a pyflakes warning
|
commit | commitdiff | tree |
2007-03-01 |
warner | IStatus.getBuilder: mention exceptions in the docstring
|
commit | commitdiff | tree |
2007-02-28 |
warner | add Changelog for the p4poller optimization patch from...
|
commit | commitdiff | tree |
2007-02-28 |
warner | merge split-html.py-into-web/stuff change into trunk
|
commit | commitdiff | tree |
2007-02-28 |
warner | web-parts: a few more move issues
|
commit | commitdiff | tree |
2007-02-28 |
warner | web-parts: fix more issues resulting from moving html...
|
commit | commitdiff | tree |
2007-02-28 |
warner | web-parts: start rearranging web status files
|
commit | commitdiff | tree |
2007-02-07 |
warner | add Mark Pauley's launchd .plist files
|
commit | commitdiff | tree |
2007-02-07 |
warner | docs: fix Requirements section to stop claiming python...
|
commit | commitdiff | tree |
2007-02-07 |
warner | hush most pyflakes warnings
|
commit | commitdiff | tree |
2007-02-07 |
warner | html.py: oops, close the FORM tag
|
commit | commitdiff | tree |
2007-02-07 |
warner | master.py: warn about orphan Builders: those which...
|
commit | commitdiff | tree |
2007-02-07 |
warner | BotPerspective.__repr__: correct bitrot
|
commit | commitdiff | tree |