History log of /openbmc/webui-vue/ (Results 826 – 842 of 842)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
75b4832106-Dec-2019 Derick Montague <derick.montague@ibm.com>

Add skip navigation link

This is needed because SPAs do not perform a full page load.
- Add watchers to change focus on ApplicationHeader component element.
This is needed because SPAs do not perfor

Add skip navigation link

This is needed because SPAs do not perform a full page load.
- Add watchers to change focus on ApplicationHeader component element.
This is needed because SPAs do not perform a full page load.
- Add styling for skip to content button

Remove setTimeout call the nextTick method is sufficient. The setTimeout
call was used to handle an iOS 7 bug, which is not a device we support.

Signed-off-by: Derick Montague <derick.montague@ibm.com>
Change-Id: Ia80c4442ee917d50513c5d1aeb22791e8598bee7

show more ...

e080a1a704-Dec-2019 Derick Montague <derick.montague@ibm.com>

Add login and logout functionality

- Add AuthenticationStore
- Add ability to login and logout
- Add route navigation guard
- Add login styles
- Add temporary authentication for api call
- Add Login

Add login and logout functionality

- Add AuthenticationStore
- Add ability to login and logout
- Add route navigation guard
- Add login styles
- Add temporary authentication for api call
- Add Login directory
- Add index.js

In order to login a .env.development.local file that contains
BASE_URL="https://<ip address> or <FQDN>"

Signed-off-by: Derick Montague <derick.montague@ibm.com>
Change-Id: I88b93e287e66f4bae82a1ec2934cdef12d78264e

show more ...

186ce2e405-Dec-2019 Derick Montague <derick.montague@ibm.com>

Rename overview files and update structure

- Changed Home to Overview
- Changed Events to OverviewEvents
- Added an index.js to make importing cleaner

Signed-off-by: Derick Montague <derick.montagu

Rename overview files and update structure

- Changed Home to Overview
- Changed Events to OverviewEvents
- Added an index.js to make importing cleaner

Signed-off-by: Derick Montague <derick.montague@ibm.com>
Change-Id: Ia2b3938dadd7d896e83b29532db069b17b9b9929

show more ...

b8b6f79103-Dec-2019 Yoshie Muranaka <yoshiemuranaka@gmail.com>

Add GlobalStore module

Create a GlobalStore to store global variables,
including data in app header.

Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com>
Signed-off-by: Derick Montague <derick

Add GlobalStore module

Create a GlobalStore to store global variables,
including data in app header.

Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com>
Signed-off-by: Derick Montague <derick.montague@ibm.com>
Change-Id: Id498dec3925feec9a7e31ede91328f89ae591a0b

show more ...

013964e303-Dec-2019 Yoshie Muranaka <yoshiemuranaka@gmail.com>

Update main layout

Adding large screen breakpoints and removing
offset.

Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com>
Signed-off-by: Derick Montague <derick.montague@ibm.com>
Change-Id:

Update main layout

Adding large screen breakpoints and removing
offset.

Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com>
Signed-off-by: Derick Montague <derick.montague@ibm.com>
Change-Id: I1e8a43e0a3a4e6d534e0a176f6b33cc8e1d1d5f5

show more ...

5a7dcc9903-Dec-2019 Yoshie Muranaka <yoshiemuranaka@gmail.com>

Create LocalUserManagement view directory

Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com>
Signed-off-by: Derick Montague <derick.montague@ibm.com>
Change-Id: I3584932e683a66dc815a3af739f2a

Create LocalUserManagement view directory

Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com>
Signed-off-by: Derick Montague <derick.montague@ibm.com>
Change-Id: I3584932e683a66dc815a3af739f2a7be519077f1

show more ...

74c24f1503-Dec-2019 Yoshie Muranaka <yoshiemuranaka@gmail.com>

Add proxy dev server for local development

Adding proxy server to vue config to handle API requests
for local development. You need to create a .env.development.local file with
BASE_URL, VUE_APP_USE

Add proxy dev server for local development

Adding proxy server to vue config to handle API requests
for local development. You need to create a .env.development.local file with
BASE_URL, VUE_APP_USERNAME, VUE_APP_PASSWORD defined.

Temporarily adding authentication to defaults until
login flow is functional.

Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com>
Signed-off-by: Derick Montague <derick.montague@ibm.com>
Change-Id: Ib1a1a992508fb9567af66ecb5775638e6ae6ee8d

show more ...

97d86b3302-Dec-2019 Dixsie Wolmers <dixsiew@gmail.com>

Add system overview view

- Sets up system overview layout with out of the box Bootstrap
- Creates overview quick links and overview events
- Add Date-FNS

Signed-off-by: Dixsie Wolmers <dixsie@ibm.c

Add system overview view

- Sets up system overview layout with out of the box Bootstrap
- Creates overview quick links and overview events
- Add Date-FNS

