f92e2969 | 09-Feb-2021 |
Yoshie Muranaka <yoshiemuranaka@gmail.com> |
Add enhancements to BVToastMixin
Adds ability to create toasts with multi-lined body content and options to include a timestamp and application refresh action.
Signed-off-by: Yoshie Muranaka <yoshi
Add enhancements to BVToastMixin
Adds ability to create toasts with multi-lined body content and options to include a timestamp and application refresh action.
Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com> Change-Id: I30b1da04a0e0b5f29a419950462d1ca35e207552
show more ...
|
6f712849 | 04-Feb-2021 |
Yoshie Muranaka <yoshiemuranaka@gmail.com> |
Update single file firmware upload page
These updates are visible with IBM dotenv variables. Updates include changes to layout and verbiage.
- Added a global application refresh listener, so app re
Update single file firmware upload page
These updates are visible with IBM dotenv variables. Updates include changes to layout and verbiage.
- Added a global application refresh listener, so app refresh can be called from components outside of the application header
Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com> Change-Id: I5ebe6452a0360b6cced5597b648cde33e97c5a1f
show more ...
|
ed06bf67 | 08-Feb-2021 |
SurenNeware <sneware9@in.ibm.com> |
Add test hooks to security settings page
Signed-off-by: Suren Neware <sneware9@in.ibm.com> Change-Id: Ib1bfd5f34324d6189d03745c7b92d81bbd58faf2 |
0736d2af | 09-Feb-2021 |
Yoshie Muranaka <yoshiemuranaka@gmail.com> |
Remove i18n module import from Profile settings
Update translation to use the global $t component method provided by the i18n plugin.
Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com> Chang
Remove i18n module import from Profile settings
Update translation to use the global $t component method provided by the i18n plugin.
Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com> Change-Id: I0f1de15b19820e3235187fb4c4c51befa67005e4
show more ...
|
df88f13a | 08-Feb-2021 |
Sandeepa Singh <sandeepa.singh@ibm.com> |
Added test hook for client session page
Signed-off-by: Sandeepa Singh <sandeepa.singh@ibm.com> Change-Id: I5ba8243fcc0ba561bfab18503c2c1ba5aebd47c0 |
b28e243b | 10-Feb-2021 |
Sandeepa Singh <sandeepa.singh@ibm.com> |
Added a test hook for sensors page
Signed-off-by: Sandeepa Singh <sandeepa.singh@ibm.com> Change-Id: I4a560f0c960290ada4cd4148011ae40d3129a7c6 |
391f9492 | 08-Feb-2021 |
Yoshie Muranaka <yoshiemuranaka@gmail.com> |
Update FormFile component button style
Default file upload button will be secondary, with the ability to optionally pass 'primary' variant as a prop. Added correct disabled button styles to the SFC
Update FormFile component button style
Default file upload button will be secondary, with the ability to optionally pass 'primary' variant as a prop. Added correct disabled button styles to the SFC scoped styles.
Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com> Change-Id: Idacb84a9298db0d5bce727f20842d2a1a15b7448
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 ...
|
f4e909d5 | 04-Feb-2021 |
Sandeepa Singh <sandeepa.singh@ibm.com> |
Add test hook for overview page
Signed-off-by: Sandeepa Singh <sandeepa.singh@ibm.com> Change-Id: I76f8abe6e28714a9c5e8af85e6f4d854146db7b2 |
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 ...
|
d50ba5f9 | 26-Jan-2021 |
Dixsie Wolmers <dixsie@ibm.com> |
Remove account type assignments from privilege role table
The removed information will be displayed in the user table when it is available in Redfish.
Signed-off-by: Dixsie Wolmers <dixsie@ibm.com>
Remove account type assignments from privilege role table
The removed information will be displayed in the user table when it is available in Redfish.
Signed-off-by: Dixsie Wolmers <dixsie@ibm.com> Change-Id: I867a7792f2b2335456baf9934e8ef593a52b11e5
show more ...
|
6e89ba6c | 29-Jan-2021 |
Yoshie Muranaka <yoshiemuranaka@gmail.com> |
Update failing unit tests
Accessibility updates for icon only buttons required updates to snapshot unit tests.
Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com> Change-Id: Ia2bb1576f53d3f38
Update failing unit tests
Accessibility updates for icon only buttons required updates to snapshot unit tests.
Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com> Change-Id: Ia2bb1576f53d3f38c4c68879b5273edd3d33b92d
show more ...
|
6e2cb978 | 24-Dec-2020 |
SurenNeware <sneware9@in.ibm.com> |
Fixed icon or text only button accessibility
- Add sr-only element to icon only buttons - Removed title from text only buttons
Signed-off-by: Suren Neware <sneware9@in.ibm.com> Change-Id: Ica57dec7
Fixed icon or text only button accessibility
- Add sr-only element to icon only buttons - Removed title from text only buttons
Signed-off-by: Suren Neware <sneware9@in.ibm.com> Change-Id: Ica57dec70401c04a9d7506306a406fe394e52113
show more ...
|
bd0c01f2 | 20-Jan-2021 |
SurenNeware <sneware9@in.ibm.com> |
Update security settings text
- Updated BMC shell title and description.
Signed-off-by: Suren Neware <sneware9@in.ibm.com> Change-Id: I4485a9f2f6b4ee065a9902b7a3facd942a1feb45 |
91e6c69a | 19-Jan-2021 |
SurenNeware <sneware9@in.ibm.com> |
Update linting and code formatting node packages
- Updated eslint, eslint-plugin-prettier, eslint-plugin-vue, lint-staged and prettier packages.
Signed-off-by: Suren Neware <sneware9@in.ibm.com> Ch
Update linting and code formatting node packages
- Updated eslint, eslint-plugin-prettier, eslint-plugin-vue, lint-staged and prettier packages.
Signed-off-by: Suren Neware <sneware9@in.ibm.com> Change-Id: Iaf80c39a90506a820957c5531054ea96d4a3f458
show more ...
|
2ec04fbb | 20-Jan-2021 |
Yoshie Muranaka <yoshiemuranaka@gmail.com> |
Add disabled class to FormFile component
Passing disabled prop to button and span so file upload button can visually reflect a disabled form control state.
Signed-off-by: Yoshie Muranaka <yoshiemur
Add disabled class to FormFile component
Passing disabled prop to button and span so file upload button can visually reflect a disabled form control state.
Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com> Change-Id: I78f2db521c4f4016e7e2aa92e5a56bc4f9170fe0
show more ...
|
02f4ec2f | 20-Jan-2021 |
Yoshie Muranaka <yoshiemuranaka@gmail.com> |
Remove unused property from firmware page
Removed isPageDisabled because it is not used
Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com> Change-Id: I0b3f604a0bae0d5e001911553ecb8727e7a78801 |
79481239 | 15-Jan-2021 |
SurenNeware <sneware9@in.ibm.com> |
Update vue cli node modules
- Updated babel, eslint, router, unit-jest, vuex plugins to the latest release. - Updated latest release is 4.5.10
Signed-off-by: Suren Neware <sneware9@in.ibm.com> Ch
Update vue cli node modules
- Updated babel, eslint, router, unit-jest, vuex plugins to the latest release. - Updated latest release is 4.5.10
Signed-off-by: Suren Neware <sneware9@in.ibm.com> Change-Id: Ie9c69bab10542ae9242f2a190dec1b3919a67ede
show more ...
|
5ecdd666 | 05-Jan-2021 |
Sukanya Pandey <sukapan1@in.ibm.com> |
Add unit test cases for search component
Signed-off-by: Sukanya Pandey <sukapan1@in.ibm.com> Change-Id: I9721a9bc8b1fce850b824a2f9d7a6d199c5e0236 |
a87f3e75 | 04-Jan-2021 |
Yoshie Muranaka <yoshiemuranaka@gmail.com> |
Add ability to downlad dump
- Adds download row action in bmc dumps table - Adds new rowAction download type to support <a> tag with download attribute
Signed-off-by: Yoshie Muranaka <yoshiemuran
Add ability to downlad dump
- Adds download row action in bmc dumps table - Adds new rowAction download type to support <a> tag with download attribute
Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com> Change-Id: I97fd70e6a6783d4336ca1a8486cf1cd3062ebb5d
show more ...
|
b31a448d | 29-Dec-2020 |
SurenNeware <sneware9@in.ibm.com> |
Add unit test cases for loading bar component
Signed-off-by: Suren Neware <sneware9@in.ibm.com> Change-Id: Ifcb488df080bd64ce9e9865befd4c044a73589e1 |
9faf55ed | 05-Jan-2021 |
Derick Montague <derick.montague@ibm.com> |
Run test script as part of the pre-commit hook
Now that we have added more unit testing, it will be beneficial to run the unit test script prior to check in. Eventually, we will want this to be part
Run test script as part of the pre-commit hook
Now that we have added more unit testing, it will be beneficial to run the unit test script prior to check in. Eventually, we will want this to be part of the CI build process since Git pre-hooks can be avoided.
Signed-off-by: Derick Montague <derick.montague@ibm.com> Change-Id: I59aad81a470176d2f6a5afeb130661c642f4d259
show more ...
|