[Fusioninventory-commit] [fusinv/fusioninventory-agent] 499e31: rename getWmiObjects to getWMIObjects

Guillaume Rousse guillomovitch at gmail.com
Wed Nov 21 19:18:17 UTC 2012


  Branch: refs/heads/2.3.x
  Home:   https://github.com/fusinv/fusioninventory-agent
  Commit: 499e31ab875ee98ab535904a1859c0f5b3e9982b
      https://github.com/fusinv/fusioninventory-agent/commit/499e31ab875ee98ab535904a1859c0f5b3e9982b
  Author: Guillaume Rousse <guillomovitch at gmail.com>
  Date:   2012-11-16 (Fri, 16 Nov 2012)

  Changed paths:
    M lib/FusionInventory/Agent/Task/Inventory/Input/Generic/Screen.pm
    M lib/FusionInventory/Agent/Task/Inventory/Input/Win32/AntiVirus.pm
    M lib/FusionInventory/Agent/Task/Inventory/Input/Win32/Bios.pm
    M lib/FusionInventory/Agent/Task/Inventory/Input/Win32/CPU.pm
    M lib/FusionInventory/Agent/Task/Inventory/Input/Win32/Chassis.pm
    M lib/FusionInventory/Agent/Task/Inventory/Input/Win32/Controllers.pm
    M lib/FusionInventory/Agent/Task/Inventory/Input/Win32/Drives.pm
    M lib/FusionInventory/Agent/Task/Inventory/Input/Win32/Environment.pm
    M lib/FusionInventory/Agent/Task/Inventory/Input/Win32/Inputs.pm
    M lib/FusionInventory/Agent/Task/Inventory/Input/Win32/Memory.pm
    M lib/FusionInventory/Agent/Task/Inventory/Input/Win32/Modems.pm
    M lib/FusionInventory/Agent/Task/Inventory/Input/Win32/Networks.pm
    M lib/FusionInventory/Agent/Task/Inventory/Input/Win32/OS.pm
    M lib/FusionInventory/Agent/Task/Inventory/Input/Win32/Ports.pm
    M lib/FusionInventory/Agent/Task/Inventory/Input/Win32/Printers.pm
    M lib/FusionInventory/Agent/Task/Inventory/Input/Win32/Slots.pm
    M lib/FusionInventory/Agent/Task/Inventory/Input/Win32/Softwares.pm
    M lib/FusionInventory/Agent/Task/Inventory/Input/Win32/Sounds.pm
    M lib/FusionInventory/Agent/Task/Inventory/Input/Win32/Storages.pm
    M lib/FusionInventory/Agent/Task/Inventory/Input/Win32/USB.pm
    M lib/FusionInventory/Agent/Task/Inventory/Input/Win32/Users.pm
    M lib/FusionInventory/Agent/Task/Inventory/Input/Win32/Videos.pm
    M lib/FusionInventory/Agent/Tools/Win32.pm
    M t/FusionInventory/Test/Utils.pm
    M t/inventory/windows/cpu.t
    M t/inventory/windows/memory.t
    M t/inventory/windows/networks.t
    M t/inventory/windows/softwares.t
    M t/inventory/windows/usb.t

  Log Message:
  -----------
  rename getWmiObjects to getWMIObjects


  Commit: 1b7d7ba27dae299787c4efa44149755d7bc27428
      https://github.com/fusinv/fusioninventory-agent/commit/1b7d7ba27dae299787c4efa44149755d7bc27428
  Author: Guillaume Rousse <guillomovitch at gmail.com>
  Date:   2012-11-21 (Wed, 21 Nov 2012)

  Changed paths:
    M lib/FusionInventory/Agent/Task/Inventory/Input/Win32/USB.pm
    M t/inventory/windows/usb.t

  Log Message:
  -----------
  rename function, for consistency with Generic::USB


  Commit: 26b85a21b4d6405be0b008307433ea5561c4a566
      https://github.com/fusinv/fusioninventory-agent/commit/26b85a21b4d6405be0b008307433ea5561c4a566
  Author: Guillaume Rousse <guillomovitch at gmail.com>
  Date:   2012-11-21 (Wed, 21 Nov 2012)

  Changed paths:
    M lib/FusionInventory/Agent/Task/Inventory/Input/Generic/USB.pm
    M lib/FusionInventory/Agent/Task/Inventory/Input/Win32/USB.pm

  Log Message:
  -----------
  use similar call syntax


  Commit: 3091afdf1e8c64a91c0ed97a83be4bbc6d332130
      https://github.com/fusinv/fusioninventory-agent/commit/3091afdf1e8c64a91c0ed97a83be4bbc6d332130
  Author: Guillaume Rousse <guillomovitch at gmail.com>
  Date:   2012-11-21 (Wed, 21 Nov 2012)

  Changed paths:
    M lib/FusionInventory/Agent/Task/Inventory/Input/Win32/USB.pm

  Log Message:
  -----------
  no need for a package variable here


  Commit: 3961f4988e8102f9ce1664a46b9e88dffe18b3f2
      https://github.com/fusinv/fusioninventory-agent/commit/3961f4988e8102f9ce1664a46b9e88dffe18b3f2
  Author: Guillaume Rousse <guillomovitch at gmail.com>
  Date:   2012-11-21 (Wed, 21 Nov 2012)

  Changed paths:
    M lib/FusionInventory/Agent/Task/Inventory/Input/Generic/USB.pm
    M lib/FusionInventory/Agent/Task/Inventory/Input/Win32/USB.pm
    M t/inventory/generic/usb.t

  Log Message:
  -----------
  keep parsing separated from filtering