Signed-off-by: Dixsie Wolmers <dixsie@ibm.com>
Signed-off-by: Derick Montague <derick.montague@ibm.com>
Change-Id: Id0a3d4d3b82ef2e1a4f838b3c7e725558e602504

show more ...

d415d97a27-Nov-2019 Derick Montague <derick.montague@ibm.com>

Add custom color theme

This is the first step and will evolve as we start building out more
the site and using the components. It is likely that we will change the
colors and theme-color maps as we

Add custom color theme

This is the first step and will evolve as we start building out more
the site and using the components. It is likely that we will change the
colors and theme-color maps as we create the OpenBMC styleguide.

Signed-off-by: Derick Montague <derick.montague@ibm.com>
Change-Id: I6157f7816e48f4e97c6d57dc332d64a0511398bf

show more ...

42c1989317-Jan-2020 Derick Montague <derick.montague@ibm.com>

Add primary navigation with default styles

- Import and use Bootstrap Vue components for the navigation structure
- Import and add icons to the navigation sections
- Add minor style overrides

Chan

Add primary navigation with default styles

- Import and use Bootstrap Vue components for the navigation structure
- Import and add icons to the navigation sections
- Add minor style overrides

Change-Id: I4c1903390d75aff086c912a710f4c04d38d28a28
Signed-off-by: Derick Montague <derick.montague@ibm.com>

show more ...

35080acb17-Jan-2020 Yoshie Muranaka <yoshiemuranaka@gmail.com>

Add local user page

- Add Bootstrap out of box table component
- Import layout plugin
- Add user role privilege table
- Add local user modals
- Add inline table actions
- Add local user store
- Add

Add local user page

- Add Bootstrap out of box table component
- Import layout plugin
- Add user role privilege table
- Add local user modals
- Add inline table actions
- Add local user store
- Add Axios requests

Initial setup to use Vuex store for local user
management page. For now using a timeout to
fake fetching async data. Data flow is working
between store and component.

Using Axios in very unrefined way, just to get some
API requests going. Simple user request working if
base, username, password variables defined.

Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com>
Signed-off-by: Derick Montague <derick.montague@ibm.com>
Change-Id: I3b0d757857268feff32c6bec1c3fd95c302a568f

show more ...

a2988f4017-Jan-2020 Derick Montague <derick.montague@ibm.com>

Create basic application using vue

- Create vue app
- Add AppHeader and AppNavigation
- Set up routes for server overview and local user management
- Add themes and set to gray-10 theme
- Add a

Create basic application using vue

- Create vue app
- Add AppHeader and AppNavigation
- Set up routes for server overview and local user management
- Add themes and set to gray-10 theme
- Add active class for current navigation
- Add a prototype method named $http to vue prototype
- The UI uses console logs in production to communicate to users
- Add boostrap vue component library

Change-Id: Ib6618e6357ca01bdac6de4ed031a15c8552226f3
Signed-off-by: Derick Montague <derick.montague@ibm.com>

show more ...

b935611617-Jan-2020 Derick Montague <derick.montague@ibm.com>

Update readme to include vue scripts

Change-Id: I208dbd050a3cc2c048e297723be0f3af77323fde
Signed-off-by: Derick Montague <derick.montague@ibm.com>

828b40d417-Jan-2020 Gunnar Mills <gmills@us.ibm.com>

Add README

Added a quick README and CONTRIBUTING file.

The README contains some Questions and Answer.

The CONTRIBUTING.md was inspired by
https://github.com/atom/atom/blob/master/CONTRIBUTING.md

Add README

Added a quick README and CONTRIBUTING file.

The README contains some Questions and Answer.

The CONTRIBUTING.md was inspired by
https://github.com/atom/atom/blob/master/CONTRIBUTING.md

Tested: https://jbt.github.io/markdown-editor/ and grammarly.com
Change-Id: I6d8bc1d4a799210b7cbff66f86d4f8c1f130a1b4
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>

show more ...

d6bafd4417-Jan-2020 Gunnar Mills <gmills@us.ibm.com>

Add MAINTAINERS file

Yoshie, Derick, and myself are added as maintainers.

Contributions to the old AngularJS application as well
as the Vue prototype, the basis of this repo.
https://github.com/ope

Add MAINTAINERS file

Yoshie, Derick, and myself are added as maintainers.

Contributions to the old AngularJS application as well
as the Vue prototype, the basis of this repo.
https://github.com/openbmc/phosphor-webui/graphs/contributors
https://github.com/gtmills/phosphor-webui-vue/graphs/contributors

Change-Id: I5707c9c3ea50a9d795f1cd17529a0fbd41ec3f14
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>

show more ...

46bb29c217-Jan-2020 Gunnar Mills <gmills@us.ibm.com>

Add LICENSE

Apache License 2.0.
Same license that was in phosphor-webui.

Change-Id: I13b1aabef7c749789b5fdb49a7b5923975f788bb
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>

b4ea2df908-Jan-2020 Brad Bishop <bradleyb@fuzziesquirrel.com>

Initial empty repository


1...<<31323334