History log of /openbmc/phosphor-webui/ (Results 226 – 250 of 656)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
1c43b31216-Nov-2018 Ed Tanous <ed.tanous@intel.com>

phosphor-webui: Allow after login redirects

When redirecting a user to a login url, it is helpful to be able to
point them to a url that after login, will forward to the requested
page.

This is acc

phosphor-webui: Allow after login redirects

When redirecting a user to a login url, it is helpful to be able to
point them to a url that after login, will forward to the requested
page.

This is accomplished by the use of a url param named "next" which
specifies the URL that the user wants to be redirected to after login.
If no next url is specified, the user is redirected to the overview
page, like the vehavior before.

Change-Id: Iff0da65632119a8f7ae3f35eb74147ca67563f30
Signed-off-by: Ed Tanous <ed.tanous@intel.com>

show more ...

0ad2604b16-Nov-2018 Alexander Filippov <a.filippov@yadro.com>

log-filter: remove tip for date format

The date picker already has the tip for the date format, which one uses
locale settings.
This commit removes the tip from the label.

Change-Id: Ib45b6c620dab2

log-filter: remove tip for date format

The date picker already has the tip for the date format, which one uses
locale settings.
This commit removes the tip from the label.

Change-Id: Ib45b6c620dab2031cf0f36c5389111df7cb91ef5
Signed-off-by: Alexander Filippov <a.filippov@yadro.com>

show more ...

ce1e9f9915-Nov-2018 Iftekharul Islam <iffy.ryan@ibm.com>

Present number of sensors available

- Following the same pattern as event logs
where number count of items are visible all the time

Resolves openbmc/phosphor-webui#29

Change-Id: I1c79c72f9a

Present number of sensors available

- Following the same pattern as event logs
where number count of items are visible all the time

Resolves openbmc/phosphor-webui#29

Change-Id: I1c79c72f9afa98eb834a4504543ed88e3973f034
Signed-off-by: Iftekharul Islam <iffy.ryan@ibm.com>

show more ...

84e114a414-Nov-2018 Gunnar Mills <gmills@us.ibm.com>

Move to Bootstrap 4

Bootstrap < 4.1.2 has the following CVE:
https://nvd.nist.gov/vuln/detail/CVE-2018-14041

Removed bootstrap-theme.css due to "Replaced the separate optional
theme with configurab

Move to Bootstrap 4

Bootstrap < 4.1.2 has the following CVE:
https://nvd.nist.gov/vuln/detail/CVE-2018-14041

Removed bootstrap-theme.css due to "Replaced the separate optional
theme with configurable options via SCSS variables
(e.g., $enable-gradients: true)."

Added "width: 100%" to a few places where width 100% was no longer
getting inherited.
Moved a few elements and adjusted styles to get the same look as
before.

See https://getbootstrap.com/docs/4.0/migration/ for more
information.

Tested: Manually on a Witherspoon.
Change-Id: I0a72665ac1ca6eacd0b553a585b1fb15e14ae62c
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>

show more ...

bc5cc7f713-Nov-2018 James Feist <james.feist@linux.intel.com>

redfish: fix json format

Quotes were missing on Arrays, and some commas were
in the wrong spot.

Tested-by: Copied the output of the managers schema
and ran it through python json formatter and it s

redfish: fix json format

Quotes were missing on Arrays, and some commas were
in the wrong spot.

Tested-by: Copied the output of the managers schema
and ran it through python json formatter and it started
to pass.

Change-Id: Ica6b35b0076654fae6204a99380c05dec1ac401b
Signed-off-by: James Feist <james.feist@linux.intel.com>

show more ...

5760e53112-Nov-2018 Gunnar Mills <gmills@us.ibm.com>

Server Health: Check if logs are resolved

When determining the server health, check if the logs are
resolved. A resolved log should not cause the server health to
display "Warning" or "Critical".

C

Server Health: Check if logs are resolved

When determining the server health, check if the logs are
resolved. A resolved log should not cause the server health to
display "Warning" or "Critical".

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

show more ...

1cc7021c05-Nov-2018 beccabroek <beccabroek@gmail.com>

Move more info icon

Currently, the more info icon (...) is positioned too far
from the server version on the firmware page. This places the
icon 20 px to the right, so that it is clearly associated

Move more info icon

Currently, the more info icon (...) is positioned too far
from the server version on the firmware page. This places the
icon 20 px to the right, so that it is clearly associated
with the version.

Resolves openbmc/phosphor-webui#23

Change-Id: I5d1dc6bf1446c9f10ee0181d9b9fa2eb3e53e498
Signed-off-by: beccabroek <beccabroek@gmail.com>

show more ...

9c5aa66706-Nov-2018 Gunnar Mills <gmills@us.ibm.com>

app/index: Remove author

This is the only file with a "@author".

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

af0e3b4706-Nov-2018 Gunnar Mills <gmills@us.ibm.com>

