log setup.py @ 588:ba53929c8652

age author description
Mon, 11 May 2009 09:19:42 +0000 dfraser Added `hg:pull` command (see #303)
Mon, 06 Apr 2009 08:20:40 +0000 dfraser Added support for nunit (applied patch from silk in #348)
Thu, 02 Apr 2009 13:49:50 +0000 dfraser Integrate a fixed-up form of [http://pypi.python.org/pypi/EatLint EatLint] into Bitten:
Sun, 22 Mar 2009 23:34:46 +0000 mgood Add "figleaf" as requirement for running tests
Sat, 21 Mar 2009 19:05:41 +0000 wbell Import of bitten notify from Ole Trenner. Imported from http://trac.3dbits.de/bittennotify, revision [31]. Source code license change to bsd verified by Ole. Everything looks great. Thanks for the patch.
Mon, 09 Mar 2009 00:46:14 +0000 wbell Merging trac-0.11 branch to trunk. This revision is equivalent to [571].
Mon, 17 Mar 2008 23:25:16 +0000 mgood add figleaf coverage support
Thu, 13 Mar 2008 22:49:39 +0000 wbell Applying Thomas Mueller's patch for the autoreconf command. Closes #59
Tue, 21 Aug 2007 16:42:53 +0000 cmlenz Improve the still experimental support for using `coverage.py`.
Tue, 14 Aug 2007 22:22:37 +0000 cmlenz Start webadmin integration.
Sun, 12 Aug 2007 21:52:14 +0000 cmlenz Fix for #166. This means the `unittest` command will only be available for the Bitten setup itself after Bitten has been installed. In general this isn't a problem, because you can simply use the regular `test` command to run the tests.
Wed, 08 Aug 2007 12:43:16 +0000 cmlenz Add PHP recipe commands contributed by Wei Zhuo.
Tue, 07 Aug 2007 12:52:09 +0000 cmlenz Start with documentation.
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 09:17:30 +0000 cmlenz Moved/restructured the modules implementing report chart generators and report summarizers.
Tue, 07 Aug 2007 08:58:38 +0000 cmlenz Update file headers and other stuff pointing to the old home.
Fri, 03 Aug 2007 08:54:56 +0000 cmlenz Updates to the docs.
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.
Mon, 23 Jul 2007 10:45:00 +0000 cmlenz Register the `unittest` command in `setup.p` so that Bitten does not need to be installed just to run the command.
Fri, 26 May 2006 14:48:28 +0000 mgood add Java recipe command for parsing code coverage from [http://cobertura.sf.net Cobertura] XML reports
Wed, 04 Jan 2006 18:49:34 +0000 cmlenz Ported [333] and [334] to 0.5.x. 0.5.x
Wed, 04 Jan 2006 18:30:52 +0000 cmlenz Fixes for compatibility with Trac trunk and 0.9.3.
Mon, 07 Nov 2005 17:58:22 +0000 cmlenz * Add a `<c:gcov>` command based on patch by Chandler Carruth. Closes #72.
Fri, 07 Oct 2005 10:46:53 +0000 cmlenz Forgot to register cppunit command in [279].
Wed, 05 Oct 2005 08:12:54 +0000 cmlenz Add `<java:junit>` recipe command contributed by Matt Good (see #58). Thanks!
Mon, 03 Oct 2005 19:35:21 +0000 cmlenz * Allowing specifying the main entry point of a module in `<python:exec>`. This can be used to execute Python scripts in modules that don't map to files on the file system. See #49.
Mon, 03 Oct 2005 16:03:37 +0000 cmlenz * Add an <x:transform/> task for applying XSLT transformations. Can use either libxslt or MSXML if available. Closes #35.
Sun, 02 Oct 2005 14:40:51 +0000 cmlenz New recipe command `<java:ant>` for running Ant builds.
Sat, 01 Oct 2005 22:17:46 +0000 cmlenz Add a `<c:configure>` recipe command for running configure scripts. Closes #57.
Tue, 20 Sep 2005 22:16:41 +0000 cmlenz * Refactoring of build recipes, the file format has changed slightly:
Mon, 19 Sep 2005 20:09:30 +0000 cmlenz Make use of the entry point feature introduced in setuptools 0.6a1, and the `console_scripts` entry point introduced in 0.6a2. This also requires Trac >= [http://projects.edgewall.com/trac/changeset/2247 r2247] (or 0.9b2 once that has been released).
Wed, 31 Aug 2005 01:49:59 +0000 cmlenz More changes following the renames in r187/r188.
Wed, 31 Aug 2005 01:11:04 +0000 cmlenz Add the XML/SWF charts library to the package data.
Sat, 27 Aug 2005 07:58:12 +0000 cmlenz Flip the switch: Bitten is now BSD-licensed.
Thu, 25 Aug 2005 14:36:51 +0000 cmlenz Don't use ez_setup; it's causing [http://mail.python.org/pipermail/distutils-sig/2005-August/004987.html problems] with setuptools 0.6a1.
Wed, 17 Aug 2005 22:58:52 +0000 cmlenz * Clean up some imports.
Mon, 15 Aug 2005 09:33:01 +0000 cmlenz * Exclude `ez_setup.py` from the distribution.
Wed, 20 Jul 2005 15:22:23 +0000 cmlenz The `.bat` files don't work when installed using setuptools, so get rid of them.
Mon, 18 Jul 2005 17:35:21 +0000 cmlenz Make Bitten deployable in Trac as a [http://peak.telecommunity.com/DevCenter/PythonEggs Python egg].
Wed, 06 Jul 2005 13:17:13 +0000 cmlenz Include {{{templates}}} and {{{htdocs}}} dir in dist/install.
Thu, 30 Jun 2005 12:28:54 +0000 cmlenz Fixes for Windows compatibility:
Thu, 23 Jun 2005 22:39:37 +0000 cmlenz Remove obsolete package from setup.py.
Wed, 22 Jun 2005 13:36:03 +0000 cmlenz Add new packages to {{{setup.py}}}.
Sun, 19 Jun 2005 23:26:08 +0000 cmlenz Add thin script shells around master and slave.
Sun, 19 Jun 2005 14:21:20 +0000 cmlenz Remove reference to package removed in [25].
Fri, 17 Jun 2005 12:15:16 +0000 cmlenz Moved test runner into {{{bitten.util}}}} package.
Fri, 17 Jun 2005 12:10:58 +0000 cmlenz Cleanup package namespace a bit.
Fri, 17 Jun 2005 11:23:22 +0000 cmlenz Proper {{{optparse}}}-based command-line interface for master and slave.
Fri, 17 Jun 2005 09:07:06 +0000 cmlenz {{{bitten.distutils}}} renamed to {{{bitten.setuptools}}}.
Thu, 09 Jun 2005 22:19:53 +0000 cmlenz Initial draft of a minimal [http://www.beepcore.org/ BEEP] protocol implementation for communication between the build master and build slaves.
Mon, 06 Jun 2005 19:12:15 +0000 cmlenz Fix package list in {{{setup.py}}}.
Mon, 06 Jun 2005 15:56:51 +0000 cmlenz Added GPL boilerplate.
Mon, 06 Jun 2005 15:54:29 +0000 cmlenz Simplify the recipe commands interface:
Sun, 22 May 2005 23:12:16 +0000 cmlenz Some cleanup to the recipe commands and reporters.
Sun, 22 May 2005 20:11:22 +0000 cmlenz Generate coverage data in the distutils {{{unittest}}} command.
Sun, 22 May 2005 16:19:04 +0000 cmlenz Fix running the unit tests from distutils.
Sun, 22 May 2005 15:49:22 +0000 cmlenz Import initial ''bitten'' source.
Copyright (C) 2012-2017 Edgewall Software