summaryrefslogtreecommitdiffstats
path: root/reports
Commit message (Collapse)AuthorAgeFilesLines
...
* 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-266-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-202-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-199-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-122-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
* included empty sqlite-dbJoey Hagedorn2006-07-121-0/+0
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1930 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
* Added Calendar Popup for date selection. This appears to be public domain;Joey Hagedorn2006-06-291-0/+88
| | | | | | | | | | | | | | | | | | | | | | | | // Author: Matt Kruse <matt@mattkruse.com> // WWW: http://www.mattkruse.com/ // // NOTICE: You may use this code for any purpose, commercial or // private, without any further permission from the author. You may // remove this notice from your final code if you wish, however it is // appreciated by the author if at least my web site address is kept. // // You may *NOT* re-distribute this code in any way except through its // use. That means, you can include it in your product, or your web // site, or any other form where the code is actually being used. You // may not put the plain javascript up on your site for download or // include it in your javascript libraries for download. // If you wish to share this code with others, please just point them // to the URL instead. // Please DO NOT link directly to my .js files from your site. Copy // the files to your server and use them there. Thank you. git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1903 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-1534-0/+1215
| | | | | | data so far... git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1883 ce84e21b-d406-0410-9b95-82705330c041
* Added auto-refreshing feature to reports; specifiable by config file.Joey Hagedorn2006-05-314-1/+12
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1867 ce84e21b-d406-0410-9b95-82705330c041
* Updated documentation for Reports.Joey Hagedorn2006-04-045-16/+129
| | | | | | | | | Added Subversion Revision Info to nodes-digest and overview-stats HTML reports added new report type with table of machines called overview-matrix-www git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1824 ce84e21b-d406-0410-9b95-82705330c041
* last step of repo switchesNarayan Desai2006-01-238-72/+72
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1716 ce84e21b-d406-0410-9b95-82705330c041
* For real this time, everything is reverted to the proper versionJoey Hagedorn2006-01-102-5/+5
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1666 ce84e21b-d406-0410-9b95-82705330c041
* reverted remaining files...Joey Hagedorn2006-01-102-0/+207
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1664 ce84e21b-d406-0410-9b95-82705330c041
* reverted some xsl transforms to older versionJoey Hagedorn2006-01-103-36/+36
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1663 ce84e21b-d406-0410-9b95-82705330c041
* made changes to get rid of hostinfo.xml file have GenerateHostInfo update ↵Joey Hagedorn2006-01-095-39/+39
| | | | | | clients.xml git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1659 ce84e21b-d406-0410-9b95-82705330c041
* Edited transform includes to not reference image in reports-- to reflect ↵Joey Hagedorn2006-01-092-2/+2
| | | | | | metadata 3.0 git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1658 ce84e21b-d406-0410-9b95-82705330c041
* Fixed a CSS rendering bug by moving image info to directly under timestampJoey Hagedorn2005-12-201-2/+2
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1634 ce84e21b-d406-0410-9b95-82705330c041
* Removed old versions of overview-stats templates in fulfillment of move to ↵Joey Hagedorn2005-12-202-207/+0
| | | | | | | | | | unified naming scheme. They have been replaced with overview-stats-www.xsl and overview-stats-mail.xsl git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1632 ce84e21b-d406-0410-9b95-82705330c041
* Modified StatReports to implement new naming convention for xsl-transforms ↵Joey Hagedorn2005-12-194-0/+0
| | | | | | | | | | | | and reports. Xsl files can be arbitrarily added by user as long as they adhere to naming convention: <delivery-type>-<delivery mechanism>.xsl git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1631 ce84e21b-d406-0410-9b95-82705330c041
* Fixed timing report for updated OpStamps element.Joey Hagedorn2005-12-191-9/+9
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1630 ce84e21b-d406-0410-9b95-82705330c041
* add type for javascript inclusionNarayan Desai2005-11-301-1/+1
| | | | | | | (Logical change 1.376) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1579 ce84e21b-d406-0410-9b95-82705330c041
* fix clean countNarayan Desai2005-11-291-1/+1
| | | | | | | (Logical change 1.372) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1567 ce84e21b-d406-0410-9b95-82705330c041
* Delete: reports/web-rprt-srcs/sorttable.jsJoey Hagedorn2005-11-251-202/+0
| | | | | | | }(Logical change 1.366) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1536 ce84e21b-d406-0410-9b95-82705330c041
* Delete: reports/web-rprt-srcs/main.jsJoey Hagedorn2005-11-251-21/+0
| | | | | | | }(Logical change 1.366) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1535 ce84e21b-d406-0410-9b95-82705330c041
* Delete: reports/web-rprt-srcs/boxypastel.cssJoey Hagedorn2005-11-251-178/+0
| | | | | | | }(Logical change 1.366) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1532 ce84e21b-d406-0410-9b95-82705330c041
* inline javascript/css and change wordingJoey Hagedorn2005-11-251-5/+7
| | | | | | | (Logical change 1.365) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1529 ce84e21b-d406-0410-9b95-82705330c041
* switch to inline javascrippt/cssJoey Hagedorn2005-11-251-4/+6
| | | | | | | (Logical change 1.365) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1528 ce84e21b-d406-0410-9b95-82705330c041
* switch to inline javascript/cssJoey Hagedorn2005-11-251-2/+4
| | | | | | | (Logical change 1.365) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1527 ce84e21b-d406-0410-9b95-82705330c041
* (Logical change 1.365)Joey Hagedorn2005-11-253-0/+440
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1526 ce84e21b-d406-0410-9b95-82705330c041
* Initial revisionJoey Hagedorn2005-11-253-0/+0
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1525 ce84e21b-d406-0410-9b95-82705330c041
* changed workding about todayJoey Hagedorn2005-11-251-1/+1
| | | | | | | (Logical change 1.364) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1523 ce84e21b-d406-0410-9b95-82705330c041