<feed xmlns='http://www.w3.org/2005/Atom'>
<title>BMC/OpenBmc/webui-vue.git/src/store/modules/GlobalStore.js, branch processor-chart</title>
<subtitle>Web-based user interface built on Vue.js for managing OpenBMC systems (mirror)</subtitle>
<id>https://git.radix-linux.su/BMC/OpenBmc/webui-vue.git/atom?h=processor-chart</id>
<link rel='self' href='https://git.radix-linux.su/BMC/OpenBmc/webui-vue.git/atom?h=processor-chart'/>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/webui-vue.git/'/>
<updated>2022-07-04T13:43:35+00:00</updated>
<entry>
<title>GlobalStore: Trim assetTag and serialNumber</title>
<updated>2022-07-04T13:43:35+00:00</updated>
<author>
<name>Andrey V.Kosteltsev</name>
<email>AKosteltsev@IBS.RU</email>
</author>
<published>2022-06-11T08:19:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/webui-vue.git/commit/?id=f5c8dbfa6fb3812a3b3a2aafd3538fbdf8b8c668'/>
<id>urn:sha1:f5c8dbfa6fb3812a3b3a2aafd3538fbdf8b8c668</id>
<content type='text'>
Signed-off-by: Andrey V.Kosteltsev &lt;AKosteltsev@IBS.RU&gt;
</content>
</entry>
<entry>
<title>Add system information on Appheader page</title>
<updated>2021-08-27T01:32:14+00:00</updated>
<author>
<name>Sukanya Pandey</name>
<email>sukapan1@in.ibm.com</email>
</author>
<published>2021-08-16T13:29:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/webui-vue.git/commit/?id=4dd7eabfa4476e264e051dc0178a333452a6b175'/>
<id>urn:sha1:4dd7eabfa4476e264e051dc0178a333452a6b175</id>
<content type='text'>
- Model type and serial number are newly added system info data on
Appheader.
- On small screens and below system information(model type, serial number and
asset tag) will be hidden.
- On large screen and below model type and serial number will be visible but
asset tag will be hidden.
- For all other screens all the system info will be visible.

Signed-off-by: Sukanya Pandey &lt;sukapan1@in.ibm.com&gt;
Change-Id: Ia844a26f658083cbd5fa9c8f3f6bea8b65ddcd11
</content>
</entry>
<entry>
<title>Replace use of the term host with server</title>
<updated>2021-05-18T13:39:36+00:00</updated>
<author>
<name>Derick Montague</name>
<email>derick.montague@ibm.com</email>
</author>
<published>2021-05-06T23:17:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/webui-vue.git/commit/?id=71114feb9a800d42f6eeddfa477077a8ab8e44f6'/>
<id>urn:sha1:71114feb9a800d42f6eeddfa477077a8ab8e44f6</id>
<content type='text'>
This patchset focuses on the global store use for server power
operations and impacts several pages in the interface.

For consistency, both in the UI and the code base, we are replacing
the term host with server. This change impacts both the user and the
developer experience. Maintaining consistency in naming allows both
developers and users to form a mental model of the overall system
and will help remove confusion when interacting with the UI and
editing the interface.

Testing:
1. Tested shutdown, power on, and reboot and verified the icons and
page sections in the site header and the server power operations page
update as expected during power operations.
2. Verified the one-time boot operations alert is displayed to the
user when changing the boot settings on the server power operations page
3 Tested factory reset and validated the correct information message
is displayed to the user with the server power off and on when
performing the factory reset functions.
4. Verified the SOL Console status icon updates correctly during
power operations.
5. Verified the alert message is displayed on the firmware update page
when the server is powered on.

Signed-off-by: Derick Montague &lt;derick.montague@ibm.com&gt;
Change-Id: I88499a746364ab80f16a8b350d550407d094e95d
</content>
</entry>
<entry>
<title>Show asset name in the app header</title>
<updated>2020-12-15T23:16:56+00:00</updated>
<author>
<name>Sukanya Pandey</name>
<email>sukapan1@in.ibm.com</email>
</author>
<published>2020-12-09T10:44:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/webui-vue.git/commit/?id=c5c2ae99f6e9b91526ea5896b3029ab8a7480c6f'/>
<id>urn:sha1:c5c2ae99f6e9b91526ea5896b3029ab8a7480c6f</id>
<content type='text'>
Signed-off-by: Sukanya Pandey &lt;sukapan1@in.ibm.com&gt;
Change-Id: If5394604d6c91b3604eaadb33178376fe6da672c
</content>
</entry>
<entry>
<title>Update linting packages to use latest</title>
<updated>2020-11-03T16:47:51+00:00</updated>
<author>
<name>Derick Montague</name>
<email>derick.montague@ibm.com</email>
</author>
<published>2020-10-21T21:20:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/webui-vue.git/commit/?id=602e98aa32f82fd3b0c3d250c7cc1f8da971db24'/>
<id>urn:sha1:602e98aa32f82fd3b0c3d250c7cc1f8da971db24</id>
<content type='text'>
- 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 &lt;derick.montague@ibm.com&gt;
Change-Id: Ie082f31c73ccbe8a60afa8f88a9ef6dbf33d9fd2
</content>
</entry>
<entry>
<title>Show error toast notification on unauthorized access</title>
<updated>2020-10-20T21:34:04+00:00</updated>
<author>
<name>Sukanya Pandey</name>
<email>sukapan1@in.ibm.com</email>
</author>
<published>2020-10-08T15:17:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/webui-vue.git/commit/?id=dd6aa0aa8f12426c681f5991f2e9a21b379e86c3'/>
<id>urn:sha1:dd6aa0aa8f12426c681f5991f2e9a21b379e86c3</id>
<content type='text'>
 -When 403 status code which is an unauthorized access occured
 -show error toast notification.

