Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GUI: Turn off Redfish Event Log #3

Merged
merged 1 commit into from Jul 11, 2019

Conversation

gtmills
Copy link
Contributor

@gtmills gtmills commented Jul 11, 2019

OpenPower systems use the exisiting D-Bus GUI panel, named "Event log".
This new Redfish Event Log panel was added here:
https://gerrit.openbmc-project.xyz/c/openbmc/phosphor-webui/+/15801
More detail there on why a 2nd event log page was added.

One day would like to share a Event Log panel in the GUI,
but at this time it is not possible due to the field differences.

OpenPower systems still use the following phosphor-logging features:
resolve field (not in the Redfish spec), delete event logs one at a
time (not yet implemented on the backend), and EventID (not in spec).

This is merged in master meta-ibm.
This is the cherry-pick of the bump.

See
https://gerrit.openbmc-project.xyz/c/openbmc/phosphor-webui/+/22868

(From meta-openpower rev: bc28b6abe52b70b60874fe57ee60ae12e196c359)

Tested: Built image with 22868.
No longer see the Redfish Event Log panel.
Change-Id: Ie2d89fd059bfc3df4d333fac5c4177994425d462
Signed-off-by: Gunnar Mills gmills@us.ibm.com
Signed-off-by: Brad Bishop bradleyb@fuzziesquirrel.com

OpenPower systems use the exisiting D-Bus GUI panel, named "Event log".
This new Redfish Event Log panel was added here:
https://gerrit.openbmc-project.xyz/c/openbmc/phosphor-webui/+/15801
More detail there on why a 2nd event log page was added.

One day would like to share a Event Log panel in the GUI,
but at this time it is not possible due to the field differences.

OpenPower systems still use the following phosphor-logging features:
resolve field (not in the Redfish spec), delete event logs one at a
time (not yet implemented on the backend), and EventID (not in spec).

See
https://gerrit.openbmc-project.xyz/c/openbmc/phosphor-webui/+/22868

(From meta-openpower rev: bc28b6abe52b70b60874fe57ee60ae12e196c359)

Tested: Built image with 22868.
        No longer see the Redfish Event Log panel.
Change-Id: Ie2d89fd059bfc3df4d333fac5c4177994425d462
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
@rfrandse rfrandse merged commit 83dfede into ibm-openbmc:OP940 Jul 11, 2019
santoshpuranik pushed a commit to santoshpuranik/openbmc that referenced this pull request Aug 11, 2021
Andrew Jeffery (7):
      ARM: dts: aspeed: rainier: Add eMMC clock phase compensation
      ipmi: kcs_bmc: Add a "raw" character device interface
      ARM: configs: Enable IPMI KCS raw chardev
      ARM: dts: p10bmc: Drop the openbmc, mctp-lpc node
      misc: Remove obsolete mctp-lpc chardev
      ARM: dts: aspeed: p10bmc: Switch to KCS 3 for MCTP binding
      ARM: dts: aspeed: p10bmc: Enable KCS channel 2

B. J. Wyman (2):
      ARM: dts: aspeed: Everest PSU ibm-openbmc#3 address change
      ARM: dts: aspeed: Rainier remove PSU gpio-keys

Colin Ian King (1):
      ipmi: kcs_bmc_aspeed: Fix less than zero comparison of a unsigned int

Joel Stanley (2):
      ARM: config: aspeed: Enable KCS adapter for raw SerIO
      ARM: dts: aspeed: Fix AST2600 machines line names

Signed-off-by: Joel Stanley <joel@jms.id.au>
Change-Id: Ib9c46a3693b8c04512004363501770e4bbd93432
rfrandse pushed a commit that referenced this pull request Nov 30, 2021
Andrew Jeffery (79):
      nisqually: Fix Williwakas presence log message
      flett: The mux is a PCA9548(A), not a PCA9546
      meson: Clean up dependency declarations
      platform-fru-detect: Invoke default constructors
      platform-fru-detect: Always return a value from main()
      williwakas: Drop getSystemBackplane() API
      devices: Split NVMeDrive implementation from its header
      inventory: Push NVMe include down to implementation
      ingraham: Take inventory as constructor argument
      nisqually: Take inventory as constructor argument
      williwakas: Take inventory as constructor argument
      flett: Take inventory as constructor argument
      nvme: Take inventory as constructor argument
      inventory: Drop dbus/ subdir
      platform-fru-detect: Introduce Device class
      ingraham: Push FRU detection down to Nisqually
      nvme: Take Willwakas by reference
      nisqually: Push FRU detection down to Williwakas
      inventory: Drop Rainier header dependency
      nvme: Delete obsolete APIs
      nvme: Reorder method declarations
      platform: Add FRU abstract class
      williwakas: Push inventory update down to NVMeDrive
      inventory: Take sdbusplus as constructor argument
      inventory: Add updateObject() API
      nvme: Refactor inventory to enforce encapsulation
      rainier: Untangle Nisqually, Flett and Williwakas
      rainier: Get rid of type-specific probe() methods
      williwakas: Provide getIndex() for use by WilliwakasNVMeDrive instances
      nvme: Make NVMeDrive implement Device
      rainier: Push inventory operations into NVMeDrive subclasses
      inventory: Add markAbsent() method
      platform: Add FRU::removeFromInventory() method
      platform: Introduce Device::unplug()
      rainier: Implement Device::unplug() on NVMeDrive subclasses
      rainier: Implement Device::unplug() on Flett and Williwakas
      rainier: Implement Device::unplug() for Nisqually
      rainier: Implement Device::unplug() for Ingraham
      platform: Drop default implementation for Device::unplug()
      platform-fru-detect: Unplug once we're done
      platform: Add Connector
      rainier: Store devices via arrays of Connectors instead of vectors
      platform-fru-detect: Add Notifier and NotifySink
      platform: Add PolledGPIODevicePresence implementation of NotifySink
      platform: Pass a Notifier through the Device methods
      rainier: Remove Williwakas::markPresent()
      inventory: Extract abstract class from Inventory
      inventory: Add inventory::accumulate and test suite
      inventory: Add PublishWhenPresentInventoryDecorator
      platform-fru-detect: Deploy PublishWhenPresentInventoryDecorator
      rainier: Work around bugs in gpiod::line_bulk iterators
      nisqually: Remove unnecessary loops in plug() path
      rainier: Clean up dodgy GPIO request descriptions
      flett: Refactor decorateWithI2CDevice() to remove unnecessary methods
      flett: Disable drive EEPROM probing for now
      Merge pull request #3 from amboar/drive-hotplug
      rainier: Add missing throw for std::logic_error()
      platform: Rename Platform class to PlatformManager
      platform: Refactor PlatformManager to support multiple platforms
      nisqually: Remove obsolete PolledGPIODevicePresence comment
      rainier: Inject Nisqually instance into Ingraham
      nisqually: Make getFlettSlotI2CBus() a member function
      rainier: Split Nisqually 1z specifics into Nisqually1z class
      rainier: Implement support for Nisqually 0z
      rainier: Integrate support for Nisqually 0z with Rainier 0z
      inventory: Support querying FRU properties
      nisqually: Separate detection strategies for Nisqually variants
      flett: Improve logging of drive plug events
      sysfs: i2c: Remove platform include from bus implementation
      sysfs: Remove non-default copy constructors
      sysfs: i2c: Introduce SysfsI2CBus::getBusDevice()
      platform-fru-detect: Implement I2C helpers
      devices: Introduce BasicNVMeDrive
      rainier: FlettNVMeDrive is a BasicNVMeDrive
      platform: Extract PolledDevicePresence ABC from PolledGPIODevicePresence
      nvme: Add PolledBasicNVMeDrivePresence
      flett: Add mux-channel-to-drive mapping
      rainier: Integrate drive presence polling into Flett
      Merge pull request #5 from amboar/drive-metadata

