Commit Graph

522 Commits

Author SHA1 Message Date
Oliver Gorwits
95b6cb61b3 Merge branch 'master' into og-autoload
Conflicts:
	Netdisco/share/config.yml
2014-07-01 21:50:01 +01:00
Oliver Gorwits
58e5d05ac0 update version and changes 2014-07-01 21:12:00 +01:00
Oliver Gorwits
6dbed02b7c properly search the template path!! [#103]
Conflicts:
	Netdisco/lib/App/Netdisco/Web.pm
	Netdisco/lib/App/Netdisco/Web/Plugin.pm
2014-07-01 21:05:31 +01:00
Oliver Gorwits
f29c8960ed minor typo 2014-07-01 21:00:34 +01:00
Oliver Gorwits
e22d383bfa fix err in docs
Conflicts:
	Netdisco/share/public/css/netdisco.css
2014-07-01 20:59:42 +01:00
Oliver Gorwits
1922ccaa41 update release notes for 2.028 2014-07-01 20:57:27 +01:00
Oliver Gorwits
d6f2d357cc Track how many times the device uptime wrapped (F. Schiavarelli) 2014-07-01 20:46:34 +01:00
Oliver Gorwits
6e2d5a4b48 css fixes 2014-06-30 21:30:26 +01:00
Oliver Gorwits
755fc92c59 reports now a list not a hash 2014-06-30 13:05:43 +01:00
Oliver Gorwits
30b234848d table_pagesize option to set default size of table pages 2014-06-30 12:38:43 +01:00
Oliver Gorwits
e5e0c0c8d1 fix err in docs 2014-06-28 13:12:30 +01:00
Eric A. Miller
94bee28fc8 Use accessor 2014-06-24 21:22:14 -04:00
Oliver Gorwits
e45fa89c44 css for configuration pane 2014-06-24 22:42:45 +01:00
Eric A. Miller
e293a1b819 Use the SNMP::Info class attribute rather than re-querying for device_type. SNMP::Info classes that override the layers attribute may not return the same device_type after object instantiation. This also saves a SNMP query. 2014-06-23 20:54:13 -04:00
Oliver Gorwits
62c53a5e49 minor typo 2014-06-23 23:33:26 +01:00
Oliver Gorwits
caedbdadc6 properly search the template path!! [#103] 2014-06-23 20:35:30 +01:00
Oliver Gorwits
71b2ab2563 Subnets report date range fixed, but (unnecessary?) "not" option removed 2014-06-23 16:03:55 +01:00
Oliver Gorwits
4d8acdacc1 release 2.027008_001 2014-06-23 13:58:50 +01:00
Oliver Gorwits
5742bc7856 fix registering template paths 2014-06-22 23:13:53 +01:00
Oliver Gorwits
7c47a277be Merge branch 'master' into og-autoload 2014-06-22 22:17:11 +01:00
Oliver Gorwits
a5ad557b06 bugfix with plackup restarter: MCE should not be loaded in web app - make it runtime 2014-06-22 21:26:34 +01:00
Oliver Gorwits
128e96f9a3 use Module::Find to load Auto things and Web 2014-06-22 20:48:01 +01:00
Oliver Gorwits
2eb3343de8 use Module::Load instead of string eval 2014-06-22 17:37:42 +01:00
Oliver Gorwits
2c4f56b1d9 remove OO notation from jobqueue calls 2014-06-20 20:21:54 +01:00
Oliver Gorwits
869f35ec31 add missing imports for jobqueue 2014-06-20 20:08:58 +01:00
Eric A. Miller
6389783174 Eliminate a database call in device module inventory report when options are used 2014-06-19 19:22:18 -04:00
Eric A. Miller
2324ae14d3 Use with_poestats in device details 2014-06-19 19:05:19 -04:00
Eric A. Miller
3c2b9a3ee3 Remove unused port_tree() 2014-06-19 19:04:13 -04:00
Eric A. Miller
184f320299 Change node vendor report by vendor to use server-side processing 2014-06-19 19:03:09 -04:00
Eric A. Miller
89de64b20d Change node netbios report by domain to use server-side processing 2014-06-19 19:02:28 -04:00
Eric A. Miller
f136332833 DataTables for device PoE status report 2014-06-19 19:00:37 -04:00
Eric A. Miller
d79c011bf0 Add DevicePoeStatus virtual view to support device PoE Status report
Add with_poestats to DevicePower ResultSet to support power report in device detail tab
Remove with_poestats_as_hashref from Device  ResultSet as DevicePoeStatus view and with_poestats are more efficient
2014-06-19 18:58:28 -04:00
Oliver Gorwits
82b5c9c485 Merge branch 'master' of ssh://git.code.sf.net/p/netdisco/netdisco-ng 2014-06-12 14:53:43 +01:00
Eric A. Miller
e60b5f8ff9 DataTables for Access Point Radios Channel and Power report
Optimize SQL for ap_radio_channel_power virtual table
Convert mW to dBm via the database query
2014-06-11 19:33:36 -04:00
Eric A. Miller
86d02cc088 Add oui abbrev field to node search results for linking 2014-06-11 18:26:14 -04:00
Oliver Gorwits
3b94eafe00 get rid of horrid OO jobqueue interface 2014-06-11 22:34:33 +01:00
Oliver Gorwits
8e0be7d489 do not quote Pg after all 2014-06-11 22:26:49 +01:00
Oliver Gorwits
c10095939b Set UTF-8 mode and DBIC quoting on Pg database connection 2014-06-11 09:12:40 +01:00
Oliver Gorwits
5988302a65 fix for perl 5.10 not auto-dereferncing 2014-06-11 06:58:37 +00:00
Eric A. Miller
f00ebf9ecc Convert device module inventory web report to DataTables server-side processing 2014-06-08 22:42:07 -04:00
Eric A. Miller
56e1bd9911 Use current_source_alias on unqualified columns in DataTables server-side where clause construction 2014-06-08 22:39:16 -04:00
Eric A. Miller
40091673b4 DataTables for admin user log report 2014-06-08 22:27:17 -04:00
Eric A. Miller
e05c79bdbc Add methods to App::Netdisco::DB::ResultSet to support DataTables Server-side processing 2014-06-08 22:26:02 -04:00
Eric A. Miller
ecc30e4944 Add App::Netdisco::Util::ExpandParams a CGI::Expand subclass with Rails like tokenization for parameters passed during DataTables server-side processing. 2014-06-08 21:59:00 -04:00
Eric A. Miller
c8b05263e6 Eliminate one db call in IP subnet utilization report. Limit clause is not applied until after all rows to be returned are calculated so calling has_rows provides no optimization versus calling ->all in controller and checking for results before sending to template. Also use HashRefInflator. 2014-06-07 14:52:26 -04:00
Eric A. Miller
9fa54f3fae DataTables for device addresses tab 2014-06-04 23:14:21 -04:00
Eric A. Miller
3ce40b1191 DataTables for node search results tab 2014-06-03 20:16:22 -04:00
Eric A. Miller
b5a7836f79 Add oui relationship to NodeWireless result class 2014-06-03 19:46:55 -04:00
Eric A. Miller
e5f157aa21 Add net_mac column to DevicePort, NodeNbt, and NodeWirless Result classes to enable consistent MAC formatting 2014-06-03 19:45:03 -04:00
Oliver Gorwits
6a18a3d65b Store started timestamp on job completion 2014-06-03 22:18:47 +01:00