Signed-off-by: Sukanya Pandey &lt;sukapan1@in.ibm.com&gt;
Change-Id: I55fa7052073f87f28c3584b68fd4e84247a4237e
</content>
</entry>
<entry>
<title>Update relative path imports to use '@' alias</title>
<updated>2020-10-19T14:49:33+00:00</updated>
<author>
<name>SurenNeware</name>
<email>sneware9@in.ibm.com</email>
</author>
<published>2020-10-01T04:07:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/webui-vue.git/commit/?id=61859097d8a129de1d8292f3ebde5e9228d82838'/>
<id>urn:sha1:61859097d8a129de1d8292f3ebde5e9228d82838</id>
<content type='text'>
- Add '@/' instead of '../../../'

Signed-off-by: Suren Neware &lt;sneware9@in.ibm.com&gt;
Change-Id: Ida1dc26f2bd62f38914a74b729ee8fd143c360ac
</content>
</entry>
<entry>
<title>Add timezone to profile settings page</title>
<updated>2020-07-27T21:35:55+00:00</updated>
<author>
<name>Sukanya Pandey</name>
<email>sukapan1@in.ibm.com</email>
</author>
<published>2020-06-23T17:24:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/webui-vue.git/commit/?id=fc16f3c268a9d35f889f5770331d11e87ab16af3'/>
<id>urn:sha1:fc16f3c268a9d35f889f5770331d11e87ab16af3</id>
<content type='text'>
 - Users will have two options to select a timezone.
 - UTC and browser offset timezone are the two options for the application.
 - date-fns and date-fns-tz is used for date and time manipulations because:-
   - The package size of library is smaller.
   - It allows for importing functions to work with the native date object
     rather than having to create a moment instance that carries a larger payload.

Signed-off-by: Sukanya Pandey &lt;sukapan1@in.ibm.com&gt;
Change-Id: I581803f230f501c0d34d0b53e7c2d89e8466ee60
</content>
</entry>
<entry>
<title>Profile settings page</title>
<updated>2020-06-17T20:48:38+00:00</updated>
<author>
<name>Sukanya Pandey</name>
<email>sukapan1@in.ibm.com</email>
</author>
<published>2020-04-28T14:48:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/webui-vue.git/commit/?id=b1f559f03e3f464c1b8b19a9327158be0ecafe62'/>
<id>urn:sha1:b1f559f03e3f464c1b8b19a9327158be0ecafe62</id>
<content type='text'>
-To set the profile by setting password.
-This commit adds a profile page which allows the user to change their
password.
In the future, the profile page will also contain user settings like
language and timezone.

The API called to change the user's
password is '/redfish/v1/AccountService/Accounts/&lt;userName&gt;'

Signed-off-by: Sukanya Pandey &lt;sukapan1@in.ibm.com&gt;
Change-Id: Ie54a54beff8c85bc9ac5af21c35edc481b34cf44
</content>
</entry>
<entry>
<title>Add date filter on Event logs page</title>
<updated>2020-06-13T04:49:18+00:00</updated>
<author>
<name>Yoshie Muranaka</name>
<email>yoshiemuranaka@gmail.com</email>
</author>
<published>2020-05-18T16:49:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/webui-vue.git/commit/?id=68bbba296c6f99b81d2882e1fef6f37cf4a6bb51'/>
<id>urn:sha1:68bbba296c6f99b81d2882e1fef6f37cf4a6bb51</id>
<content type='text'>
Created global TableDateFilter component that uses the BootstrapVue
Datepicker with a native text input. This will allow users to manually
enter a date in ISO format or use the Bootstrap calendar dropdown.

Storing language preference from Login to use locale prop on
BootstrapVue Datepicker component.

Signed-off-by: Yoshie Muranaka &lt;yoshiemuranaka@gmail.com&gt;
Change-Id: I66de9fb04451572c9a90f90d8522934b6204aed2
</content>
</entry>
</feed>
