6859203c | 04-Apr-2020 |
Derick Montague <derick.montague@ibm.com> |
Resolve header and nav accessibility violations
- Add aria-label to nav sections in app-header and app-nav to meet accessibility guidelines. When application has multiple nav elements an aria-label
Resolve header and nav accessibility violations
- Add aria-label to nav sections in app-header and app-nav to meet accessibility guidelines. When application has multiple nav elements an aria-label is required to help screen readers identify the elements - Remove b-nav child of b-nav-bar in app-header to fix invalid markup generated by Bootstrap-vue components. Components were not used as expected by the component library - Replace b-nav-item with HTML <li> elements using nav-item css classes in order to use button elements. Bootstrap-vue generates <a> elements which is not the semantic HTML element to use for items that are not links to other sections of the application. - Removed aria-expanded and nav-open class from nav-trigger button - Update appHeader unit test
Used a TDD approach to write all tests to fail and then updated the methods and actions to make the tests suceed. Each test resulting in a dispatched action should be called once only and with the expected action.
Signed-off-by: Derick Montague <derick.montague@ibm.com> Change-Id: I18af3727708526f814b7ceb77a0c28fda9f3d9bd
show more ...
|
37393810 | 24-Mar-2020 |
Yoshie Muranaka <yoshiemuranaka@gmail.com> |
Add SSL Certificates page
Adds ability to view, add, replace, and delete SSL certificates in GUI.
Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com> Change-Id: I5cf9fa7bbd588dfb22f2431eed0b5
Add SSL Certificates page
Adds ability to view, add, replace, and delete SSL certificates in GUI.
Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com> Change-Id: I5cf9fa7bbd588dfb22f2431eed0b5976ff860703
show more ...
|
1f9ed4c3 | 26-Mar-2020 |
Yoshie Muranaka <yoshiemuranaka@gmail.com> |
Add local user account manual unlock
Adds ability to manually unlock user account if account service settings lockout duration set to 0.
Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com> Ch
Add local user account manual unlock
Adds ability to manually unlock user account if account service settings lockout duration set to 0.
Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com> Change-Id: I75351c5e03bd5403e8dc7679d8d98b90adb90277
show more ...
|
30abccbe | 11-Mar-2020 |
Yoshie Muranaka <yoshiemuranaka@gmail.com> |
Add Sensors page
- Update api calls to use Redfish - Add column sort to name and status columns - Set default table sort to status column - Added lodash package
Github story: https://github.com/ope
Add Sensors page
- Update api calls to use Redfish - Add column sort to name and status columns - Set default table sort to status column - Added lodash package
Github story: https://github.com/openbmc/webui-vue/issues/4
Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com> Change-Id: Ic6e76107475fbf5fb34deb01a4de4a4a9ccfeabf
show more ...
|
fd22b5b0 | 13-Mar-2020 |
Derick Montague <derick.montague@ibm.com> |
Add alert message component and documentation
- Add custom alert component to simplify the use of custom alerts - Add documentation for using the custom alert - Update the login error alert to use t
Add alert message component and documentation
- Add custom alert component to simplify the use of custom alerts - Add documentation for using the custom alert - Update the login error alert to use the alert component instead of the Bootstrap-vue component. - Register alert component in enhanceApp - Replace Sass variables used in the StatusIcon component style block to use the Boostrap theme-color and gray Sass functions so the colors can be used in the Vuepress documentation custom components
Signed-off-by: Derick Montague <derick.montague@ibm.com> Change-Id: Ibd93402c919a42bd5c24cc9e7c6c8fc6f17a4db4
show more ...
|
4e90eed0 | 03-Mar-2020 |
Derick Montague <derick.montague@ibm.com> |
Add toast component documentation
- Add documentation that describes when and how to use a toast message with code snippets - Add an informational toast method in the BVToastMixin - Add BVToastMixin
Add toast component documentation
- Add documentation that describes when and how to use a toast message with code snippets - Add an informational toast method in the BVToastMixin - Add BVToastMixin to enhaceApp to register mixin globally.
Signed-off-by: Derick Montague <derick.montague@ibm.com> Change-Id: I89bf2aa8b3fdb9294354a80c98ccf692b6e3615a
show more ...
|
3f6710a0 | 04-Mar-2020 |
Derick Montague <derick.montague@ibm.com> |
Add buttons documentation
- Add documentation for how to use buttons - Update markup and CSS rulesets to support icons on the left or the right of text
Signed-off-by: Derick Montague <derick.montag
Add buttons documentation
- Add documentation for how to use buttons - Update markup and CSS rulesets to support icons on the left or the right of text
Signed-off-by: Derick Montague <derick.montague@ibm.com> Change-Id: Ic897f416e85824287360bc7ef5dc47c402d64eba
show more ...
|
7223a9fb | 12-Mar-2020 |
Derick Montague <derick.montague@ibm.com> |
Revert "Add alert message component and documentation"
This reverts commit 71650fff20c0ad29eb05d770736386863324b64e.
Reason for revert: Found an issue with Sass loader when compiling docs that need
Revert "Add alert message component and documentation"
This reverts commit 71650fff20c0ad29eb05d770736386863324b64e.
Reason for revert: Found an issue with Sass loader when compiling docs that needs to be addressed.
Change-Id: Icdd1243665f60849bfb341594452687fcdaeebe2
show more ...
|
71650fff | 03-Mar-2020 |
Derick Montague <derick.montague@ibm.com> |
Add alert message component and documentation
- Add custom alert component to simplify the use of custom alerts - Add documentation for using the custom alert - Update the login error alert to use t
Add alert message component and documentation
- Add custom alert component to simplify the use of custom alerts - Add documentation for using the custom alert - Update the login error alert to use the alert component instead of the Bootstrap-vue component. - Add the enhanceApp and bmcAppPlugin to extend vuepress to use both the BMC custom and Boostrap-Vue components along with the custom styles
Signed-off-by: Derick Montague <derick.montague@ibm.com> Change-Id: I5c0b696ca47ddba0df18041d6c5ee7509bf23572
show more ...
|
7f970a1f | 02-Mar-2020 |
Derick Montague <derick.montague@ibm.com> |
Remove unused colors from color palette
The color palette has been stripped down to a maximum of two colors shades per palette. This works for our design since components use a base color with a lig
Remove unused colors from color palette
The color palette has been stripped down to a maximum of two colors shades per palette. This works for our design since components use a base color with a lighter color as an accent color. This change reduces the amount of CSS generated by Bootstrap when the CSS is compiled.
Github Story: https://github.com/openbmc/webui-vue/issues/2
Signed-off-by: Derick Montague <derick.montague@ibm.com> Change-Id: I2ddb37f5c89c749a7303799c6f7499ddd83d5a92
show more ...
|
9fc3f90a | 04-Mar-2020 |
Yoshie Muranaka <yoshiemuranaka@gmail.com> |
Fix slight alignment issue in navigation
Health option in navigation was slightly offset from other menu items. This will flush all navigation items.
Signed-off-by: Yoshie Muranaka <yoshiemuranaka@
Fix slight alignment issue in navigation
Health option in navigation was slightly offset from other menu items. This will flush all navigation items.
Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com> Change-Id: I27aa01e612afd4a3ce3027262e27aa39ac55f15a
show more ...
|
fa1512b5 | 25-Feb-2020 |
Yoshie Muranaka <yoshiemuranaka@gmail.com> |
Add power operations page
Add route, component and Control requests to enable power operations (power on, soft and hard reboot, soft and hard power off). This rewrite includes updates to use Redfish
Add power operations page
Add route, component and Control requests to enable power operations (power on, soft and hard reboot, soft and hard power off). This rewrite includes updates to use Redfish endpoints.
Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com> Change-Id: I54784b8cc1b6260e44e708c260ea4a531fc0a629
show more ...
|
66f903fb | 28-Feb-2020 |
Derick Montague <derick.montague@ibm.com> |
Update application navigation colors
- Current navigation color did not match mockup - Replace color variables with theme variables in .vue file - Add $gray-500 - Delete the map-remove functions. Ma
Update application navigation colors
- Current navigation color did not match mockup - Replace color variables with theme variables in .vue file - Add $gray-500 - Delete the map-remove functions. Maps are based on the added properties - Increase navigaton icon size - Add _variables.scss file for overrides to Bootstrap Sass variables and adding custom variables
Testing: 1. Navigation item for current page will have a dark background, light text, and a blue border. 2. Hovering over an active navigation item will display the cursor as the default arrow.
Signed-off-by: Derick Montague <derick.montague@ibm.com> Change-Id: Id391364ee74ece59ba7b20d49fda859de0c12b17
show more ...
|
e0b76c33 | 28-Feb-2020 |
Yoshie Muranaka <yoshiemuranaka@gmail.com> |
Add translation to header and navigation
Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com> Change-Id: I31a6c7a45a20c68efc367ba625c7b06b2d7ba47d |
eaa04800 | 28-Feb-2020 |
Yoshie Muranaka <yoshiemuranaka@gmail.com> |
Add translation to user management page
Updated TableToolbar component to handle label translation outside of the component which is more consistent with bootstrap table component patterns.
Signed-
Add translation to user management page
Updated TableToolbar component to handle label translation outside of the component which is more consistent with bootstrap table component patterns.
Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com> Change-Id: Ic2e75e327f6a6067905c541f9a3ea55c5d103f4b
show more ...
|
8cc4866d | 27-Feb-2020 |
Yoshie Muranaka <yoshiemuranaka@gmail.com> |
Fix styling for TableRowAction button
Padding was off for buttons in the TableRowAction component because of specificity issues.
Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com> Change-Id:
Fix styling for TableRowAction button
Padding was off for buttons in the TableRowAction component because of specificity issues.
Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com> Change-Id: I0b11bce612c4e1fe9b07a3ca8e33febf57f944e0
show more ...
|
547b5fc3 | 24-Feb-2020 |
Yoshie Muranaka <yoshiemuranaka@gmail.com> |
Update language json structure
Restructure language file to use consistent pattern across pages following loose guidelines.
- Create buckets for common global labels - Create common component objec
Update language json structure
Restructure language file to use consistent pattern across pages following loose guidelines.
- Create buckets for common global labels - Create common component objects–appHeader, appNavigation, appPageTitle - Page specific labels should be nested in an object with a key prefixed with 'page' followed by the page title - Any 'major' child components should be nested inside page specific objects - Avoid any complex linked locale messages - Alphabetize object keys, alphabetize nested properties at end of object block
Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com> Change-Id: Ie4222b3ce24dec7af31b55b5a77425ca2f492789
show more ...
|
0e893f03 | 18-Feb-2020 |
Yoshie Muranaka <yoshiemuranaka@gmail.com> |
Create TableRowAction component
Creating a reusable component to help ensure visual consistency and code reuse for table actions. Updated local user management table to use this new component.
Sign
Create TableRowAction component
Creating a reusable component to help ensure visual consistency and code reuse for table actions. Updated local user management table to use this new component.
Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com> Change-Id: Ib94df901c5b6a70ee3299f6844b60fa761842b13
show more ...
|
183c2754 | 12-Feb-2020 |
Yoshie Muranaka <yoshiemuranaka@gmail.com> |
Add batch actions to local user table
- Create TableToolbar component for table batch actions - Added Toast warning type and toast title message translations - Update vue-i18n package to latest v8.1
Add batch actions to local user table
- Create TableToolbar component for table batch actions - Added Toast warning type and toast title message translations - Update vue-i18n package to latest v8.15.3 to use improved pluarlization features
Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com> Change-Id: I455beba4f56b8209b1201bbc5ff3f616e960d189
show more ...
|
c11d3894 | 19-Feb-2020 |
Yoshie Muranaka <yoshiemuranaka@gmail.com> |
Add Reboot BMC page
Created a ControlStore with the intention to consolidate actions across multiple subnav pages under the 'Control' tab, instead of creating a dedicated RebootBmc store with one ac
Add Reboot BMC page
Created a ControlStore with the intention to consolidate actions across multiple subnav pages under the 'Control' tab, instead of creating a dedicated RebootBmc store with one action.
- Update PageSection component to make sectionTitle prop optional - Changed PageTitle computed property to data since the value doesn't change during the component lifecycle - Change PageSection <section> element to <div> to avoid accessibility issues
Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com> Change-Id: I2877e2a7b9bfee245c48d52c70859978b74be7f3
show more ...
|
4ee8d290 | 20-Feb-2020 |
Yoshie Muranaka <yoshiemuranaka@gmail.com> |
Create password visibility toggle
Reusable component to show/hide password input fields, added to local user form.
Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com> Change-Id: I90fb865e51d9
Create password visibility toggle
Reusable component to show/hide password input fields, added to local user form.
Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com> Change-Id: I90fb865e51d99788a225812b057f4d8bacad1bc8
show more ...
|
74f8687d | 10-Feb-2020 |
Yoshie Muranaka <yoshiemuranaka@gmail.com> |
Add responsive layout
The main navigation will be collapsed until the viewport minimum width reaches the Bootstrap defined 'lg' breakpoint (defaults to 992px).
- Adding motion variables and updatin
Add responsive layout
The main navigation will be collapsed until the viewport minimum width reaches the Bootstrap defined 'lg' breakpoint (defaults to 992px).
- Adding motion variables and updating some CSS values to use existing Sass variables
Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com> Change-Id: Id159b84da6adf55fdb15842b0e33b1ede4eeceb4
show more ...
|
eb154bbc | 07-Feb-2020 |
Yoshie Muranaka <yoshiemuranaka@gmail.com> |
Add refresh functionality in app header
Clicking refresh in the app header will update the :key value for the router-view component, and trigger a component re-render.
Signed-off-by: Yoshie Muranak
Add refresh functionality in app header
Clicking refresh in the app header will update the :key value for the router-view component, and trigger a component re-render.
Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com> Change-Id: I15da6d2d04fc311dfc092fbe840add950180124f
show more ...
|
1ace1d91 | 06-Feb-2020 |
Yoshie Muranaka <yoshiemuranaka@gmail.com> |
Add Health status to app header
Added logging path and interface to websocket subscription data filter, to dynamically indicate Health status in the app header.
- Update OverviewEvents to use highP
Add Health status to app header
Added logging path and interface to websocket subscription data filter, to dynamically indicate Health status in the app header.
- Update OverviewEvents to use highPriorityEvents data - Refactor EventLogStore
Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com> Change-Id: I35ad30b005c70625a5f6a69488d45db0fa049374
show more ...
|
c031b698 | 12-Feb-2020 |
Derick Montague <derick.montague@ibm.com> |
Clear application state on logout
Remove the authError state property from the logout mutation since the the authError would not be in the true state after a successful login.
Signed-off-by: Derick
Clear application state on logout
Remove the authError state property from the logout mutation since the the authError would not be in the true state after a successful login.
Signed-off-by: Derick Montague <derick.montague@ibm.com> Change-Id: Ibfe8b07c4e9e37dfab4435596c12e9a36556a714
show more ...
|