Change-Id: Id13e014e840da73a6b6ddb6bcbb51b308371c418
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
rfrandse added a commit that referenced this pull request Feb 17, 2022
… (#1726)

Reed Frandsen (1):
  Merge pull request #3 from rfrandse/1020-serv-config-man

George Liu (3):
  logging: switch to lg2
  Update the clang-format file with latest
  Fix loading json file causing coredump

Change-Id: Ib9eb72db5a0b83c53c426deacd70246730a70db4
rfrandse added a commit that referenced this pull request Feb 17, 2022
Santosh Puranik (1):
  Handing partition SA / platform SA (#3)

Change-Id: I604fdd0c7c38b382e9c2a33171640b562af92b18
rfrandse added a commit that referenced this pull request Feb 17, 2022
Brandon Wyman (36):
  psu-ng: Include STATUS_INPUT in input fault error
  psu-ng: Make comm fault first checked
  psu-ng: Use a separate map for required PSUs data
  psu-ng: Clear the additionalData each loop
  psu-ng: Detect CML fault
  psu-ng: Refactor EXPECT calls for PMBus STATUS_*
  psu-ng: Add code to detect VOUT_OV_FAULT
  psu-ng: Change fault traces from INFO to ERR
  psu-ng: Refactor PowerSupply::isFaulted
  psu-ng: Refactor PMBus expectations helper
  psu-ng: Add code to detect temperature fault
  psu-ng: Add in detection of PGOOD fault
  psu-ng: Add in detection of IOUT_OC fault
  psu-ng: Add code to detect VOUT_UV_FAULT
  PMBus: Fix "file" name for STATUS_FANS_1_2
  psu-ng: Add in detection of fan faults
  psu-ng: INFO journal trace when pgoodFault clears
  psu-ng: Add DEGLITCH_LIMIT, deglitch pgoodFault
  psu-ng: IBM FN goes to SparePartNumber
  psu-ng: Add in handling of specific MFR faults
  psu-ng: gtest cleanup expectation warnings
  psu-ng: Change pgoodFault type to size_t
  psu-ng: Refactor clearing fault member variables
  psu-ng: Refactor MFR fault detection
  psu-ng: Refactor PGOOD and UNIT_IS_OFF fault
  psu-ng: Refactor temperature fault detection
  psu-ng: Refactor CML fault detection
  psu-ng: Refactor input fault detection
  psu-ng: Refactor VOUT_OV_FAULT detection
  psu-ng: Refactor IOUT_OC_FAULT detection
  psu-ng: Refactor VOUT_UV_FAULT detection
  psu-ng: Refactor fan fault detection
  psu-ng: Refactor VIN_UV fault detection
  psu-ng: Clear faults when voltage back in range
  psu-ng: De-glitch all faults
  psu-ng: Continue reading after readFail

Shawn McCarney (16):
  regulators: Treat missing VPD keyword as empty
  regulators: Allow empty expected VPD value
  Add retry support to I2CInterface
  regulators: Retry failed I2C operations
  regulators: Enhance additional error data capture
  ibm-ups: Initial version of UPS application (#1)
  ibm-ups: Add --no-poll command line option
  ibm-ups: Poll UPS device for current status
  ibm-ups: Initial version of UPS application (#1)
  ibm-ups: Add ObjectManager interface
  ibm-ups: Add error logging
  ibm-ups: Initial version of UPS application (#1)
  ibm-ups: Add --no-poll command line option
  ibm-ups: Poll UPS device for current status
  ibm-ups: Add ObjectManager interface
  ibm-ups: Add error logging

Adriana Kobylak (9):
  Update MAINTAINERS, add OWNERS
  psu-ng: Change the GPIOReader class to GPIOInterface
  psu-ng: Implement gpio write function
  psu-ng: Move model validation to its own function
  psu-ng: Get the power config full load property
  psu-ng: Set the power-config-full-load GPIO
  psu-ng: Run validation when PSU is plugged
  psu-ng: Check if mismatched PSU is supported
  psu-ng: Log error on brownout condition

Reed Frandsen (4):
  Merge branch '1020' into master-930458c
  Merge pull request #2 from smccarney/ibm-ups
  Merge pull request #3 from smccarney/ibm-ups
  Merge branch '1020' into master-8b150f3

Patrick Williams (1):
  sdbusplus: remove usage of deprecated alias

Ben Tyner (1):
  phosphor-power-supply: Populate RT VPD Keywords

Jim Wright (14):
  pseq: Add two second wait to power off
  pseq: Call chassis hard power off on pgood fail
  pseq: Add logging of power on/off timeout entries
  pseq: Retrieve device info from entity manager
  pseq: Add base and UCD90320 device monitor classes
  pseq: Retrieve compatible systems from EM
  pseq: Find and parse configuaration file
  pseq: Add setPowerSupplyError D-Bus method
  pseq: Setup UCD90320 device GPIOs
  pseq: Add generic failure handling to base class
  pseq: Add UCD90320 specific error handling
  pseq: Add Rainier configuration file
  pseq: Add service file
  pseq: Add Everest configuration file

Change-Id: I7bc783e7d1c91904391ed8f145c5bcb9782d031f
rfrandse added a commit that referenced this pull request Apr 29, 2022
… (#1972)

Eddie James (1):
  Stop FSI scan service if chassis power on but host not booting

Andrew Geissler (3):
  Merge pull request #3 from geissonator/1020-pinhole-reset-logic-fix
  Merge pull request #4 from eddiejames/1020
  Merge pull request #5 from msbarth/SW537485

Matthew Barth (1):
  host-sensors: Reset when system off but last state was on

Change-Id: I68e406d49ddb14f32dbc5780fb974678c96abd92
rfrandse added a commit that referenced this pull request May 16, 2022
…(#2387)

Patrick Williams (1):
  build: enable C++20

Mike Capps (2):
  monitor: Capture BMC dumps on fan/ambient shutdowns
  monitor: include previous targets and tachs in PEL

Matt Spinler (8):
  sensor-mon: Add missing arg in fmt::format call
  control: Let Manager::addObjects() take a service
  control: Add 'events' section to dump
  control:configs: Add an intfs removed trigger
  control: Increase flight recorder max entries
  Revert "build: enable C++20" (#3)
  control: Be more lenient toward missing sensors
  Merge pull request #4 from spinler/sensor-fix

Change-Id: I29754e8929b9de898b938aa80a682d0022eeebe6
rfrandse added a commit to rfrandse/openbmc-1 that referenced this pull request Jul 18, 2022
Marri Devender Rao (1):
  PEL: Add error log entry for memory preserving reboot failure

Matt Spinler (1):
  Merge pull request ibm-openbmc#3 from devenrao/1020

Change-Id: I33c18d64bae9278dd67137365cf50fb4d91c4a92
rfrandse added a commit to rfrandse/openbmc-1 that referenced this pull request Jul 18, 2022
Marri Devender Rao (1):
  PEL: Add error log entry for memory preserving reboot failure

Matt Spinler (1):
  Merge pull request ibm-openbmc#3 from devenrao/1020

Change-Id: I33c18d64bae9278dd67137365cf50fb4d91c4a92
rfrandse added a commit that referenced this pull request Jul 18, 2022
Marri Devender Rao (1):
  PEL: Add error log entry for memory preserving reboot failure

Matt Spinler (1):
  Merge pull request #3 from devenrao/1020

Change-Id: I33c18d64bae9278dd67137365cf50fb4d91c4a92
rfrandse added a commit that referenced this pull request Oct 25, 2022
…(#2801)

Patrick Williams (3):
  OWNERS: switch 'matches' to 'matchers'
  sdbusplus: use shorter type aliases
  MAINTAINERS: remove file

George Liu (1):
  Fix loading json file causing coredump

Mike Capps (6):
  monitor: add journal entries to fan PELs
  monitor: fix undefined behavior
  meson support: remove code warnings 1
  meson support: remove code warnings 2
  monitor,sensor-monitor: catch exceptions when creating BMC dumps
  sensor-monitor: fix logging statement

Andrew Jeffery (2):
  p10bmc: Allow generic NVMe drive name (#11)
  p10bmc: Remove reference to Samsung PM1735s

Matt Spinler (33):
  control: Be more lenient toward missing sensors
  monitor:configs:everest: Update epow config
  control:ibm,everest: Update events.json
  control:ibm,everest: Fix events.json line endings
  sensor-monitor: Missing includes
  monitor:configs:rainier-2u: EPOW config changes
  monitor:configs:rainier-4u: EPOW config changes
  control:ibm,everest: Cutoff temp updates
  control:docs: Fill in readme sections
  control:docs: Create fans.md
  control:docs: Create groups.md
  control:docs: create zones.md
  control:docs: Create events.md
  control:docs:events: Describe groups
  control:docs:events: Describe triggers
  control:docs:events: Start adding actions
  control:docs:events: Add three more actions
  control:docs:events: Add more actions
  control:docs:events: Add more actions
  control:docs:events: Add two more actions
  control:docs:events: Document modifiers
  control:docs: Add a section on debug
  monitor:configs:ibm,everest: increase fault delay
  control:configs:ibm,everest: Change 11300 -> 11000
  Revert "control:configs:ibm,everest: Change 11300 -> 11000"
  control:p10bmc:rainier-1s4u: 4000 -> 3700 floor
  presence: Only allow loading once
  control:rainier-4u: Remove power mode floors
  monitor: Default tach sensors to true
  monitor: Don't create errors for missing sensors
  control: Fix InterfacesRemoved match string
  monitor:  Add tick count to error log capture
  Revert "build: enable C++20" (#3)

Change-Id: I4d8a25eca48348d4bc7f6c5a9792fa0b27600321
rfrandse added a commit that referenced this pull request Oct 26, 2022
Marri Devender Rao (1):
  PEL: Add error log entry for memory preserving reboot failure

Matt Spinler (1):
  Merge pull request #3 from devenrao/1020

Change-Id: I33c18d64bae9278dd67137365cf50fb4d91c4a92
rfrandse added a commit that referenced this pull request Oct 26, 2022
…(#2801)

Patrick Williams (3):
  OWNERS: switch 'matches' to 'matchers'
  sdbusplus: use shorter type aliases
  MAINTAINERS: remove file

George Liu (1):
  Fix loading json file causing coredump

Mike Capps (6):
  monitor: add journal entries to fan PELs
  monitor: fix undefined behavior
  meson support: remove code warnings 1
  meson support: remove code warnings 2
  monitor,sensor-monitor: catch exceptions when creating BMC dumps
  sensor-monitor: fix logging statement

Andrew Jeffery (2):
  p10bmc: Allow generic NVMe drive name (#11)
  p10bmc: Remove reference to Samsung PM1735s

Matt Spinler (33):
  control: Be more lenient toward missing sensors
  monitor:configs:everest: Update epow config
  control:ibm,everest: Update events.json
  control:ibm,everest: Fix events.json line endings
  sensor-monitor: Missing includes
  monitor:configs:rainier-2u: EPOW config changes
  monitor:configs:rainier-4u: EPOW config changes
  control:ibm,everest: Cutoff temp updates
  control:docs: Fill in readme sections
  control:docs: Create fans.md
  control:docs: Create groups.md
  control:docs: create zones.md
  control:docs: Create events.md
  control:docs:events: Describe groups
  control:docs:events: Describe triggers
  control:docs:events: Start adding actions
  control:docs:events: Add three more actions
  control:docs:events: Add more actions
  control:docs:events: Add more actions
  control:docs:events: Add two more actions
  control:docs:events: Document modifiers
  control:docs: Add a section on debug
  monitor:configs:ibm,everest: increase fault delay
  control:configs:ibm,everest: Change 11300 -> 11000
  Revert "control:configs:ibm,everest: Change 11300 -> 11000"
  control:p10bmc:rainier-1s4u: 4000 -> 3700 floor
  presence: Only allow loading once
  control:rainier-4u: Remove power mode floors
  monitor: Default tach sensors to true
  monitor: Don't create errors for missing sensors
  control: Fix InterfacesRemoved match string
  monitor:  Add tick count to error log capture
  Revert "build: enable C++20" (#3)

Change-Id: I4d8a25eca48348d4bc7f6c5a9792fa0b27600321
anoo1 pushed a commit to anoo1/openbmc-1 that referenced this pull request Oct 28, 2022
Andrew Jeffery (79):
      nisqually: Fix Williwakas presence log message
      flett: The mux is a PCA9548(A), not a PCA9546
      meson: Clean up dependency declarations
      platform-fru-detect: Invoke default constructors
      platform-fru-detect: Always return a value from main()
      williwakas: Drop getSystemBackplane() API
      devices: Split NVMeDrive implementation from its header
      inventory: Push NVMe include down to implementation
      ingraham: Take inventory as constructor argument
      nisqually: Take inventory as constructor argument
      williwakas: Take inventory as constructor argument
      flett: Take inventory as constructor argument
      nvme: Take inventory as constructor argument
      inventory: Drop dbus/ subdir
      platform-fru-detect: Introduce Device class
      ingraham: Push FRU detection down to Nisqually
      nvme: Take Willwakas by reference
      nisqually: Push FRU detection down to Williwakas
      inventory: Drop Rainier header dependency
      nvme: Delete obsolete APIs
      nvme: Reorder method declarations
      platform: Add FRU abstract class
      williwakas: Push inventory update down to NVMeDrive
      inventory: Take sdbusplus as constructor argument
      inventory: Add updateObject() API
      nvme: Refactor inventory to enforce encapsulation
      rainier: Untangle Nisqually, Flett and Williwakas
      rainier: Get rid of type-specific probe() methods
      williwakas: Provide getIndex() for use by WilliwakasNVMeDrive instances
      nvme: Make NVMeDrive implement Device
      rainier: Push inventory operations into NVMeDrive subclasses
      inventory: Add markAbsent() method
      platform: Add FRU::removeFromInventory() method
      platform: Introduce Device::unplug()
      rainier: Implement Device::unplug() on NVMeDrive subclasses
      rainier: Implement Device::unplug() on Flett and Williwakas
      rainier: Implement Device::unplug() for Nisqually
      rainier: Implement Device::unplug() for Ingraham
      platform: Drop default implementation for Device::unplug()
      platform-fru-detect: Unplug once we're done
      platform: Add Connector
      rainier: Store devices via arrays of Connectors instead of vectors
      platform-fru-detect: Add Notifier and NotifySink
      platform: Add PolledGPIODevicePresence implementation of NotifySink
      platform: Pass a Notifier through the Device methods
      rainier: Remove Williwakas::markPresent()
      inventory: Extract abstract class from Inventory
      inventory: Add inventory::accumulate and test suite
      inventory: Add PublishWhenPresentInventoryDecorator
      platform-fru-detect: Deploy PublishWhenPresentInventoryDecorator
      rainier: Work around bugs in gpiod::line_bulk iterators
      nisqually: Remove unnecessary loops in plug() path
      rainier: Clean up dodgy GPIO request descriptions
      flett: Refactor decorateWithI2CDevice() to remove unnecessary methods
      flett: Disable drive EEPROM probing for now
      Merge pull request ibm-openbmc#3 from amboar/drive-hotplug
      rainier: Add missing throw for std::logic_error()
      platform: Rename Platform class to PlatformManager
      platform: Refactor PlatformManager to support multiple platforms
      nisqually: Remove obsolete PolledGPIODevicePresence comment
      rainier: Inject Nisqually instance into Ingraham
      nisqually: Make getFlettSlotI2CBus() a member function
      rainier: Split Nisqually 1z specifics into Nisqually1z class
      rainier: Implement support for Nisqually 0z
      rainier: Integrate support for Nisqually 0z with Rainier 0z
      inventory: Support querying FRU properties
      nisqually: Separate detection strategies for Nisqually variants
      flett: Improve logging of drive plug events
      sysfs: i2c: Remove platform include from bus implementation
      sysfs: Remove non-default copy constructors
      sysfs: i2c: Introduce SysfsI2CBus::getBusDevice()
      platform-fru-detect: Implement I2C helpers
      devices: Introduce BasicNVMeDrive
      rainier: FlettNVMeDrive is a BasicNVMeDrive
      platform: Extract PolledDevicePresence ABC from PolledGPIODevicePresence
      nvme: Add PolledBasicNVMeDrivePresence
      flett: Add mux-channel-to-drive mapping
      rainier: Integrate drive presence polling into Flett
      Merge pull request ibm-openbmc#5 from amboar/drive-metadata

Change-Id: Id13e014e840da73a6b6ddb6bcbb51b308371c418
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
rfrandse added a commit that referenced this pull request Nov 3, 2022
sandeepasingh116 (15):
  Add new toggles on CM page (#3)
  Changed connection status logic for Hypervisor console (#6)
  Remove dump download option from overview page (#9)
  Add text on user management page (#8)
  Rename the save setting button (#20)
  Add success toast (#18)
  Fix network eth1 error (#21)
  Disable date and time page (#24)
  Update password helptext (#19)
  Add info tooltip to frequency cap (#25)
  Read only user will not be able to toggle switches (#28)
  Make filters translatable (#33)
  Fix translations of vet capabilities (#35)
  fix english texts containing links (#38)
  Remove service login label for read only user (#45)

Sandeepa Singh (9):
  Update Automatic helptext (#340)
  Grey out toggle when DHCP is disabled (#338)
  Disable delete when system is powered on (#327)
  Renamed added optimization page (#346)
  Fix deconfiguration record translation bug (#360)
  Fix power page translation bug (#361)
  Operating mode is translatable now (#363)
  Fix user management page translation bugs (#365)
  Fix server power ops translation bugs (#359)

A Nikhil (4):
  PCIe topology performance improved (#337)
  AIX/LINUX and IBM i partition are only for non-HMC manage system (#318)
  Severity values is now translatable (#357)
  Enabled value taken from translation file (#362)

Kenneth Fullbright (4):
  Created real time indicator postCodeValue filter (#302)
  Fixed Deconfig table download additional data button (#328)
  Changed page "Lateral cast out" to "Added optimization" (#341)
  Added notices page (#336)

Nikhil Ashoka (26):
  pdated the text of server power ops documentation (#7)
  Displaying Sensors table one row at a time (#11)
  NTP server duplicate entry is not accepted (#4)
  Fabric Adapters Info in Inventory page (#12)
  Fixed Secure LDAP using SSL checkbox value (#2)
  Added progress bar for activate access key (#1)
  Error message displayed if fails to authenticate the user (#10)
  Memory page made HMC-managed independent (#15)
  Sorting fixed for status (#17)
  Sensors table now updating on refresh (#22)
  Secure LDAP is disabled when LDAP authentication disables (#23)
  Removed Service consoles page for read-only users (#14)
  Additional message added on Disable SSH (#30)
  Default partition value taken from translation file (#36)
  Updated password Max Limit (#26)
  New Error message displayed if fails to authenticate the user (#27)
  Added Status and roles values to the translation file (#31)
  Title translation (#34)
  Power values added to translation file (#32)
  Health and Date format taken from translation file (#37)
  Added possible property values in translation file (#39)
  Displaying System Anchor value (#40)
  Added Info tooltip to VirtualTPM (#47)
  Added max limit based on selected user (#46)
  Refresh only once after login (#42)
  Lamp test switch disabled once ON (#48)

Change-Id: I1b9ec6fb45503c445cb533a6043f4b81fa4bdf38
rfrandse added a commit that referenced this pull request Nov 28, 2022
Glukhov Mikhail (1):
  Fix tar error when packing files

Adriana Kobylak (6):
  updater: Use fw_printenv to restore field mode (#20)
  usb: Automatically reboot and update both sides
  Merge pull request #2 from zamiseck/sync-1030
  image_manager: Add check for IBM extended version format
  image_manager: Add check for IBM extended version format (#3)
  Merge pull request #5 from anoo1/1030-reboot-guard-dep

Reed Frandsen (1):
  Merge pull request #4 from zamiseck/symlink-tmp

Patrick Williams (1):
  MAINTAINERS: remove file

Andrew Geissler (1):
  ensure disable of reboot occurs after enable

Zami Seck (5):
  Initiate Dump After Code Update Failure (#27)
  Add Progress Code For USB Code Update (#31)
  Ensure /tmp/images/ Directory Does Not Fill Up (#32)
  USB Code Update: Cleanup (#39)
  Ensure only one code update occurs at a time (#33)

zamiseck (2):
  Symlink /tmp/images/ Directory To Allow For More Storage
  Clear /tmp/images/ Directory Upon Reboot

Change-Id: Ia5218c61d89fc9dc0dc6321d14a8e5c8d3e93562
rfrandse added a commit that referenced this pull request Nov 28, 2022
Glukhov Mikhail (1):
  Fix tar error when packing files

Adriana Kobylak (6):
  updater: Use fw_printenv to restore field mode (#20)
  usb: Automatically reboot and update both sides
  Merge pull request #2 from zamiseck/sync-1030
  image_manager: Add check for IBM extended version format
  image_manager: Add check for IBM extended version format (#3)
  Merge pull request #5 from anoo1/1030-reboot-guard-dep

Reed Frandsen (1):
  Merge pull request #4 from zamiseck/symlink-tmp

Patrick Williams (1):
  MAINTAINERS: remove file

Andrew Geissler (1):
  ensure disable of reboot occurs after enable

Zami Seck (5):
  Initiate Dump After Code Update Failure (#27)
  Add Progress Code For USB Code Update (#31)
  Ensure /tmp/images/ Directory Does Not Fill Up (#32)
  USB Code Update: Cleanup (#39)
  Ensure only one code update occurs at a time (#33)

zamiseck (2):
  Symlink /tmp/images/ Directory To Allow For More Storage
  Clear /tmp/images/ Directory Upon Reboot

Change-Id: Ia5218c61d89fc9dc0dc6321d14a8e5c8d3e93562
rfrandse added a commit that referenced this pull request Jan 3, 2023
Sandeepa Singh (47):
  Firmware-change (#66)
  Allow only tar file upload (#71)
  Hardware Deconfiguration Page (#84)
  Deconfig-Toggles (#110)
  Filter SNMP data (#112)
  Upload acf certificate on login page (#126)
  Hardware deconfiguration fix (#128)
  TFTP firmware update (#104)
  Add filter to remove absent dimms form GUI (#139)
  Add abiliy to sort hardware deconfig columns (#162)
  Add helptext for FQDN (#164)
  Add deconfiguration type as None (#163)
  Fix link to deconfiguration records (#155)
  Remove regex from firmware (#151)
  Add alert for HMC connection disconnect (#152)
  Update hardware deconfiguration per Demo feedback (#180)
  Remove Default option from Server power operations page (#188)
  reverting removal of Default partition environment dropdown (#190)
  Add Lateral cast out page (#177)
  fix toggle issue (#191)
  Add details on login page (#193)
  Remove TFTP server option from firmware page (#194)
  Real time post codes converted to ASCII (#207)
  fix TFTP bug (#213)
  Show/Hide ACF upload button (#214)
  Fix toggle issue (#219)
  Change the toggle text to configure/deconfigure (#223)
  Fix the sorting issue in progress logs (#240)
  Translate severity to fatal,predictive and manual (#235)
  Add Pel ID column on HW deconfiguration page (#244)
  Show FW_boot_side_current attribute value (#262)
  Added filter to remove 00000000 from post code table (#272)
  Fix toast msg for HW deconfiguration page (#251)
  Add location code of Deconfig records page (#293)
  Make memory page consistent (#308)
  Add pel id column (#332)
  Update service login condition (#326)
  Edit app nav and login file (#335)
  Update Automatic helptext (#340)
  Grey out toggle when DHCP is disabled (#338)
  Disable delete when system is powered on (#327)
  Renamed added optimization page (#346)
  Fix deconfiguration record translation bug (#360)
  Fix power page translation bug (#361)
  Operating mode is translatable now (#363)
  Fix user management page translation bugs (#365)
  Fix server power ops translation bugs (#359)

Kenneth Fullbright (85):
  Removed irrelevant fields from the VET Capabilities table (#68)
  Update Firmware page interactions when system is powered on (#51)
  Updated CSR Modal & Service login Certificate Modal (#59)
  Removed OemIBMServiceAgent from  Group Privilege list (#76)
  Updated Power saver modes descriptions (#83)
  Popup SOL Console (Host Console) not showing correct connection status (#79)
  Removed irrelevant fields from the VET Capabilities table (#93)
  Added Initiate Resource Dump Function (#103)
  Fixed password change/reset code for expired password (#125)
  Fixed global action vuex error getUsers (#120)
  Fixed 'Promise.all' related errors on Overview (#119)
  Renamed "Serial over LAN (SOL) console" page (#54)
  Fixed event log table to be fully responsive (#122)
  Prevent service user password change (#88)
  Turned dumps PHYP alert into a toast (#140)
  Repaired Service login consoles links in the navbar (#145)
  Removed LDAP from navigation on non admin role accounts (#108)
  Updated the link to consoles and other nav related items
  Refactored Power page and power page related things (#109)
  Added Power restore policy missing alert on operating mode manual (#147)
  Made non-service roles not pass default password for resource dumps (#135)
  Fixed BMC Hypervisor console switch (#159)
  Enhanced user creation and current user failed message for password change (#81)
  Fixed translation double key error (#146)
  Removed service privilege option from edit user and add user (#161)
  Enhanced resource dump error messages (#168)
  Refactored Power page code for efficiency and clarity (#158)
  Fixed init system dump from resource dump (#136)
  Added toast for invalid privilege (#172)
  Fixed Service consoles (#176)
  Fix user management delete table action (#179)
  Fixed service account resource dumps password field to allow any string (#183)
  Fixed Idle power saving missing reset button option (#184)
  Removed lower and upper limit and warning sensors (#186)
  Fixed missing fields for add user on user modal (#185)
  Fixed maximum amount of users toast error (#196)
  Fixed delete and replace function in Certificates table (#197)
  Fixed navbar missing error (#206)
  Fixed popup BMC and Hypervisor consoles. (#205)
  Fixed init system dump PHYP in standby check error (#204)
  Fixed closing console conntections. (#220)
  Fixed upload certificate button not being disabled on max certificates (#224)
  Added info tool tips on password changing fields. (#225)
  Removed operator role from add role group modal (#229) [SW550540]
  Removed Operator and NoAccess roles from desciption table (#228) [SW550558]
  Fixed proxy logout error (#226)
  Created info icon for enhanced information about power consumption (#232)
  Fixed some tables not being fully responsive (#222)
  Set autocomplete option to off for password fields (#231)
  Added dump being offloaded warning for reboot and shutdown (#241)
  Fixed system dump error messages (#238)
  Fixed factory reset to default code (#243)
  Changed OemIBMServiceAgent to ServiceAgent (#261)
  Add safe mode to user interface (#250)
  Fixed fresh install set password and login error (#263)
  Fixed DHCP delete button not disabled (#273)
  Removed unsupported ServiceAgent group from LDAP group privilege modal (#268)
  Fixed Zombie state when factory resetting (#270)
  Fixed unauthorized error toast on page loading (#267)
  Fixed firmware swapping confusion (#271)
  Fixed console connection indicators (#275)
  Fixed account polocy settings displaying not updated info on refresh (#276)
  Fixed running and backup image info render problem (#287)
  Fixed event logs not updating upon delete all button (#290)
  Fixed account policy radio buttons (#289)
  Fixed secure LDAP checkbox not showing correct values (#291)
  Fixed firmware update function (#296)
  Fixed JSON.parse error from localStorage (#298)
  Fixed factory reset function to be fully async (#306)
  Removed host console access from ReadOnly roles (#307)
  Fixed SRC Details not showing on non manual records (#300)
  Fixed page memory validation error (#313)
  Fixed location code not showing on Deconfiguration records table (#317)
  Disabled users from changing username on user management table (#321)
  Added Location codes for TPM (#324)
  Fixed console indicators not updating status (#304)
  Added Location codes for TPM (#325)
  Made more meaningful toasts (#314)
  Fixed manage access keys hyperlink being disabled problems on Firmware page (#322)
  Fixed asset tag info not showing up in modal after app refresh and tag update (#333)
  Removed hashes from files (#334)
  Created real time indicator postCodeValue filter (#302)
  Fixed Deconfig table download additional data button (#328)
  Changed page "Lateral cast out" to "Added optimization" (#341)
  Added notices page (#336)

A Nikhil (47):
  Update Inventory DIMM table (#74)
  Update Inventory Assemblies table (#87)
  Update Inventory Processors table (#86)
  Incorrect Power mode value (#89)
  Dumps available on BMC are not displayed on BMC-GUI (#72)
  Components on the hardware page not in order (#101)
  No values populated for licensed and configured cores (#91)
  Update GUI as IBM (#116)
  Rename Update Firmware access key (#117)
  Health and state field of assembly components is missing in inventory page (#99)
  Event logs add missing information (#111)
  GUI has no way to turn off System attention LED (#129)
  Event log does not show information for service (#133)
  GUI missing detailed COD (#124)
  Rename count in system table (#149)
  FCO page accepts value greater than the number of licensed cores (#142)
  Part number field is showing spare part number value (#165)
  Wrong lable on SRC for logs (#156)
  Inventory and LEDs page has two system entries (#137)
  Add toggle to enable/disable the secure version lock in (#167)
  Factory reset option should only be provided at power off (#174)
  Health in critical state after marking critical errors as resolved (#189)
  Concurrent maintenance Page (#202)
  Download implementation in Event logs (#192)
   Missing host USB enable/disable (#239)
  Prevent system power on when BMC is not in Ready state (#227)
  Adding mex chassis Info (#233)
  Mex IO enclosure firmware version not displayed (#265)
  PCIe Hardware Topology (#181)
  Warning in PcieTopology.vue (#282)
  Pcie-topology and Inventory fixes (#288)
  Unable to edit group name in the Add Role group field. (#303)
  PCIe Topology Save changes (#309)
  Invalid range for I/O Adapter enlarged capacity (#311)
  Status for both system and chassis comes as absent at host power off state (#312)
  Status for system table should be Present (#320)
  Fixed Identify LED error in MEX chassis (#330)
  Assemblies section does not has search option in Inventory page (#315)
  PCIe link width for empty slots is showing as -1 (#319)
  Warning message only in manual mode (#323)
  Fixed incorrect Identity LEDs error message (#331)
  Unwanted fields for MEX components removed (#329)
  PCIe topology performance improved (#337)
  AIX/LINUX and IBM i partition are only for non-HMC manage system (#318)
  Severity values is now translatable (#357)
  Enabled value taken from translation file (#362)
  Removed .tar.xz extension from dumps (#410)

whitesource-ets[bot] (1):
  Add .whitesource configuration file

sandeepasingh116 (17):
  Add new toggles on CM page (#3)
  Changed connection status logic for Hypervisor console (#6)
  Remove dump download option from overview page (#9)
  Add text on user management page (#8)
  Rename the save setting button (#20)
  Add success toast (#18)
  Fix network eth1 error (#21)
  Disable date and time page (#24)
  Update password helptext (#19)
  Add info tooltip to frequency cap (#25)
  Read only user will not be able to toggle switches (#28)
  Make filters translatable (#33)
  Fix translations of vet capabilities (#35)
  fix english texts containing links (#38)
  Remove service login label for read only user (#45)
  fix translation defect for server power ops (#52)
  add toogle on Policies page (#73)

Reed Frandsen (1):
  Removed alert message from Update firmware component (#90)

Gunnar Mills (3):
  Enable hmc proxy (#208)
  Update notices to 1030 (#50)
  Revert "Refresh only once after login (#42)" (#59)

Nikhil Ashoka (33):
  pdated the text of server power ops documentation (#7)
  Displaying Sensors table one row at a time (#11)
  NTP server duplicate entry is not accepted (#4)
  Fabric Adapters Info in Inventory page (#12)
  Fixed Secure LDAP using SSL checkbox value (#2)
  Added progress bar for activate access key (#1)
  Error message displayed if fails to authenticate the user (#10)
  Memory page made HMC-managed independent (#15)
  Sorting fixed for status (#17)
  Sensors table now updating on refresh (#22)
  Secure LDAP is disabled when LDAP authentication disables (#23)
  Removed Service consoles page for read-only users (#14)
  Additional message added on Disable SSH (#30)
  Default partition value taken from translation file (#36)
  Updated password Max Limit (#26)
  New Error message displayed if fails to authenticate the user (#27)
  Added Status and roles values to the translation file (#31)
  Title translation (#34)
  Power values added to translation file (#32)
  Health and Date format taken from translation file (#37)
  Added possible property values in translation file (#39)
  Displaying System Anchor value (#40)
  Added Info tooltip to VirtualTPM (#47)
  Added max limit based on selected user (#46)
  Refresh only once after login (#42)
  Lamp test switch disabled once ON (#48)
  Tab names translated in Inventory page (#54)
  Using privilege values from the translation file (#56)
  Deconfiguration type is taken from translation file (#57)
  Fabric Adapter table showing Name (#55)
  PCIe topology overlapping fix (#53)
  Added Identity LED to Fabric Adapters (#49)
  Removed Error message from Accounts verification (#44)

Dixsie Wolmers (14):
  Fix network settings defects - FQDN, link info, and MAC address (#113)
  Audit translation file (#115)
  Network settings - update DHCP section (#114)
  Add deconfiguration logs page (#121)
  Fix host console route (#157)
  Fix language dropdown on login page (#166)
  Network settings fixes - dhcp modal, edit ipv4, default gateway (#175)
  Update deconfig log table (#200)
  Update  network settings ipv4 table (#199)
  Fix network settings hostname and IUM errors (#210)
  Add  ability to edit asset tag (#211)
  Fix LDAP form values when LDAP disabled - SW546990 (#245)
  Fix deconfig records defects (#246)
  Update maintainers - Remove Dixsie and add Sandeepa (#286)

aixt9n aixt9n (2):
  i18n: KO_KR: Drop latest translated files for webui-vue (#257)
  i18n: ES_ES: Drop latest translated files for webui-vue (#258)

Change-Id: Ib5cb6cfccace5b718d22173ff1df4e8ce2a1e05c
rfrandse added a commit that referenced this pull request Mar 28, 2024
Sandeepa Singh (47):
  Firmware-change (#66)
  Allow only tar file upload (#71)
  Hardware Deconfiguration Page (#84)
  Deconfig-Toggles (#110)
  Filter SNMP data (#112)
  Upload acf certificate on login page (#126)
  Hardware deconfiguration fix (#128)
  TFTP firmware update (#104)
  Add filter to remove absent dimms form GUI (#139)
  Add abiliy to sort hardware deconfig columns (#162)
  Add helptext for FQDN (#164)
  Add deconfiguration type as None (#163)
  Fix link to deconfiguration records (#155)
  Remove regex from firmware (#151)
  Add alert for HMC connection disconnect (#152)
  Update hardware deconfiguration per Demo feedback (#180)
  Remove Default option from Server power operations page (#188)
  reverting removal of Default partition environment dropdown (#190)
  Add Lateral cast out page (#177)
  fix toggle issue (#191)
  Add details on login page (#193)
  Remove TFTP server option from firmware page (#194)
  Real time post codes converted to ASCII (#207)
  fix TFTP bug (#213)
  Show/Hide ACF upload button (#214)
  Fix toggle issue (#219)
  Change the toggle text to configure/deconfigure (#223)
  Fix the sorting issue in progress logs (#240)
  Translate severity to fatal,predictive and manual (#235)
  Add Pel ID column on HW deconfiguration page (#244)
  Show FW_boot_side_current attribute value (#262)
  Added filter to remove 00000000 from post code table (#272)
  Fix toast msg for HW deconfiguration page (#251)
  Add location code of Deconfig records page (#293)
  Make memory page consistent (#308)
  Add pel id column (#332)
  Update service login condition (#326)
  Edit app nav and login file (#335)
  Update Automatic helptext (#340)
  Grey out toggle when DHCP is disabled (#338)
  Disable delete when system is powered on (#327)
  Renamed added optimization page (#346)
  Fix deconfiguration record translation bug (#360)
  Fix power page translation bug (#361)
  Operating mode is translatable now (#363)
  Fix user management page translation bugs (#365)
  Fix server power ops translation bugs (#359)

Kenneth Fullbright (85):
  Removed irrelevant fields from the VET Capabilities table (#68)
  Update Firmware page interactions when system is powered on (#51)
  Updated CSR Modal & Service login Certificate Modal (#59)
  Removed OemIBMServiceAgent from  Group Privilege list (#76)
  Updated Power saver modes descriptions (#83)
  Popup SOL Console (Host Console) not showing correct connection status (#79)
  Removed irrelevant fields from the VET Capabilities table (#93)
  Added Initiate Resource Dump Function (#103)
  Fixed password change/reset code for expired password (#125)
  Fixed global action vuex error getUsers (#120)
  Fixed 'Promise.all' related errors on Overview (#119)
  Renamed "Serial over LAN (SOL) console" page (#54)
  Fixed event log table to be fully responsive (#122)
  Prevent service user password change (#88)
  Turned dumps PHYP alert into a toast (#140)
  Repaired Service login consoles links in the navbar (#145)
  Removed LDAP from navigation on non admin role accounts (#108)
  Updated the link to consoles and other nav related items
  Refactored Power page and power page related things (#109)
  Added Power restore policy missing alert on operating mode manual (#147)
  Made non-service roles not pass default password for resource dumps (#135)
  Fixed BMC Hypervisor console switch (#159)
  Enhanced user creation and current user failed message for password change (#81)
  Fixed translation double key error (#146)
  Removed service privilege option from edit user and add user (#161)
  Enhanced resource dump error messages (#168)
  Refactored Power page code for efficiency and clarity (#158)
  Fixed init system dump from resource dump (#136)
  Added toast for invalid privilege (#172)
  Fixed Service consoles (#176)
  Fix user management delete table action (#179)
  Fixed service account resource dumps password field to allow any string (#183)
  Fixed Idle power saving missing reset button option (#184)
  Removed lower and upper limit and warning sensors (#186)
  Fixed missing fields for add user on user modal (#185)
  Fixed maximum amount of users toast error (#196)
  Fixed delete and replace function in Certificates table (#197)
  Fixed navbar missing error (#206)
  Fixed popup BMC and Hypervisor consoles. (#205)
  Fixed init system dump PHYP in standby check error (#204)
  Fixed closing console conntections. (#220)
  Fixed upload certificate button not being disabled on max certificates (#224)
  Added info tool tips on password changing fields. (#225)
  Removed operator role from add role group modal (#229) [SW550540]
  Removed Operator and NoAccess roles from desciption table (#228) [SW550558]
  Fixed proxy logout error (#226)
  Created info icon for enhanced information about power consumption (#232)
  Fixed some tables not being fully responsive (#222)
  Set autocomplete option to off for password fields (#231)
  Added dump being offloaded warning for reboot and shutdown (#241)
  Fixed system dump error messages (#238)
  Fixed factory reset to default code (#243)
  Changed OemIBMServiceAgent to ServiceAgent (#261)
  Add safe mode to user interface (#250)
  Fixed fresh install set password and login error (#263)
  Fixed DHCP delete button not disabled (#273)
  Removed unsupported ServiceAgent group from LDAP group privilege modal (#268)
  Fixed Zombie state when factory resetting (#270)
  Fixed unauthorized error toast on page loading (#267)
  Fixed firmware swapping confusion (#271)
  Fixed console connection indicators (#275)
  Fixed account polocy settings displaying not updated info on refresh (#276)
  Fixed running and backup image info render problem (#287)
  Fixed event logs not updating upon delete all button (#290)
  Fixed account policy radio buttons (#289)
  Fixed secure LDAP checkbox not showing correct values (#291)
  Fixed firmware update function (#296)
  Fixed JSON.parse error from localStorage (#298)
  Fixed factory reset function to be fully async (#306)
  Removed host console access from ReadOnly roles (#307)
  Fixed SRC Details not showing on non manual records (#300)
  Fixed page memory validation error (#313)
  Fixed location code not showing on Deconfiguration records table (#317)
  Disabled users from changing username on user management table (#321)
  Added Location codes for TPM (#324)
  Fixed console indicators not updating status (#304)
  Added Location codes for TPM (#325)
  Made more meaningful toasts (#314)
  Fixed manage access keys hyperlink being disabled problems on Firmware page (#322)
  Fixed asset tag info not showing up in modal after app refresh and tag update (#333)
  Removed hashes from files (#334)
  Created real time indicator postCodeValue filter (#302)
  Fixed Deconfig table download additional data button (#328)
  Changed page "Lateral cast out" to "Added optimization" (#341)
  Added notices page (#336)

A Nikhil (47):
  Update Inventory DIMM table (#74)
  Update Inventory Assemblies table (#87)
  Update Inventory Processors table (#86)
  Incorrect Power mode value (#89)
  Dumps available on BMC are not displayed on BMC-GUI (#72)
  Components on the hardware page not in order (#101)
  No values populated for licensed and configured cores (#91)
  Update GUI as IBM (#116)
  Rename Update Firmware access key (#117)
  Health and state field of assembly components is missing in inventory page (#99)
  Event logs add missing information (#111)
  GUI has no way to turn off System attention LED (#129)
  Event log does not show information for service (#133)
  GUI missing detailed COD (#124)
  Rename count in system table (#149)
  FCO page accepts value greater than the number of licensed cores (#142)
  Part number field is showing spare part number value (#165)
  Wrong lable on SRC for logs (#156)
  Inventory and LEDs page has two system entries (#137)
  Add toggle to enable/disable the secure version lock in (#167)
  Factory reset option should only be provided at power off (#174)
  Health in critical state after marking critical errors as resolved (#189)
  Concurrent maintenance Page (#202)
  Download implementation in Event logs (#192)
   Missing host USB enable/disable (#239)
  Prevent system power on when BMC is not in Ready state (#227)
  Adding mex chassis Info (#233)
  Mex IO enclosure firmware version not displayed (#265)
  PCIe Hardware Topology (#181)
  Warning in PcieTopology.vue (#282)
  Pcie-topology and Inventory fixes (#288)
  Unable to edit group name in the Add Role group field. (#303)
  PCIe Topology Save changes (#309)
  Invalid range for I/O Adapter enlarged capacity (#311)
  Status for both system and chassis comes as absent at host power off state (#312)
  Status for system table should be Present (#320)
  Fixed Identify LED error in MEX chassis (#330)
  Assemblies section does not has search option in Inventory page (#315)
  PCIe link width for empty slots is showing as -1 (#319)
  Warning message only in manual mode (#323)
  Fixed incorrect Identity LEDs error message (#331)
  Unwanted fields for MEX components removed (#329)
  PCIe topology performance improved (#337)
  AIX/LINUX and IBM i partition are only for non-HMC manage system (#318)
  Severity values is now translatable (#357)
  Enabled value taken from translation file (#362)
  Removed .tar.xz extension from dumps (#410)

whitesource-ets[bot] (1):
  Add .whitesource configuration file

sandeepasingh116 (17):
  Add new toggles on CM page (#3)
  Changed connection status logic for Hypervisor console (#6)
  Remove dump download option from overview page (#9)
  Add text on user management page (#8)
  Rename the save setting button (#20)
  Add success toast (#18)
  Fix network eth1 error (#21)
  Disable date and time page (#24)
  Update password helptext (#19)
  Add info tooltip to frequency cap (#25)
  Read only user will not be able to toggle switches (#28)
  Make filters translatable (#33)
  Fix translations of vet capabilities (#35)
  fix english texts containing links (#38)
  Remove service login label for read only user (#45)
  fix translation defect for server power ops (#52)
  add toogle on Policies page (#73)

Reed Frandsen (1):
  Removed alert message from Update firmware component (#90)

Gunnar Mills (3):
  Enable hmc proxy (#208)
  Update notices to 1030 (#50)
  Revert "Refresh only once after login (#42)" (#59)

Nikhil Ashoka (33):
  pdated the text of server power ops documentation (#7)
  Displaying Sensors table one row at a time (#11)
  NTP server duplicate entry is not accepted (#4)
  Fabric Adapters Info in Inventory page (#12)
  Fixed Secure LDAP using SSL checkbox value (#2)
  Added progress bar for activate access key (#1)
  Error message displayed if fails to authenticate the user (#10)
  Memory page made HMC-managed independent (#15)
  Sorting fixed for status (#17)
  Sensors table now updating on refresh (#22)
  Secure LDAP is disabled when LDAP authentication disables (#23)
  Removed Service consoles page for read-only users (#14)
  Additional message added on Disable SSH (#30)
  Default partition value taken from translation file (#36)
  Updated password Max Limit (#26)
  New Error message displayed if fails to authenticate the user (#27)
  Added Status and roles values to the translation file (#31)
  Title translation (#34)
  Power values added to translation file (#32)
  Health and Date format taken from translation file (#37)
  Added possible property values in translation file (#39)
  Displaying System Anchor value (#40)
  Added Info tooltip to VirtualTPM (#47)
  Added max limit based on selected user (#46)
  Refresh only once after login (#42)
  Lamp test switch disabled once ON (#48)
  Tab names translated in Inventory page (#54)
  Using privilege values from the translation file (#56)
  Deconfiguration type is taken from translation file (#57)
  Fabric Adapter table showing Name (#55)
  PCIe topology overlapping fix (#53)
  Added Identity LED to Fabric Adapters (#49)
  Removed Error message from Accounts verification (#44)

Dixsie Wolmers (14):
  Fix network settings defects - FQDN, link info, and MAC address (#113)
  Audit translation file (#115)
  Network settings - update DHCP section (#114)
  Add deconfiguration logs page (#121)
  Fix host console route (#157)
  Fix language dropdown on login page (#166)
  Network settings fixes - dhcp modal, edit ipv4, default gateway (#175)
  Update deconfig log table (#200)
  Update  network settings ipv4 table (#199)
  Fix network settings hostname and IUM errors (#210)
  Add  ability to edit asset tag (#211)
  Fix LDAP form values when LDAP disabled - SW546990 (#245)
  Fix deconfig records defects (#246)
  Update maintainers - Remove Dixsie and add Sandeepa (#286)

aixt9n aixt9n (2):
  i18n: KO_KR: Drop latest translated files for webui-vue (#257)
  i18n: ES_ES: Drop latest translated files for webui-vue (#258)

Change-Id: Ib5cb6cfccace5b718d22173ff1df4e8ce2a1e05c
rfrandse added a commit that referenced this pull request Mar 28, 2024
…-bmc-code-mgmt: downstream srcrev bump 0890ab9453..44598d1654 (#3451)

* phosphor-bmc-code-mgmt: downstream srcrev bump 0890ab9453..44598d1654

George Liu (7):
  usb: Initialize USB Code Update
  usb: Copy image file to /tmp/images via USB
  usb: Add utility for D-Bus
  usb: Update the RequestedActivation property
  usb: Add service and rules files
  Add GeorgeLiu as the Reviewer
  Fix the core dump by using filesystem error_code

Lakshmi Yadlapati (1):
  u-boot mirroring support

moni kumar (1):
  Removed reset of the interface ActivationProgress

Isaac Kurth (4):
  gen-bios-tar: fix shellcheck warnings
  obmc-flash-bmc: fix shellcheck warnings
  Enable shellcheck
  field mode: restore works on all systems

Thang Tran (1):
  Create ActivationBlocksTransition before write HOST BIOS image

Glukhov Mikhail (2):
  Fix tar error when packing files
  Added ExtendedVersion creation to gen-bios-tar

Adriana Kobylak (16):
  updater: Introduce the concept of flash id
  serialize: Use flash id instead of version id
  Use flash id to write image to flash
  Determine functional versions from mount directory
  Support uploading same image for multiple times
  updater: Add activations after versions
  sync-once: Fix shellcheck warnings
  version: Change error to info for missing MANIFEST fields
  usb: Automatically reboot and update both sides
  image_manager: Add check for IBM extended version format (#3)
  uak: Add sync method
  utils: add getSubTree
  UAK: Dynamically read object path from subtree
  UAK: Add support to sync to op-panel VPD
  msl: Store Min Ship Level in VPD (#47)
  msl: Set the VPD msl to the current version (#49)

Konstantin Aladyshev (1):
  Correct link to the Software Architecture document

Reed Frandsen (1):
  Merge pull request #9 from anoo1/1050-uak

Brad Bishop (1):
  treewide: remove dependencies on mapper.target

Justin Ledford (1):
  Add support for Inventory.Decorator.Compatible

Patrick Williams (8):
  meson: simplify dependencies
  sdbusplus: object: don't use 'bool' argument constructor
  OWNERS: switch 'matches' to 'matchers'
  sdbusplus: use shorter type aliases
  MAINTAINERS: remove file
  meson: remove oe-sdk support
  prettier: re-format
  beautysh: re-format

Lei YU (17):
  meson: Fix deprecated meson warnings
  cleanup: Fix warnings found by cppcheck
  item_updater: Fix crash in updateUbootEnvVars()
  dual-image: Mount alt dirs
  dual-image: Always create os-release symlink
  dual-image: Do not erase image if os-release is not found
  dual-image: Detect the running image slot
  dual-image: Set priority for primary and secondary flash
  dual-image: Add alt-rwfs-dir config
  dual-image: Sync files before sync-manager starts
  dual-image: Remove the functional check on delete
  dual-image: Implement BMC update when running on secondary
  dual-image: remount alt partitions during update
  dual-image: Add reset-cs0-aspeed to reset the CS
  dual-image: Fix the install of obmc-flash-bmc-alt@.service
  obmc-flash-bmc: Ignore SC2295
  image-verify: Skip full verify for non-BMC images

Zami Seck (5):
  Add Progress Code For USB Code Update (#31)
  Ensure /tmp/images/ Directory Does Not Fill Up (#32)
  Ensure only one code update occurs at a time (#33)
  UAK Emergency Bypass Fix (#40)
  Initiate Dump After Code Update Failure (#27)

Andrew Geissler (9):
  make getproperty a templated function
  side-switch: introduce new bmc update feature
  side-switch: check priority of running image
  side-switch: power off chassis in prep for update
  side-switch: set power restore policy to always-on
  side-switch: request bmc reboot to switch to new image
  side-switch: add service to run side-switch function
  side-switch: ensure both host and chassis off
  ensure disable of reboot occurs after enable

zamiseck (8):
  ItemUpdater::erase() : Fixed double delete
  Signature Validation : Change Error Thrown
  Change location of MSL error
  Symlink /tmp/images/ Directory To Allow For More Storage
  Clear /tmp/images/ Directory Upon Reboot
  UAK : add support for access key checking
  UAK : adds access key verification to activation process
  UAK Validation: Change error thrown

Change-Id: I939f8144ffe9065e5ae54bc40110e60470cf106a

* phosphor-bmc-code-mgmt: u-boot mirroring support

Lakshmi Yadlapati (1):
      u-boot mirroring support

Change-Id: Ia817b6af5e0b2ef3312e5b05c05ca0a38d4f39de
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Signed-off-by: Lakshmi Yadlapati <lakshmiy@us.ibm.com>

Co-authored-by: Andrew Geissler <openbmcbump-github@yahoo.com>
rfrandse added a commit that referenced this pull request Mar 28, 2024
… (#3500)

Jian Zhang (1):
  Fix rsync unexpectly skip file

Zami Seck (5):
  Add Progress Code For USB Code Update (#31)
  Ensure /tmp/images/ Directory Does Not Fill Up (#32)
  Ensure only one code update occurs at a time (#33)
  UAK Emergency Bypass Fix (#40)
  Initiate Dump After Code Update Failure (#27)

Andrew Geissler (1):
  side-switch: adapt do chassis state instance change

Adriana Kobylak (8):
  usb: Automatically reboot and update both sides
  image_manager: Add check for IBM extended version format (#3)
  uak: Add sync method
  utils: add getSubTree
  UAK: Dynamically read object path from subtree
  UAK: Add support to sync to op-panel VPD
  msl: Store Min Ship Level in VPD (#47)
  msl: Set the VPD msl to the current version (#49)

zamiseck (5):
  Symlink /tmp/images/ Directory To Allow For More Storage
  Clear /tmp/images/ Directory Upon Reboot
  UAK : add support for access key checking
  UAK : adds access key verification to activation process
  UAK Validation: Change error thrown

Change-Id: I61d82bf7168816bae94e7fafb764114080980da7
rfrandse added a commit that referenced this pull request Mar 28, 2024
ArchanaKakani (1):
  Assemble lids to create a code update image tar ball (#14)

Adriana Kobylak (12):
  mmc: Run fsck on the alternate image and hostfw
  mmc: Don't remove hostfw if it's not being updated
  usb: Automatically reboot and update both sides
  image_manager: Add check for IBM extended version format (#3)
  uak: Add sync method
  utils: add getSubTree
  UAK: Dynamically read object path from subtree
  UAK: Add support to sync to op-panel VPD
  msl: Store Min Ship Level in VPD (#47)
  msl: Set the VPD msl to the current version (#49)
  msl: reset: Set MSL to version of subsequent update (#51)
  Marker LID Validation: Add minimum ship level check (#21)

Konstantin Aladyshev (1):
  meson: Disable 'verify-signature' option by default

sagisin (2):
  Marker LID Validation: Create Validate API infrastructure (#13)
  Marker LID Validation : Define validation dbus interface Backend (#17)

Patrick Williams (4):
  meson: remove deprecated get_pkgconfig_variable
  clang-format: copy latest and re-format
  fix GCC 13 issues
  build: upgrade to C++23

Andrew Geissler (2):
  systemd: no installation in templated targets
  clang16: required downstream changes

Zami Seck (5):
  Add Progress Code For USB Code Update (#31)
  Ensure /tmp/images/ Directory Does Not Fill Up (#32)
  Ensure only one code update occurs at a time (#33)
  UAK Emergency Bypass Fix (#40)
  Initiate Dump After Code Update Failure (#27)

zamiseck (5):
  Symlink /tmp/images/ Directory To Allow For More Storage
  Clear /tmp/images/ Directory Upon Reboot
  UAK : add support for access key checking
  UAK : adds access key verification to activation process
  UAK Validation: Change error thrown

Change-Id: I12341e036004bd69f88baab063f73da90d2d2ac2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants