summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Reports/importscript.py
Commit message (Collapse)AuthorAgeFilesLines
* renamed Bcfg2Py3k to CompatChris St. Pierre2012-08-271-1/+1
|
* lots of various py3k fixesChris St. Pierre2012-08-211-3/+2
|
* Reports: quiet debugging info from importscript.pyChris St. Pierre2012-08-161-1/+1
|
* removed print statementsChris St. Pierre2012-08-151-1/+1
|
* Merge reporting configuration with main server configurationTim Laszlo2012-08-071-3/+5
| | | | | | Admin/Syncdb: Use SchemaUpdater Move the schema update routines from reports to Bcfg2.Server Move Reports.settings into Bcfg2.settings
* DBStats: Load entries in bulkTim Laszlo2012-06-151-4/+13
| | | | | Improve load time by fetching all entries at once instead of individually.
* DBStats: remove vlevel from _fetch_reasonTim Laszlo2012-06-151-2/+1
|
* DBStats: make imports transactionalTim Laszlo2012-06-151-6/+11
| | | | | | For databases that support transactions, this will prevent incomplete intractions from being loaded into the database. Add logger to _fetch_reason.
* DBStats: Start loading good entries into the dbTim Laszlo2012-06-141-27/+43
|
* DBStats: Save interaction metadataTim Laszlo2012-06-061-1/+32
| | | | Start saving group and bundle membership for interactions
* importscript: Fix client added message and log levelTim Laszlo2012-06-051-3/+3
|
* DBStats: Remove clients.xml from the import processTim Laszlo2012-06-051-20/+5
|
* DBStats: Stop building a ConfigStatistics xmlTim Laszlo2012-06-051-84/+82
| | | | | | Created a load_stat method in impot script. Pass the Statistic data to load_stat instead of building a ConfigStatistics/Node XML root.
* DBStats: Stop loading ping dataTim Laszlo2012-06-041-26/+0
|
* DBStats: New db update routinesTim Laszlo2012-06-011-2/+5
| | | | | | 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: Add unpruned entry reporting (#659)Sol Jerome2012-04-271-1/+7
| | | | | | | | | | | | | | | 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>
* Remove unused client_version from reportsSol Jerome2012-03-261-2/+0
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Allow to run directly from a git checkout (#1037)Sol Jerome2012-03-241-0/+310
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>