view doc/index.txt @ 565:78109beea395

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.
author wbell
date Sat, 16 May 2009 22:39:21 +0000
parents 90302c84571e
children b76e6accad72
line wrap: on
line source
.. -*- mode: rst; encoding: utf-8 -*-

=======
Preface
=======

.. image:: logo.png
   :width: 538
   :height: 298
   :align: center
   :alt: Bitten
   :class: logo

-------------------------------
Continuous Integration for Trac
-------------------------------

Bitten is a Python-based framework for collecting various software metrics via
continuous integration. It builds on Trac to provide an integrated web-based
user interface.

 * `Installation <install.html>`_
 * `Build Recipes <recipes.html>`_
 * `Build Recipe Commands <commands.html>`_
 * `Build Links <links.html>`_
 * `Generated API Documentation <api/index.html>`_
Copyright (C) 2012-2017 Edgewall Software