Remove Gulp

Moved to webpack here:
https://github.com/openbmc/phosphor-webui/commit/bbcf670a1c8c7463556eb006bc8f6bbfe29af3e4

Gulp is no longer used and would not work without some
restructuring of

Remove Gulp

Moved to webpack here:
https://github.com/openbmc/phosphor-webui/commit/bbcf670a1c8c7463556eb006bc8f6bbfe29af3e4

Gulp is no longer used and would not work without some
restructuring of the app.

Tested: Built the app and scped onto a Witherspoon.
Change-Id: Id2f5feff2608c33460dd4276a5293973dfe8e9c8
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>

show more ...

569ccf6629-Oct-2018 beccabroek <beccabroek@gmail.com>

Display log events in user time

Allows user to display events in their timezone or in UTC.
Previously allowed either ETC or UTC, but listed ETC as
'user timezone'. Updates date time page from GMT o

Display log events in user time

Allows user to display events in their timezone or in UTC.
Previously allowed either ETC or UTC, but listed ETC as
'user timezone'. Updates date time page from GMT offset to
UTC offset for overall consistency. Also updates overview
page to list critical events in user timezone

Resolves openbmc/phosphor-webui#36

Tested: changed timezone settings locally and validated
that correct timezone and UTC offset was presented in
the UI.

Change-Id: I89ca5045eeb789527aa07f5b1baebaa3fbd6b1fa
Signed-off-by: beccabroek <beccabroek@gmail.com>

show more ...

35d18cbc05-Oct-2018 Gunnar Mills <gmills@us.ibm.com>

SNMP: Use lowerCamelCase for vars

Following https://google.github.io/styleguide/jsguide.html.

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

8751084c18-Sep-2018 Gunnar Mills <gmills@us.ibm.com>

Only update SNMP fields if changed

Use ng-change to determine if the SNMP fields, Address and Port,
have changed and should be updated.

Tested: Only see the rest calls when the fields have changed.

Only update SNMP fields if changed

Use ng-change to determine if the SNMP fields, Address and Port,
have changed and should be updated.

Tested: Only see the rest calls when the fields have changed.
Change-Id: I324c9c422a8b6dfb8816925167953e16099f8044
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>

show more ...

31461a1d30-Oct-2018 Gunnar Mills <gmills@us.ibm.com>

Update package-lock.json

Use https, instead of http for a few packages.
Use bootstrap 3 instead of 4. Generated using npm install.

Tested: Manual regression testing on a Witherspoon.
Change-Id: Icf

Update package-lock.json

Use https, instead of http for a few packages.
Use bootstrap 3 instead of 4. Generated using npm install.

Tested: Manual regression testing on a Witherspoon.
Change-Id: Icf729b4a782aabbeec2206d73f727c4586e81c36
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>

show more ...

4640320d30-Oct-2018 Gunnar Mills <gmills@us.ibm.com>

API Utils: Remove date-time headers

These are not needed due to:
https://github.com/openbmc/phosphor-webui/commit/dd9d4c32992568d0b634df10a0eeaf7fcd06d3dd

Change-Id: Ic58569c774bc2524089e74fb108fb7

API Utils: Remove date-time headers

These are not needed due to:
https://github.com/openbmc/phosphor-webui/commit/dd9d4c32992568d0b634df10a0eeaf7fcd06d3dd

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

show more ...

243e6caf23-Oct-2018 Gunnar Mills <gmills@us.ibm.com>

Package.json: Bump npm and nodejs

The npm and node versions listed in package.json were too old to
compile. Updated them to match the versions in the README.

If using an older version then these, t

Package.json: Bump npm and nodejs

The npm and node versions listed in package.json were too old to
compile. Updated them to match the versions in the README.

If using an older version then these, the webui will still try
to compile but will display a warning message like:

╭─────────────────────────────────────╮
│ │
│ Update available 5.6.0 → 6.4.1 │
│ Run npm i -g npm to update │
│ │
╰─────────────────────────────────────╯

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

show more ...

d7557e5c16-Oct-2018 beccabroek <beccabroek@gmail.com>

Consistent date time format

Format on event log page and overview
page of date and time should match the
format of 'data last refreshed' with the
exception of the timezone being listed
with the even

Consistent date time format

Format on event log page and overview
page of date and time should match the
format of 'data last refreshed' with the
exception of the timezone being listed
with the event log.

Resolves openbmc/phosphor-webui#21

Change-Id: I21d43e45f45d2f9eebc7c08f4345201bef354a06
Signed-off-by: beccabroek <beccabroek@gmail.com>

show more ...

022b6cf118-Sep-2018 Gunnar Mills <gmills@us.ibm.com>

Remove SNMP Managers

Allow the user to remove SNMP Managers.
If the SNMP Manager being removed exists in the backend, make a
call to remove it.

Tested: Removed SNMP Managers on a Witherspoon
Change

Remove SNMP Managers

