Subversion Repositories computer_asset_manager_v1

Rev

Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
117 1758 d 2 h rodolico /includes/ Added some views for reporting.  
116 1758 d 3 h rodolico / Modifications of report  
115 1898 d 4 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 1910 d 9 h rodolico /modules/sysinfo/cli_tools/ ref #51. have the code included, but not operative.  
113 2106 d 2 h rodolico /modules/attributes/ Fixed installer so it would work with older versions of mariadb  
112 2106 d 2 h rodolico /modules/attributes/ Added another "null" entry which is ignored by processor  
111 2129 d 5 h rodolico /modules/sysinfo/cli_tools/ Additional error checking  
110 2129 d 5 h rodolico /modules/ working on device_attributes and also modifying parse_sysinfo.php to do attributes group  
109 2130 d 3 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 2158 d 9 h rodolico /modules/attributes/scripts/ added a script to gather attribute information (power only) from an ipmitool sensor command.  
107 2158 d 10 h rodolico /modules/attributes/scripts/ Just a place to put some helper scripts  
106 2160 d 4 h rodolico / Set up indicies on attributes (removed from base)  
105 2160 d 4 h rodolico /includes/ incremented the version.  
104 2160 d 5 h rodolico / Set up for reports to use tags around the headers.  
103 2161 d 2 h rodolico / Some minor changes, and working on Edit Device screen  
102 2162 d 1 h rodolico /modules/attributes/ bulk load and dmidecode load appear to be working ok. Still need the edit attributes screen and some testing.  
101 2162 d 12 h rodolico /modules/attributes/ Just doing a quick upload of changes so far.  
100 2163 d 1 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 2164 d 1 h rodolico / Still working on system. Ready for testing.  
98 2168 d 3 h rodolico /modules/attributes/ code works, but not integrated  
97 2169 d 3 h rodolico /modules/attributes/ It appears to be converting just fine. Still need to build a front end for it.  
96 2169 d 9 h rodolico /modules/attributes/ new code to read a dmidecode v3.0 file and extract attributes from it.  
95 2202 d 10 h rodolico /modules/backup/cli_tools/ Changed file version number and added comment to header  
94 2202 d 10 h rodolico /modules/backup/cli_tools/ Fixed to allow (and remove) comma's in numeric strings  
93 2251 d 11 h rodolico /modules/backup/cli_tools/ Major change to output on sendReport.pl. See version information for details  
92 2264 d 7 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 2264 d 9 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 2328 d 5 h rodolico / just some minor changes  
89 2413 d 3 h rodolico /modules/license/ fixed issue where clicking "All" on search showed everyone even for limited logins.  
88 2413 d 4 h rodolico /modules/maintenance/ bug fix  
87 2413 d 4 h rodolico / fixed bug where constrained user was allowed to view all maintenance  
86 2413 d 9 h rodolico / Modified license, maintenance, home page and files to support limitations based on who the user is.  
85 2413 d 10 h rodolico /modules/maintenance/ Updated maintenance to be limited by user login  
84 2414 d 1 h rodolico / Modified so we can limit the menu items on a per user basis  
83 2414 d 3 h rodolico / Beginning setup for restrictions per user on devices. The Home page appears to be working correctly.  
82 2415 d 2 h rodolico /modules/sql/ Just adding the new stuff  
81 2574 d 6 h rodolico / set bulkLoadAttribs to either accept file name from cli or infomation from STDIN  
80 2574 d 7 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 2592 d 3 h rodolico /modules/backup/cli_tools/ Fixed to where sendReport will sort by device name  
78 2592 d 3 h rodolico /modules/attributes/ messing with attributes a little.