version bump
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
2.004004 -
|
2.006000 -
|
||||||
|
|
||||||
[NEW FEATURES]
|
[NEW FEATURES]
|
||||||
|
|
||||||
|
|||||||
@@ -78,9 +78,20 @@ lib/App/Netdisco/Util/Web.pm
|
|||||||
lib/App/Netdisco/Web.pm
|
lib/App/Netdisco/Web.pm
|
||||||
lib/App/Netdisco/Web/AuthN.pm
|
lib/App/Netdisco/Web/AuthN.pm
|
||||||
lib/App/Netdisco/Web/Device.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/PortControl.pm
|
||||||
lib/App/Netdisco/Web/Search.pm
|
lib/App/Netdisco/Web/Search.pm
|
||||||
|
lib/App/Netdisco/Web/TypeAhead.pm
|
||||||
LICENCE
|
LICENCE
|
||||||
Makefile.PL
|
Makefile.PL
|
||||||
MANIFEST This list of files
|
MANIFEST This list of files
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ requires:
|
|||||||
DBIx::Class: 0
|
DBIx::Class: 0
|
||||||
DBIx::Class::Helper::Row::SubClass: 0
|
DBIx::Class::Helper::Row::SubClass: 0
|
||||||
Daemon::Control: 0
|
Daemon::Control: 0
|
||||||
Dancer: 0
|
Dancer: 1.3098
|
||||||
Dancer::Plugin::DBIC: 0
|
Dancer::Plugin::DBIC: 0
|
||||||
File::ShareDir: 0
|
File::ShareDir: 0
|
||||||
HTML::Entities: 0
|
HTML::Entities: 0
|
||||||
@@ -51,4 +51,4 @@ resources:
|
|||||||
homepage: http://netdisco.org/
|
homepage: http://netdisco.org/
|
||||||
license: http://opensource.org/licenses/bsd-license.php
|
license: http://opensource.org/licenses/bsd-license.php
|
||||||
repository: git://netdisco.git.sourceforge.net/gitroot/netdisco/netdisco-ng
|
repository: git://netdisco.git.sourceforge.net/gitroot/netdisco/netdisco-ng
|
||||||
version: 2.004002
|
version: 2.006000
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ use 5.010_000;
|
|||||||
use File::ShareDir 'dist_dir';
|
use File::ShareDir 'dist_dir';
|
||||||
use Path::Class;
|
use Path::Class;
|
||||||
|
|
||||||
our $VERSION = '2.004002';
|
our $VERSION = '2.006000';
|
||||||
|
|
||||||
BEGIN {
|
BEGIN {
|
||||||
if (not length ($ENV{DANCER_APPDIR} || '')
|
if (not length ($ENV{DANCER_APPDIR} || '')
|
||||||
|
|||||||
2
TODO
2
TODO
@@ -1,10 +1,8 @@
|
|||||||
* frontend plugin design and support
|
|
||||||
* add poller to daemon (scheduling automatically?)
|
* add poller to daemon (scheduling automatically?)
|
||||||
* re-do print css
|
* re-do print css
|
||||||
* UI for topo DB table editing
|
* UI for topo DB table editing
|
||||||
* update inventory to use bootstrap accordion
|
* update inventory to use bootstrap accordion
|
||||||
|
|
||||||
* plugins for poller
|
* plugins for poller
|
||||||
* GUID/UUID for devices
|
|
||||||
* VRF support
|
* VRF support
|
||||||
* drop topo file support and use DB only
|
* drop topo file support and use DB only
|
||||||
|
|||||||
Reference in New Issue
Block a user