Allow the user to remove SNMP Managers.
If the SNMP Manager being removed exists in the backend, make a
call to remove it.

Tested: Removed SNMP Managers on a Witherspoon
Change-Id: Ib392cda30754adfaa58f6301592c2d666ff2c29e
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>

show more ...

854fbba113-Sep-2018 Gunnar Mills <gmills@us.ibm.com>

Add and modify SNMP Managers

This allows the user to add and edit SNMP managers.

Tested: Added SNMP managers on a Witherspoon.
Change-Id: Iab8d6463b03de75928e4989135172d93ab0f28a3
Signed-off-by: Gu

Add and modify SNMP Managers

This allows the user to add and edit SNMP managers.

Tested: Added SNMP managers on a Witherspoon.
Change-Id: Iab8d6463b03de75928e4989135172d93ab0f28a3
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>

show more ...

cb7d290819-Oct-2018 Andrew Geissler <geissonator@yahoo.com>

Clarify versions required for npm and nodejs

The default versions that come with Ubuntu 16.04 and
18.04 are not high enough. Clarify level requirements
and provide some pointers on how to update.

C

Clarify versions required for npm and nodejs

The default versions that come with Ubuntu 16.04 and
18.04 are not high enough. Clarify level requirements
and provide some pointers on how to update.

Change-Id: I05032d44086951a21c44ab28836e96f31dd4a918
Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>

show more ...

1085098b22-Oct-2018 Gunnar Mills <gmills@us.ibm.com>

Remove multi-server controller

Removed all pages associated with the multi-server feature.
Before, this page was visible at /multi-server/overview.

This page is not used and there is a lot of work

Remove multi-server controller

Removed all pages associated with the multi-server feature.
Before, this page was visible at /multi-server/overview.

This page is not used and there is a lot of work to get
multi-server working. There was also a lot of hardcoded values
in the multi-server controllers.

This code could still be used in the future by looking at the git
history or checking out an earlier tag.
Removing these controllers saves us a few KBs in the image.

Tested: Manual regression testing on a Witherspoon.
Change-Id: Ic2f727a80404291338a66cde4857cf1f4ad228b2
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>

show more ...

cc619bdb17-Oct-2018 Ryan Arnell <iffy.ryan@ibm.com>

Change navigation hover background color

-Changing the hover color to be white as
hover and selected states need to look
different.

Change-Id: I65a201b127408a698e50563f2b555fd5c55935dd
Signed-

Change navigation hover background color

-Changing the hover color to be white as
hover and selected states need to look
different.

Change-Id: I65a201b127408a698e50563f2b555fd5c55935dd
Signed-off-by: Ryan Arnell <iffy.ryan@ibm.com>

show more ...

6a7a46cf19-Oct-2018 Andrew Geissler <geissonator@yahoo.com>

Clarify where npm install must be run

There was some confusion on this at the hackathon. People
were running this prior to cloning the git repository which
then resulted in issues with the run-scrip

Clarify where npm install must be run

There was some confusion on this at the hackathon. People
were running this prior to cloning the git repository which
then resulted in issues with the run-script server command
later.

Change-Id: I7f13f7dd90899d0b64ccd83f19a9a2eb0e10cf1e
Signed-off-by: Andrew Geissler <geissonator@yahoo.com>

show more ...

2f955bd813-Oct-2018 Gunnar Mills <gmills@us.ibm.com>

Date-time: Use lowerCamelCase for vars

Following https://google.github.io/styleguide/jsguide.html.
Also, added a comment to clarify a variable.

Change-Id: I27dd8c0af6187ccd3f8093b88ebe2674fd42747b

Date-time: Use lowerCamelCase for vars

Following https://google.github.io/styleguide/jsguide.html.
Also, added a comment to clarify a variable.

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

show more ...

335ac34413-Oct-2018 Gunnar Mills <gmills@us.ibm.com>

Capitalize "Edit" hostname

To match other links, capitalize the first letter of "Edit".

Resolves openbmc/phosphor-webui#25

Change-Id: I6da98358c68223b7a70e5500f3a83a6cd57a5f32
Signed-off-by: Gunna

Capitalize "Edit" hostname

To match other links, capitalize the first letter of "Edit".

Resolves openbmc/phosphor-webui#25

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

show more ...

3d3e326615-Oct-2018 Andrew Geissler <geissonator@yahoo.com>

Include bmcweb XSS disable in README

If bmcweb is hosting the webui then XSS needs
to be disabled to connect a local webui instance to
the BMC.

Change-Id: I538f657eed65939021120baa71c63728f2e6a828

Include bmcweb XSS disable in README

If bmcweb is hosting the webui then XSS needs
to be disabled to connect a local webui instance to
the BMC.

Change-Id: I538f657eed65939021120baa71c63728f2e6a828
Signed-off-by: Andrew Geissler <geissonator@yahoo.com>

show more ...

12345678910>>...27