The low-level _getDevicesFromXXX get the raw list of USB devices, and
the _getDevice function handles selection of relevant ones.


  Commit: fe5d3e52385f5d49f35dec1c42d2de358e03c0f9
      https://github.com/fusinv/fusioninventory-agent/commit/fe5d3e52385f5d49f35dec1c42d2de358e03c0f9
  Author: Guillaume Rousse <guillomovitch at gmail.com>
  Date:   2012-11-21 (Wed, 21 Nov 2012)

  Changed paths:
    M lib/FusionInventory/Agent/Task/Inventory/Input/Win32/USB.pm
    M t/inventory/generic/usb.t
    M t/inventory/windows/usb.t

  Log Message:
  -----------
  add informations from usb.ids


  Commit: 5e485782d44a2b1d983e2b7ec33edc0f719a453a
      https://github.com/fusinv/fusioninventory-agent/commit/5e485782d44a2b1d983e2b7ec33edc0f719a453a
  Author: Guillaume Rousse <guillomovitch at gmail.com>
  Date:   2012-11-21 (Wed, 21 Nov 2012)

  Changed paths:
    M lib/FusionInventory/Agent/Task/Inventory/Input/Win32/Controllers.pm

  Log Message:
  -----------
  split data acquisition in a distinct function


  Commit: 7c8ed4cbc6183667013d7639f33f33dcca7aafbe
      https://github.com/fusinv/fusioninventory-agent/commit/7c8ed4cbc6183667013d7639f33f33dcca7aafbe
  Author: Guillaume Rousse <guillomovitch at gmail.com>
  Date:   2012-11-21 (Wed, 21 Nov 2012)

  Changed paths:
    M lib/FusionInventory/Agent/Task/Inventory/Input/Generic/PCI/Controllers.pm
    M lib/FusionInventory/Agent/Task/Inventory/Input/Win32/Controllers.pm

  Log Message:
  -----------
  indentation fix


  Commit: 55a75ef228f2936d7ef35063586dd9633994a3e0
      https://github.com/fusinv/fusioninventory-agent/commit/55a75ef228f2936d7ef35063586dd9633994a3e0
  Author: Guillaume Rousse <guillomovitch at gmail.com>
  Date:   2012-11-21 (Wed, 21 Nov 2012)

  Changed paths:
    M lib/FusionInventory/Agent/Task/Inventory/Input/Win32/Controllers.pm

  Log Message:
  -----------
  drop commented code


  Commit: 270a5436916fdfdb503b69eadb8159ed6cb5cc95
      https://github.com/fusinv/fusioninventory-agent/commit/270a5436916fdfdb503b69eadb8159ed6cb5cc95
  Author: Guillaume Rousse <guillomovitch at gmail.com>
  Date:   2012-11-21 (Wed, 21 Nov 2012)

  Changed paths:
    M lib/FusionInventory/Agent/Task/Inventory/Input/Win32/Controllers.pm

  Log Message:
  -----------
  keep parsing separated from filtering

