Commit Graph

499 Commits

Author SHA1 Message Date
Oliver Gorwits
08806dcfa2 get_db_version will be 0 at first deploy 2013-05-29 19:46:42 +01:00
Oliver Gorwits
9511c17056 fix name of Template module 2013-05-29 19:15:55 +01:00
Oliver Gorwits
eb0288de35 initial config settings documentation 2013-05-28 07:17:07 +01:00
Oliver Gorwits
7f2ea7f8dc remove check_mac to own module, use in macsuck too 2013-05-27 15:37:35 +01:00
Oliver Gorwits
b995cf6398 show probable but undiscovered neighbor is ports display 2013-05-27 15:01:29 +01:00
Oliver Gorwits
dd8d461188 new schema version for is_uplink and is_uplink_admin 2013-05-27 14:52:41 +01:00
Oliver Gorwits
3f6a7b5aa2 make sure device_port is updated when manual_topo is set 2013-05-27 14:49:32 +01:00
Oliver Gorwits
33bf9a6599 export store_arp and store_node 2013-05-26 19:51:49 +01:00
Oliver Gorwits
0ed356d560 use row lock not table lock 2013-05-25 17:12:31 +01:00
Oliver Gorwits
f830bc3a3b move macsuck/arpnip/discover to ::Core namespace 2013-05-25 16:38:33 +01:00
Oliver Gorwits
be40788987 add maybe_uplink to device_port; more macsuck implementation 2013-05-25 01:24:04 +01:00
Oliver Gorwits
88371026d5 start on macsuck; tweak update locking 2013-05-24 14:35:09 +01:00
Oliver Gorwits
6f7c87ac07 ORDER BY ... FOR UPDATE will allow us to avoid table lock 2013-05-24 13:10:58 +01:00
Oliver Gorwits
7c438e01fc yet more efficient arpnip 2013-05-24 12:12:46 +01:00
Oliver Gorwits
c74c56dc02 guard against race with *_or_* DBIC methods 2013-05-24 11:34:23 +01:00
Oliver Gorwits
d50c54972e more efficient arpnip 2013-05-20 23:42:41 +01:00
Oliver Gorwits
73c8979130 fix confusing name 2013-05-19 22:52:15 +01:00
Oliver Gorwits
bf78e82411 fix mistake in DBIx::Class schema 2013-05-19 22:37:22 +01:00
Oliver Gorwits
6a5af95836 arpnip implementation 2013-05-19 22:34:25 +01:00
Oliver Gorwits
594abd3f82 PostgreSQL explicit locking support.
Squashed commit of the following:

commit 76e1539102
Author: Oliver Gorwits <oliver@cpan.org>
Date:   Wed May 15 23:54:25 2013 +0100

    finished explicit locking module

commit 369387258b
Author: Oliver Gorwits <oliver@cpan.org>
Date:   Tue May 14 23:50:42 2013 +0100

    initial implementation of locking from schema object
2013-05-16 00:00:50 +01:00
Oliver Gorwits
55c6d4fe63 add discover button to device details page 2013-05-14 21:05:01 +01:00
Oliver Gorwits
11fd8bf964 fix typo and clear port box on autocomplete dropdown 2013-05-14 20:43:43 +01:00
Oliver Gorwits
a00f9b5c2e move admin tasks and remove JobControl package 2013-05-14 20:38:54 +01:00
Oliver Gorwits
74bc0023df complete job queue delete and kill running timers properly when reloading page 2013-05-14 20:26:45 +01:00
Oliver Gorwits
dd6947f38d fix improper use of bootstrap table class 2013-05-11 16:51:28 +01:00
Oliver Gorwits
cd5b83f71e fix update view icon in sidebar 2013-05-11 15:56:28 +01:00
Oliver Gorwits
e9349f325d css audit 2013-05-11 15:50:55 +01:00
Oliver Gorwits
201470275d add job queue to standard plugins list 2013-05-09 23:48:05 +01:00
Oliver Gorwits
a18a3c72a3 fix table headings and improve Action display in Job Queue 2013-05-09 23:37:43 +01:00
Oliver Gorwits
70f5da8bb6 implement "no devices" prompt for admin users to do first discover 2013-05-09 23:30:32 +01:00
Oliver Gorwits
2e8ac83173 more js refactoring for report and search 2013-05-09 21:53:39 +01:00
Oliver Gorwits
479ac0e55d refactor js for device tabs 2013-05-09 21:50:29 +01:00
Oliver Gorwits
6a17fe5d6c fix crazy races with javasacript by using global delegations 2013-05-09 21:05:42 +01:00
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