summaryrefslogtreecommitdiffstats
path: root/reports/brpt
Commit message (Collapse)AuthorAgeFilesLines
* New Reports: Added color coding of client condition on clients-index page.Joey Hagedorn2006-11-201-6/+10
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2505 ce84e21b-d406-0410-9b95-82705330c041
* added capability for authentication in reportsKen Raffenetti2006-11-035-3/+102
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2473 ce84e21b-d406-0410-9b95-82705330c041
* New Reports: Minor change in effort to make more compatible with SQLiteJoey Hagedorn2006-08-041-1/+1
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2042 ce84e21b-d406-0410-9b95-82705330c041
* NewReports: Added ping-data support to import scriptJoey Hagedorn2006-08-041-12/+26
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2040 ce84e21b-d406-0410-9b95-82705330c041
* NewReports: Removed debugging statementJoey Hagedorn2006-08-031-1/+0
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2036 ce84e21b-d406-0410-9b95-82705330c041
* NewReports: Fixed bug related to import of Reasons from statistics.xml fileJoey Hagedorn2006-08-031-27/+31
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2034 ce84e21b-d406-0410-9b95-82705330c041
* NewReports: More DB Schema changes and default (example) file updates.Joey Hagedorn2006-08-032-2/+2
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2033 ce84e21b-d406-0410-9b95-82705330c041
* NewReports: Fixes database portability problem with typecasting dates; for ↵Joey Hagedorn2006-08-022-4/+15
| | | | | | all Displays git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2032 ce84e21b-d406-0410-9b95-82705330c041
* NewReports: Works with db schema changesJoey Hagedorn2006-08-021-2/+13
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2031 ce84e21b-d406-0410-9b95-82705330c041
* NewReports: Resetting a default Joey Hagedorn2006-08-021-10/+4
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2030 ce84e21b-d406-0410-9b95-82705330c041
* New Reports: support for new pinging structure; this one works.Joey Hagedorn2006-08-023-33/+45
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2028 ce84e21b-d406-0410-9b95-82705330c041
* New Reports: Changes default for mod_python/apache production environment ↵Joey Hagedorn2006-08-021-10/+0
| | | | | | serving static media git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2027 ce84e21b-d406-0410-9b95-82705330c041
* Fixes typo in previous versionJoey Hagedorn2006-08-011-2/+3
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2023 ce84e21b-d406-0410-9b95-82705330c041
* fix for python 2.3Joey Hagedorn2006-08-011-2/+6
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2022 ce84e21b-d406-0410-9b95-82705330c041
* New Reports: Code CleanupJoey Hagedorn2006-07-261-12/+12
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2007 ce84e21b-d406-0410-9b95-82705330c041
* Code CleanupJoey Hagedorn2006-07-261-40/+49
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2006 ce84e21b-d406-0410-9b95-82705330c041
* Updated templates so that output is properly sortedJoey Hagedorn2006-07-265-16/+31
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2005 ce84e21b-d406-0410-9b95-82705330c041
* New Reports: pointing settings.py file to read /etc/bcfg2.conf so less ↵Joey Hagedorn2006-07-201-11/+8
| | | | | | initial configuration is needed. git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1975 ce84e21b-d406-0410-9b95-82705330c041
* New Reports: Finalized Reasons display for bad and modified config elements. ↵Joey Hagedorn2006-07-205-19/+152
| | | | | | Also displays of other hosts with the same problem. git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1973 ce84e21b-d406-0410-9b95-82705330c041
* New Reports: Lots of changes to faciliate Reasons info display. Clicking on ↵Joey Hagedorn2006-07-198-24/+82
| | | | | | Bad or Modified configuration item name now brings up a page that describes the problem. git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1970 ce84e21b-d406-0410-9b95-82705330c041
* New Reports: Summary view is now really fast 3 sec instead of 20; Summary ↵Joey Hagedorn2006-07-185-41/+77
| | | | | | enabled for historical view git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1966 ce84e21b-d406-0410-9b95-82705330c041
* Final commit before view data in new reports gets restructured.Joey Hagedorn2006-07-142-1/+2
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1942 ce84e21b-d406-0410-9b95-82705330c041
* removed requirement for host to have "0" extra packages to qualify as ↵Joey Hagedorn2006-07-131-1/+1
| | | | | | "clean" in reports git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1936 ce84e21b-d406-0410-9b95-82705330c041
* sync'd DB, so that no longer do installers of the new reporting system need ↵Joey Hagedorn2006-07-121-1/+1
| | | | | | to "python manage.py syncdb" when setting up sqlite and new reports stuff. git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1935 ce84e21b-d406-0410-9b95-82705330c041
* fixed typo in var name "pingability"Joey Hagedorn2006-07-121-1/+1
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1933 ce84e21b-d406-0410-9b95-82705330c041
* minor changes to command line optionsJoey Hagedorn2006-07-121-7/+12
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1929 ce84e21b-d406-0410-9b95-82705330c041
* import script added verbose/debug options; defaults to silent operationJoey Hagedorn2006-07-122-190/+70
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1928 ce84e21b-d406-0410-9b95-82705330c041
* import script ready to go. Fast SQL fixed up so it returns the correct data too.Joey Hagedorn2006-07-112-39/+102
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1925 ce84e21b-d406-0410-9b95-82705330c041
* Preliminary import script working version, imports Reasons, Interactions, ↵Joey Hagedorn2006-07-101-1/+103
| | | | | | Clients git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1921 ce84e21b-d406-0410-9b95-82705330c041
* added final support for reasons in new reporting system; edited importer ↵Joey Hagedorn2006-07-053-81/+141
| | | | | | script to bring that data in as well git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1910 ce84e21b-d406-0410-9b95-82705330c041
* provided easy-calendar-selection for historical reporting Joey Hagedorn2006-06-294-23/+30
| | | | | | | | features in timing report; to be implemented in remaining reports git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1905 ce84e21b-d406-0410-9b95-82705330c041
* New reporting system's Performance report is ultra fast due to new SQL ↵Joey Hagedorn2006-06-283-40/+71
| | | | | | queries. Also, importscript now properly imports OpStamps from xml statistics file. It is very slow still though... git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1902 ce84e21b-d406-0410-9b95-82705330c041
* working on reports performance related to building client listsJoey Hagedorn2006-06-274-10/+20
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1898 ce84e21b-d406-0410-9b95-82705330c041
* Changed Client schema to cache current interaction.Joey Hagedorn2006-06-273-19/+59
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1897 ce84e21b-d406-0410-9b95-82705330c041
* removed two more PYC files...Joey Hagedorn2006-06-212-0/+0
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1894 ce84e21b-d406-0410-9b95-82705330c041
* Made timing report a bunch fasterJoey Hagedorn2006-06-215-10/+26
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1893 ce84e21b-d406-0410-9b95-82705330c041
* removed more compiled filesJoey Hagedorn2006-06-212-0/+0
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1890 ce84e21b-d406-0410-9b95-82705330c041
* removed some compiled filesJoey Hagedorn2006-06-2110-4/+4
| | | | | | | | Other unknown changes from yesterday git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1889 ce84e21b-d406-0410-9b95-82705330c041
* New models with Reasons; added Import script, to bring old data in to the ↵Joey Hagedorn2006-06-203-8/+150
| | | | | | database git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1888 ce84e21b-d406-0410-9b95-82705330c041
* Initial commit of Django based reporting subsystem. Only works with fake ↵Joey Hagedorn2006-06-1528-0/+727
data so far... git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1883 ce84e21b-d406-0410-9b95-82705330c041