kaixiliu [Fri, 24 Jan 2025 03:19:08 +0000 (11:19 +0800)]
usecase-ui/server add 15.0.1-container.yaml
Issue-ID: USECASEUI-860
Change-Id: I73c4b67371bf8d7e59d83d5513e9b5acbf759596
Signed-off-by: kaixiliu <liukaixi@chinamobile.com>
Fiete Ostkamp [Tue, 21 Jan 2025 13:27:53 +0000 (14:27 +0100)]
Dependency inject Retrofit client to simplify api declaration
- centrally declare AAI rest client [0]
- add integration test to assert http request to AAI
- do not ignore test failure
[0] this has the advantage, that
- headers are defined for all requests via interceptor
- this is the correct setup to add tracing to the app with a later change
- credentials for AAI can be centrally configured (it is now configurable in the latest AAI version)
Issue-ID: USECASEUI-857
Change-Id: I5ef0e859e3bc2ab4b42fe6ed27632c211b90ac62
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Fiete Ostkamp [Fri, 17 Jan 2025 06:37:12 +0000 (07:37 +0100)]
Clean up dependencies in uui-server
- remove msb-java-sdk since msb is not used in the java code
(and it has lots of outdated transient dependencies)
- change scope of junit, mockito and powermock dependencies to test
- do not pin spring framework version as it is already managed by spring-boot dependency management [0]
- replace spring-boot-starter-data-rest with -web since the former bundles the latter and actually nothing
of -data-rest is used in the codebase
- update jacoco plugin to be compatible with Java 17
[0] defining a separate version also bears the risk of incompatability between the two
Issue-ID: USECASEUI-855
Change-Id: I0c236f3eec35fac07e8f5969d4d8f654fc10c068
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
kaixiliu [Tue, 31 Dec 2024 01:37:16 +0000 (09:37 +0800)]
usecase-ui/server add 15.0.0-container.yaml
Issue-ID: USECASEUI-849
Change-Id: I7b7ab8cd733688e378bd4657d4a3f58f15855e3f
Signed-off-by: kaixiliu <liukaixi@chinamobile.com>
kaixiliu [Wed, 25 Dec 2024 09:02:38 +0000 (17:02 +0800)]
usecase-ui/server updates pom.xml file and Change the release version to 15.0.0
Issue-ID: USECASEUI-845
Change-Id: I4d960162e45e1f82e0e4f91d1862bec7d001d69a
Signed-off-by: kaixiliu <liukaixi@chinamobile.com>
kaixiliu [Tue, 6 Aug 2024 01:39:31 +0000 (09:39 +0800)]
server updates the vulnerable direct dependencies
Issue-ID: USECASEUI-840
Change-Id: Ic4c8e2d1a3f164845779d67dfc1c170b8cd69fcb
Signed-off-by: kaixiliu <liukaixi@chinamobile.com>
kaixiliu [Fri, 26 Jul 2024 08:06:39 +0000 (16:06 +0800)]
server adds checkstyle configuration
Issue-ID: USECASEUI-839
Change-Id: Ifd43f2b2d8e793378c220e349ee5756520759bbf
Signed-off-by: kaixiliu <liukaixi@chinamobile.com>
kaixiliu [Tue, 23 Jul 2024 07:02:28 +0000 (15:02 +0800)]
Remove oparent dependency from server
Issue-ID: USECASEUI-839
Change-Id: I5a43770d37f4000ef8e4badbed837a1fcbdd2f2e
Signed-off-by: kaixiliu <liukaixi@chinamobile.com>
Keguang He [Thu, 13 Jun 2024 07:48:38 +0000 (07:48 +0000)]
Merge "server add container.yaml"
kaixiliu [Thu, 13 Jun 2024 02:20:43 +0000 (10:20 +0800)]
server add container.yaml
Issue-ID: USECASEUI-838
Change-Id: I1306a4f54aa3b0f07e10cae2bdc79c3ea1cd2049
Signed-off-by: kaixiliu <liukaixi@chinamobile.com>
zhen1234 [Thu, 13 Jun 2024 04:14:36 +0000 (12:14 +0800)]
add exportContent
Issue-ID: USECASEUI-837
Signed-off-by: zhen1234 <liz779@chinatelecom.cn>
Change-Id: I8d374024e5592e039182c82c573480c6d264d625
zhen1234 [Thu, 13 Jun 2024 04:06:44 +0000 (12:06 +0800)]
add exportUtil
Issue-ID: USECASEUI-837
Signed-off-by: zhen1234 <liz779@chinatelecom.cn>
Change-Id: I3547c3884b3e19fdfe4d94da63a02c5069363a06
zhen1234 [Thu, 13 Jun 2024 02:35:11 +0000 (10:35 +0800)]
modify pom dependency
Issue-ID: USECASEUI-837
Signed-off-by: zhen1234 <liz779@chinatelecom.cn>
Change-Id: Ie249d13365556625c75377cefe820a22269e498b
kaixiliu [Tue, 11 Jun 2024 09:24:34 +0000 (17:24 +0800)]
Modify pom files
Issue-ID: USECASEUI-838
Change-Id: I61d8db246275b6c500a04baff36ba1dccca3c9e2
Signed-off-by: kaixiliu <liukaixi@chinamobile.com>
kaixiliu [Tue, 11 Jun 2024 02:45:21 +0000 (10:45 +0800)]
Component upgrade
Issue-ID: USECASEUI-836
Change-Id: I25a4f10d4e80d0fadb212d5d7abdd3ba4720d3e9
Signed-off-by: kaixiliu <liukaixi@chinamobile.com>
kaixiliu [Thu, 23 Nov 2023 02:52:40 +0000 (10:52 +0800)]
Modify Unit Tests
Issue-ID: USECASEUI-828
Change-Id: I0ed5e53e6f3211bbeab74c6814475889933d73dc
Signed-off-by: kaixiliu <liukaixi@chinamobile.com>
kaixiliu [Tue, 21 Nov 2023 07:47:05 +0000 (15:47 +0800)]
Change the release version to 13.0.0
Issue-ID: USECASEUI-828
Change-Id: Iccd70156e25b837bee6f4534981c5bfe412472aa
Signed-off-by: kaixiliu <liukaixi@chinamobile.com>
kaixiliu [Mon, 6 Nov 2023 08:21:31 +0000 (16:21 +0800)]
Upgrade java 17
Issue-ID: USECASEUI-823
Change-Id: I935b08e9221b1dc17aa16d573efe5e3757609d3b
Signed-off-by: kaixiliu <liukaixi@chinamobile.com>
kaixiliu [Sun, 25 Jun 2023 02:58:00 +0000 (10:58 +0800)]
Change the release version to 5.3.0
Issue-ID: USECASEUI-816
Signed-off-by: kaixiliu <liukaixi@chinamobile.com>
Change-Id: Ic40180414179cc4895848360ea4fab1d45f087d1
kaixiliu [Wed, 14 Jun 2023 09:13:39 +0000 (17:13 +0800)]
Update the version of server to 5.2.2
Issue-ID: USECASEUI-812
Signed-off-by: kaixiliu <liukaixi@chinamobile.com>
Change-Id: I3c813a40e0667619a9d3e5377fbd9d204825c0f7
kaixiliu [Wed, 14 Jun 2023 07:29:55 +0000 (15:29 +0800)]
Delete extra blank lines
Issue-ID: USECASEUI-812
Signed-off-by: kaixiliu <liukaixi@chinamobile.com>
Change-Id: I44b3f92a5b5b51e03b61106214e92fb44f36af65
kaixiliu [Tue, 9 May 2023 06:33:39 +0000 (14:33 +0800)]
Enable uui-server support Http requests
Issue-ID: USECASEUI-808
Signed-off-by: kaixiliu <liukaixi@chinamobile.com>
Change-Id: I46679f284444b9f52d5df90a1600069aec9c3ff9
kaixiliu [Thu, 27 Apr 2023 07:24:35 +0000 (15:24 +0800)]
Update the version of server to 5.2.1
Issue-ID: REQ-1442
Signed-off-by: kaixiliu <liukaixi@chinamobile.com>
Change-Id: Id31bc794c5de3db74ded9091b04033a3beda91b6
kaixiliu [Thu, 27 Apr 2023 06:15:31 +0000 (14:15 +0800)]
Update the version of server to 5.1.3
Issue-ID: REQ-1442
Signed-off-by: kaixiliu <liukaixi@chinamobile.com>
Change-Id: Ida7ba332d37a833a5d85be9b6db5b074d8505d85
kaixiliu [Thu, 27 Apr 2023 03:16:30 +0000 (11:16 +0800)]
Add Comment
Issue-ID: REQ-1442
Signed-off-by: kaixiliu <liukaixi@chinamobile.com>
Change-Id: I44774bea50c3d9992f5d1186c5e0ff1e3f252b07
Keguang He [Fri, 4 Nov 2022 08:21:37 +0000 (08:21 +0000)]
Merge "Release version change"
Junyi [Fri, 4 Nov 2022 07:06:17 +0000 (15:06 +0800)]
Release version change
Signed-off-by: Junyi Du <hunterdevil@foxmail.com>
Issue-ID: USECASEUI-759
Change-Id: I4894ba94f832904cb903708c20d5ad3c9fa740b3
cmrizhangzhen [Fri, 4 Nov 2022 06:17:15 +0000 (14:17 +0800)]
modify fashjson convert bean to string
Issue-ID: USECASEUI-750
Signed-off-by: cmrizhangzhen <781953240@qq.com>
Change-Id: I150319c7aec5092e1347c7c611e09d237abf5d28
deepikasatheesh [Fri, 28 Oct 2022 16:28:02 +0000 (16:28 +0000)]
Fixed bugs found in KPI Monitoring for new KPI
Issue-ID: USECASEUI-748
Signed-off-by: deepikasatheesh <deepika.s84@wipro.com>
Change-Id: Ie545852cc39d11fbfc4a950a1576188aabbf5dc0
Signed-off-by: deepikasatheesh <deepika.s84@wipro.com>
hekeguang [Thu, 27 Oct 2022 06:17:19 +0000 (14:17 +0800)]
Release 5.1.2.
Issue-ID: USECASEUI-743
Change-Id: I06d3fff5a525ffc7f74c314764f31a4011e6964b
Signed-off-by: hekeguang <hekeguang@chinamobile.com>
’zhaoyh6‘ [Mon, 24 Oct 2022 07:58:32 +0000 (15:58 +0800)]
feat:Intent instance binding 5g slice instance information
Issue-ID: REQ-1214
Signed-off-by: ’zhaoyh6‘ <zhaoyh6@asiainfo.com>
Change-Id: I49062d260bec07259d04a63b43de57581b3c0c8a
hekeguang [Thu, 29 Sep 2022 07:33:57 +0000 (15:33 +0800)]
Update version to 5.1.1.
Issue-ID: USECASEUI-732
Change-Id: I15bd746297da521af5b7eb49698ec5c94861258a
Signed-off-by: hekeguang <hekeguang@chinamobile.com>
Junyi [Thu, 29 Sep 2022 01:20:00 +0000 (09:20 +0800)]
add bash config
Issue-ID: USECASEUI-731
Signed-off-by: Junyi Du <hunterdevil@foxmail.com>
Change-Id: I948681459d58d0228a3f3ef72809543d0c8b2ebf
hekeguang [Thu, 22 Sep 2022 16:13:18 +0000 (00:13 +0800)]
Update UUI version to 5.1.0.
Issue-ID: USECASEUI-731
Change-Id: I02202e24aa749f412dd11ea2e54f3122e29f594e
Signed-off-by: hekeguang <hekeguang@chinamobile.com>
qingshuting [Mon, 29 Aug 2022 08:17:31 +0000 (16:17 +0800)]
[UUI-SERVER] Update gitignore file
Include file and folder generated from several main IDE
Issue-ID: USECASEUI-714
Signed-off-by: qingshuting <qingshuting1@huawei.com>
Change-Id: I35ab0e79744e2d341d208fe8579a88cb62ea9e5f
deepikasatheesh [Tue, 30 Aug 2022 08:48:17 +0000 (08:48 +0000)]
Implement Network slicing KPI Monitoring for new KPI
Issue-ID: USECASEUI-715
Signed-off-by: deepikasatheesh <deepika.s84@wipro.com>
Change-Id: Ic02250ea79b6e0894ae2b0218bb22fbf1828744d
Junyi [Thu, 25 Aug 2022 02:26:15 +0000 (10:26 +0800)]
Release version change
Issue-ID: USECASEUI-713
Signed-off-by: Junyi Du <hunterdevil@foxmail.com>
Change-Id: Idb6d885b74a4bf4101106df536d1b5a707e5ec5e
hekeguang [Tue, 23 Aug 2022 10:07:11 +0000 (18:07 +0800)]
usecase-ui-server-master-docker-java-daily error.
Issue-ID: USECASEUI-712
Change-Id: I5a254d361c05ec90078d451c236f9b1758bbdbdb
Signed-off-by: hekeguang <hekeguang@chinamobile.com>
Keguang He [Tue, 16 Aug 2022 02:56:06 +0000 (02:56 +0000)]
Merge "change application.properties $ standalone for separate postgres"
Junyi [Tue, 9 Aug 2022 04:44:54 +0000 (12:44 +0800)]
change application.properties $ standalone for separate postgres
Issue-ID: USECASEUI-405
Signed-off-by: Junyi Du <hunterdevil@foxmail.com>
Change-Id: Icad7ec5441f71819ee27a23c2cb1b79ef8d45517
hekeguang [Thu, 11 Aug 2022 01:44:15 +0000 (09:44 +0800)]
PACKAGES UPGRADES IN DIRECT DEPENDENCIES FOR KOHN.
Issue-ID: USECASEUI-679
Change-Id: I3274441c45bfbd9fa7811f2c97d0e015c0a9dce6
Signed-off-by: hekeguang <hekeguang@chinamobile.com>
’zhaoyh6‘ [Thu, 19 May 2022 02:54:40 +0000 (10:54 +0800)]
feat:Modify access node display format
Issue-ID: REQ-1075
Signed-off-by: ’zhaoyh6‘ <zhaoyh6@asiainfo.com>
Change-Id: I27677f418b0c101d5f2e99ccd81596053832a307
decheng zhang [Tue, 10 May 2022 21:17:27 +0000 (17:17 -0400)]
fix: UUI backend restful api endpoints, remove multiple matching
Issue-ID: REQ-1103
Signed-off-by: decheng zhang <decheng.zhang@huawei.com>
Change-Id: I6b9a259548aafa96d67f200377652e23e8125ce6
Keguang He [Mon, 9 May 2022 02:43:01 +0000 (02:43 +0000)]
Merge "feat:Adjust ccvpn performance monitoring time and display unit."
’zhaoyh6‘ [Mon, 9 May 2022 02:18:30 +0000 (10:18 +0800)]
feat:Adjust ccvpn performance monitoring time and display unit.
Issue-ID: REQ-1075
Signed-off-by: ’zhaoyh6‘ <zhaoyh6@asiainfo.com>
Change-Id: Id4498477450059f3f029bf3057a5294314a655d7
decheng zhang [Sun, 1 May 2022 16:44:13 +0000 (12:44 -0400)]
fix: UUI backend AAI restful api and implementation for jakarta ccvpn usecase
Issue-ID: REQ-1103
Signed-off-by: decheng zhang <decheng.zhang@huawei.com>
Change-Id: Ic6e909a4b83033b2bd9eba34ef25aaf848be9aa3
Signed-off-by: decheng zhang <decheng.zhang@huawei.com>
hekeguang [Wed, 27 Apr 2022 02:06:23 +0000 (10:06 +0800)]
Release 4.0.7.
Issue-ID: USECASEUI-662
Change-Id: Id7aaaed714e0dbf1ed251bd3ae64c3a35aa66c10
Signed-off-by: hekeguang <hekeguang@chinamobile.com>
Keguang He [Fri, 15 Apr 2022 08:09:24 +0000 (08:09 +0000)]
Merge "fix:Fix create intent instance feature."
’zhaoyh6‘ [Fri, 15 Apr 2022 07:03:50 +0000 (15:03 +0800)]
fix:Fix create intent instance feature.
Issue-ID: REQ-1075
Signed-off-by: ’zhaoyh6‘ <zhaoyh6@asiainfo.com>
Change-Id: Ic5fc8ab5326caf73188f9537e10160902cc04db5
Keguang He [Tue, 29 Mar 2022 07:00:10 +0000 (07:00 +0000)]
Merge "feat: modify create ccvpn instance function."
’zhaoyh6‘ [Tue, 29 Mar 2022 06:52:13 +0000 (14:52 +0800)]
feat: modify create ccvpn instance function.
Issue-ID: REQ-1075
Signed-off-by: ’zhaoyh6‘ <zhaoyh6@asiainfo.com>
Change-Id: I69ce95b058b653a7ed2287681f25253cc28bd6d5
hekeguang [Wed, 23 Mar 2022 03:19:05 +0000 (11:19 +0800)]
Start OOM review with updated container image.
Issue-ID: USECASEUI-649
Change-Id: I09268e8b543318e6291557f89370119fbdb37cf9
Signed-off-by: hekeguang <hekeguang@chinamobile.com>
’zhaoyh6‘ [Wed, 23 Mar 2022 01:41:45 +0000 (09:41 +0800)]
feat:Add instance modification function
Issue-ID: REQ-1075
Signed-off-by: ’zhaoyh6‘ <zhaoyh6@asiainfo.com>
Change-Id: I60151668dd67a2325b34f0c2a57df14993be84ad
hekeguang [Mon, 21 Mar 2022 09:07:06 +0000 (17:07 +0800)]
Update springframework version to 5.3.13.
Issue-ID: USECASEUI-659
Change-Id: I96b20a86c493c68c5879be25dfb23deac5eb3967
Signed-off-by: hekeguang <hekeguang@chinamobile.com>
’zhaoyh6‘ [Mon, 21 Mar 2022 06:18:47 +0000 (14:18 +0800)]
feat:add Intent Instance Management
Issue-ID: REQ-1075
Signed-off-by: ’zhaoyh6‘ <zhaoyh6@asiainfo.com>
Change-Id: Ia725c68f3f5cb5fbbd1ba8105b947c7f869e5609
’zhaoyh6‘ [Thu, 10 Mar 2022 09:22:54 +0000 (17:22 +0800)]
feat:Create an entry for the unified intent instance, save the instance information to AAI, and add test code.
Issue-ID: REQ-1075
Signed-off-by: ’zhaoyh6‘ <zhaoyh6@asiainfo.com>
Change-Id: Iae5d246441d06b8ba30cdde5b14ae2202d46b85a
hekeguang [Sun, 27 Feb 2022 12:32:33 +0000 (20:32 +0800)]
PACKAGES UPGRADES IN DIRECT DEPENDENCIES FOR JAKARTA.
Issue-ID: USECASEUI-635
Change-Id: I0ec38a1445e6b8499a53cb9378acde0c74abbd8c
Signed-off-by: hekeguang <hekeguang@chinamobile.com>
hekeguang [Tue, 22 Feb 2022 14:11:10 +0000 (22:11 +0800)]
Add test code to meet the goal of test coverage.
Issue-ID: USECASEUI-643
Change-Id: Iaf6af2deb227c4f1d4a13f3bac5542f0e0249955
Signed-off-by: hekeguang <hekeguang@chinamobile.com>
hekeguang [Tue, 22 Feb 2022 02:41:44 +0000 (10:41 +0800)]
Add test code to meet the goal of test coverage.
Issue-ID: USECASEUI-643
Change-Id: Ie8b04e2d89f85c7a9b1ef5a7358b2a6da49f726a
Signed-off-by: hekeguang <hekeguang@chinamobile.com>
hekeguang [Wed, 26 Jan 2022 02:49:17 +0000 (10:49 +0800)]
The INFO.yaml file needs to be updated because the ptl info has changed.
Issue-ID: USECASEUI-638
Change-Id: I3352802bef1cb33085e0c343deefa98746dea5a3
Signed-off-by: hekeguang <hekeguang@chinamobile.com>
hekeguang [Thu, 27 Jan 2022 14:37:34 +0000 (22:37 +0800)]
The problem of usecase-ui-server-master-docker-java-daily compilation failure needs to be solved.
Issue-ID: USECASEUI-639
Change-Id: Ica33e1d13e416f2ea6903d8786a4a601d4d54536
Signed-off-by: hekeguang <hekeguang@chinamobile.com>
deepikasatheesh [Tue, 16 Nov 2021 10:42:31 +0000 (10:42 +0000)]
Fix attribute mismatch in AnSliceProfile
Issue-ID: USECASEUI-618
Signed-off-by: deepikasatheesh <deepika.s84@wipro.com>
Change-Id: I7e2f19084c3afc79d43a85472a021a5b259d3a20
’zhaoyh6‘ [Wed, 3 Nov 2021 03:17:58 +0000 (11:17 +0800)]
feat:Add the function of obtaining instance creation progress
Issue-ID: USECASEUI-605
Signed-off-by: ’zhaoyh6‘ <zhaoyh6@asiainfo.com>
Change-Id: I4458ba77b61ee95ffafac6e3595421a68f2594ac
zhaoyehua [Mon, 25 Oct 2021 06:56:56 +0000 (14:56 +0800)]
fix:The query mode and operation mode are optimized
Issue-ID: USECASEUI-605
Signed-off-by: ’zhaoyh6‘ <zhaoyh6@asiainfo.com>
Change-Id: Ib4c81d42897e420b68c65686ed3efe5d985b3d62
Signed-off-by: ’zhaoyh6‘ <zhaoyh6@asiainfo.com>
’zhaoyh6‘ [Wed, 13 Oct 2021 01:50:55 +0000 (09:50 +0800)]
fix:Fix create instance problem
Issue-ID: USECASEUI-605
Signed-off-by: ’zhaoyh6‘ <zhaoyh6@asiainfo.com>
Change-Id: Ia9a6e9e3d3d635beb63a55520c43dcbcea687a10
hekeguang [Tue, 12 Oct 2021 08:47:20 +0000 (16:47 +0800)]
[UUI] Update image of components of UUI
Issue-ID: USECASEUI-374
Change-Id: I2748c43c246573256d2265724afc7723d50cee6a
Signed-off-by: hekeguang <hekeguang@chinamobile.com>
hekeguang [Tue, 12 Oct 2021 06:36:33 +0000 (14:36 +0800)]
Fixed a bug related to the configuration of UUI server.
Issue-ID: USECASEUI-616
Change-Id: Ieb2868a05d91d710727b615e5ece677de146c4ad
Signed-off-by: hekeguang <hekeguang@chinamobile.com>
He Keguang [Tue, 12 Oct 2021 03:02:24 +0000 (03:02 +0000)]
Merge "CCVPN-usecase (REQ-719) requirements: adding getConnectivityInfo endpoint and update AAIService AAI schema version for specific api endpoint"
’zhaoyh6‘ [Fri, 24 Sep 2021 02:39:23 +0000 (10:39 +0800)]
fix:rollback profile--application.properties
Issue-ID: USECASEUI-605
Signed-off-by: ’zhaoyh6‘ <zhaoyh6@asiainfo.com>
Change-Id: I1c6a8959cf59c8b7d21a6859a065caf623ba9dc0
’zhaoyh6‘ [Thu, 23 Sep 2021 06:28:00 +0000 (14:28 +0800)]
feat:modify test file
Issue-ID: USECASEUI-605
Signed-off-by: ’zhaoyh6‘ <zhaoyh6@asiainfo.com>
Change-Id: Ieb51bb45128cda940344b31fd370a8d35dbe122e
’zhaoyh6‘ [Sat, 18 Sep 2021 07:55:13 +0000 (15:55 +0800)]
feat:Add file transfer function
Issue-ID: USECASEUI-605
Signed-off-by: zhaoyh6 <zhaoyh6@asiainfo.com>
Change-Id: Iae729bc56718839bad8c49408b0f50c020909765
decheng zhang [Thu, 16 Sep 2021 14:00:56 +0000 (10:00 -0400)]
CCVPN-usecase (REQ-719) requirements: adding getConnectivityInfo endpoint
and update AAIService AAI schema version for specific api endpoint
Issue-ID: USECASEUI-606
Signed-off-by: decheng zhang <decheng.zhang@huawei.com>
Change-Id: I09a1150bde5e03f727515d6daee0cea7c5bfd8f3
hekeguang [Sat, 11 Sep 2021 09:06:17 +0000 (17:06 +0800)]
UUI needs to use integration-java 11:9.0.0 image.
Issue-ID: USECASEUI-604
Change-Id: I19d41235f6ad1aa4fe9968663c2b9fdbeb2b2e23
Signed-off-by: hekeguang <hekeguang@chinamobile.com>
hekeguang [Sat, 11 Sep 2021 02:48:41 +0000 (10:48 +0800)]
UUI needs to use integration-java 11:9.0.0 image.
Issue-ID: USECASEUI-604
Change-Id: Iaf65c28738e31fd70705d5eeb7bbcb176d3d2673
Signed-off-by: hekeguang <hekeguang@chinamobile.com>
hekeguang [Tue, 7 Sep 2021 02:10:45 +0000 (10:10 +0800)]
UUI needs to use integration-java 11:9.0.0 image.
Issue-ID: USECASEUI-604
Change-Id: Ic1f04b1a5c98a5d460fc2abe08c8cbe14575164c
Signed-off-by: hekeguang <hekeguang@chinamobile.com>
hekeguang [Tue, 7 Sep 2021 01:36:58 +0000 (09:36 +0800)]
Bug fixes in returning data content from UI.
Issue-ID: USECASEUI-592
Change-Id: Ic5a5aed442e4f4d39d761e13219ae9b7e8d5ab99
Signed-off-by: hekeguang <hekeguang@chinamobile.com>
hekeguang [Thu, 2 Sep 2021 10:42:17 +0000 (18:42 +0800)]
UUI needs to upgrade the version of Ubuntu.
Issue-ID: USECASEUI-603
Change-Id: I33b50b15dff99ce42444ad440d192d0c2439960a
Signed-off-by: hekeguang <hekeguang@chinamobile.com>
hekeguang [Thu, 2 Sep 2021 09:35:14 +0000 (17:35 +0800)]
UUI needs to upgrade the version of Ubuntu.
Issue-ID: USECASEUI-603
Change-Id: I78adc3d7f7f9ab5754bd6cfb927db1668ea6fbb6
Signed-off-by: hekeguang <hekeguang@chinamobile.com>
hekeguang [Wed, 25 Aug 2021 05:11:40 +0000 (13:11 +0800)]
UUI certificates are not correct.
Issue-ID: USECASEUI-594
Change-Id: I4f01eb7efc43f9693d102b154cc52e7b841719ab
Signed-off-by: hekeguang <hekeguang@chinamobile.com>
’zhaoyh6‘ [Tue, 24 Aug 2021 08:09:07 +0000 (16:09 +0800)]
feat: add ccvpn instance manage
Issue-ID: USECASEUI-525
Signed-off-by: ’zhaoyh6‘ <zhaoyh6@asiainfo.com>
Change-Id: I2962d5814f3db1867995043141d7f1e1a902933a
hekeguang [Thu, 17 Jun 2021 07:40:15 +0000 (15:40 +0800)]
Update the vulnerable direct dependencies.
Issue-ID: USECASEUI-574
Change-Id: Ib0ddca3dfa27ff7c2d640828653ce71d5c6baa5e
Signed-off-by: hekeguang <hekeguang@chinamobile.com>
xu ran [Fri, 28 May 2021 02:41:48 +0000 (02:41 +0000)]
Merge "Add test code for uui-server."
zhaoyehua [Thu, 27 May 2021 06:58:20 +0000 (14:58 +0800)]
modify test class for Intent module
Issue-ID: USECASEUI-525
Change-Id: Id3ae977ec8cc874926d23c40c79974d79a03078d
Signed-off-by: zhaoyehua <zhaoyh6@asiainfo.com>
zhaoyehua [Thu, 27 May 2021 01:45:07 +0000 (09:45 +0800)]
add test class for Intent module
Issue-ID: USECASEUI-525
Change-Id: I2b746d0df3935580f59a24e4c2ce7427331da4c0
Signed-off-by: zhaoyehua <zhaoyh6@asiainfo.com>
hekeguang [Fri, 21 May 2021 03:22:40 +0000 (11:22 +0800)]
Add test code for uui-server.
Issue-ID: USECASEUI-584
Change-Id: I46161ff5eb2898954f95fe2010042d5f8c8aa05a
Signed-off-by: hekeguang <hekeguang@chinamobile.com>
hekeguang [Mon, 12 Apr 2021 06:56:24 +0000 (14:56 +0800)]
Release 4.0.1.
Issue-ID: USECASEUI-566
Change-Id: Icf48123e4f0eb2d930f415f3bf491d6d3710c7db
Signed-off-by: hekeguang <hekeguang@chinamobile.com>
xuran [Wed, 7 Apr 2021 08:53:21 +0000 (16:53 +0800)]
Release version change
Change-Id: I51d6d62577b110f80c5cb8f0a56a65bd6aa8c87b
Issue-ID: USECASEUI-558
Signed-off-by: xuran <xuranyjy@chinamobile.com>
hekeguang [Mon, 29 Mar 2021 08:29:37 +0000 (16:29 +0800)]
Change the business of queryslicingbusiness details.
Issue-ID: USECASEUI-557
Change-Id: Icf4c6607865ec4ed8b5cb8c566d6ee57498953e5
Signed-off-by: hekeguang <hekeguang@chinamobile.com>
hekeguang [Thu, 25 Mar 2021 10:57:15 +0000 (18:57 +0800)]
Release 4.0.0.
Issue-ID: USECASEUI-549
Change-Id: I34b122608703eb1da89db5d9fab2e0d400b2c0a3
Signed-off-by: hekeguang <hekeguang@chinamobile.com>
hekeguang [Wed, 24 Mar 2021 01:27:25 +0000 (09:27 +0800)]
Add connection info to business details.
Issue-ID: USECASEUI-557
Change-Id: I82610cc42da10e7ef16804d876950aa8794116ad
Signed-off-by: hekeguang <hekeguang@chinamobile.com>
He Keguang [Mon, 15 Mar 2021 11:47:08 +0000 (11:47 +0000)]
Merge "Change the business of queryslicingbusiness details"
suzhenyu [Thu, 11 Mar 2021 09:45:39 +0000 (17:45 +0800)]
Change the business of queryslicingbusiness details
Issue-ID: USECASEUI-557
Change-Id: I844f1fbcbc00bacc039c0fda4b2422558790993b
Signed-off-by: suzhenyu <zysuh@isoftstone.com>
zhaoyehua [Wed, 10 Mar 2021 07:17:42 +0000 (15:17 +0800)]
feat:Implementation and docking of natural language parsing function of UUI server.
Issue-ID: USECASEUI-525
Change-Id: I1c864bff4206a08e6f8fa08db73ff06abc4b5b6c
Signed-off-by: zhaoyehua <zhaoyh6@asiainfo.com>
hekeguang [Mon, 8 Mar 2021 14:04:16 +0000 (22:04 +0800)]
Since version 3.0.8 needs to be self released.
Issue-ID: USECASEUI-556
Change-Id: Ia44205f464fc956848b86575d511c1a1d5e255e7
Signed-off-by: hekeguang <hekeguang@chinamobile.com>
cyuamber [Thu, 4 Mar 2021 03:04:28 +0000 (11:04 +0800)]
docs: change the copyright docs
Change-Id: Id215e87c4c3eb9627f46898f7e283698a4ea2dde
Issue-ID: USECASEUI-546
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
cyuamber [Thu, 4 Mar 2021 02:53:26 +0000 (10:53 +0800)]
Remove the committer Huabing Zhao
Change-Id: Id35cc2bd8599a8a4cc211d7f0378cb9b7b63a71c
Issue-ID: USECASEUI-546
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
cyuamber [Wed, 3 Mar 2021 07:39:48 +0000 (15:39 +0800)]
Remove the committer Huabing Zhao
Change-Id: I66799ad8f236de68887d9254377eae82f6305b2f
Issue-ID: USECASEUI-546
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
suzhenyu [Thu, 25 Feb 2021 09:11:23 +0000 (17:11 +0800)]
Updates recommended package version for outdated direct dependencies
Issue-ID: USECASEUI-555
Change-Id: I7cc0dbccc7eedc5ba674bab102a20dfe717adcf0
Signed-off-by: suzhenyu <zysuh@isoftstone.com>
suzhenyu [Wed, 24 Feb 2021 08:45:27 +0000 (16:45 +0800)]
1. Add the code related to connection links 2. It adapts to the structural change of the param of so.
Issue-ID: USECASEUI-554
Change-Id: Ic1c469206623436dbb273630e7caac6443dcb5c9
Signed-off-by: suzhenyu <zysuh@isoftstone>
suzhenyu [Wed, 27 Jan 2021 02:14:18 +0000 (10:14 +0800)]
Add some test code to improve code coverage
Issue-ID: USECASEUI-532
Change-Id: Id41bd3c6a89b4d007b57acdbd02e833969129dd3
Signed-off-by: suzhenyu <zysuh@isoftstone.com>