Commit Graph

522 Commits

Author SHA1 Message Date
Oliver Gorwits
09829a25b8 local plugins site_plugins dir 2013-06-03 20:07:31 +01:00
Oliver Gorwits
b0e804e558 use send_error and redirect from Dancer 2013-06-03 19:59:04 +01:00
Oliver Gorwits
3d1185261a support path config option 2013-06-03 19:13:40 +01:00
Oliver Gorwits
31ca119f84 Merge remote-tracking branch 'origin/og-work' into og-work
g-work"

This reverts commit 9a79855361, reversing
changes made to 6fd6118354.

Conflicts:
	Netdisco/share/views/plugin/device_port_column/c_observiumsparklines.tt
2013-06-03 00:06:17 +01:00
Oliver Gorwits
9a79855361 Merge remote-tracking branch 'origin/master' into og-work 2013-06-03 00:03:32 +01:00
Oliver Gorwits
6fd6118354 extra note about behind proxy 2013-06-02 15:47:45 +01:00
Oliver Gorwits
798086ca29 complete the observium plugin 2013-06-02 15:30:26 +01:00
Oliver Gorwits
66b3ced179 Plugins can have CSS and Javascript loaded within <head> 2013-06-02 13:55:14 +01:00
Oliver Gorwits
4d2b3a5307 get device dns to port template 2013-05-30 08:50:16 +01:00
Oliver Gorwits
ed1bfa1ae7 observium sparklines plugin; support X:: namespace 2013-05-30 08:17:02 +01:00
Oliver Gorwits
76b7636c74 rename private settings keys 2013-05-30 06:30:06 +01:00
Oliver Gorwits
fdac8f6c33 add macwalk and arpnip buttons to device details 2013-05-30 05:59:53 +01:00
Oliver Gorwits
3d688c7d83 Revert "reduce refresh to 5sec"
This reverts commit 8ea9ec7dd9.
2013-05-30 05:57:20 +01:00
Oliver Gorwits
dc62382112 support for arpwalk and macwalk and all jobs via web 2013-05-30 05:51:22 +01:00
Oliver Gorwits
8bc7d83c98 simplify discover options to only discoverall and discover 2013-05-30 05:35:41 +01:00
Oliver Gorwits
8ea9ec7dd9 reduce refresh to 5sec 2013-05-29 20:23:08 +01:00
Oliver Gorwits
8c54e6c58b show undiscovered neighbor properly 2013-05-29 20:11:06 +01:00
Oliver Gorwits
e0ee25628f avoid unecessary log for queueing 2013-05-29 19:54:09 +01:00
Oliver Gorwits
d5565423f2 avoid warning on undefined remote type 2013-05-29 19:51:37 +01:00
Oliver Gorwits
5d9b58a6b2 avoid explosion when not admin 2013-05-29 19:48:22 +01:00
Oliver Gorwits
377bb942e0 avoid undefined warning 2013-05-29 19:47:19 +01:00
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