summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Reports/reports/models.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix compatibility with Django 1.6.Simon Ruderich2013-11-111-4/+6
|
* Merge reporting configuration with main server configurationTim Laszlo2012-08-071-12/+0
| | | | | | Admin/Syncdb: Use SchemaUpdater Move the schema update routines from reports to Bcfg2.Server Move Reports.settings into Bcfg2.settings
* DBStats: add unique contraints for entriesTim Laszlo2012-06-151-0/+3
| | | | In the Entries model, name and kind should be unique.
* web_reports: Make reasons clickable in entry listingsTim Laszlo2012-06-141-0/+2
|
* DBStats: Start loading good entries into the dbTim Laszlo2012-06-141-0/+2
|
* Reports: add group relationshipsTim Laszlo2012-06-061-0/+3
|
* DBStats: Save interaction metadataTim Laszlo2012-06-061-0/+48
| | | | Start saving group and bundle membership for interactions
* Reports: remove unused functionTim Laszlo2012-06-061-10/+0
|
* web_reports: added a view to show the most common configuration problemsTim Laszlo2012-06-051-0/+18
|
* DBStats: Remove ping dataTim Laszlo2012-06-041-16/+0
|
* DBStats: Remove custom sqlTim Laszlo2012-06-041-2/+2
| | | | | Remove the custom sql file. This failed to install in MySQL. Use django to index Interaction.timestamp instead of custom sql.
* DBStats: New db update routinesTim Laszlo2012-06-011-1/+4
| | | | | | 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: Use more sensible column definitions for ReasonTim Laszlo2012-05-231-14/+14
|
* reports: Fix typoSol Jerome2012-05-131-1/+1
| | | | 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>
* DBStats: Add unpruned entry reporting (#659)Sol Jerome2012-04-271-0/+1
| | | | | | | | | | | | | | | 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-1/+0
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Allow to run directly from a git checkout (#1037)Sol Jerome2012-03-241-0/+343
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>