The low-level _getControllersFromWMI get the raw list of PCI controllers,
and the _getControllers handles selection of relevant ones.

The filtering logic has also been modified to discard any device without
PCIID, for sake of simplicity. What's the point of PCI controllers
without PCIID, anyway ?


  Commit: 700536cdecff615dc4e26b5e82d36cb30214356e
      https://github.com/fusinv/fusioninventory-agent/commit/700536cdecff615dc4e26b5e82d36cb30214356e
  Author: Guillaume Rousse <guillomovitch at gmail.com>
  Date:   2012-11-21 (Wed, 21 Nov 2012)

  Changed paths:
    M lib/FusionInventory/Agent/Task/Inventory/Input/Win32/Controllers.pm

  Log Message:
  -----------
  use internal pci database whenever possible

Windows-provided values will only be used as a fallback for NAME,
CAPTION and MANUFACTURER


  Commit: aacf7cedbb229fe82dc9005954263de6ba3f6c85
      https://github.com/fusinv/fusioninventory-agent/commit/aacf7cedbb229fe82dc9005954263de6ba3f6c85
  Author: Guillaume Rousse <guillomovitch at gmail.com>
  Date:   2012-11-21 (Wed, 21 Nov 2012)

  Changed paths:
    M lib/FusionInventory/Agent/Task/Inventory/Input/Generic/USB.pm
    M lib/FusionInventory/Agent/Task/Inventory/Input/Win32/Controllers.pm
    M lib/FusionInventory/Agent/Task/Inventory/Input/Win32/USB.pm

  Log Message:
  -----------
  use consistent syntax


  Commit: f0123bdb6918e2b134bc40c4553f3b57d147e2b9
      https://github.com/fusinv/fusioninventory-agent/commit/f0123bdb6918e2b134bc40c4553f3b57d147e2b9
  Author: Guillaume Rousse <guillomovitch at gmail.com>
  Date:   2012-11-21 (Wed, 21 Nov 2012)

  Changed paths:
    M lib/FusionInventory/Agent/Task/Inventory/Input/Win32/Controllers.pm

  Log Message:
  -----------
  drop unused properties


  Commit: 12618f413806d50284604f1666ba8de75eec03b2
      https://github.com/fusinv/fusioninventory-agent/commit/12618f413806d50284604f1666ba8de75eec03b2
  Author: Guillaume Rousse <guillomovitch at gmail.com>
  Date:   2012-11-21 (Wed, 21 Nov 2012)

  Changed paths:
    M lib/FusionInventory/Agent/Task/Inventory/Input/Win32/USB.pm
    M t/inventory/generic/usb.t
    M t/inventory/windows/usb.t

  Log Message:
  -----------
  add informations from internal database

