From 5b78a72dcc8d3ef6bb7d30dd3fd468a2ddd85d9d Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Wed, 6 May 2020 00:31:28 +0000 Subject: webui-vue: srcrev bump f2b3e6c1ef..c77fdaf98d Derick Montague (3): Add vuepress dist directory to .gitignore Update Sass architecture to require helper imports Use Jest as the test framework Yoshie Muranaka (8): Create LoadingBar component Add export functionality to Sensors page Import sass helpers to LoaderBar component Add loading bar to Overview page Add loading bar to Sensors page Add loading bar to LDAP page Add loading bar to SSL certificates page Fix generate CSR submit (From meta-phosphor rev: 54d9a75fcb24ca0319e4e9625cb6d3ad90a508a5) Change-Id: I156f071e655b9cbc2d463954225194c553992796 Signed-off-by: Andrew Geissler Signed-off-by: Andrew Geissler --- meta-phosphor/recipes-phosphor/webui/webui-vue_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-phosphor/recipes-phosphor/webui/webui-vue_git.bb') diff --git a/meta-phosphor/recipes-phosphor/webui/webui-vue_git.bb b/meta-phosphor/recipes-phosphor/webui/webui-vue_git.bb index 6d74e84a4..31a489632 100644 --- a/meta-phosphor/recipes-phosphor/webui/webui-vue_git.bb +++ b/meta-phosphor/recipes-phosphor/webui/webui-vue_git.bb @@ -6,7 +6,7 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" SRC_URI = "git://github.com/openbmc/webui-vue.git" -SRCREV = "f2b3e6c1ef4909f523477c1f839be05eea3e4604" +SRCREV = "c77fdaf98dd259dbc6b279f76d204916c95feee8" S = "${WORKDIR}/git" DEPENDS_prepend = "nodejs-native " -- cgit v1.2.3 From da3ac76c2f5cdf97014ab1e5f5e2c09cf327f77e Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Wed, 6 May 2020 15:11:29 +0000 Subject: webui-vue: srcrev bump c77fdaf98d..8fc53ad94d Yoshie Muranaka (4): Fix accessibility issue on local user page Add loading bar to Server power operations page Add XSRF token to websocket connection Add missing translations to user management store (From meta-phosphor rev: c8fe1ec10d4f15137d365603a5431c3fbf226e8c) Change-Id: Ib45b2c81099bf1fc26965a820e34884d159f1d35 Signed-off-by: Andrew Geissler Signed-off-by: Andrew Geissler --- meta-phosphor/recipes-phosphor/webui/webui-vue_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-phosphor/recipes-phosphor/webui/webui-vue_git.bb') diff --git a/meta-phosphor/recipes-phosphor/webui/webui-vue_git.bb b/meta-phosphor/recipes-phosphor/webui/webui-vue_git.bb index 31a489632..ba0a4f1fd 100644 --- a/meta-phosphor/recipes-phosphor/webui/webui-vue_git.bb +++ b/meta-phosphor/recipes-phosphor/webui/webui-vue_git.bb @@ -6,7 +6,7 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" SRC_URI = "git://github.com/openbmc/webui-vue.git" -SRCREV = "c77fdaf98dd259dbc6b279f76d204916c95feee8" +SRCREV = "8fc53ad94d61372fe5fd2bd96378c2fb1fd0f1f9" S = "${WORKDIR}/git" DEPENDS_prepend = "nodejs-native " -- cgit v1.2.3 From bd5983ba8d1432cc5059bcfb6b35b516a75b4319 Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Wed, 13 May 2020 21:01:56 +0000 Subject: webui-vue: srcrev bump 8fc53ad94d..2932165f02 Derick Montague (1): Add motion guidelines Yoshie Muranaka (3): Add page loader on Local user management page Add translation to Unauthorized page Add confirmation modal on local user table (From meta-phosphor rev: b169158d679b3cab42e6f9630c37db4cb57ffddb) Change-Id: I804903b1c0d71b00e7326784f449781a3260c188 Signed-off-by: Andrew Geissler Signed-off-by: Andrew Geissler --- meta-phosphor/recipes-phosphor/webui/webui-vue_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-phosphor/recipes-phosphor/webui/webui-vue_git.bb') diff --git a/meta-phosphor/recipes-phosphor/webui/webui-vue_git.bb b/meta-phosphor/recipes-phosphor/webui/webui-vue_git.bb index ba0a4f1fd..9364b97ac 100644 --- a/meta-phosphor/recipes-phosphor/webui/webui-vue_git.bb +++ b/meta-phosphor/recipes-phosphor/webui/webui-vue_git.bb @@ -6,7 +6,7 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" SRC_URI = "git://github.com/openbmc/webui-vue.git" -SRCREV = "8fc53ad94d61372fe5fd2bd96378c2fb1fd0f1f9" +SRCREV = "2932165f02e5aa9241c080b188a0df9fea297775" S = "${WORKDIR}/git" DEPENDS_prepend = "nodejs-native " -- cgit v1.2.3 From c77937395cdcf9b992650f094776b814adaf4151 Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Thu, 14 May 2020 21:52:05 +0000 Subject: webui-vue: srcrev bump 2932165f02..b115aea1ea Derick Montague (1): Add themes documentation Gunnar Mills (1): Move node to >=12.14.1 Yoshie Muranaka (1): Clear XSRF token when navigating to Login (From meta-phosphor rev: d0b4636f8283e75fb8586bff0933223592cfd0d5) Change-Id: I88f1a7e5c1d9cff76137d14860f904aca308c400 Signed-off-by: Andrew Geissler Signed-off-by: Andrew Geissler --- meta-phosphor/recipes-phosphor/webui/webui-vue_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-phosphor/recipes-phosphor/webui/webui-vue_git.bb') diff --git a/meta-phosphor/recipes-phosphor/webui/webui-vue_git.bb b/meta-phosphor/recipes-phosphor/webui/webui-vue_git.bb index 9364b97ac..25f50d6a1 100644 --- a/meta-phosphor/recipes-phosphor/webui/webui-vue_git.bb +++ b/meta-phosphor/recipes-phosphor/webui/webui-vue_git.bb @@ -6,7 +6,7 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" SRC_URI = "git://github.com/openbmc/webui-vue.git" -SRCREV = "2932165f02e5aa9241c080b188a0df9fea297775" +SRCREV = "b115aea1eab526971983369986e2d2a56e17ff15" S = "${WORKDIR}/git" DEPENDS_prepend = "nodejs-native " -- cgit v1.2.3 From 6e00eefe5567e276c7eed2b481f1fa52eaa91d4c Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Sat, 16 May 2020 20:51:54 +0000 Subject: webui-vue: srcrev bump b115aea1ea..68069e1955 Yoshie Muranaka (2): Add Redfish mapping for quiesced and dignostics mode Add logout commit for 401 response (From meta-phosphor rev: 3986a1148ee1b939d854b10e1ff6a7244df7baf6) Change-Id: Ie6c61e6f059b223c2437f2e5e015d0916cb1a7c8 Signed-off-by: Andrew Geissler Signed-off-by: Andrew Geissler --- meta-phosphor/recipes-phosphor/webui/webui-vue_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-phosphor/recipes-phosphor/webui/webui-vue_git.bb') diff --git a/meta-phosphor/recipes-phosphor/webui/webui-vue_git.bb b/meta-phosphor/recipes-phosphor/webui/webui-vue_git.bb index 25f50d6a1..1eb381601 100644 --- a/meta-phosphor/recipes-phosphor/webui/webui-vue_git.bb +++ b/meta-phosphor/recipes-phosphor/webui/webui-vue_git.bb @@ -6,7 +6,7 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" SRC_URI = "git://github.com/openbmc/webui-vue.git" -SRCREV = "b115aea1eab526971983369986e2d2a56e17ff15" +SRCREV = "68069e1955f63219601a9dd9100b56075fb2099c" S = "${WORKDIR}/git" DEPENDS_prepend = "nodejs-native " -- cgit v1.2.3 From 8ceaf9b695b61f33c5c983683a840c4f48c1e25e Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Thu, 21 May 2020 16:02:09 +0000 Subject: webui-vue: srcrev bump 68069e1955..6f102346cb Sukanya Pandey (1): Add manage power usage page SurenNeware (1): Add ServerLED page Yoshie Muranaka (4): Update readme with new feature parity deadline exception Update EventLogStore request to use Redfish Remove focus outline from navigation items Add Event log page (From meta-phosphor rev: fefde49200f960a19cbb85f63b82447063faaf99) Change-Id: I9fc9b1bb1c385bdd2e708189778f2c976c2a9130 Signed-off-by: Andrew Geissler Signed-off-by: Andrew Geissler --- meta-phosphor/recipes-phosphor/webui/webui-vue_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-phosphor/recipes-phosphor/webui/webui-vue_git.bb') diff --git a/meta-phosphor/recipes-phosphor/webui/webui-vue_git.bb b/meta-phosphor/recipes-phosphor/webui/webui-vue_git.bb index 1eb381601..efe620b42 100644 --- a/meta-phosphor/recipes-phosphor/webui/webui-vue_git.bb +++ b/meta-phosphor/recipes-phosphor/webui/webui-vue_git.bb @@ -6,7 +6,7 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" SRC_URI = "git://github.com/openbmc/webui-vue.git" -SRCREV = "68069e1955f63219601a9dd9100b56075fb2099c" +SRCREV = "6f102346cbeaff7bc2e1f6ae46a67316ca90b5cd" S = "${WORKDIR}/git" DEPENDS_prepend = "nodejs-native " -- cgit v1.2.3 From 8b52d61b838c67c96e119076f5874874bfccc5e4 Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Fri, 22 May 2020 22:21:30 +0000 Subject: webui-vue: srcrev bump 6f102346cb..396aaab761 Yoshie Muranaka (1): Refactor Sensors filtered data (From meta-phosphor rev: 24bea95cc919e44f9eae5392072b28eee37ef337) Change-Id: I5b126ab6cc655087f46556579a335bf38f720e10 Signed-off-by: Andrew Geissler Signed-off-by: Andrew Geissler --- meta-phosphor/recipes-phosphor/webui/webui-vue_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-phosphor/recipes-phosphor/webui/webui-vue_git.bb') diff --git a/meta-phosphor/recipes-phosphor/webui/webui-vue_git.bb b/meta-phosphor/recipes-phosphor/webui/webui-vue_git.bb index efe620b42..b3ecb84f2 100644 --- a/meta-phosphor/recipes-phosphor/webui/webui-vue_git.bb +++ b/meta-phosphor/recipes-phosphor/webui/webui-vue_git.bb @@ -6,7 +6,7 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" SRC_URI = "git://github.com/openbmc/webui-vue.git" -SRCREV = "6f102346cbeaff7bc2e1f6ae46a67316ca90b5cd" +SRCREV = "396aaab761da86698dcb5890b0a6960a90d3459b" S = "${WORKDIR}/git" DEPENDS_prepend = "nodejs-native " -- cgit v1.2.3