log bitten/master.py @ 872:f320205ca1f9

age author description
Tue, 19 Oct 2010 20:55:13 +0000 osimons Ensure that master only sends utf-8 bodies (especially errors are prone to contain strings of unknown origin, potentially unicode).
Sun, 10 Oct 2010 20:20:37 +0000 osimons 0.6dev: Merged [912:913] from trunk. 0.6.x
Sun, 10 Oct 2010 20:18:53 +0000 osimons Slave attachment support via `<attach />` is totally redone to use multi-part form post instead of inlining it in the XML (ie. like a web file upload form). For larger binaries the previous inlining would effectively be an internal denial-of-service attack...
Wed, 06 Oct 2010 09:51:06 +0000 osimons 0.6dev: Merged [910] from trunk. 0.6.x
Wed, 06 Oct 2010 09:49:05 +0000 osimons Updated copyright to 2010.
Tue, 21 Sep 2010 00:47:43 +0000 wbell 0.6dev: Merged [903] from trunk. 0.6.x
Tue, 21 Sep 2010 00:43:18 +0000 wbell Stop sending the 'Location' header on keepalive responses, which is against the http spec and confuses some proxies.
Thu, 26 Aug 2010 23:23:43 +0000 osimons 0.6dev: Merged [884] from trunk 0.6.x
Thu, 26 Aug 2010 23:20:35 +0000 osimons Improved documentation for the quick-status in navigation. See performance discussion at #536.
Thu, 26 Aug 2010 22:52:47 +0000 osimons 0.6dev: Merged [882] from trunk. Basic Trac 0.12 support. 0.6.x
Thu, 26 Aug 2010 22:48:37 +0000 osimons Basic Trac 0.12 support, supporting just a `(default)` repository - essentially Trac 0.11 behaviour. Thanks to those that have contributed to #480 to get this working and tested.
Thu, 29 Apr 2010 18:19:48 +0000 wbell Port of [864] to 0.6.x 0.6.x
Thu, 29 Apr 2010 18:17:05 +0000 wbell Adding keepalives to the bitten client/server protocol.
Sat, 24 Apr 2010 15:16:12 +0000 wbell Port of [638], [639], [640] to 0.6.x 0.6.x
Sat, 24 Apr 2010 15:11:23 +0000 wbell Add new last_activity field to build. I considered reusing stopped, but this seemed cleaner and more obvious, which seems like the right way to go.
Sat, 24 Apr 2010 15:03:56 +0000 wbell Master now creates next step as in progress when the previous step is complete. While a build is running, the currently running build step now shows up in the ui as in-progress with an updating duration, which makes it much easier to figure out what's going on or if a build is hanging.
Sat, 24 Apr 2010 14:30:06 +0000 wbell Port of [836] to 0.6.x 0.6.x
Sat, 24 Apr 2010 14:28:41 +0000 wbell Make all times be generated by the server. This eliminates a number of inconsistencies you'll see when the clocks on the slaves are skewed from the master.
Sat, 24 Apr 2010 13:38:25 +0000 wbell Merge of [832] from trunk. 0.6.x
Sat, 24 Apr 2010 13:37:26 +0000 wbell Adding the ability to modify the default ''onerror'' property in the ''<build>'' element. If not specified, the behavior is unchanged; by default any step failure will result in the build failing and stopping.
Thu, 22 Apr 2010 22:24:47 +0000 hodgestar Merge [821,822,823,824,825,826] from trunk. Thanks Walter\! 0.6.x
Thu, 22 Apr 2010 01:50:34 +0000 wbell Missing the actual goal of previous checkin.
Thu, 22 Apr 2010 01:46:25 +0000 wbell Delete attachments when builds are cancelled/invalidated.
Wed, 25 Nov 2009 08:12:04 +0000 osimons Add a `referer=` argument when logging in, and redirect to a Bitten URL so that slave doesn't need non-build permissions. Closes #459.
Fri, 16 Oct 2009 16:36:23 +0000 osimons Set the `'Content-Length'` header on master-slave communication. Needed to be http/1.1 compatible. Fixes #475.
Tue, 25 Aug 2009 09:09:26 +0000 osimons 0.6dev: Moved a constant declaration so that master should still work with Python 2.4. Updated docs with regards to Python requirements + added a changelog message from cmlenz.
Mon, 24 Aug 2009 22:41:08 +0000 osimons 0.6dev: Switching to use the new cookie-support, and using trac auth/session ID as unique identification for linking builds with slaves. This overcomes problems with IP address not being unique behind NAT, and also where IP address may change during a build. Closes #421.
Mon, 24 Aug 2009 12:00:43 +0000 osimons 0.6dev: Switching `master.py` to use new `self._send_response()` and `self._send_error() methods. Simplifies code, but most importantly for errors it allows a consistent method for transmitting plain-text error messages to the slave (that the slave will now output as part of debug logging).
Tue, 11 Aug 2009 23:57:57 +0000 osimons 0.6dev: Cleaning all usage of tabs (replaced with spaces).
Tue, 11 Aug 2009 22:47:55 +0000 osimons 0.6dev: Adding support for attachments to configurations and build - full web implementation that mirrors what is available in Ticket and Wiki. Also added a new generic `<attach/>` command that enables attaching files to be part of a recipe and uploaded by slaves as part of build.
Sat, 01 Aug 2009 01:56:14 +0000 osimons 0.6dev: Adding `${name}` and `${basedir}` (#325) for recipe substitution. Updated docs + new test.
Tue, 07 Jul 2009 22:10:19 +0000 osimons 0.6dev: The `logs_dir` option is not a real `PathOption` as for that it would need to support config-relative path with possibly chained configs following trac:ticket:8358 (for 0.11.5). The fix just makes it a regular `Option` to keep current behaviour for all Trac 0.11+ versions.
Sun, 05 Jul 2009 11:23:22 +0000 osimons 0.6dev: Adding Bitten version info to About Trac.
Mon, 11 May 2009 09:26:10 +0000 dfraser Alter the appearance of the ''Build Status'' button, to show the current build status [eblot] - fixes #373
Wed, 08 Apr 2009 05:16:55 +0000 dfraser Supply the target platform as a variable `platform` for build recipes, and adjust test accordingly - fixes #376
Mon, 23 Mar 2009 19:19:17 +0000 wbell Small documentation fixes.
Fri, 13 Mar 2009 08:52:47 +0000 dfraser Switch to storing log messages in files rather than in database rows:
Tue, 08 Jul 2008 15:17:16 +0000 cmlenz Apply patch by Emmanuel Blot to allow a single slave to connect to multiple masters. Closes #271.
Tue, 08 Jul 2008 09:58:55 +0000 cmlenz Log errors when build master encounters an XML parse error.
Thu, 13 Mar 2008 23:24:32 +0000 wbell Don't accept build step results for invalidated builds or from the wrong slave. Remerge of [520] with fixed tests and new functional tests.
Thu, 13 Mar 2008 02:45:15 +0000 wbell Reverting part of [520] until I make the tests work properly.
Wed, 05 Mar 2008 20:09:58 +0000 wbell Only accept build results from the slave that's supposed to be processing this build. Additional logging.
Tue, 23 Oct 2007 16:23:52 +0000 cmlenz Add stabilization time parameter to build master. Closes #189. Many thanks to Allen Bierbaum for the patch.
Tue, 23 Oct 2007 15:36:06 +0000 cmlenz Applied patch to #188 for stable/configurable names of build directories. Thanks to Allen Bierbaum for the patch.
Mon, 24 Sep 2007 15:30:29 +0000 cmlenz Make slave names available for use in target platform rules, and added some documentation to the admin panel. Closes #190.
Wed, 19 Sep 2007 09:35:20 +0000 cmlenz Clarify `last_step` logic in master.
Wed, 19 Sep 2007 09:32:18 +0000 cmlenz Fix build listener invocation.
Thu, 23 Aug 2007 16:58:37 +0000 cmlenz Another minor improvement to logging in the build master.
Fri, 17 Aug 2007 10:43:09 +0000 cmlenz Finish the move of build configuration management into the admin interface.
Wed, 15 Aug 2007 13:44:49 +0000 cmlenz Started some tests for the new admin interface.
Sun, 12 Aug 2007 21:46:48 +0000 cmlenz Applied patch by Sam Steele for #167.
Wed, 08 Aug 2007 17:53:18 +0000 cmlenz Slaves now attempt to explicitly cancel builds when they are interrupted.
Wed, 08 Aug 2007 13:55:13 +0000 cmlenz Fix resetting of builds when multiple slaves are building simultaneously, and implement the `slave_timeout` trac.ini option.
Tue, 07 Aug 2007 11:29:11 +0000 cmlenz Use reStructuredText as the API documentation syntax.
Tue, 07 Aug 2007 09:49:08 +0000 cmlenz More restructuring: got rid of the `trac_ext` subpackage, which makes no sense now that the master is also coupled to Trac.
Tue, 07 Aug 2007 08:58:38 +0000 cmlenz Update file headers and other stuff pointing to the old home.
Fri, 03 Aug 2007 14:44:29 +0000 cmlenz Switch to urllib2 in slave so that we can support basic and digest authentication.
Fri, 03 Aug 2007 13:29:05 +0000 cmlenz Use POST for submitting step results, instead of PUT.
Fri, 03 Aug 2007 08:48:47 +0000 cmlenz Merged HTTP branch into trunk.
Tue, 24 Jul 2007 17:32:02 +0000 cmlenz Use UTF-8 as encoding of source files.
Copyright (C) 2012-2017 Edgewall Software