summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Reports
Commit message (Collapse)AuthorAgeFilesLines
...
* DBStats: Remove custom sqlTim Laszlo2012-06-042-9/+2
| | | | | Remove the custom sql file. This failed to install in MySQL. Use django to index Interaction.timestamp instead of custom sql.
* bcfg2-web: D=Make detailed client list sortableTim Laszlo2012-06-013-9/+135
|
* DBStats: Cleanup settings.pyTim Laszlo2012-06-011-7/+5
| | | | | | Remove hardcoded django.contrib.auth references. Replace django.contrib.auth.LOGIN_URL with LOGIN_URL Move django import check to the top of the file
* DBStats: New db update routinesTim Laszlo2012-06-0110-326/+617
| | | | | | 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: Set the initial version baed on updates instead of fixturesTim Laszlo2012-05-232-46/+4
|
* bcfg2-admin: Logging broken for reportsTim Laszlo2012-05-231-1/+2
|
* DBStats: Use more sensible column definitions for ReasonTim Laszlo2012-05-232-16/+56
|
* Reports: Parse cfile from command line instead of using an env variableTim Laszlo2012-05-211-4/+10
|
* Reports: Use config file from the command lineTim Laszlo2012-05-181-1/+6
| | | | | If a config file is specified on the command line, use it in settings.py instead of the hardcoded ones.
* Adding DB2 support for StatisticsJohn 'Skip' Reddy2012-05-171-0/+3
| | | | | Adding DB2 support for Statistics, following guidance from http://code.google.com/p/ibm-db/wiki/ibm_db_django_README
* reports: Fix typoSol Jerome2012-05-131-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* reports: Fix traceback reported by Rodney YoungSol Jerome2012-05-111-2/+12
| | | | | | | Previously left out a check for whether the column exists when using MySQL. We will probably eventually need checks for other db types as well. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* reports: Fix traceback when missing python db modulesSol Jerome2012-05-101-1/+10
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* reports: Fix unpruned entries displaySol Jerome2012-05-092-2/+2
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* reports: Fix bcfg2-admin reports initSol Jerome2012-05-061-1/+7
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* reports: Remove indexes for nonexistent tablesSol Jerome2012-05-061-3/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* reports: Add fine-grained filter for 'bad' clientsSol Jerome2012-05-064-39/+74
| | | | | | | | This filter introduces percentages which should help administrators to quickly visually see where they should focus their time. The worse the percentage of bad/total entries, the darker the color of the client. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* reports: More pylint/pep8 fixesSol Jerome2012-05-061-3/+6
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* reports: Pylint fixesSol Jerome2012-05-061-69/+71
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* reports: Remove unused importSol Jerome2012-05-061-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* DBStats: Add unpruned entry reporting (#659)Sol Jerome2012-04-275-1/+32
| | | | | | | | | | | | | | | 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>
* do not set django TIME_ZONE except in 1.2+Chris St. Pierre2012-04-131-4/+4
|
* Reports: Remove client_version database columnSol Jerome2012-03-312-9/+87
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Remove unused client_version from reportsSol Jerome2012-03-262-3/+0
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Allow to run directly from a git checkout (#1037)Sol Jerome2012-03-2433-0/+2778
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>