Commit Graph

255 Commits

Author SHA1 Message Date
Oliver Gorwits
6a12b2df26 Merge branch 'og-treemap' 2012-11-24 23:20:36 +00:00
Oliver Gorwits
9e39e2eb92 implement simple d3 based netmap 2012-11-24 23:18:04 +00:00
Oliver Gorwits
3f0c3ab30e add DB VIEW for deivce links 2012-11-24 22:08:32 +00:00
Oliver Gorwits
1fb029fff2 add latest schema update 2012-10-17 15:27:10 +01:00
Oliver Gorwits
c2634a5dea schema update script 2012-10-10 14:48:10 +01:00
Oliver Gorwits
cf8302134d add Schema::Versioned support 2012-10-09 22:09:13 +01:00
Oliver Gorwits
c6a5c69b3e Device port connected devices now off, Display Cols shown by default 2012-09-02 20:23:34 +01:00
Oliver Gorwits
f04abd9125 Navbar query for device with single hit redirects to Device details page 2012-09-02 20:18:39 +01:00
Oliver Gorwits
f3290e2561 move DBIC virtual tables into Virtual:: namespace 2012-09-02 18:10:41 +01:00
Oliver Gorwits
58764f04ca rename get_distinct to get_distinct_col 2012-08-27 21:34:54 +01:00
Oliver Gorwits
74d82d86b0 Factor out inventory queries to the Device ResultSet (closes #20) 2012-08-27 21:34:08 +01:00
Oliver Gorwits
3fefb5b7f0 Port filter supports basic */?/%/_ wildcards (closes #25) 2012-08-27 21:17:08 +01:00
Oliver Gorwits
f41a5a58ce Support for have_nodeip_dns_col setting (closes #14) 2012-08-27 20:37:07 +01:00
Oliver Gorwits
8ae1bb1d6d Typeahead on the main navbar search (for devices only) 2012-08-27 19:54:31 +01:00
Oliver Gorwits
5192b52d55 removing JS-only links (closes #21) 2012-04-09 22:55:10 +01:00
Oliver Gorwits
5ce85fd7bf Refactor begin hooks (closes #16) 2012-04-09 15:02:06 +01:00
Oliver Gorwits
3e8cfe5c50 remove unused storage of failed login path 2012-04-09 14:02:45 +01:00
Oliver Gorwits
31cb66d653 Native copy of the Netdisco sort_port routine (#17) 2012-04-09 13:21:04 +01:00
Oliver Gorwits
efb15e9070 direct to /inventory on login 2012-03-10 13:55:39 +00:00
Oliver Gorwits
0067ed9b47 implement Inventory page feature 2012-03-09 22:09:04 +00:00
Oliver Gorwits
9ceb374764 fix bug in string concat 2012-02-22 23:17:15 +00:00
Oliver Gorwits
d62d1aacf8 use +columns instead of +select/+as 2012-02-22 19:49:45 +00:00
Oliver Gorwits
9857ae2868 include free ports calculation in SQL 2012-02-22 19:13:09 +00:00
Oliver Gorwits
aad35e13e1 remove unecessary defining of DBIC attrs 2012-02-21 22:19:48 +00:00
Oliver Gorwits
e4cd6a6eee replace awkward aggregate with correlated subquery (frew++) 2012-02-21 22:00:33 +00:00
Oliver Gorwits
96507e0d22 fix Net::MAC explosion - github issue #8 2012-02-21 16:50:56 +00:00
Oliver Gorwits
1ded81fa96 fix explosion on partial IP - github issue #7 2012-02-20 21:37:04 +00:00
Oliver Gorwits
5d39a972b7 distinct on device search - github issue #12 2012-02-20 20:35:54 +00:00
Oliver Gorwits
dbb880a142 remove unecessary distinct from device searches, and fix bug in by_field 2012-02-19 15:59:03 +00:00
Oliver Gorwits
b4dc437d07 create Native and Tagged views on DevicePortVlan 2012-02-19 13:56:35 +00:00
Oliver Gorwits
d64fe70da1 remove trivial search helpers 2012-02-19 13:43:22 +00:00
Oliver Gorwits
b571236260 use bool for active 2012-02-18 19:17:19 +00:00
Oliver Gorwits
ae073296dc more performant implementation of active/age node search 2012-02-17 13:27:28 +00:00
Oliver Gorwits
802867a5d0 improve efficiency of general case device ports list 2012-02-14 22:57:17 +00:00
Oliver Gorwits
c64b68c99c remove an unecessary count() 2012-02-13 23:13:19 +00:00
Oliver Gorwits
d4388bb519 implement prefetch for ports list, drop template param for modifying search clause 2012-02-13 17:04:33 +00:00
Oliver Gorwits
63f0585ac6 add with_times to device_port and use when param c_lastchange is set 2012-02-12 16:42:17 +00:00
Oliver Gorwits
14c034050b fix typos and add lastchange_stamp accessor pon DevicePort 2012-02-12 16:04:35 +00:00
Oliver Gorwits
33ff11fa71 add rest of POD and fixes for Device helper renaming 2012-02-11 16:38:19 +00:00
Oliver Gorwits
0f03ea82c2 more POD and fixing templates/code to cope with name changes 2012-02-10 01:00:24 +00:00
Oliver Gorwits
1e96004302 add DevicePort POD 2012-02-09 18:50:13 +00:00
Oliver Gorwits
3ba4006c73 update Device.pm to use new helper naming 2012-02-09 11:29:16 +00:00
Oliver Gorwits
d4c5e9fdac add POD for Node and NodeIp 2012-02-06 16:01:30 +00:00
Oliver Gorwits
87b1d4c1cd update helpers in DevicePort 2012-02-06 11:45:14 +00:00
Oliver Gorwits
50b90fd5da more tidying of Node/NodeIp searches 2012-02-05 23:44:34 +00:00
Oliver Gorwits
6a2f3fdf3a update Node and NodeIp Result/ResultSet to have smarter value-add subs 2012-02-05 01:17:59 +00:00
Oliver Gorwits
c2213e7cfa rename fields to keep main query in navbar 2012-02-03 11:03:13 +00:00
Oliver Gorwits
2871fa813b device search supports IP prefix 2012-01-22 17:43:01 +00:00
Oliver Gorwits
1d1a5270c9 increase WHILE_MAX to allow very long lists of ports 2012-01-22 17:26:13 +00:00
Oliver Gorwits
032e44c491 round device_port time_last to nearest minute 2012-01-21 18:19:09 +00:00