diff --git a/Netdisco/Changes b/Netdisco/Changes index 41b30736..398e7c18 100644 --- a/Netdisco/Changes +++ b/Netdisco/Changes @@ -1,4 +1,4 @@ -2.004004 - +2.006000 - [NEW FEATURES] diff --git a/Netdisco/MANIFEST b/Netdisco/MANIFEST index 1b43c8d9..c116e330 100644 --- a/Netdisco/MANIFEST +++ b/Netdisco/MANIFEST @@ -78,9 +78,20 @@ lib/App/Netdisco/Util/Web.pm lib/App/Netdisco/Web.pm lib/App/Netdisco/Web/AuthN.pm lib/App/Netdisco/Web/Device.pm -lib/App/Netdisco/Web/Inventory.pm +lib/App/Netdisco/Web/Plugin.pm +lib/App/Netdisco/Web/Plugin/Device/Addresses.pm +lib/App/Netdisco/Web/Plugin/Device/Details.pm +lib/App/Netdisco/Web/Plugin/Device/Modules.pm +lib/App/Netdisco/Web/Plugin/Device/Neighbors.pm +lib/App/Netdisco/Web/Plugin/Device/Ports.pm +lib/App/Netdisco/Web/Plugin/Inventory.pm +lib/App/Netdisco/Web/Plugin/Search/Device.pm +lib/App/Netdisco/Web/Plugin/Search/Node.pm +lib/App/Netdisco/Web/Plugin/Search/Port.pm +lib/App/Netdisco/Web/Plugin/Search/VLAN.pm lib/App/Netdisco/Web/PortControl.pm lib/App/Netdisco/Web/Search.pm +lib/App/Netdisco/Web/TypeAhead.pm LICENCE Makefile.PL MANIFEST This list of files diff --git a/Netdisco/META.yml b/Netdisco/META.yml index 2a876165..ee8a2287 100644 --- a/Netdisco/META.yml +++ b/Netdisco/META.yml @@ -24,7 +24,7 @@ requires: DBIx::Class: 0 DBIx::Class::Helper::Row::SubClass: 0 Daemon::Control: 0 - Dancer: 0 + Dancer: 1.3098 Dancer::Plugin::DBIC: 0 File::ShareDir: 0 HTML::Entities: 0 @@ -51,4 +51,4 @@ resources: homepage: http://netdisco.org/ license: http://opensource.org/licenses/bsd-license.php repository: git://netdisco.git.sourceforge.net/gitroot/netdisco/netdisco-ng -version: 2.004002 +version: 2.006000 diff --git a/Netdisco/lib/App/Netdisco.pm b/Netdisco/lib/App/Netdisco.pm index 83653ecc..369fa883 100644 --- a/Netdisco/lib/App/Netdisco.pm +++ b/Netdisco/lib/App/Netdisco.pm @@ -7,7 +7,7 @@ use 5.010_000; use File::ShareDir 'dist_dir'; use Path::Class; -our $VERSION = '2.004002'; +our $VERSION = '2.006000'; BEGIN { if (not length ($ENV{DANCER_APPDIR} || '') diff --git a/TODO b/TODO index 1d512e6c..7bc2643d 100644 --- a/TODO +++ b/TODO @@ -1,10 +1,8 @@ -* frontend plugin design and support * add poller to daemon (scheduling automatically?) * re-do print css * UI for topo DB table editing * update inventory to use bootstrap accordion * plugins for poller -* GUID/UUID for devices * VRF support * drop topo file support and use DB only