aa5e950b | 23-Feb-2021 |
Yoshie Muranaka <yoshiemuranaka@gmail.com> |
Move Dumps page components to main view and store directories
This commit will move away from storing env specific component views and store modules in the env directory. This will help simplify the
Move Dumps page components to main view and store directories
This commit will move away from storing env specific component views and store modules in the env directory. This will help simplify the file structure for dotenv customizations. The env directory will only store modifications to the main store register, router definitions, and app navigation.
Pages that are "hidden" by default, like dumps, would still need to be imported and registered in the specific environments.
Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com> Change-Id: Ia5ad76235e00127281f3fa564cb89ec2ca2e0f25
show more ...
|
33d755f4 | 18-Feb-2021 |
Yoshie Muranaka <yoshiemuranaka@gmail.com> |
Update the default firmware page
- Minor updates made to the general layout and styles - Changes to some page copy - Moves update firmware form to bottom of page - Adds dynamic TFTP upload optio
Update the default firmware page
- Minor updates made to the general layout and styles - Changes to some page copy - Moves update firmware form to bottom of page - Adds dynamic TFTP upload option - Adds dynamic card layout for BMC and host firmwre - 2 cards for combined - 4 cards for separate - Removes FirmwareSingleImage components that were used for IBM builds
Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com> Change-Id: Ib5465ecc30dd1505824bf41c82d33b7655d5e598
show more ...
|
2ef11475 | 04-Feb-2021 |
SurenNeware <sneware9@in.ibm.com> |
Correct client sessions displayed data
- Used ClientID data property for client ID and ClientOriginIPAddress for IP address.
Signed-off-by: Suren Neware <sneware9@in.ibm.com> Change-Id: Ib39f5caf
Correct client sessions displayed data
- Used ClientID data property for client ID and ClientOriginIPAddress for IP address.
Signed-off-by: Suren Neware <sneware9@in.ibm.com> Change-Id: Ib39f5cafe407cb9abc2aec802935bf2dab62486a
show more ...
|
157d2ffe | 16-Dec-2020 |
Dixsie Wolmers <dixsie@ibm.com> |
Add DHCP enable to Network Settings page
- Adds ability to disable or enable DHCP from UI. - Displays DHCP addresses in table. - Displays only Static addresses in Static table
Note for testing:
Add DHCP enable to Network Settings page
- Adds ability to disable or enable DHCP from UI. - Displays DHCP addresses in table. - Displays only Static addresses in Static table
Note for testing: - If BMC does not have a DHCP server on the network when enabling DHCP then system will go down (no IP addresses will be available)
Signed-off-by: Dixsie Wolmers <dixsie@ibm.com> Change-Id: I4a9e6e13a80bcac8233e4382c0f4accc59c8adb8
show more ...
|
dada89cf | 01-Feb-2021 |
Yoshie Muranaka <yoshiemuranaka@gmail.com> |
Add property check on Server power operations page
Check for LastResetTime value before attempting to create a Date object. The error causes the page to hang when attempting different actions from t
Add property check on Server power operations page
Check for LastResetTime value before attempting to create a Date object. The error causes the page to hang when attempting different actions from the page.
Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com> Change-Id: Ia2d754e430d1d3ad69f04d3c350c68ca35fa5375
show more ...
|
bbf896c2 | 27-Jan-2021 |
SurenNeware <sneware9@in.ibm.com> |
Change system indicatorLED property
- Changed system IndicatorLED property to use LocationIndicatorActive and updated SystemStore for same.
Signed-off-by: Suren Neware <sneware9@in.ibm.com> Chang
Change system indicatorLED property
- Changed system IndicatorLED property to use LocationIndicatorActive and updated SystemStore for same.
Signed-off-by: Suren Neware <sneware9@in.ibm.com> Change-Id: I0083034b7a8993074262a1e2b60c5829f8519dbe
show more ...
|
be6858c0 | 16-Dec-2020 |
Sukanya Pandey <sukapan1@in.ibm.com> |
Add power restore policy page
- This page will show how the system boots once power is restored after a power disturbance.
- API used to fetch the JSON: /redfish/v1/JsonSchemas/ComputerSystem/C
Add power restore policy page
- This page will show how the system boots once power is restored after a power disturbance.
- API used to fetch the JSON: /redfish/v1/JsonSchemas/ComputerSystem/ComputerSystem.json - API used to fetch the current policy and to save updated policy: /redfish/v1/Systems/system/
Signed-off-by: Sukanya Pandey <sukapan1@in.ibm.com> Change-Id: I203bd3c5d26071b882cce6b9950cdb3fb1deb212
show more ...
|
c5c2ae99 | 09-Dec-2020 |
Sukanya Pandey <sukapan1@in.ibm.com> |
Show asset name in the app header
Signed-off-by: Sukanya Pandey <sukapan1@in.ibm.com> Change-Id: If5394604d6c91b3604eaadb33178376fe6da672c |
34efde29 | 02-Dec-2020 |
Sukanya Pandey <sukapan1@in.ibm.com> |
Add client sessions page
- This page will show the list of sessions that are currently connected to the BMC.
APIs used: - To get all the sessions API used is `/redfish/v1/SessionService/Sessions`
Add client sessions page
- This page will show the list of sessions that are currently connected to the BMC.
APIs used: - To get all the sessions API used is `/redfish/v1/SessionService/Sessions` - To delete the sessions API used is `/redfish/v1/SessionService/Sessions/<session id>`
Signed-off-by: Sukanya Pandey <sukapan1@in.ibm.com> Change-Id: Ia81f62cbbea749809b9b7f7e62356cfe2db7fc18
show more ...
|
8f030bac | 07-Dec-2020 |
Dixsie Wolmers <dixsie@ibm.com> |
Add security settings page
Adds ability to enable/disable: - SSH protocol - IPMI protocol
Signed-off-by: Dixsie Wolmers <dixsie@ibm.com> Change-Id: I2430a46343dd8756ef75fcc3cb068df8d51dd415 |
11bafca8 | 01-Dec-2020 |
Yoshie Muranaka <yoshiemuranaka@gmail.com> |
Fix server LED switch value on error
Add error state handling in the ServerLed store to make sure the UI accurately reflects the state if there is an error.
Signed-off-by: Yoshie Muranaka <yoshiemu
Fix server LED switch value on error
Add error state handling in the ServerLed store to make sure the UI accurately reflects the state if there is an error.
Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com> Change-Id: I7f3647df9f5a32e241005eb7058a7cda1e0ba36a
show more ...
|
6483544a | 29-Nov-2020 |
Derick Montague <derick.montague@ibm.com> |
Refactor server LED indicator variable naming
- Make name consistent between both Overview and Server LED views
Signed-off-by: Derick Montague <derick.montague@ibm.com> Change-Id: I36601b603bfeb4e9
Refactor server LED indicator variable naming
- Make name consistent between both Overview and Server LED views
Signed-off-by: Derick Montague <derick.montague@ibm.com> Change-Id: I36601b603bfeb4e9f2b782641dd2813882466c21
show more ...
|
1dedbdf2 | 30-Nov-2020 |
Yoshie Muranaka <yoshiemuranaka@gmail.com> |
Fix two file switch firmware bug
Fixed spelling errors in FirmwareStore
Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com> Change-Id: I08741ec981f902816c4e4c7063c6e337da9ca9f4 |
2aac4d33 | 24-Nov-2020 |
SurenNeware <sneware9@in.ibm.com> |
Update indicator LED switch using another property
- Update indicator LED redfish endpoint based on 'LocationIndicatorActive' property. - Updated both ServerLED and Overview page.
Signed-off-by: Su
Update indicator LED switch using another property
- Update indicator LED redfish endpoint based on 'LocationIndicatorActive' property. - Updated both ServerLED and Overview page.
Signed-off-by: Suren Neware <sneware9@in.ibm.com> Change-Id: Id47133e4834b658d49911be87d93f7985519a6d2
show more ...
|
09e25855 | 17-Nov-2020 |
Konstantin Aladyshev <aladyshev22@gmail.com> |
Add thresholds for Fan sensors
Add lower/upper non-critical/critical tresholds for Fan sensors
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com> Change-Id: I8588af6e1fb6a3a9f74730de3f3ab0
Add thresholds for Fan sensors
Add lower/upper non-critical/critical tresholds for Fan sensors
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com> Change-Id: I8588af6e1fb6a3a9f74730de3f3ab0cee0110962
show more ...
|
2f6d5520 | 28-Oct-2020 |
Sukanya Pandey <sukapan1@in.ibm.com> |
Delete all selected event logs
-Earlier all the event logs were deleted ID wise. -Now when all logs are selected then below API will be called to delete all the logs. -API : '/redfish/v1/Systems/sys
Delete all selected event logs
-Earlier all the event logs were deleted ID wise. -Now when all logs are selected then below API will be called to delete all the logs. -API : '/redfish/v1/Systems/system/LogServices/EventLog/Actions/LogService.ClearLog'.
Signed-off-by: Sukanya Pandey <sukapan1@in.ibm.com> Change-Id: Ib7026a4fe3c324e6a998be747325f379a944f1c8
show more ...
|
602e98aa | 21-Oct-2020 |
Derick Montague <derick.montague@ibm.com> |
Update linting packages to use latest
- 99% of changes were small syntax changes that were changed by the lint command. There were a couple of small manual changes to meet the property order pattern
Update linting packages to use latest
- 99% of changes were small syntax changes that were changed by the lint command. There were a couple of small manual changes to meet the property order patterns established as part of the vue:recommended guidelines.
There are rules that were set from errors to warnings and new stories are being opened to address those issues.
Testing: - Successfully ran npm run serve - Successfully ran npm run lint - Verified functionality works as expected, e.g. success and failure use cases - Resolved any JavaScript errors thrown to the console
Signed-off-by: Derick Montague <derick.montague@ibm.com> Change-Id: Ie082f31c73ccbe8a60afa8f88a9ef6dbf33d9fd2
show more ...
|
98bb24eb | 06-Oct-2020 |
Yoshie Muranaka <yoshiemuranaka@gmail.com> |
Add two file firmware update
Adds the ability to upload separate Host and BMC firmware images through the GUI. By default, the two file firmware update page will be shown. Changes to the .env config
Add two file firmware update
Adds the ability to upload separate Host and BMC firmware images through the GUI. By default, the two file firmware update page will be shown. Changes to the .env configurations will enable the single file upload page. The IBM env is configured to allow single file firmware update.
Two file upload features: - File upload through local workstation or tftp server - Reboot from backup BMC image - Does not have ability to reboot from backup host image - Does not implement checks in GUI for host status, which is the same as what we have in phosphor-webui
Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com> Change-Id: Ibf2a2d9ffc3952dd5a5454c723350c61d9f91c3e
show more ...
|
d624dae9 | 21-Sep-2020 |
Yoshie Muranaka <yoshiemuranaka@gmail.com> |
Add support for mutual TLS
Adding check for 'IsAuthenticated' cookie in AuthenticationStore and adding a check in created hook for AppHeader component because it is visible on all authenticated page
Add support for mutual TLS
Adding check for 'IsAuthenticated' cookie in AuthenticationStore and adding a check in created hook for AppHeader component because it is visible on all authenticated pages.
Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com> Change-Id: Ic558c9c45fd3f5874c8c516cb6bc005cba4946e2
show more ...
|
dd6aa0aa | 08-Oct-2020 |
Sukanya Pandey <sukapan1@in.ibm.com> |
Show error toast notification on unauthorized access
-When 403 status code which is an unauthorized access occured -show error toast notification.
Signed-off-by: Sukanya Pandey <sukapan1@in.ibm.c
Show error toast notification on unauthorized access
-When 403 status code which is an unauthorized access occured -show error toast notification.
Signed-off-by: Sukanya Pandey <sukapan1@in.ibm.com> Change-Id: I55fa7052073f87f28c3584b68fd4e84247a4237e
show more ...
|
61859097 | 30-Sep-2020 |
SurenNeware <sneware9@in.ibm.com> |
Update relative path imports to use '@' alias
- Add '@/' instead of '../../../'
Signed-off-by: Suren Neware <sneware9@in.ibm.com> Change-Id: Ida1dc26f2bd62f38914a74b729ee8fd143c360ac |
7ee53240 | 14-Oct-2020 |
Yong Li <yong.b.li@linux.intel.com> |
Catch the TypeError in sensors page
On the sensors page, there is the below error and some sensors are missing: Uncaught (in promise) TypeError: Cannot read property 'LowerCaution' of undefined
The
Catch the TypeError in sensors page
On the sensors page, there is the below error and some sensors are missing: Uncaught (in promise) TypeError: Cannot read property 'LowerCaution' of undefined
The root cause is that some sensors do not support all these Thresholds properties, add the checking to catch such errors.
Tested: These sensors in redfish/v1/Chassis/$id/Sensors/ can be displayed in sensors web page
Signed-off-by: Yong Li <yong.b.li@linux.intel.com> Change-Id: Ic80048045ee8e293e693811c246723557489fb35
show more ...
|
d227f1cc | 06-Oct-2020 |
Yoshie Muranaka <yoshiemuranaka@gmail.com> |
Refactor firmware store to get backup from SoftwareImages
Eliminates an extra call to find the system backup firmware image.
Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com> Change-Id: I82
Refactor firmware store to get backup from SoftwareImages
Eliminates an extra call to find the system backup firmware image.
Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com> Change-Id: I82e36c6b8982dc3bfbdfb57c9ee143c1367e7c9e
show more ...
|
49dbdd26 | 24-Sep-2020 |
Yoshie Muranaka <yoshiemuranaka@gmail.com> |
Fix error on Hardware status page
Setting default value for processors to an empty array to avoid error "TypeError: Cannot read property 'length' of null" caused when attempting to calculate the tot
Fix error on Hardware status page
Setting default value for processors to an empty array to avoid error "TypeError: Cannot read property 'length' of null" caused when attempting to calculate the total table count on initial load.
Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com> Change-Id: I2e3af184f7f7649bed96cd4fd994fb3ee24ff28f
show more ...
|
2224ece3 | 02-Sep-2020 |
Mateusz Gapski <mateuszx.gapski@intel.com> |
Add loading image from external server
Signed-off-by: Mateusz Gapski <mateuszx.gapski@intel.com> Change-Id: Ie9793b25fdee0f438d64aafe0978d75025800cb8 |