<feed xmlns='http://www.w3.org/2005/Atom'>
<title>BMC/OpenBmc/webui-vue.git/src/store/api.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>2020-11-03T16:47:51+00:00</updated>
<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>Add comments for imports that support dotenv</title>
<updated>2020-10-19T15:39:09+00:00</updated>
<author>
<name>Yoshie Muranaka</name>
<email>yoshiemuranaka@gmail.com</email>
</author>
<published>2020-10-16T14:58:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/webui-vue.git/commit/?id=8263d85c4f97cbf22639054412ea0323251de0f7'/>
<id>urn:sha1:8263d85c4f97cbf22639054412ea0323251de0f7</id>
<content type='text'>
We have set up exact match resolve aliases to support different
dotenv build customizations. Added comments to the imports
that should not be changed.

Signed-off-by: Yoshie Muranaka &lt;yoshiemuranaka@gmail.com&gt;
Change-Id: Ie371b42ec35f876ccb89ef976f7126d5234a1b47
</content>
</entry>
<entry>
<title>Create separate file for Vue Router routes</title>
<updated>2020-09-25T00:00:26+00:00</updated>
<author>
<name>Yoshie Muranaka</name>
<email>yoshiemuranaka@gmail.com</email>
</author>
<published>2020-09-03T18:19:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/webui-vue.git/commit/?id=816d947ef553feacc3d3a5c8e6fc91c8dc2976ba'/>
<id>urn:sha1:816d947ef553feacc3d3a5c8e6fc91c8dc2976ba</id>
<content type='text'>
Separating routes into its own JS file to allow for easier env
customizations.
Update store resolve path to make sure right env stores modules
are imported in every file.

Signed-off-by: Yoshie Muranaka &lt;yoshiemuranaka@gmail.com&gt;
Change-Id: I5c646c81fab54085198b2e179be80c954258f51c
</content>
</entry>
<entry>
<title>Add batch actions and row action to Event Logs</title>
<updated>2020-06-10T20:49:39+00:00</updated>
<author>
<name>Yoshie Muranaka</name>
<email>yoshiemuranaka@gmail.com</email>
</author>
<published>2020-05-11T15:23:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/webui-vue.git/commit/?id=be3af3360cec7ba3eb2921662689c437f92e2fc7'/>
<id>urn:sha1:be3af3360cec7ba3eb2921662689c437f92e2fc7</id>
<content type='text'>
Adds ability to export and delete event logs by row or in a
table batch action.

- Modifications to TableRowAction component to allow single
  row export functionality

Signed-off-by: Yoshie Muranaka &lt;yoshiemuranaka@gmail.com&gt;
Change-Id: Ica50dd0868ac85cc2d6925a9448858b40da9c529
</content>
</entry>
<entry>
<title>Fix duplicate navigation error</title>
<updated>2020-06-10T19:19:44+00:00</updated>
<author>
<name>Yoshie Muranaka</name>
<email>yoshiemuranaka@gmail.com</email>
</author>
<published>2020-06-01T16:44:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/webui-vue.git/commit/?id=c60d2e11286986a4ea9abd6e464857f22e7ad6ff'/>
<id>urn:sha1:c60d2e11286986a4ea9abd6e464857f22e7ad6ff</id>
<content type='text'>
Adding a check to the 403 response api iterceptor before routing to the
Unauthorized page. The router throws a NavigationDuplicated error when
attempting to navigate to the same page.

Signed-off-by: Yoshie Muranaka &lt;yoshiemuranaka@gmail.com&gt;
Change-Id: Ib34d4d73a326440f609dd97d0dd677ff96b7b3a6
</content>
</entry>
<entry>
<title>Add logout commit for 401 response</title>
<updated>2020-05-16T20:50:48+00:00</updated>
<author>
<name>Yoshie Muranaka</name>
<email>yoshiemuranaka@gmail.com</email>
</author>
<published>2020-05-15T15:06:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/webui-vue.git/commit/?id=68069e1955f63219601a9dd9100b56075fb2099c'/>
<id>urn:sha1:68069e1955f63219601a9dd9100b56075fb2099c</id>
<content type='text'>
Change the authentication logout from router to api interceptor,
so that if a user accidentally navigates to login page by clicking
the browser back button, they aren't automatically logged out.
Logouts would occur when hitting a 401 response or if the user
clicks the logout button from app header.

Signed-off-by: Yoshie Muranaka &lt;yoshiemuranaka@gmail.com&gt;
Change-Id: I6290070b63e724b75b3ac2fc39b3c7e814fbfc3e
</content>
</entry>
<entry>
<title>Add SSL Certificates page</title>
<updated>2020-04-08T18:58:55+00:00</updated>
<author>
<name>Yoshie Muranaka</name>
<email>yoshiemuranaka@gmail.com</email>
</author>
<published>2020-03-24T22:25:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/webui-vue.git/commit/?id=37393810fa1ed2ae69ec05d0b19887e27760d48e'/>
<id>urn:sha1:37393810fa1ed2ae69ec05d0b19887e27760d48e</id>
<content type='text'>
Adds ability to view, add, replace, and delete SSL
certificates in GUI.

Signed-off-by: Yoshie Muranaka &lt;yoshiemuranaka@gmail.com&gt;
Change-Id: I5cf9fa7bbd588dfb22f2431eed0b5976ff860703
</content>
</entry>
<entry>
<title>Add batch actions to local user table</title>
<updated>2020-02-21T21:32:15+00:00</updated>
<author>
<name>Yoshie Muranaka</name>
<email>yoshiemuranaka@gmail.com</email>
</author>
<published>2020-02-12T19:30:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/webui-vue.git/commit/?id=183c27548046e12b94354aa598b5bcf956d31103'/>
<id>urn:sha1:183c27548046e12b94354aa598b5bcf956d31103</id>
<content type='text'>
- 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 &lt;yoshiemuranaka@gmail.com&gt;
Change-Id: I455beba4f56b8209b1201bbc5ff3f616e960d189
</content>
</entry>
<entry>
<title>Add login form validation</title>
<updated>2020-01-28T22:18:05+00:00</updated>
<author>
<name>Derick Montague</name>
<email>derick.montague@ibm.com</email>
</author>
<published>2019-12-24T02:53:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/webui-vue.git/commit/?id=676f2fcaac7b81bc3a77c2ecc047d508927814d5'/>
<id>urn:sha1:676f2fcaac7b81bc3a77c2ecc047d508927814d5</id>
<content type='text'>
- Sending incorrect credentials returns a 401 and we don't want the page
to redirect if we are trying to login. Wrapped the redirect in an if
block.
- Returning a promise used by the logout  action, which is needed
when not redirecting the page.  Didn't add to the if block since
other errors that use the router to redirect will need the Promise
returned also, e.g. 403.

Signed-off-by: Derick Montague &lt;derick.montague@ibm.com&gt;
Change-Id: I6db706ef7c71ed13baed95dc4264e6ae11d13ad3
</content>
</entry>
</feed>
