Skip to content

Latest commit

 

History

History
95 lines (74 loc) · 6.71 KB

CHANGELOG.md

File metadata and controls

95 lines (74 loc) · 6.71 KB

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog

Ivanchuk-2

Fixed

Ivanchuk-1

Fixed

  • Move ansible requirements.yml to roles (#276)
  • Yarn: lock versions by adding yarn.lock (#274)

Hammer-1

Added

  • Add plugin display name (#221)
  • Adding parser for PhysicalStorage inside PhysicalChassis (#201)
  • Add display names for PhysicalChassis and PhysicalRack (#203)
  • Parsing the connection b/w ports (#194)
  • Add display name for physical switch (#198)
  • Add display name for physical rack (#197)
  • Reducing the data persited in the full_data columm (#185)
  • Adding physical switch power operations (#177)
  • Parse Physical Storage (#170)
  • Using firmware parser at storage parser (#158)
  • Moving strings to dictionary and cleaning up empty and malformatted strings (#157)
  • Parsing partNumber for Physical Servers (#156)
  • Parse Physical Chassis (#149)
  • Parsing pci_device and vlan info to ports (#142)
  • Adding parsing steps for switches (#132)
  • Migrate model display names from locale/en.yml to plugin (#126)
  • Parsing physical rack (#147)
  • Leaving the disk capacity blank if the LXCA doesn't provide this information (#141)

Fixed

  • Fix storage disk type to be controller_type (#229)
  • config/settings - add missing fields fixing ui-classic breakage (#218)
  • Adding location led name (#202)
  • Fix the event catcher bug (#199)
  • Fixing error while trying to refresh a provider with invalid credentials (#176)
  • camelize the power state column (#171)
  • Fix bug when portInfo was null (#168)
  • AssetDetails should be AssetDetail (#125)

Gaprindashvili-4 - Released 2018-07-16

Fixed

  • Fixing authentication status update (#191)

Gaprindashvili-3 released 2018-05-15

Fixed

  • Fixing the network devices and ports parser (#155)
  • searches the hardware resource for a relationship (#93)

Gaprindashvili-1 - Released 2018-01-31

Added

  • Update the uid_ems to the uuid of the endpoint (#84)
  • Add event_id to the event parser and change the query for refresh event (#82)
  • Created the 'validate' to provider Lenovo (#76)
  • Change device_type from 'ethernet port' to 'physical_port' (#73)
  • Add provider support for additional power operations (#69)
  • Discover ip address and name server of the physical infra provider (#68)
  • Create provider discovery feature. (#61)
  • Add support for onboard network devices (#105)

Fixed

  • Fix exception handing for credential validation on raw_connect (#108)
  • Supporting differents identify leds name of physical servers on refresh (#115)
  • Fix the lenovo's event_catcher (#83)
  • Fix to switch connection type (#79)
  • Fixed the filter of the event catcher (#78)
  • Fix refresh PhysicalServer subclass error (#70)

Removed

  • Remove old Lenovo provider objects (#112)
  • Removed unnecessary https protocol from hostname URI (#97)

Fine-1

Added

  • Change the source name of the Lenovo's provider and add the physical server identify into event hash (#38)
  • Parse provider and save processor and memory infomation (#39)
  • Refresh is parsing the follow new properties; health_state, power_state, vendor (#40)

Removed

  • The method "name" in physical server class was removed since it was causing inconsistency when trying show a Physical server's name in the UI and in the REST API as well (#41)

Initial changelog created