log bitten/tests/model.py @ 596:b1c90136f84a

age author description
Mon, 27 Jul 2009 23:58:18 +0000 osimons 0.6dev: Deleting a duplicate model test.
Tue, 07 Jul 2009 22:35:59 +0000 osimons 0.6dev: Make setup of the various `bitten.model` test-cases more rational by having them inherit from a common base class and just report schemas needed.
Wed, 08 Apr 2009 05:14:04 +0000 dfraser If a target platform is deleted, any pending builds for that platform should be removed `[silk]` - fixes #382
Mon, 16 Mar 2009 12:03:19 +0000 dfraser Ensure log files are stored and read in binary, not text format (otherwise Unicode gets confused):
Fri, 13 Mar 2009 14:52:51 +0000 dfraser Support unicode by converting everything to UTF-8 on write and back to unicode on read - should fix #369
Fri, 13 Mar 2009 12:03:00 +0000 dfraser Make sure all tests get done in temporary directory, and `logs_dir` gets created there.
Fri, 13 Mar 2009 08:52:47 +0000 dfraser Switch to storing log messages in files rather than in database rows:
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.
Tue, 24 Jul 2007 17:32:02 +0000 cmlenz Use UTF-8 as encoding of source files.
Wed, 12 Apr 2006 14:34:33 +0000 cmlenz Fix bug in the model classes where `db.executemany()` was being called with an empty list. This could happen for an empty build log, for example.
Wed, 04 Jan 2006 18:30:52 +0000 cmlenz Fixes for compatibility with Trac trunk and 0.9.3.
Sat, 15 Oct 2005 07:41:52 +0000 cmlenz Fix a bug that prevented a build configuration to be renamed after target platforms have been added, and maybe even builds executed.
Tue, 04 Oct 2005 11:14:11 +0000 cmlenz Some minor fixes:
Mon, 03 Oct 2005 22:00:23 +0000 cmlenz More/better unit tests for `bitten.model.BuildStep`.
Mon, 03 Oct 2005 21:15:31 +0000 cmlenz Store the reason(s) for build step failure in the database.
Mon, 19 Sep 2005 15:22:14 +0000 cmlenz Huge refactoring to remove dependency on BDB XML. Report data is now stored in the Trac database (SQLite/PostgreSQL).
Mon, 12 Sep 2005 17:48:15 +0000 cmlenz Allow deletion of build configurations from the web interface. Closes #27.
Sat, 27 Aug 2005 07:58:12 +0000 cmlenz Flip the switch: Bitten is now BSD-licensed.
Thu, 04 Aug 2005 20:15:39 +0000 cmlenz * Store build logs in a structured way, for example to highlight messages on the error stream.
Sun, 31 Jul 2005 10:22:29 +0000 cmlenz More unit tests for the model objects.
Tue, 19 Jul 2005 08:05:25 +0000 cmlenz More fixes following [http://projects.edgewall.com/trac/changeset/1995 Trac r1995], plus fixes for PySQLite 2 compatibility.
Sun, 17 Jul 2005 20:14:43 +0000 cmlenz Change model class pattern:
Wed, 06 Jul 2005 19:44:10 +0000 cmlenz Record the output of build steps in the database. See #12. Still need to get better granularity in transmitting the log output from slave to master before #12 can be closed.
Tue, 05 Jul 2005 17:52:15 +0000 cmlenz * Implement basic slave selection based on configured target platforms. Closes #15.
Sun, 03 Jul 2005 21:11:59 +0000 cmlenz Implemented basic management of target platforms. Closes #14.
Thu, 30 Jun 2005 18:27:12 +0000 cmlenz Record build slave properties in database.
Mon, 27 Jun 2005 21:39:20 +0000 cmlenz Adapted model unit tests to addition of {{{rev_time}}} field in [61].
Fri, 24 Jun 2005 15:35:23 +0000 cmlenz * Improvements to the model classes, and a couple of unit tests.
Copyright (C) 2012-2017 Edgewall Software