Commit Graph

466 Commits

Author SHA1 Message Date
Oliver Gorwits
e94e3cef3b remove Try::Tiny from web runtime 2013-05-08 23:06:41 +01:00
Oliver Gorwits
c746e68b9b make topo autocomplete more responsive 2013-05-07 21:54:11 +01:00
Oliver Gorwits
24c511786f display name and IP for device typeahead 2013-05-07 21:52:17 +01:00
Oliver Gorwits
52ab7d1266 add drop-down control for the topo form fields 2013-05-07 21:47:05 +01:00
Oliver Gorwits
5744b6845f complete the topology editor (add/delete) 2013-05-07 21:25:30 +01:00
Oliver Gorwits
b510fbe8c5 add new admin tasks to default plugins list 2013-05-07 00:59:11 +01:00
Oliver Gorwits
11d55e0129 Manual Device Topology
Needed to add the 'autocomplete' jQuery UI component because
it can do minLength=0 properly. Used the smoothness UI theme.

Added typeahead AJAX calls to support the topology searching.

Added new plugin and template for the topology editing page.
2013-05-07 00:56:19 +01:00
Oliver Gorwits
bf7a419d08 add a little colour to lone tab titles 2013-05-06 22:16:24 +01:00
Oliver Gorwits
9690a31f19 complete Manage Pseudo Devices 2013-05-06 22:03:17 +01:00
Oliver Gorwits
024f4d9a83 use bootstrap font colour instead of css 2013-05-06 00:49:47 +01:00
Oliver Gorwits
f75f1e5cbf add frontend update/del forms, and display port count 2013-05-06 00:45:18 +01:00
Oliver Gorwits
f0899e16b3 add frontend pseudo device add form 2013-05-05 23:53:20 +01:00
Oliver Gorwits
3271c01931 complete the code for admin tasks page loading 2013-05-05 21:45:38 +01:00
Oliver Gorwits
38f70624f3 set up file paths consistently in all scripts 2013-05-05 17:04:30 +01:00
Oliver Gorwits
c761ca839b Helper script to import the Netdisco 1.x Topology file to the database 2013-05-05 17:00:42 +01:00
Oliver Gorwits
f468b48049 Handle whitespace ahead of OUI data 2013-05-05 16:20:39 +01:00
Oliver Gorwits
5c8a5754f6 also set neighbor info when discovering device interfaces 2013-05-05 16:16:20 +01:00
Oliver Gorwits
acb988b6af try to avoid duplicate execution of scheduled jobs 2013-05-05 15:34:20 +01:00
Oliver Gorwits
c6bcaf66c5 do not clobber manual topo when discovering neighbors 2013-05-05 14:23:35 +01:00
Oliver Gorwits
d9a6a1882a User icon color indicates port_control/admin ability 2013-05-05 13:05:18 +01:00
Oliver Gorwits
2cdcb9db7e add support for admin tasks as plugins 2013-04-29 23:34:27 +01:00
Oliver Gorwits
075a770c9a skip pseudo devices (vendor netdisco) 2013-04-29 22:23:20 +01:00
Oliver Gorwits
045c022d42 incorporate manual topo info from the topology db table 2013-04-29 21:58:33 +01:00
Oliver Gorwits
09285d42b4 add unique constraints to topology table 2013-04-27 18:39:12 +01:00
Oliver Gorwits
2780b72e49 muted help text in sidebar 2013-04-27 15:38:05 +01:00
Oliver Gorwits
733d4f83fb sorry, testing hook changes 2013-04-27 14:39:54 +01:00
Oliver Gorwits
71e366e352 sorry, testing hook changes 2013-04-27 14:34:36 +01:00
Oliver Gorwits
7f9eaa99f5 sorry, testing hook changes 2013-04-27 14:33:44 +01:00
Oliver Gorwits
5215fd632d sorry, testing hook changes 2013-04-27 14:30:07 +01:00
Oliver Gorwits
be817d60c2 sorry, testing hook changes 2013-04-27 14:21:45 +01:00
Oliver Gorwits
1fd3695358 sorry, testing hook changes 2013-04-27 14:18:57 +01:00
Oliver Gorwits
ac448c4a91 sorry, testing hook changes 2013-04-27 14:13:03 +01:00
Oliver Gorwits
c563b8d9af sorry, testing hook changes 2013-04-27 14:08:54 +01:00
Oliver Gorwits
3abcfb01d5 sorry, testing hook changes 2013-04-27 14:06:25 +01:00
Oliver Gorwits
877a81facf sorry, testing hook changes 2013-04-27 14:05:25 +01:00
Oliver Gorwits
8eee83e12a Phone node icon is a little phone handset 2013-04-24 22:29:37 +01:00
Oliver Gorwits
8dca426e92 select MAC Address display format on Node and Device Port search 2013-04-24 22:18:04 +01:00
Oliver Gorwits
558184d8ac update TODO and Changes 2013-04-24 21:10:01 +01:00
Oliver Gorwits
0c20d4191f fix bug dupe id in Partial Name checks 2013-04-23 23:03:02 +01:00
Oliver Gorwits
407a3eb270 make navbar search fuzzier 2013-04-23 22:50:10 +01:00
Oliver Gorwits
7940e1aeda fix for form_inputs not being defined 2013-04-23 22:49:00 +01:00
Oliver Gorwits
9663fb5f2a refactor for shared green highlighting in port and search 2013-04-23 22:34:29 +01:00
Oliver Gorwits
5a18bf68e3 another hack for odd tooltip behaviour 2013-04-22 23:03:14 +01:00
Oliver Gorwits
f1b27c2a83 hack for odd z-order of tips with navbar (boostrap bug?) 2013-04-22 22:44:13 +01:00
Oliver Gorwits
e77affd7a1 fix for jQuery 1.9 change in attr() handling 2013-04-22 22:24:34 +01:00
Oliver Gorwits
45a2f05b26 fix bad assumption about mibs destination dir 2013-04-20 00:07:50 +01:00
Oliver Gorwits
9875c70f41 much better handling of mibhome 2013-04-19 23:36:06 +01:00
Oliver Gorwits
d735cc657d specify dependency versions explicitly.
By specifying version '0' we accidentally allowed some brokenness,
with *other* broken modules which don't specify versions required.
So, we do it ourselves as it's our users who feel the pain.

BTW skipped this for JSON and for DBD::Pg which might have stable
OS-installed versions, instead.
2013-04-19 23:04:05 +01:00
Oliver Gorwits
cb6f125c73 discover root_ip properly 2013-04-13 20:26:59 +01:00
Oliver Gorwits
8228e73f5b better name for util package 2013-04-13 19:47:23 +01:00