summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Plugins/DBStats.py
Commit message (Collapse)AuthorAgeFilesLines
* DBStats: Save interaction metadataTim Laszlo2012-06-061-1/+1
| | | | Start saving group and bundle membership for interactions
* DBStats: Stop building a ConfigStatistics xmlTim Laszlo2012-06-051-16/+8
| | | | | | Created a load_stat method in impot script. Pass the Statistic data to load_stat instead of building a ConfigStatistics/Node XML root.
* DBStats: Add missing sys importSol Jerome2012-06-041-0/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* DBStats: New db update routinesTim Laszlo2012-06-011-1/+3
| | | | | | Replace updatefix.py with the Updater class. This streamlines some of the common tasks and groups database updates by release. Upgrades from pre 1.1.x are no longer supported.
* DBStats: Pylint/PEP8 fixesSol Jerome2012-05-251-4/+6
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* DBStats: Add unpruned entry reporting (#659)Sol Jerome2012-04-271-0/+2
| | | | | | | | | | | | | | | Path type='directory' entries previously had no 'reason' associated with their 'dirty' state. This change adds a database field for unpruned entries which are present in a pruned directory and displays that list in the web reporting interface. There is also a change made to the POSIX client tool which forces it to display the extra entry list when running in interactive mode without debugging enabled. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Allow to run directly from a git checkout (#1037)Sol Jerome2012-03-241-0/+113
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>