release 2.036012_003
This commit is contained in:
2
Build.PL
2
Build.PL
@@ -64,7 +64,7 @@ Module::Build->new(
|
|||||||
'Sereal' => '0',
|
'Sereal' => '0',
|
||||||
'Socket6' => '0.23',
|
'Socket6' => '0.23',
|
||||||
'Starman' => '0.4008',
|
'Starman' => '0.4008',
|
||||||
'SNMP::Info' => '3.37',
|
'SNMP::Info' => '3.38',
|
||||||
'SQL::Translator' => '0.11018',
|
'SQL::Translator' => '0.11018',
|
||||||
'Template' => '2.24',
|
'Template' => '2.24',
|
||||||
'Template::Plugin::CSV' => '0.04',
|
'Template::Plugin::CSV' => '0.04',
|
||||||
|
|||||||
6
Changes
6
Changes
@@ -1,12 +1,16 @@
|
|||||||
2.036012_002 - EXPERIMENTAL RELEASE
|
2.036012_003 - EXPERIMENTAL RELEASE
|
||||||
|
|
||||||
[NEW FEATURES]
|
[NEW FEATURES]
|
||||||
|
|
||||||
* Backend worker plugins: https://github.com/netdisco/netdisco/wiki/Backend-Plugins
|
* Backend worker plugins: https://github.com/netdisco/netdisco/wiki/Backend-Plugins
|
||||||
|
* ND2_SINGLE_WORKER environment variable to force one backend worker
|
||||||
|
|
||||||
[ENHANCEMENTS]
|
[ENHANCEMENTS]
|
||||||
|
|
||||||
* Move most documentation to https://github.com/netdisco/netdisco/wiki
|
* Move most documentation to https://github.com/netdisco/netdisco/wiki
|
||||||
|
* Deduplicate neighbors based on lldpRemChassisId
|
||||||
|
* Scheduler config does not need to be uncommented
|
||||||
|
* More efficient polling of the job queue
|
||||||
|
|
||||||
2.036011 - 2017-10-09
|
2.036011 - 2017-10-09
|
||||||
|
|
||||||
|
|||||||
2
MANIFEST
2
MANIFEST
@@ -87,6 +87,7 @@ lib/App/Netdisco/DB/ResultSet/NodeIp.pm
|
|||||||
lib/App/Netdisco/DB/ResultSet/NodeNbt.pm
|
lib/App/Netdisco/DB/ResultSet/NodeNbt.pm
|
||||||
lib/App/Netdisco/DB/ResultSet/NodeWireless.pm
|
lib/App/Netdisco/DB/ResultSet/NodeWireless.pm
|
||||||
lib/App/Netdisco/DB/ResultSet/Subnet.pm
|
lib/App/Netdisco/DB/ResultSet/Subnet.pm
|
||||||
|
lib/App/Netdisco/DB/SetOperations.pm
|
||||||
lib/App/Netdisco/Environment.pm
|
lib/App/Netdisco/Environment.pm
|
||||||
lib/App/Netdisco/GenericDB.pm
|
lib/App/Netdisco/GenericDB.pm
|
||||||
lib/App/Netdisco/GenericDB/Result/Virtual/GenericReport.pm
|
lib/App/Netdisco/GenericDB/Result/Virtual/GenericReport.pm
|
||||||
@@ -337,6 +338,7 @@ share/schema_versions/App-Netdisco-DB-40-41-PostgreSQL.sql
|
|||||||
share/schema_versions/App-Netdisco-DB-41-42-PostgreSQL.sql
|
share/schema_versions/App-Netdisco-DB-41-42-PostgreSQL.sql
|
||||||
share/schema_versions/App-Netdisco-DB-42-43-PostgreSQL.sql
|
share/schema_versions/App-Netdisco-DB-42-43-PostgreSQL.sql
|
||||||
share/schema_versions/App-Netdisco-DB-43-44-PostgreSQL.sql
|
share/schema_versions/App-Netdisco-DB-43-44-PostgreSQL.sql
|
||||||
|
share/schema_versions/App-Netdisco-DB-44-45-PostgreSQL.sql
|
||||||
share/schema_versions/App-Netdisco-DB-5-6-PostgreSQL.sql
|
share/schema_versions/App-Netdisco-DB-5-6-PostgreSQL.sql
|
||||||
share/schema_versions/App-Netdisco-DB-6-7-PostgreSQL.sql
|
share/schema_versions/App-Netdisco-DB-6-7-PostgreSQL.sql
|
||||||
share/schema_versions/App-Netdisco-DB-7-8-PostgreSQL.sql
|
share/schema_versions/App-Netdisco-DB-7-8-PostgreSQL.sql
|
||||||
|
|||||||
13
META.json
13
META.json
@@ -72,7 +72,7 @@
|
|||||||
"Plack::Middleware::ReverseProxy" : "0.15",
|
"Plack::Middleware::ReverseProxy" : "0.15",
|
||||||
"Pod::Usage" : "0",
|
"Pod::Usage" : "0",
|
||||||
"Role::Tiny" : "1.002005",
|
"Role::Tiny" : "1.002005",
|
||||||
"SNMP::Info" : "3.37",
|
"SNMP::Info" : "3.38",
|
||||||
"SQL::Translator" : "0.11018",
|
"SQL::Translator" : "0.11018",
|
||||||
"Scope::Guard" : "0",
|
"Scope::Guard" : "0",
|
||||||
"Sereal" : "0",
|
"Sereal" : "0",
|
||||||
@@ -103,7 +103,7 @@
|
|||||||
"provides" : {
|
"provides" : {
|
||||||
"App::Netdisco" : {
|
"App::Netdisco" : {
|
||||||
"file" : "lib/App/Netdisco.pm",
|
"file" : "lib/App/Netdisco.pm",
|
||||||
"version" : "2.036012_002"
|
"version" : "2.036012_003"
|
||||||
},
|
},
|
||||||
"App::Netdisco::AnyEvent::Nbtstat" : {
|
"App::Netdisco::AnyEvent::Nbtstat" : {
|
||||||
"file" : "lib/App/Netdisco/AnyEvent/Nbtstat.pm"
|
"file" : "lib/App/Netdisco/AnyEvent/Nbtstat.pm"
|
||||||
@@ -125,7 +125,7 @@
|
|||||||
},
|
},
|
||||||
"App::Netdisco::DB" : {
|
"App::Netdisco::DB" : {
|
||||||
"file" : "lib/App/Netdisco/DB.pm",
|
"file" : "lib/App/Netdisco/DB.pm",
|
||||||
"version" : "44"
|
"version" : "45"
|
||||||
},
|
},
|
||||||
"App::Netdisco::DB::ExplicitLocking" : {
|
"App::Netdisco::DB::ExplicitLocking" : {
|
||||||
"file" : "lib/App/Netdisco/DB/ExplicitLocking.pm"
|
"file" : "lib/App/Netdisco/DB/ExplicitLocking.pm"
|
||||||
@@ -325,6 +325,9 @@
|
|||||||
"App::Netdisco::DB::ResultSet::Subnet" : {
|
"App::Netdisco::DB::ResultSet::Subnet" : {
|
||||||
"file" : "lib/App/Netdisco/DB/ResultSet/Subnet.pm"
|
"file" : "lib/App/Netdisco/DB/ResultSet/Subnet.pm"
|
||||||
},
|
},
|
||||||
|
"App::Netdisco::DB::SetOperations" : {
|
||||||
|
"file" : "lib/App/Netdisco/DB/SetOperations.pm"
|
||||||
|
},
|
||||||
"App::Netdisco::Environment" : {
|
"App::Netdisco::Environment" : {
|
||||||
"file" : "lib/App/Netdisco/Environment.pm"
|
"file" : "lib/App/Netdisco/Environment.pm"
|
||||||
},
|
},
|
||||||
@@ -724,7 +727,7 @@
|
|||||||
"App::Netdisco::Worker::Plugin::Vlan" : {
|
"App::Netdisco::Worker::Plugin::Vlan" : {
|
||||||
"file" : "lib/App/Netdisco/Worker/Plugin/Vlan.pm"
|
"file" : "lib/App/Netdisco/Worker/Plugin/Vlan.pm"
|
||||||
},
|
},
|
||||||
"App::Netdisco::Worker::Plugin::Vlan::Native" : {
|
"App::Netdisco::Worker::Plugin::Vlan::Core" : {
|
||||||
"file" : "lib/App/Netdisco/Worker/Plugin/Vlan/Core.pm"
|
"file" : "lib/App/Netdisco/Worker/Plugin/Vlan/Core.pm"
|
||||||
},
|
},
|
||||||
"App::Netdisco::Worker::Runner" : {
|
"App::Netdisco::Worker::Runner" : {
|
||||||
@@ -752,6 +755,6 @@
|
|||||||
"x_IRC" : "irc://irc.freenode.org/#netdisco",
|
"x_IRC" : "irc://irc.freenode.org/#netdisco",
|
||||||
"x_MailingList" : "https://lists.sourceforge.net/lists/listinfo/netdisco-users"
|
"x_MailingList" : "https://lists.sourceforge.net/lists/listinfo/netdisco-users"
|
||||||
},
|
},
|
||||||
"version" : "2.036012_002",
|
"version" : "2.036012_003",
|
||||||
"x_serialization_backend" : "JSON::PP version 2.94"
|
"x_serialization_backend" : "JSON::PP version 2.94"
|
||||||
}
|
}
|
||||||
|
|||||||
12
META.yml
12
META.yml
@@ -18,7 +18,7 @@ name: App-Netdisco
|
|||||||
provides:
|
provides:
|
||||||
App::Netdisco:
|
App::Netdisco:
|
||||||
file: lib/App/Netdisco.pm
|
file: lib/App/Netdisco.pm
|
||||||
version: 2.036012_002
|
version: 2.036012_003
|
||||||
App::Netdisco::AnyEvent::Nbtstat:
|
App::Netdisco::AnyEvent::Nbtstat:
|
||||||
file: lib/App/Netdisco/AnyEvent/Nbtstat.pm
|
file: lib/App/Netdisco/AnyEvent/Nbtstat.pm
|
||||||
App::Netdisco::Backend::Job:
|
App::Netdisco::Backend::Job:
|
||||||
@@ -33,7 +33,7 @@ provides:
|
|||||||
file: lib/App/Netdisco/Configuration.pm
|
file: lib/App/Netdisco/Configuration.pm
|
||||||
App::Netdisco::DB:
|
App::Netdisco::DB:
|
||||||
file: lib/App/Netdisco/DB.pm
|
file: lib/App/Netdisco/DB.pm
|
||||||
version: '44'
|
version: '45'
|
||||||
App::Netdisco::DB::ExplicitLocking:
|
App::Netdisco::DB::ExplicitLocking:
|
||||||
file: lib/App/Netdisco/DB/ExplicitLocking.pm
|
file: lib/App/Netdisco/DB/ExplicitLocking.pm
|
||||||
App::Netdisco::DB::Result::Admin:
|
App::Netdisco::DB::Result::Admin:
|
||||||
@@ -166,6 +166,8 @@ provides:
|
|||||||
file: lib/App/Netdisco/DB/ResultSet/NodeWireless.pm
|
file: lib/App/Netdisco/DB/ResultSet/NodeWireless.pm
|
||||||
App::Netdisco::DB::ResultSet::Subnet:
|
App::Netdisco::DB::ResultSet::Subnet:
|
||||||
file: lib/App/Netdisco/DB/ResultSet/Subnet.pm
|
file: lib/App/Netdisco/DB/ResultSet/Subnet.pm
|
||||||
|
App::Netdisco::DB::SetOperations:
|
||||||
|
file: lib/App/Netdisco/DB/SetOperations.pm
|
||||||
App::Netdisco::Environment:
|
App::Netdisco::Environment:
|
||||||
file: lib/App/Netdisco/Environment.pm
|
file: lib/App/Netdisco/Environment.pm
|
||||||
App::Netdisco::GenericDB:
|
App::Netdisco::GenericDB:
|
||||||
@@ -432,7 +434,7 @@ provides:
|
|||||||
file: lib/App/Netdisco/Worker/Plugin/Stats.pm
|
file: lib/App/Netdisco/Worker/Plugin/Stats.pm
|
||||||
App::Netdisco::Worker::Plugin::Vlan:
|
App::Netdisco::Worker::Plugin::Vlan:
|
||||||
file: lib/App/Netdisco/Worker/Plugin/Vlan.pm
|
file: lib/App/Netdisco/Worker/Plugin/Vlan.pm
|
||||||
App::Netdisco::Worker::Plugin::Vlan::Native:
|
App::Netdisco::Worker::Plugin::Vlan::Core:
|
||||||
file: lib/App/Netdisco/Worker/Plugin/Vlan/Core.pm
|
file: lib/App/Netdisco/Worker/Plugin/Vlan/Core.pm
|
||||||
App::Netdisco::Worker::Runner:
|
App::Netdisco::Worker::Runner:
|
||||||
file: lib/App/Netdisco/Worker/Runner.pm
|
file: lib/App/Netdisco/Worker/Runner.pm
|
||||||
@@ -490,7 +492,7 @@ requires:
|
|||||||
Plack::Middleware::ReverseProxy: '0.15'
|
Plack::Middleware::ReverseProxy: '0.15'
|
||||||
Pod::Usage: '0'
|
Pod::Usage: '0'
|
||||||
Role::Tiny: '1.002005'
|
Role::Tiny: '1.002005'
|
||||||
SNMP::Info: '3.37'
|
SNMP::Info: '3.38'
|
||||||
SQL::Translator: '0.11018'
|
SQL::Translator: '0.11018'
|
||||||
Scope::Guard: '0'
|
Scope::Guard: '0'
|
||||||
Sereal: '0'
|
Sereal: '0'
|
||||||
@@ -516,5 +518,5 @@ 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: https://github.com/netdisco/netdisco
|
repository: https://github.com/netdisco/netdisco
|
||||||
version: 2.036012_002
|
version: 2.036012_003
|
||||||
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
|
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ use strict;
|
|||||||
use warnings;
|
use warnings;
|
||||||
use 5.010_000;
|
use 5.010_000;
|
||||||
|
|
||||||
our $VERSION = '2.036012_002';
|
our $VERSION = '2.036012_003';
|
||||||
use App::Netdisco::Configuration;
|
use App::Netdisco::Configuration;
|
||||||
|
|
||||||
=head1 NAME
|
=head1 NAME
|
||||||
|
|||||||
Reference in New Issue
Block a user