From c69b7db04d8f9e3ddee7d20cf6b522fba1f6f154 Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Wed, 16 Dec 2020 14:51:46 +0000 Subject: webui-vue: srcrev bump 645250b918..0f22907a41 Derick Montague (1): Update component documentation Dixsie Wolmers (1): Add security settings page Sukanya Pandey (3): Add client sessions page Show asset name in the app header Add form file documentation (From meta-phosphor rev: a8438f88dd9d138500d1a07f4adb91c75cbb93f4) Change-Id: I02db44481edcb5f946e0f335d51f045a9b999f6d 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 4ef9579b1..73f3ab8cb 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 = "645250b918ccc1d3965824a1c259d0367f6691b1" +SRCREV = "0f22907a4163d6cb84c1cb7c024b09db888e88b2" S = "${WORKDIR}/git" DEPENDS_prepend = "nodejs-native " -- cgit v1.2.3 From b4fe5b3f01538b651e4caae50669e0f15db2c5ec Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Tue, 5 Jan 2021 20:01:54 +0000 Subject: webui-vue: srcrev bump 0f22907a41..5fe1c3fed7 Derick Montague (1): Update class name and improve transition Patrick Williams (2): lint: update format-code script MAINTAINERS: update email addresses to match Gerrit Sukanya Pandey (2): Fix table date filter calendar icon issue Add updated spec file for AppNavigation and AppHeader component SurenNeware (3): Fixed Back to top button appearance issue Add unit test cases for page container component Correct name for IBM custom nav Access Control Yoshie Muranaka (2): Add dumps page to IBM env Add DumpsStore API calls (From meta-phosphor rev: a3da8ba213ebc2b3620378c9d6b2315ab46e6013) Change-Id: Idf0d9995efd68dad9b92b7234f6a6306ec3294c0 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 73f3ab8cb..3dc2ee728 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 = "0f22907a4163d6cb84c1cb7c024b09db888e88b2" +SRCREV = "5fe1c3fed73164d4fe82ebb142cefbca72c2e706" S = "${WORKDIR}/git" DEPENDS_prepend = "nodejs-native " -- cgit v1.2.3 From 1b42b68716aed7586d8bd370ee482096be9496c2 Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Tue, 12 Jan 2021 20:13:27 +0000 Subject: webui-vue: srcrev bump 5fe1c3fed7..7def3249d4 Derick Montague (5): Update PageContainer snapshot test Fix lint warning Fix input icon being hidden on input focus Fix broken info-tooltip spec and snapshot Fix broken TableToolbar snapshot test Sukanya Pandey (7): Add test case for input password toggle component Add unit test cases for table toolbar component Fix issue related to profile settings page Add unit test cases for status icon component Resolve issue of page not found when opening new tab Add translated cancel title to all modals Add unit test cases for table cell count component SurenNeware (2): Add unit test cases for info tooltip component Removed truncated style from overview page Yoshie Muranaka (1): Update IBM router and navigation (From meta-phosphor rev: 89eae56f40d1902813af8895451a46f9bb628386) Change-Id: If098b68d890bfc2f53ef47876f56ad22b501b617 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 3dc2ee728..3bb151877 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 = "5fe1c3fed73164d4fe82ebb142cefbca72c2e706" +SRCREV = "7def3249d454ed7fd45975ab6b5a22cca6ad3a5a" S = "${WORKDIR}/git" DEPENDS_prepend = "nodejs-native " -- cgit v1.2.3 From 7e48e01420da48b5628bcf3cf83375d1b7f896f7 Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Wed, 13 Jan 2021 19:12:14 +0000 Subject: webui-vue: srcrev bump 7def3249d4..ac2b3f08f4 Derick Montague (1): Update axios to remove vulnerabilities Yoshie Muranaka (1): Define SNMP page route in IBM navigation (From meta-phosphor rev: 8e9b780262bc7c6cf43d8089a2e1a04b4c8d33a3) Change-Id: Ie73e0f9ebe1479871de74d81c4bd79439fd0c3de 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 3bb151877..64d246b3e 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 = "7def3249d454ed7fd45975ab6b5a22cca6ad3a5a" +SRCREV = "ac2b3f08f4bc46d088756b41d63e523ab4f71f2a" S = "${WORKDIR}/git" DEPENDS_prepend = "nodejs-native " -- cgit v1.2.3 From e69f5c27782fcc7a78b51bf5995026a07e90838b Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Tue, 19 Jan 2021 22:02:04 +0000 Subject: webui-vue: srcrev bump ac2b3f08f4..b31a448dc9 Derick Montague (1): Run test script as part of the pre-commit hook SurenNeware (1): Add unit test cases for loading bar component (From meta-phosphor rev: 05dfbfb8739c4a100ad1f4be19729df590846060) Change-Id: I64ee1267b7a52684ebf49cdd587867a5cccee432 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 64d246b3e..e6d4dc2da 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 = "ac2b3f08f4bc46d088756b41d63e523ab4f71f2a" +SRCREV = "b31a448dc9d6d153b33e2a8616f1626d376a6ee0" S = "${WORKDIR}/git" DEPENDS_prepend = "nodejs-native " -- cgit v1.2.3 From 8470717571825d32b27336983b59968900e173e7 Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Wed, 20 Jan 2021 18:12:12 +0000 Subject: webui-vue: srcrev bump b31a448dc9..5ecdd66639 Sukanya Pandey (1): Add unit test cases for search component Yoshie Muranaka (1): Add ability to downlad dump (From meta-phosphor rev: ab93631a10ebe9890a9674a0bf2b572d81ca3d48) Change-Id: I4ad25f848ff1ba5eb7b8cec7695123d567c9921a 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 e6d4dc2da..bfec37150 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 = "b31a448dc9d6d153b33e2a8616f1626d376a6ee0" +SRCREV = "5ecdd6663904f4730c06a47efedbd382094e03c3" S = "${WORKDIR}/git" DEPENDS_prepend = "nodejs-native " -- cgit v1.2.3 From ff871098b9ed23de10c0244068f34791e583cabd Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Fri, 22 Jan 2021 21:42:05 +0000 Subject: webui-vue: srcrev bump 5ecdd66639..2ec04fbb91 SurenNeware (1): Update vue cli node modules Yoshie Muranaka (2): Remove unused property from firmware page Add disabled class to FormFile component (From meta-phosphor rev: 5aaeb5de14a2b8156f253ac71946982b84f34434) Change-Id: I3e1b1c73a92185ed195563cf4a43c7edfc3bef99 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 bfec37150..163727394 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 = "5ecdd6663904f4730c06a47efedbd382094e03c3" +SRCREV = "2ec04fbb915a2d3428312288a282008c138a9a62" S = "${WORKDIR}/git" DEPENDS_prepend = "nodejs-native " -- cgit v1.2.3