| 2897447b | 05-Jan-2023 |
Sivaprabu Ganesan <sivaprabug@ami.com> |
Enhanced User Management page error message
Description 1: When WebUI creates the user with an already existing username the error message will display the exact failure reason.
Tested: Step 1: Log
Enhanced User Management page error message
Description 1: When WebUI creates the user with an already existing username the error message will display the exact failure reason.
Tested: Step 1: Login to webUI and navigate to user management page Step 2: Create new user with username "testUser1" Step 3: Create another user with same username "testUser1" Step 4: WEB UI will through the error message as "Username 'testuser1' already exists."
Description 2: User can able to disable and change the root user via WebUI Now restricted to disable the root user and changing the root user privilege.
Tested: Step 1: Login to Web UI with root user Step 2: Navigate to User management page Step 3: Try to modify the root user's details Step 4: WebUI won't allow to disable the user, username change and privilege change Step 5: Login Web UI with non-root user Step 6: Web UI won't allow to modify or delete the root user's details
Change-Id: I0e38215b51fb058984664ec38ae9613e18043ed7 Signed-off-by: Sivaprabu Ganesan <sivaprabug@ami.com>
show more ...
|
| 9298ea3f | 11-Jan-2023 |
kirankumarb07 <kirankumarb@ami.com> |
Fixed sensor mismatch issue with IPMI and redfish
Description: The sensor count in WebUI is mismatched when compared to IPMI and REDFISH responses. When Web UI is iterating the sensor response prope
Fixed sensor mismatch issue with IPMI and redfish
Description: The sensor count in WebUI is mismatched when compared to IPMI and REDFISH responses. When Web UI is iterating the sensor response property, the iteration is stopped when the key value is undefined. As a result, the sensor details in the web UI are incorrect. So added the code changes to check the property value in every iteration, whether the value is present or not.
Tested: Step 1: Login to WEB UI Step 2: Navigate to Hardware Status and Sensors Step 3: Check the sensor details with IPMI and redfish response Step 4: All the sensors and those details in the IPMI and redfish response are listing in Web UI
Change-Id: Icf5098b3dd2413851e755d9ede17a8501cbb7411 Signed-off-by: Kirankumar Ballapalli <kirankumarb@ami.com>
show more ...
|
| c72f1e3e | 06-Jan-2023 |
Sivaprabu Ganesan <sivaprabug@ami.com> |
Added encodeURIComponent to CSR certificate
Description 1: Downloading the CSR certificate data value without encodeURIComponent function is not supported in Firefox So added the encodeURIComponent
Added encodeURIComponent to CSR certificate
Description 1: Downloading the CSR certificate data value without encodeURIComponent function is not supported in Firefox So added the encodeURIComponent function to download the csr certificate
Tested: Step 1: Launch WEBUI on firefox Step 2: Navigate to Security and access, Certificates Page Step 3: Generate and Download CSR certificate (KeyPair Algorithm - EC and Key curve id - secp521r1) Step 4: After CSR Downloaded, copy the downloaded file to any of the linux machine Step 5: Try to create an https/ldap certificate via openssl on linux machine
Result: Able to download the CSR certificate successfully and able to create https/ldap certificate via openssl
Description 2: While downloading the generated csr via Web UI, the csr file is getting downloaded as ".txt" file but it should download as ".csr" file So changed the extension to ".csr"
Tested: Step 1: Login to Web UI. Step 2: Navigate to Security and access, Certificates Page Step 3: Click Generate CSR Button and fill the required details Step 4: Click Generate CSR from the popup modal. Step 5: After CSR Generated an prompt will open and it will show download and copy option. In that select download, the csr certificate will download with ".csr" extension
Change-Id: Ice176006a95afd53845d7696ce0eac88f02b1096 Signed-off-by: Sivaprabu Ganesan <sivaprabug@ami.com>
show more ...
|
| 83ca596d | 25-Nov-2022 |
glukhov.mikhail <mikl@greenfil.ru> |
Fix SOL status
Only when the host is turned off should the status be "Disconnected". For other host states, the SOL status should be Connected.
Test: enabled my host in DiagnosticMode. Now SOL stat
Fix SOL status
Only when the host is turned off should the status be "Disconnected". For other host states, the SOL status should be Connected.
Test: enabled my host in DiagnosticMode. Now SOL status is "Connected", before the patch it was "Disconnected
Signed-off-by: glukhov.mikhail <mikl@greenfil.ru> Change-Id: I000b181f71d7ee5bd243a3c6a6d03ea7a9ea0ef7
show more ...
|
| ba60e9c3 | 21-Nov-2022 |
Glukhov Mikhail <mikl@greenfil.ru> |
Removed the MemorySize
Removed the MemorySize field for DIMMs, because it is missing in Redfish ``` https://www.dmtf.org/sites/default/files/standards/documents/DSP8010.zip ```
Change-Id: I12f37a60
Removed the MemorySize
Removed the MemorySize field for DIMMs, because it is missing in Redfish ``` https://www.dmtf.org/sites/default/files/standards/documents/DSP8010.zip ```
Change-Id: I12f37a601e429060765960f3c66b5249b84eabe7 Signed-off-by: Glukhov Mikhail <mikl@greenfil.ru>
show more ...
|
| 7385e139 | 08-Dec-2022 |
Patrick Williams <patrick@stwcx.xyz> |
prettier: re-format
Prettier is enabled in openbmc-build-scripts on Markdown, JSON, and YAML files to have consistent formatting for these file types. Re-run the formatter on the whole repository.
prettier: re-format
Prettier is enabled in openbmc-build-scripts on Markdown, JSON, and YAML files to have consistent formatting for these file types. Re-run the formatter on the whole repository.
Change-Id: I2804ee3ab5ff6bcbf986b028db2fafec8e616779 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
| b24a483e | 02-Nov-2022 |
Konstantin Aladyshev <aladyshev22@gmail.com> |
Display DIMM identify LED element only if LED is present
If identify LED for the DIMM module is not present, don't display control element for it.
Signed-off-by: Konstantin Aladyshev <aladyshev22@g
Display DIMM identify LED element only if LED is present
If identify LED for the DIMM module is not present, don't display control element for it.
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com> Change-Id: I30f7e3ad9333874bbeb2050c421baf509bb833fc
show more ...
|
| 946535f3 | 24-Oct-2022 |
wangqi02 <wangqi02@inspur.com> |
Fix In-page "Refresh" button doesn't update sensor readings
The reason for this problem is uniqBy always keep the first one when removing repetition
Resolves: https://github.com/openbmc/webui-vue/i
Fix In-page "Refresh" button doesn't update sensor readings
The reason for this problem is uniqBy always keep the first one when removing repetition
Resolves: https://github.com/openbmc/webui-vue/issues/60
Change-Id: Iec87d7845e694b0f2a14de4061ae113eac492fc0 Signed-off-by: wangqi02 <wangqi02@inspur.com>
show more ...
|
| ed7278a2 | 26-Sep-2022 |
glukhov.mikhail <mikl@greenfil.ru> |
Added correct diagnostic mode display
Before the patch, the diagnostic mode was displayed as "Not available", after the patch "Diagnostic mode".
Test: in the console run the command "busctl set-pro
Added correct diagnostic mode display
Before the patch, the diagnostic mode was displayed as "Not available", after the patch "Diagnostic mode".
Test: in the console run the command "busctl set-property xyz.openbmc_project.State.Host \ /xyz/openbmc_project/state/host0 \ xyz.openbmc_project.State.Host CurrentHostState \ s "xyz.openbmc_project.State.Host.HostState.DiagnosticMode". open the "Server power operations" page, check the Server status
Signed-off-by: glukhov.mikhail <mikl@greenfil.ru> Change-Id: I90d04e05188eb92c4c4b38fe578ae36db0424b5c
show more ...
|
| ef96c6d9 | 01-Mar-2022 |
Damian Celico <damianx.celico@intel.com> |
Add env variable toggle event logs delete button
Delete button in event logs page is shown or hidden based on the enviroment variable VUE_APP_EVENT_LOGS_DELETE_BUTTON_ENABLED
Signed-off-by: Damian
Add env variable toggle event logs delete button
Delete button in event logs page is shown or hidden based on the enviroment variable VUE_APP_EVENT_LOGS_DELETE_BUTTON_ENABLED
Signed-off-by: Damian Celico <damianx.celico@intel.com> Change-Id: I10a46f5ef147865f954e6f94bcefec5c280ad3ea
show more ...
|
| f7dd1bdf | 19-Oct-2022 |
Konstantin Aladyshev <aladyshev22@gmail.com> |
RU: Server manufacturer and Firmware version on Overview tab
Add russian translations that were missed in a commit 112dbb266e659e252e42f2230ddb4a80a467da20 ("Server manufacturer and Firmware version
RU: Server manufacturer and Firmware version on Overview tab
Add russian translations that were missed in a commit 112dbb266e659e252e42f2230ddb4a80a467da20 ("Server manufacturer and Firmware version on Overview tab").
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com> Change-Id: I17994d86f10a3bd860d493af7045214aa3c66800
show more ...
|
| 992140b1 | 19-Oct-2022 |
Konstantin Aladyshev <aladyshev22@gmail.com> |
RU: Check certificate file extension
Add russian translations that were missed in a commit 31fb2b96a58492c3214197685787f42f305a42ad ("Check certificate file extension").
Signed-off-by: Konstantin A
RU: Check certificate file extension
Add russian translations that were missed in a commit 31fb2b96a58492c3214197685787f42f305a42ad ("Check certificate file extension").
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com> Change-Id: I99facf93497cc62326638db79bdd6a4930b857d7
show more ...
|
| df8cf6ac | 14-Jun-2022 |
wangqi02 <wangqi02@inspur.com> |
Fix an undefined issue in UT
Change-Id: Id9bbacb752c142f712e4e5e752b74c5bac848d81 Signed-off-by: wangqi02 <wangqi02@inspur.com> |
| 112dbb26 | 25-Feb-2022 |
MichalX Szopinski <michalx.szopinski@intel.com> |
Server manufacturer and Firmware version on Overview tab
Add "Server manufacturer" and "Firmware version" to "Server information" card in Overview tab.
Signed-off-by: MichalX Szopinski <michalx.szo
Server manufacturer and Firmware version on Overview tab
Add "Server manufacturer" and "Firmware version" to "Server information" card in Overview tab.
Signed-off-by: MichalX Szopinski <michalx.szopinski@intel.com> Change-Id: If02516b1b721920f83c5fe42a7c5e79fbb1825ca
show more ...
|
| 31fb2b96 | 27-Jun-2022 |
Damian Celico <damianx.celico@intel.com> |
Check certificate file extension
Checking the file extension type of uploaded certificates to redfish. Sends the file only if the file type is correct, otherwise shows error.
Signed-off-by: Damian
Check certificate file extension
Checking the file extension type of uploaded certificates to redfish. Sends the file only if the file type is correct, otherwise shows error.
Signed-off-by: Damian Celico <damianx.celico@intel.com> Change-Id: Idfc790bc8967333aed66c5c128334af4231dbea3
show more ...
|
| d9566225 | 21-Jul-2022 |
Gunnar Mills <gmills@us.ibm.com> |
Remove Dixsie as a Maintainer
Dixsie is moving to another project. Thank you Dixsie for all your work on the project!
Change-Id: I0d0a0127d83247a5b25c0f75a19e0b01462dd4e5 Signed-off-by: Gunnar Mill
Remove Dixsie as a Maintainer
Dixsie is moving to another project. Thank you Dixsie for all your work on the project!
Change-Id: I0d0a0127d83247a5b25c0f75a19e0b01462dd4e5 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
show more ...
|
| 10d51bda | 21-Jul-2022 |
Gunnar Mills <gmills@us.ibm.com> |
Add Sandeepa Singh as Maintainer
Sandeepa has made many contributions to webui-vue. https://gerrit.openbmc.org/q/owner:sandeepa.singh%2540ibm.com+status:merged
If others are interested in maintaini
Add Sandeepa Singh as Maintainer
Sandeepa has made many contributions to webui-vue. https://gerrit.openbmc.org/q/owner:sandeepa.singh%2540ibm.com+status:merged
If others are interested in maintaining or being a reviewer and feel they have the experience please push a commit.
Change-Id: I2a31b33d79aae3d9fc43d37756ee16d115df7f7c Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
show more ...
|
| 214dafe8 | 20-Jul-2022 |
Gunnar Mills <gmills@us.ibm.com> |
Remove old MAINTAINERS file
The OWNERS file has replaced the function of the MAINTAINERS file.
Tested: Documentation only. The same change to bmcweb here: https://github.com/openbmc/bmcweb/commit/3
Remove old MAINTAINERS file
The OWNERS file has replaced the function of the MAINTAINERS file.
Tested: Documentation only. The same change to bmcweb here: https://github.com/openbmc/bmcweb/commit/3862cb1ddae1d44e41331c896d53d6852f545286
Change-Id: I5d995075f1d521170e37e9be09f5d5747dad7b1b Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
show more ...
|
| 46d7a1fc | 22-Jul-2022 |
Patrick Williams <patrick@stwcx.xyz> |
OWNERS: switch 'matches' to 'matchers'
The original OWNERS template had a mistake which used 'matches' instead of the field supported by the Gerrit plugin 'matchers'. Update the OWNERS file to have
OWNERS: switch 'matches' to 'matchers'
The original OWNERS template had a mistake which used 'matches' instead of the field supported by the Gerrit plugin 'matchers'. Update the OWNERS file to have the correct field.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ic540dac119b1b09b5f075c4623afb5adc39b1bde
show more ...
|
| f763cd2e | 10-Jun-2022 |
Konstantin Aladyshev <aladyshev22@gmail.com> |
RU: Update SOL console page alert message
Add russian translations that were missed in a commit 1d9257e5a355bbc0540b70ab2b2d9a17dea6d986 ("Update SOL console page alert message").
Signed-off-by: Ko
RU: Update SOL console page alert message
Add russian translations that were missed in a commit 1d9257e5a355bbc0540b70ab2b2d9a17dea6d986 ("Update SOL console page alert message").
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com> Change-Id: I71219d8d9ac4cc7cd86ef8911863a216f2bbbee9
show more ...
|
| e4c78cf3 | 21-Apr-2022 |
Jiaqing Zhao <jiaqing.zhao@intel.com> |
Revert "Filtered the IP address to IPv4 on sessions page"
In bmcweb/41d61c8 ("Convert IPv4-mapped IPv6 ClientIP back to IPv4"), bmcweb automatically converts IPv4 addresses to IPv4 format, workaroun
Revert "Filtered the IP address to IPv4 on sessions page"
In bmcweb/41d61c8 ("Convert IPv4-mapped IPv6 ClientIP back to IPv4"), bmcweb automatically converts IPv4 addresses to IPv4 format, workaround in webui-vue is no longer needed. The original patch also brings issue with displaying IPv6 addresses in Sessions tab. This reverts commit d902aa7b4f98b49d2a20ad8253bc15afd77e9349.
Tested: Both IPv4 and IPv6 addresses are displayed correctly in Sessions.
Change-Id: Ib56398de51526ee72168b5bf8427278bcb6f9c17 Signed-off-by: Jiaqing Zhao <jiaqing.zhao@intel.com>
show more ...
|
| fedc7344 | 25-Feb-2022 |
MichalX Szopinski <michalx.szopinski@intel.com> |
Add missing Model mapping to Chassis Store
Add missing "model" mapping on "Hardware status" tab in chassis section.
Signed-off-by: MichalX Szopinski <michalx.szopinski@intel.com> Change-Id: I9a6bd4
Add missing Model mapping to Chassis Store
Add missing "model" mapping on "Hardware status" tab in chassis section.
Signed-off-by: MichalX Szopinski <michalx.szopinski@intel.com> Change-Id: I9a6bd4a7e4fbaaac72aa8d59cc065ba0bea040bd
show more ...
|
| 78372d63 | 08-Mar-2022 |
Xiaochao Ma <maxiaochao@inspur.com> |
SOL: fix socket close exception
When the sol page is opened, a socket is opened; when the sol page is closed, the socket is not closed (console print is also exception). It only closes when you log
SOL: fix socket close exception
When the sol page is opened, a socket is opened; when the sol page is closed, the socket is not closed (console print is also exception). It only closes when you log out. Fix this condition to 'close socket when SOL page is exited'.
test: Enter the SOL page-->console print'websocket console0/ opened' -->close the SOL page -->console print'websocket console0/ closed. code: 1000 reason: '
Signed-off-by: Xiaochao Ma <maxiaochao@inspur.com> Change-Id: I0f406c2085aec303d6e5139d57b31ed6f244a155
show more ...
|
| 19b2cfba | 21-Feb-2022 |
Kenneth Fullbright <kennyneedsmilky@gmail.com> |
Removed alert message from Update firmware component
There shouldn't be an alert message in the update firmware component.
- Took away the alert from the Update firmware component.
Signed-off-by:
Removed alert message from Update firmware component
There shouldn't be an alert message in the update firmware component.
- Took away the alert from the Update firmware component.
Signed-off-by: Kenneth Fullbright <kennyneedsmilky@gmail.com> Change-Id: I1ab97fbba39fb2d7639707cceaf75b71531fa971
show more ...
|
| 9b79a6e7 | 07-Feb-2022 |
Konstantin Aladyshev <aladyshev22@gmail.com> |
en-US: Fix typos in translation for Key clear page
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com> Change-Id: If7632ef07a91424e684bdba847855ef441f7483b |