summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/SchemaUpdater
Commit message (Collapse)AuthorAgeFilesLines
* added better common walk_packages implementation for python 2.4 and 2.5Chris St. Pierre2012-08-271-20/+2
| | | | | | Conflicts: src/lib/Bcfg2/Client/Tools/__init__.py
* renamed Bcfg2Py3k to CompatChris St. Pierre2012-08-271-1/+1
|
* SchemaUpdater: fix sorting of updatersTim Laszlo2012-08-231-1/+2
| | | | | The updaters were not getting sorted when a new database was created this caused the wronger version to be set on a new database
* SchemaUpdater: _walk_packages incorrectly used __path__Tim Laszlo2012-08-221-2/+2
|
* removed context managers from unit testsChris St. Pierre2012-08-211-1/+1
|
* added CmpMixin to provide __cmp__ functionality to py3kChris St. Pierre2012-08-201-1/+4
|
* SchemaUpdater: improved error handlingChris St. Pierre2012-08-151-15/+25
|
* Wrong moduleTim Laszlo2012-08-151-1/+1
|
* Core: add database_available flag to allow plugins to see availabilityTim Laszlo2012-08-151-0/+4
|
* Merge reporting configuration with main server configurationTim Laszlo2012-08-077-0/+630
Admin/Syncdb: Use SchemaUpdater Move the schema update routines from reports to Bcfg2.Server Move Reports.settings into Bcfg2.settings