Skip to content

Latest commit

 

History

History
131 lines (90 loc) · 6.98 KB

CHANGELOG.md

File metadata and controls

131 lines (90 loc) · 6.98 KB

Change Log

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

The format is based on Keep a Changelog

Unreleased as of Sprint 95 - 2018-09-24

Fixed

  • Fix storage disk type to be controller_type (#229)

Unreleased as of Sprint 94 - 2018-09-10

Added

  • Add plugin display name (#221)

Unreleased as of Sprint 92 - 2018-08-13

Fixed

  • config/settings - add missing fields fixing ui-classic breakage (#218)

Unreleased as of Sprint 91 - 2018-07-30

Added

  • Adding parser for PhysicalStorage inside PhysicalChassis (#201)

Unreleased as of Sprint 90 - 2018-07-16

Added

  • Add display names for PhysicalChassis and PhysicalRack (#203)
  • Parsing the connection b/w ports (#194)

Gaprindashvili-4 - Released 2018-07-16

Fixed

  • Fixing authentication status update (#191)

Unreleased as of Sprint 89 - 2018-07-02

Added

  • Add display name for physical switch (#198)
  • Add display name for physical rack (#197)

Fixed

  • Adding location led name (#202)

Unreleased as of Sprint 88 - 2018-06-18

Added

  • Reducing the data persited in the full_data columm (#185)
  • Adding physical switch power operations (#177)
  • Parse Physical Storage (#170)

Fixed

  • Fix the event catcher bug (#199)

Unreleased as of Sprint 86 - 2018-05-21

Fixed

  • 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)

Gaprindashvili-3 released 2018-05-15

Fixed

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

Unreleased as of Sprint 84 - 2018-04-23

Added

  • 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)

Unreleased as of Sprint 83 - 2018-04-09

Added

  • Parsing physical rack (#147)

Unreleased as of Sprint 82 - 2018-03-26

Added

  • Leaving the disk capacity blank if the LXCA doesn't provide this information (#141)

Unreleased as of Sprint 80 - 2018-02-26

Fixed

  • AssetDetails should be AssetDetail (#125)

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