log bitten/model.py @ 574:f5ba11158030

age author description
Sun, 05 Jul 2009 17:36:13 +0000 osimons 0.6dev: Follow-ups to recent commits detected by failing builds:
Sun, 05 Jul 2009 12:47:13 +0000 osimons 0.6dev: Order builds by revision time as primary criteria to allow a fair distribution among configurations to be build. Closes #241, and thanks to jeberger for report with patch.
Tue, 19 May 2009 10:56:06 +0000 wbell Small build fix.
Mon, 18 May 2009 18:04:12 +0000 wbell Massage revision ids into strings for subversion on Postgres 8.x. Refs #390.
Sat, 16 May 2009 22:39:21 +0000 wbell Type fixes for Postgres 8.x (we noticed issues on 8.3. Newer versions of Postgres don't auto massage integers from Python to string values in the database. In Bitten, this was causing issues with the 'id' field of bitten_rule, which was actually an integer (coming from the id field of the bitten_platform table.) Without explicitly converting it to a string, you'd see the error reported in #390. Added upgrade steps, tested on Postgres8.3. Closes #390. We may want to rename this field to 'platform' later.
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
Sat, 21 Mar 2009 19:05:34 +0000 wbell Fixing some small issues with level retrieval with the new file based log implementation.
Sat, 21 Mar 2009 19:05:13 +0000 wbell Automatically create the log dir if it doesn't exist, not just the leaf bitten dir.
Wed, 18 Mar 2009 08:02:32 +0000 dfraser Create the bitten logs directory if it doesn't exist. See #329
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 15:03:46 +0000 dfraser Handle removing log files only if present, and report error if could not remove in log rather than aborting operation
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 08:52:47 +0000 dfraser Switch to storing log messages in files rather than in database rows:
Thu, 23 Aug 2007 22:51:36 +0000 cmlenz Proper fix for #165, [493] was broken. This time with added tests.
Fri, 17 Aug 2007 11:15:43 +0000 cmlenz Fix build queue population compatiblity with Trac 0.11, where revision timestamps are `datetime` objects.
Fri, 17 Aug 2007 10:43:09 +0000 cmlenz Finish the move of build configuration management into the admin interface.
Thu, 16 Aug 2007 21:42:04 +0000 cmlenz More unit tests for admin module.
Tue, 07 Aug 2007 11:29:11 +0000 cmlenz Use reStructuredText as the API documentation syntax.
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.
Tue, 24 Jul 2007 14:37:04 +0000 cmlenz Tabs and line length.
Thu, 13 Apr 2006 08:20:50 +0000 cmlenz Ported [361] to 0.5.x. 0.5.x 0.5.3
Wed, 12 Apr 2006 16:09:52 +0000 cmlenz Some version of PySQLite seems to return `None` instead of an empty list for a `fetchall()` call that produces no results.
Wed, 12 Apr 2006 14:38:38 +0000 cmlenz Ported [359] to 0.5.x. 0.5.x
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.
Sat, 26 Nov 2005 15:00:10 +0000 cmlenz More docstring improvements.
Wed, 23 Nov 2005 11:19:24 +0000 cmlenz More assertions in `Build` model methods.
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.
Fri, 14 Oct 2005 19:51:20 +0000 cmlenz Remove unused code that failed when using PostgreSQL. Thanks to Fabian Wiesel for the patch.
Tue, 04 Oct 2005 20:44:56 +0000 cmlenz Improvements to the web interface:
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.
Fri, 30 Sep 2005 21:45:05 +0000 cmlenz For some very weird reason, this import confused the code coverage collection via `trace.py`.
Tue, 27 Sep 2005 23:14:48 +0000 cmlenz * Factor build queue logic into a class separate from the build master.
Tue, 20 Sep 2005 22:16:41 +0000 cmlenz * Refactoring of build recipes, the file format has changed slightly:
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.
Tue, 30 Aug 2005 18:44:55 +0000 cmlenz * Changed the `IReportStore` interface to allow querying with [http://www.w3.org/XML/Query/ XQuery]. This should make it possible to efficiently query the report store for any existing metrics.
Sat, 27 Aug 2005 07:58:12 +0000 cmlenz Flip the switch: Bitten is now BSD-licensed.
Mon, 22 Aug 2005 18:25:52 +0000 cmlenz Some style/documentation improvements to make Pylint happier.
Sun, 21 Aug 2005 17:49:20 +0000 cmlenz Build recipes are now stored in the database with the build configuration. This means that it is no longer necessary to store the recipe in the repository. Closes #41.
Mon, 08 Aug 2005 14:24:56 +0000 cmlenz * More logging in master and slave about the build status.
Mon, 08 Aug 2005 08:32:26 +0000 cmlenz Delete build steps when cleaning up pending builds.
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.
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 21:24:15 +0000 cmlenz Mark build configuration as existing when retrieved using {{{select()}}}.
Sun, 17 Jul 2005 20:14:43 +0000 cmlenz Change model class pattern:
Fri, 15 Jul 2005 14:11:29 +0000 cmlenz Cleanup and records when a build is aborted.
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.
Tue, 05 Jul 2005 11:12:17 +0000 cmlenz Add template and static resources, hooked up using the new {{{ITemplateProvider}}} extension point in Trac.
Sun, 03 Jul 2005 21:11:59 +0000 cmlenz Implemented basic management of target platforms. Closes #14.
Fri, 01 Jul 2005 10:29:38 +0000 cmlenz Fix invalid ref in {{{SlaveInfo}}} model.
Thu, 30 Jun 2005 18:27:12 +0000 cmlenz Record build slave properties in database.
Sun, 26 Jun 2005 17:34:27 +0000 cmlenz Build slave now executes the build. Closes #10.
Fri, 24 Jun 2005 15:35:23 +0000 cmlenz * Improvements to the model classes, and a couple of unit tests.
Thu, 23 Jun 2005 22:47:45 +0000 cmlenz Renamed {{{Configuration}}} to {{{BuildConfig}}}.
Thu, 23 Jun 2005 20:33:47 +0000 cmlenz Add web interface for viewing and managing build configurations. Closes #9.
Copyright (C) 2012-2017 Edgewall Software