[Fusioninventory-commit] [fusinv/fusioninventory-agent] 6bc107: use plural name for collections
Gonéri Le Bouder
goneri at rulezlan.org
Fri Jul 27 14:54:21 UTC 2012
Branch: refs/heads/2.3.x
Home: https://github.com/fusinv/fusioninventory-agent
Commit: 6bc1070f86192b3d0ef1aa924a3e1a115596d5d0
https://github.com/fusinv/fusioninventory-agent/commit/6bc1070f86192b3d0ef1aa924a3e1a115596d5d0
Author: Guillaume Rousse <guillomovitch at gmail.com>
Date: 2012-07-20 (Fri, 20 Jul 2012)
Changed paths:
M lib/FusionInventory/Agent/Task/Inventory/Input/MacOS/Storages.pm
Log Message:
-----------
use plural name for collections
Commit: 84efd0050d14a3c5e1511a0e3042693f96e691f5
https://github.com/fusinv/fusioninventory-agent/commit/84efd0050d14a3c5e1511a0e3042693f96e691f5
Author: Gonéri Le Bouder <goneri at rulezlan.org>
Date: 2012-07-22 (Sun, 22 Jul 2012)
Changed paths:
M Changes
M lib/FusionInventory/Agent.pm
Log Message:
-----------
2.2.4 release
Commit: bef9b8a4c04589a13fb77c1bc5c7af2b98ab569a
https://github.com/fusinv/fusioninventory-agent/commit/bef9b8a4c04589a13fb77c1bc5c7af2b98ab569a
Author: Gonéri Le Bouder <goneri at rulezlan.org>
Date: 2012-07-22 (Sun, 22 Jul 2012)
Changed paths:
M t/tools/macos.t
Log Message:
-----------
system_profiler parsing: refresh the expected result
commit:72197896a2947254912
Commit: 1c690787855f085da7d8c652dc90af926139b0c8
https://github.com/fusinv/fusioninventory-agent/commit/1c690787855f085da7d8c652dc90af926139b0c8
Author: Gonéri Le Bouder <goneri at rulezlan.org>
Date: 2012-07-23 (Mon, 23 Jul 2012)
Changed paths:
M lib/FusionInventory/Agent/Task/Inventory/Input/HPUX/Memory.pm
Log Message:
-----------
HPUX: Fix syntax error in Memory.pm
closes: #1732
Reported-by: Sofiane Marchoud <sofiane.marchoud at sage.com>
Commit: 5eacbb61cc3f3a95e6b1a1505f17557fd236d1ea
https://github.com/fusinv/fusioninventory-agent/commit/5eacbb61cc3f3a95e6b1a1505f17557fd236d1ea
Author: Gonéri Le Bouder <goneri at rulezlan.org>
Date: 2012-07-23 (Mon, 23 Jul 2012)
Changed paths:
M lib/FusionInventory/Agent/Task/Inventory/Input/HPUX/Uptime.pm
A resources/hpux/uptime/sample1
A t/inventory/hpux/uptime.t
Log Message:
-----------
fix: adjust “uptime” parsing
closes: #1734
Reported-by: Sofiane Marchoud <sofiane.marchoud at sage.com>
Commit: 2d93d0b6fc99c1b02e24d64b220a2d4405c1b29b
https://github.com/fusinv/fusioninventory-agent/commit/2d93d0b6fc99c1b02e24d64b220a2d4405c1b29b
Author: Gonéri Le Bouder <goneri at rulezlan.org>
Date: 2012-07-25 (Wed, 25 Jul 2012)
Changed paths:
M lib/FusionInventory/Agent/Task/Inventory/Input/HPUX/Drives.pm
Log Message:
-----------
fix: fix a syntax error in HP-UX Drives.pm
see: #1731
Reported-by: Sofiane Marchoud <sofiane.marchoud at sage.com>
Commit: 6385ca988622eb071c6f23861e6c4cf9c149b63e
https://github.com/fusinv/fusioninventory-agent/commit/6385ca988622eb071c6f23861e6c4cf9c149b63e
Author: Gonéri Le Bouder <goneri at rulezlan.org>
Date: 2012-07-25 (Wed, 25 Jul 2012)
Changed paths:
M lib/FusionInventory/Agent/Task/Inventory/Input/HPUX/Networks.pm
Log Message:
-----------
fix: snytax error in Network.pm
see: #1733
Reported-by: Sofiane Marchoud <sofiane.marchoud at sage.com>
Commit: add0ff4919b474395a74e157cea72d5116b2ed2b
https://github.com/fusinv/fusioninventory-agent/commit/add0ff4919b474395a74e157cea72d5116b2ed2b
Author: Gonéri Le Bouder <goneri at rulezlan.org>
Date: 2012-07-25 (Wed, 25 Jul 2012)
Changed paths:
M lib/FusionInventory/Agent/Task/Inventory/Input/HPUX/Drives.pm
Log Message:
-----------
fix: get creatation date for vxfs 7
closes: #1731
Reported-by: Sofiane Marchoud <sofiane.marchoud at sage.com>
Commit: 16b959763e59923bb44f6562b304c2a9d8397220
https://github.com/fusinv/fusioninventory-agent/commit/16b959763e59923bb44f6562b304c2a9d8397220
Author: Gonéri Le Bouder <goneri at rulezlan.org>
Date: 2012-07-26 (Thu, 26 Jul 2012)
Changed paths:
M lib/FusionInventory/Agent/Task/Inventory/Input/HPUX/Networks.pm
R resources/hpux/netstat/hpux
R resources/hpux/netstat/hpux1
R resources/hpux/netstat/hpux2
A resources/hpux/netstat_-nrv/hpux
A resources/hpux/netstat_-nrv/hpux1
A resources/hpux/netstat_-nrv/hpux2
A resources/hpux/nwmgr/sample1
A resources/hpux/nwmgr/sample2
M t/inventory/hpux/networks.t
Log Message:
-----------
HPUX try netstat -nrv before ifconfig
netstat -nrv will give more or less ifconfig information and is more
reliable. In bug #1733 case, ifconfig doesn't work at all.
With this patch, netstat -nrv is tried first to get network formations.
General observation: 'netstat -nrv' and 'netstat -nr -f inet' have
very little in common and it seems hard to reuse getRoutingTable()
here.
see: #1733
Reported-by: Sofiane Marchoud <sofiane.marchoud at sage.com>
Commit: 74448359fc3c0fc307cea832553ffd7a98e6f4d6
https://github.com/fusinv/fusioninventory-agent/commit/74448359fc3c0fc307cea832553ffd7a98e6f4d6
Author: Gonéri Le Bouder <goneri at rulezlan.org>
Date: 2012-07-26 (Thu, 26 Jul 2012)
Changed paths:
M t/inventory/hpux/uptime.t
Log Message:
-----------
fix uptime.t
Commit: 7e315d310916d11d6671cb7f3ca34567ee6f3bc4
https://github.com/fusinv/fusioninventory-agent/commit/7e315d310916d11d6671cb7f3ca34567ee6f3bc4
Author: Nicolas Richard <kournikolas at yahoo.fr>
Date: 2012-07-26 (Thu, 26 Jul 2012)
Changed paths:
M lib/FusionInventory/Agent/Tools/Solaris.pm
Log Message:
-----------
Fix: get memory on solaris on Sun-Fire-V490
closes: #1736
Commit: f4385b46ba68c048bb5d290f41f16f4a20baf2b4
https://github.com/fusinv/fusioninventory-agent/commit/f4385b46ba68c048bb5d290f41f16f4a20baf2b4
Author: Guillaume Rousse <guillomovitch at gmail.com>
Date: 2012-07-27 (Fri, 27 Jul 2012)
Changed paths:
M Changes
M lib/FusionInventory/Agent.pm
M lib/FusionInventory/Agent/Task/Inventory/Input/HPUX/Drives.pm
M lib/FusionInventory/Agent/Task/Inventory/Input/HPUX/Memory.pm
M lib/FusionInventory/Agent/Task/Inventory/Input/HPUX/Networks.pm
M lib/FusionInventory/Agent/Task/Inventory/Input/HPUX/Uptime.pm
A resources/hpux/uptime/sample1
A t/inventory/hpux/uptime.t
M t/tools/macos.t
Log Message:
-----------
Merge remote-tracking branch 'forge/2.2.x' into 2.2.x
Commit: b49cd19ee98103d42c25db0929636ad5aab3a8f8
https://github.com/fusinv/fusioninventory-agent/commit/b49cd19ee98103d42c25db0929636ad5aab3a8f8
Author: Guillaume Rousse <guillomovitch at gmail.com>
Date: 2012-07-27 (Fri, 27 Jul 2012)
Changed paths:
M t/components/server.t
M t/components/target.t
Log Message:
-----------
check thread support availability
Commit: d6361fcc4595b801f5f27fcc030b188d74bfaf5f
https://github.com/fusinv/fusioninventory-agent/commit/d6361fcc4595b801f5f27fcc030b188d74bfaf5f
Author: Guillaume Rousse <guillomovitch at gmail.com>
Date: 2012-07-27 (Fri, 27 Jul 2012)
Changed paths:
M lib/FusionInventory/Agent/Task/Inventory/Input/MacOS/Storages.pm
Log Message:
-----------
use plural name for collections
Commit: 4bbdfcb3f8b53d5ad43a4efe028e7e69673c7e30
https://github.com/fusinv/fusioninventory-agent/commit/4bbdfcb3f8b53d5ad43a4efe028e7e69673c7e30
Author: Guillaume Rousse <guillomovitch at gmail.com>
Date: 2012-07-27 (Fri, 27 Jul 2012)
Changed paths:
M t/components/server.t
M t/components/target.t
Log Message:
-----------
check thread support availability
Commit: 16722336e26915ff5de421de102eff7d55f277ba
https://github.com/fusinv/fusioninventory-agent/commit/16722336e26915ff5de421de102eff7d55f277ba
Author: Gonéri Le Bouder <goneri at rulezlan.org>
Date: 2012-07-27 (Fri, 27 Jul 2012)
Changed paths:
M lib/FusionInventory/Agent/Task/Inventory/Input/HPUX/Networks.pm
M t/inventory/hpux/networks.t
Log Message:
-----------
HPUX: accept netif alias greater that 9
Commit: b38f029e75dcfd0175d6e3a4df5eee7122c0c94b
https://github.com/fusinv/fusioninventory-agent/commit/b38f029e75dcfd0175d6e3a4df5eee7122c0c94b
Author: Gonéri Le Bouder <goneri at rulezlan.org>
Date: 2012-07-27 (Fri, 27 Jul 2012)
Log Message:
-----------
Merge remote-tracking branch 'origin/2.2.x' into 2.2.x
Commit: a117e138401c84d23e05c19e8d625c548ddafd9a
https://github.com/fusinv/fusioninventory-agent/commit/a117e138401c84d23e05c19e8d625c548ddafd9a
Author: Gonéri Le Bouder <goneri at rulezlan.org>
Date: 2012-07-27 (Fri, 27 Jul 2012)
Changed paths:
M lib/FusionInventory/Agent/Task/Inventory/Input/HPUX/Drives.pm
M lib/FusionInventory/Agent/Task/Inventory/Input/HPUX/Memory.pm
M lib/FusionInventory/Agent/Task/Inventory/Input/HPUX/Networks.pm
M lib/FusionInventory/Agent/Task/Inventory/Input/HPUX/Uptime.pm
M lib/FusionInventory/Agent/Task/Inventory/Input/MacOS/Storages.pm
M lib/FusionInventory/Agent/Tools/Solaris.pm
R resources/hpux/netstat/hpux
R resources/hpux/netstat/hpux1
R resources/hpux/netstat/hpux2
A resources/hpux/netstat_-nrv/hpux
A resources/hpux/netstat_-nrv/hpux1
A resources/hpux/netstat_-nrv/hpux2
A resources/hpux/nwmgr/sample1
A resources/hpux/nwmgr/sample2
A resources/hpux/uptime/sample1
M t/components/server.t
M t/components/target.t
M t/inventory/hpux/networks.t
A t/inventory/hpux/uptime.t
Log Message:
-----------
Merge branch '2.2.x' into 2.3.x
Commit: 4745bae84de75761727722f96360d610f6869d40
https://github.com/fusinv/fusioninventory-agent/commit/4745bae84de75761727722f96360d610f6869d40
Author: Gonéri Le Bouder <goneri at rulezlan.org>
Date: 2012-07-27 (Fri, 27 Jul 2012)
Changed paths:
M Changes
Log Message:
-----------
refresh the Changes
Compare: https://github.com/fusinv/fusioninventory-agent/compare/e1a40860b64c...4745bae84de7
More information about the Fusioninventory-commit
mailing list