Subversion Repositories computer_asset_manager_v1

Rev

Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
117 1416 d 0 h rodolico /includes/ Added some views for reporting.  
116 1416 d 1 h rodolico / Modifications of report  
115 1556 d 3 h rodolico /modules/ sendReports.pl had change to database configuration
doReports.pl now validates report file in UTF-8 or ASCII since PHP barfs when trying to read something else
upload_sysinfo_report.ph now does a chmod to 0666 on the file so doReports.pl can change the file
 
114 1568 d 7 h rodolico /modules/sysinfo/cli_tools/ ref #51. have the code included, but not operative.  
113 1764 d 1 h rodolico /modules/attributes/ Fixed installer so it would work with older versions of mariadb  
112 1764 d 1 h rodolico /modules/attributes/ Added another "null" entry which is ignored by processor  
111 1787 d 3 h rodolico /modules/sysinfo/cli_tools/ Additional error checking  
110 1787 d 3 h rodolico /modules/ working on device_attributes and also modifying parse_sysinfo.php to do attributes group  
109 1788 d 2 h rodolico /includes/ Adding mysql.php from https://github.com/dshafik/php7-mysql-shim to allow camp to run under 7.2. Slows things down a bit.  
108 1816 d 8 h rodolico /modules/attributes/scripts/ added a script to gather attribute information (power only) from an ipmitool sensor command.  
107 1816 d 9 h rodolico /modules/attributes/scripts/ Just a place to put some helper scripts  
106 1818 d 2 h rodolico / Set up indicies on attributes (removed from base)  
105 1818 d 3 h rodolico /includes/ incremented the version.  
104 1818 d 3 h rodolico / Set up for reports to use tags around the headers.  
103 1819 d 1 h rodolico / Some minor changes, and working on Edit Device screen  
102 1820 d 0 h rodolico /modules/attributes/ bulk load and dmidecode load appear to be working ok. Still need the edit attributes screen and some testing.  
101 1820 d 10 h rodolico /modules/attributes/ Just doing a quick upload of changes so far.  
100 1821 d 0 h rodolico / working on attributes module. Also, changed database.php to set default for removed_date to null (vs string 'null') and it appears to have fixed the long term issue we've had.  
99 1821 d 23 h rodolico / Still working on system. Ready for testing.  
98 1826 d 1 h rodolico /modules/attributes/ code works, but not integrated  
97 1827 d 2 h rodolico /modules/attributes/ It appears to be converting just fine. Still need to build a front end for it.  
96 1827 d 7 h rodolico /modules/attributes/ new code to read a dmidecode v3.0 file and extract attributes from it.  
95 1860 d 9 h rodolico /modules/backup/cli_tools/ Changed file version number and added comment to header  
94 1860 d 9 h rodolico /modules/backup/cli_tools/ Fixed to allow (and remove) comma's in numeric strings  
93 1909 d 9 h rodolico /modules/backup/cli_tools/ Major change to output on sendReport.pl. See version information for details  
92 1922 d 6 h rodolico / Did some formatting, including setting it up so any maintenance over past due is shown in yellow, and anything over 30 days past due in red  
91 1922 d 7 h rodolico / Setting Scheduled Maintenance so notes and restrictions fields show up on same line as server name, hidden until you click on it. Additionally, sorted by name now.  
90 1986 d 3 h rodolico / just some minor changes  
89 2071 d 2 h rodolico /modules/license/ fixed issue where clicking "All" on search showed everyone even for limited logins.  
88 2071 d 2 h rodolico /modules/maintenance/ bug fix  
87 2071 d 2 h rodolico / fixed bug where constrained user was allowed to view all maintenance  
86 2071 d 8 h rodolico / Modified license, maintenance, home page and files to support limitations based on who the user is.  
85 2071 d 9 h rodolico /modules/maintenance/ Updated maintenance to be limited by user login  
84 2072 d 0 h rodolico / Modified so we can limit the menu items on a per user basis  
83 2072 d 1 h rodolico / Beginning setup for restrictions per user on devices. The Home page appears to be working correctly.  
82 2073 d 0 h rodolico /modules/sql/ Just adding the new stuff  
81 2232 d 5 h rodolico / set bulkLoadAttribs to either accept file name from cli or infomation from STDIN  
80 2232 d 5 h rodolico / header now has ability to detect whether running from cli or web. bulkLoadAttribs.php will take a tab delimited file and generate sql to load values into the device_attrib table.  
79 2250 d 2 h rodolico /modules/backup/cli_tools/ Fixed to where sendReport will sort by device name  
78 2250 d 2 h rodolico /modules/attributes/ messing with attributes a little.