See-also: #1861


  Commit: 1f790db9779aeb2232bae0357af9b0431bf42135
      https://github.com/fusinv/fusioninventory-agent/commit/1f790db9779aeb2232bae0357af9b0431bf42135
  Author: Guillaume Rousse <guillomovitch at gmail.com>
  Date:   2012-11-21 (Wed, 21 Nov 2012)

  Changed paths:
    M lib/FusionInventory/Agent/Task/Inventory/Input/Win32/Controllers.pm

  Log Message:
  -----------
  split data acquisition in a distinct function


  Commit: 79e977d8466d9e1d3ed32c5a80452a6883a7e67e
      https://github.com/fusinv/fusioninventory-agent/commit/79e977d8466d9e1d3ed32c5a80452a6883a7e67e
  Author: Guillaume Rousse <guillomovitch at gmail.com>
  Date:   2012-11-21 (Wed, 21 Nov 2012)

  Changed paths:
    M lib/FusionInventory/Agent/Task/Inventory/Input/Generic/PCI/Controllers.pm
    M lib/FusionInventory/Agent/Task/Inventory/Input/Win32/Controllers.pm

  Log Message:
  -----------
  indentation fix


  Commit: 13d255a54dd2cf93dac5de362e43ffcd460ff22e
      https://github.com/fusinv/fusioninventory-agent/commit/13d255a54dd2cf93dac5de362e43ffcd460ff22e
  Author: Guillaume Rousse <guillomovitch at gmail.com>
  Date:   2012-11-21 (Wed, 21 Nov 2012)

  Changed paths:
    M lib/FusionInventory/Agent/Task/Inventory/Input/Win32/Controllers.pm

  Log Message:
  -----------
  drop commented code


  Commit: bff2e02f18576d3c422f896c53af43b45ec3d9c9
      https://github.com/fusinv/fusioninventory-agent/commit/bff2e02f18576d3c422f896c53af43b45ec3d9c9
  Author: Guillaume Rousse <guillomovitch at gmail.com>
  Date:   2012-11-21 (Wed, 21 Nov 2012)

  Changed paths:
    M lib/FusionInventory/Agent/Task/Inventory/Input/Win32/Controllers.pm

  Log Message:
  -----------
  keep parsing separated from filtering

The low-level _getControllersFromWMI get the raw list of PCI controllers,
and the _getControllers handles selection of relevant ones.

The filtering logic has also been modified to discard any device without
PCIID, for sake of simplicity. What's the point of PCI controllers
without PCIID, anyway ?


  Commit: 4667816aa48e3e7e83f0b6565830066a23c1e3b1
      https://github.com/fusinv/fusioninventory-agent/commit/4667816aa48e3e7e83f0b6565830066a23c1e3b1
  Author: Guillaume Rousse <guillomovitch at gmail.com>
  Date:   2012-11-21 (Wed, 21 Nov 2012)

  Changed paths:
    M lib/FusionInventory/Agent/Task/Inventory/Input/Win32/Controllers.pm

  Log Message:
  -----------
  use internal database whenever possible

Windows-provided values will only be used as a fallback for NAME,
CAPTION and MANUFACTURER.

See-also: #1861


  Commit: f353cefd151a8b5910016a452de1a74d654d2cc6
      https://github.com/fusinv/fusioninventory-agent/commit/f353cefd151a8b5910016a452de1a74d654d2cc6
  Author: Guillaume Rousse <guillomovitch at gmail.com>
  Date:   2012-11-21 (Wed, 21 Nov 2012)

  Changed paths:
    M lib/FusionInventory/Agent/Task/Inventory/Input/Generic/USB.pm
    M lib/FusionInventory/Agent/Task/Inventory/Input/Win32/Controllers.pm
    M lib/FusionInventory/Agent/Task/Inventory/Input/Win32/USB.pm

  Log Message:
  -----------
  use consistent syntax


  Commit: fa3493e7913f680fee4332595fc9b6ecb9b47b7f
      https://github.com/fusinv/fusioninventory-agent/commit/fa3493e7913f680fee4332595fc9b6ecb9b47b7f
  Author: Guillaume Rousse <guillomovitch at gmail.com>
  Date:   2012-11-21 (Wed, 21 Nov 2012)

  Changed paths:
    M lib/FusionInventory/Agent/Task/Inventory/Input/Win32/Controllers.pm

  Log Message:
  -----------
  drop unused properties


  Commit: 4bbeac77dfa31c6ee3a9f616e688c37edae51615
      https://github.com/fusinv/fusioninventory-agent/commit/4bbeac77dfa31c6ee3a9f616e688c37edae51615
  Author: Guillaume Rousse <guillomovitch at gmail.com>
  Date:   2012-11-21 (Wed, 21 Nov 2012)

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/2.3.x' into 2.3.x


Compare: https://github.com/fusinv/fusioninventory-agent/compare/68aa96aa322a...4bbeac77dfa3


More information about the Fusioninventory-commit mailing list