ac2b3f08 | 12-Jan-2021 |
Yoshie Muranaka <yoshiemuranaka@gmail.com> |
Define SNMP page route in IBM navigation
Add route definition for SNMP settings page so route can be caught in 404 Page not found.
Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com> Change-I
Define SNMP page route in IBM navigation
Add route definition for SNMP settings page so route can be caught in 404 Page not found.
Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com> Change-Id: Iccbed7a2fccd962a5ff0d6b78fb557949b586837
show more ...
|
1599144d | 07-Jan-2021 |
Derick Montague <derick.montague@ibm.com> |
Update axios to remove vulnerabilities
Signed-off-by: Derick Montague <derick.montague@ibm.com> Change-Id: I145192b4fc6f72c8ed4742c4d3c019c35da0ce6f |
7def3249 | 06-Jan-2021 |
Derick Montague <derick.montague@ibm.com> |
Fix broken TableToolbar snapshot test
Signed-off-by: Derick Montague <derick.montague@ibm.com> Change-Id: I37054cd6aabc619a001ced0d928aacd22f46ed3d |
e88b816d | 06-Jan-2021 |
Derick Montague <derick.montague@ibm.com> |
Fix broken info-tooltip spec and snapshot
- Two of the test are not needed since they are testing the vue internal functionality of rendering a title attribute value correctly and importing the righ
Fix broken info-tooltip spec and snapshot
- Two of the test are not needed since they are testing the vue internal functionality of rendering a title attribute value correctly and importing the right carbon icon. For this test the only tests needed is the snapshot. It could be debated that this component does not require a spec at all.
Signed-off-by: Derick Montague <derick.montague@ibm.com> Change-Id: Icca107b185cd579d47877d50ec5763c5ffffc06a
show more ...
|
ff70e9e4 | 23-Dec-2020 |
SurenNeware <sneware9@in.ibm.com> |
Removed truncated style from overview page
- Removed truncated style from network information section.
Signed-off-by: Suren Neware <sneware9@in.ibm.com> Change-Id: I11339a1c6099a733b07979dd26b13a0b
Removed truncated style from overview page
- Removed truncated style from network information section.
Signed-off-by: Suren Neware <sneware9@in.ibm.com> Change-Id: I11339a1c6099a733b07979dd26b13a0b400de19a
show more ...
|
4da94959 | 29-Dec-2020 |
Sukanya Pandey <sukapan1@in.ibm.com> |
Add unit test cases for table cell count component
Signed-off-by: Sukanya Pandey <sukapan1@in.ibm.com> Change-Id: Id948347cd38a9e58d21aaf4180afe8ab5c2f2ed7 |
38357135 | 22-Dec-2020 |
Sukanya Pandey <sukapan1@in.ibm.com> |
Add translated cancel title to all modals
Signed-off-by: Sukanya Pandey <sukapan1@in.ibm.com> Change-Id: I24ea692467077eddc7a74b86a9ba56d49818404b |
9fc88d6c | 06-Jan-2021 |
Derick Montague <derick.montague@ibm.com> |
Fix input icon being hidden on input focus
Both the datepicker and password fields have an assoicated icon. When the input element receives focus the associated icons are hidden. This is caused by a
Fix input icon being hidden on input focus
Both the datepicker and password fields have an assoicated icon. When the input element receives focus the associated icons are hidden. This is caused by a z-index issue and was a bug created when fixing another bug that caused the datepicker icon from rendering above the table batch actions toolbar.
Both bugs have been resolved with this patchset.
Signed-off-by: Derick Montague <derick.montague@ibm.com> Change-Id: If923cd5bc6a076b01efa44492f717b78fb6584ca
show more ...
|
d1ff01e5 | 04-Jan-2021 |
Derick Montague <derick.montague@ibm.com> |
Fix lint warning
The template was removed because it did not meet the vue/no-lone-template rule. It is not clear the reason this template element was added.
Signed-off-by: Derick Montague <derick.m
Fix lint warning
The template was removed because it did not meet the vue/no-lone-template rule. It is not clear the reason this template element was added.
Signed-off-by: Derick Montague <derick.montague@ibm.com> Change-Id: I26b0f5f6eab94afdeee52e142d2507994c3849b4
show more ...
|
fba4d625 | 29-Dec-2020 |
Sukanya Pandey <sukapan1@in.ibm.com> |
Resolve issue of page not found when opening new tab
Signed-off-by: Sukanya Pandey <sukapan1@in.ibm.com> Signed-off-by: Derick Montague <derick.montague@ibm.com> Change-Id: Id46f9f663c456a7d09b55d6d
Resolve issue of page not found when opening new tab
Signed-off-by: Sukanya Pandey <sukapan1@in.ibm.com> Signed-off-by: Derick Montague <derick.montague@ibm.com> Change-Id: Id46f9f663c456a7d09b55d6d322b00785df4cbe7
show more ...
|
88ac70fe | 31-Dec-2020 |
Sukanya Pandey <sukapan1@in.ibm.com> |
Add unit test cases for status icon component
Signed-off-by: Sukanya Pandey <sukapan1@in.ibm.com> Change-Id: I58bb3e5f5fa9c02276b2031322ac01affeb17ca3 |
812803aa | 05-Jan-2021 |
Derick Montague <derick.montague@ibm.com> |
Update PageContainer snapshot test
The UI is rendering differently than the snapshot saved. I reviewed the difference and it is simply a difference with how the formatting of the class and id values
Update PageContainer snapshot test
The UI is rendering differently than the snapshot saved. I reviewed the difference and it is simply a difference with how the formatting of the class and id values. I did not see this issue when testing the PageContainer snapshot test. It is not clear why there is a difference, but if it were to fail again for a different user, we can remove the snapshot since the main test we want to pass is that the HTML element being rendered is the <main> element.
To update the snapshot for an individual spec file, use the following command in the cli:
npm run test:update -- -u tests/unit/Global/PageContainer.spec.js
Signed-off-by: Derick Montague <derick.montague@ibm.com> Change-Id: Ieac495f893ba2025d2d6f4d3b7b49506bdf0ecae
show more ...
|
ca22a42b | 04-Jan-2021 |
Yoshie Muranaka <yoshiemuranaka@gmail.com> |
Update IBM router and navigation
Updates to include Security settings and Client sessions pages in IBM dotenv build
Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com> Change-Id: I1c73b069b0c
Update IBM router and navigation
Updates to include Security settings and Client sessions pages in IBM dotenv build
Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com> Change-Id: I1c73b069b0cf734e312e60c15811afcc45824ca3
show more ...
|
570a74f6 | 21-Dec-2020 |
Sukanya Pandey <sukapan1@in.ibm.com> |
Fix issue related to profile settings page
- On change of state of the timezone display preferences. - Toast notification will be displayed to the user.
Signed-off-by: Sukanya Pandey <sukapan1@in.i
Fix issue related to profile settings page
- On change of state of the timezone display preferences. - Toast notification will be displayed to the user.
Signed-off-by: Sukanya Pandey <sukapan1@in.ibm.com> Change-Id: Ie846638077f75cb21123ec347d3e9f38724a51e8
show more ...
|
6b426787 | 31-Dec-2020 |
SurenNeware <sneware9@in.ibm.com> |
Add unit test cases for info tooltip component
Signed-off-by: Suren Neware <sneware9@in.ibm.com> Change-Id: Ic89aed1f8244073eab82cdc6f79dba9520585374 |
d348c44d | 04-Jan-2021 |
Sukanya Pandey <sukapan1@in.ibm.com> |
Add unit test cases for table toolbar component
Signed-off-by: Sukanya Pandey <sukapan1@in.ibm.com> Change-Id: I2e93244fcd8bbde7c9398cf0db56d5125614aa69 |
e881499e | 04-Jan-2021 |
Sukanya Pandey <sukapan1@in.ibm.com> |
Add test case for input password toggle component
Signed-off-by: Sukanya Pandey <sukapan1@in.ibm.com> Change-Id: I00e3fc12a58d644d0aad3c0caf4a94d2ed435109 |
5fe1c3fe | 22-Dec-2020 |
SurenNeware <sneware9@in.ibm.com> |
Correct name for IBM custom nav Access Control
- Corrected name for Access Control when env is changing for IBM custom nav.
Signed-off-by: Suren Neware <sneware9@in.ibm.com> Change-Id: I8c804a3c8
Correct name for IBM custom nav Access Control
- Corrected name for Access Control when env is changing for IBM custom nav.
Signed-off-by: Suren Neware <sneware9@in.ibm.com> Change-Id: I8c804a3c8630ea9f6045c2973a985f44efed5273
show more ...
|
2d9ddc36 | 30-Dec-2020 |
SurenNeware <sneware9@in.ibm.com> |
Add unit test cases for page container component
Signed-off-by: Suren Neware <sneware9@in.ibm.com> Change-Id: Ia7895156d1a4551bd70f95cc0207bf72522fba0e |
f415a089 | 07-Dec-2020 |
Yoshie Muranaka <yoshiemuranaka@gmail.com> |
Add DumpsStore API calls
Ties in API requests to the Dumps page and adds ability to: - Create new System or BMC dump - Delete single or multiple BMC dumps. Uses ClearLog service to delete all and
Add DumpsStore API calls
Ties in API requests to the Dumps page and adds ability to: - Create new System or BMC dump - Delete single or multiple BMC dumps. Uses ClearLog service to delete all and DELETE request for single dump deletion
Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com> Change-Id: Iae928fa3b8fab00e549c33c0ab914a4b04de0f40
show more ...
|
22d4d527 | 03-Dec-2020 |
Yoshie Muranaka <yoshiemuranaka@gmail.com> |
Add dumps page to IBM env
Adds a non-functional dumps page with majority of layout and user flows in place. Page visible with IBM dotenv configurations.
Includes: - Initial GET for BMC dumps - Tabl
Add dumps page to IBM env
Adds a non-functional dumps page with majority of layout and user flows in place. Page visible with IBM dotenv configurations.
Includes: - Initial GET for BMC dumps - Table search, sort, filter, batch and row action flows - New dump form, validations, and toast notification
Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com> Change-Id: Id59ec4327744f4e10cc99e4e3c0b2db5b0476f9c
show more ...
|
c0a1ddd1 | 31-Dec-2020 |
Sukanya Pandey <sukapan1@in.ibm.com> |
Add updated spec file for AppNavigation and AppHeader component
Signed-off-by: Sukanya Pandey <sukapan1@in.ibm.com> Change-Id: I529fab5463692e70dea23536b7b0ca1ce52c67a7 |
86e11ad3 | 04-Jan-2021 |
Derick Montague <derick.montague@ibm.com> |
Update class name and improve transition
The class name showBtn uses a camelCase naming convention and CSS selector names use the kebab-case naming convention. The z-index solution is not needed if
Update class name and improve transition
The class name showBtn uses a camelCase naming convention and CSS selector names use the kebab-case naming convention. The z-index solution is not needed if we hide the element with visibility. Using both opacity and visibility allows the transition to be elegant.
Signed-off-by: Derick Montague <derick.montague@ibm.com> Change-Id: Ie555f958daaadd2bc3a3777b6c2bc7d5e83a0cc5
show more ...
|
27e250d1 | 21-Dec-2020 |
Sukanya Pandey <sukapan1@in.ibm.com> |
Fix table date filter calendar icon issue
Signed-off-by: Sukanya Pandey <sukapan1@in.ibm.com> Change-Id: I3cbb66c56cd7824707107771b034317d95f96014 |
65f1ae91 | 29-Dec-2020 |
Patrick Williams <patrick@stwcx.xyz> |
MAINTAINERS: update email addresses to match Gerrit
Yoshie's email address did not match that registered in Gerrit.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I2cb76630e667725a5
MAINTAINERS: update email addresses to match Gerrit
Yoshie's email address did not match that registered in Gerrit.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I2cb76630e667725a5f63987fde95282305484b50
show more ...
|