aboutsummaryrefslogtreecommitdiffstats
path: root/intentanalysis/src/main/resources
AgeCommit message (Collapse)AuthorFilesLines
2023-08-25Add intent instancekaixiliu3-0/+36
Issue-ID: USECASEUI-819 Change-Id: I422aa31089310be7d7af0060f327cd879e88db19 Signed-off-by: kaixiliu <liukaixi@chinamobile.com>
2023-06-28Modify log file pathkaixiliu1-2/+2
Issue-ID: USECASEUI-816 Signed-off-by: kaixiliu <liukaixi@chinamobile.com> Change-Id: I3bbb6638901432b80f32e0346f591c18a1847552
2023-06-13Layered Analysis FulfillmentInfokaixiliu1-5/+7
Issue-ID: USECASEUI-812 Signed-off-by: kaixiliu <liukaixi@chinamobile.com> Change-Id: I79a06db33444a153708cd1804789a5d719551b9f
2023-05-30Add the delete objectInstance methodkaixiliu1-1/+6
Issue-ID: USECASEUI-812 Signed-off-by: kaixiliu <liukaixi@chinamobile.com> Change-Id: I6e200975c8265ec193babb47323eb932bf1600f1
2023-05-29Add scheduled generation of intention reportkaixiliu1-3/+3
Issue-ID: USECASEUI-812 Signed-off-by: kaixiliu <liukaixi@chinamobile.com> Change-Id: I0e8d6d7d2e20a1be9f3ea2b0b1cfc66338c1e927
2023-05-22Add Intent Report Interfacekaixiliu6-4/+61
Issue-ID: USECASEUI-812 Signed-off-by: kaixiliu <liukaixi@chinamobile.com> Change-Id: I9b534efa6161b8cbbdc3f8dafcec4e62660d0235
2023-05-16Modify the intent report model and create a tablekaixiliu1-1/+22
Issue-ID: USECASEUI-812 Signed-off-by: kaixiliu <liukaixi@chinamobile.com> Change-Id: I33221660b76dd54306fb447d29d60fc5faeb0617
2023-05-09Enable uui-intent-analysis support Http requestskaixiliu1-5/+0
Issue-ID: USECASEUI-808 Signed-off-by: kaixiliu <liukaixi@chinamobile.com> Change-Id: Ia1abf56601d5f09bbafe5b2fd4cbe49b1dcd10e0
2023-05-08Update FulfillmentInfo with SO create intent API request responsexudan162-15/+14
Issue-ID: USECASEUI-795 Signed-off-by: xudan16 <xudan16@huawei.com> Change-Id: Icc521a61f035c2780c802623902b9475e226813e
2023-05-08Change all fulfilment/Fulfilment to fulfillment/Fulfillmentxudan163-37/+37
In the previous patch, it has been changed to use fulfillment/Fulfillment. However there are still some missing. Change all to be the new word to keep it unify and avoid the confusion. Issue-ID: USECASEUI-785 Signed-off-by: xudan16 <xudan16@huawei.com> Change-Id: I5cf018248a6aba320e547c4a566ddbfab4781dae
2023-04-11Merge "Fix some issues and Add UT"Keguang He2-2/+2
2023-04-11Fix some issues and Add UTChuanyuChen2-2/+2
Fix some issues and add UT Issue-ID: USECASEUI-794 Signed-off-by: ChuanyuChen <chenchuanyu@huawei.com> Change-Id: I013553ded90ff342653f01383cf4512885939479
2023-04-11Merge "Add DCAE and Policy Dmaap Listener Service"Keguang He2-36/+32
2023-04-10Merge "update intent process code"Keguang He2-5/+13
2023-04-10Add DCAE and Policy Dmaap Listener ServiceChuanyuChen2-36/+32
Add DCAE and Policy Dmaap Listener Service Issue-ID: USECASEUI-794 Signed-off-by: ChuanyuChen <chenchuanyu@huawei.com> Change-Id: I1af8093c198fbbc06942441f2ef8f06fe66eec03
2023-04-10update intent process codekaixiliu2-5/+13
Issue-ID: USECASEUI-785 Signed-off-by: kaixiliu <liukaixi@chinamobile.com> Change-Id: Iee30fea33ff357a792f342166c9ddec26ad4feba
2023-04-10Support Dmaap Message UtilChuanyuChen2-0/+40
Support Dmaap Message Util Issue-ID: USECASEUI-794 Signed-off-by: ChuanyuChen <chenchuanyu@huawei.com> Change-Id: If54a17f72370667444fc87129d8fdc0958be8692
2023-03-28update intent execute processkaixiliu1-0/+8
Issue-ID: USECASEUI-785 Signed-off-by: kaixiliu <liukaixi@chinamobile.com> Change-Id: Ib38d171e9a1c389a093bb9c46fdb9050e2b8423e
2023-03-22Merge Event and Thread code.hekeguang1-0/+17
Issue-ID: USECASEUI-784 Change-Id: I0cdef6c490f96c45e77013b0da5c372decdef6a1 Signed-off-by: hekeguang <hekeguang@chinamobile.com>
2022-11-30intentAnalysis add coveragecmrizhangzhen1-1/+1
Issue-ID: USECASEUI-762 Signed-off-by: cmrizhangzhen <781953240@qq.com> Change-Id: I8ba564e3457b122bc32e50b3fc76287502756971
2022-11-22Add logs for intentAnalysisServer.hekeguang3-7/+32
Issue-ID: USECASEUI-762 Change-Id: I22df538103455df4ccc886eab3d06acc899279c4 Signed-off-by: hekeguang <hekeguang@chinamobile.com>
2022-11-11Support httpszhangfan3452-0/+5
Issue-ID: USECASEUI-761 Signed-off-by: zhangfan345 <zhangfan345@huawei.com> Change-Id: I638fe3cf1e67fc188151e81b5b33d9a115999df9
2022-11-02Bugfix for intent analysis server delete function.hekeguang1-1/+1
Issue-ID: USECASEUI-749 Change-Id: I551057366c70b68c1ec8af0eaacc4403b4bfd7cc Signed-off-by: hekeguang <hekeguang@chinamobile.com>
2022-11-01Merge "Fix bugs for log configuration"Keguang He1-3/+14
2022-10-29Bugfix for intent analysis server update and delete function.hekeguang1-3/+5
Issue-ID: USECASEUI-749 Change-Id: I6aa749924fdbd3b38cb60ea3e3a5ea7fbc6b458b Signed-off-by: hekeguang <hekeguang@chinamobile.com>
2022-10-20Fix bugs of policy adapters.zhangfan3452-0/+7
Issue-ID: USECASEUI-741 Signed-off-by: zhangfan345 <zhangfan345@huawei.com> Change-Id: Ic57e04f1cd94f4d0767e2c4563654821d65fc10c
2022-10-12Fix bugs for log configurationzhuguanyu1-3/+14
Issue-ID: USECASEUI-716 Signed-off-by: zhuguanyu <zhuguanyu5@huawei.com> Change-Id: I248670a1fd565d82f33875ccf43d8578ca7250cc
2022-09-26Add ImfRegInfo code .hekeguang3-11/+8
Issue-ID: USECASEUI-696 Change-Id: I143d9c9aada3d9c0dfdbf5dae8cd04be0a2a3c5a Signed-off-by: hekeguang <hekeguang@chinamobile.com>
2022-09-22Add intent management registration code.hekeguang2-4/+12
Issue-ID: USECASEUI-696 Change-Id: I20500eaf08f6f41007478a21ff608071e393b54f Signed-off-by: hekeguang <hekeguang@chinamobile.com>
2022-09-06Add UT to uui serviceszhuguanyu2-6/+8
Issue-ID: USECASEUI-716 Signed-off-by: zhuguanyu <zhuguanyu5@huawei.com> Change-Id: I5650e9f859cf80d5ac04062fac851a092184f3e0
2022-09-06Add intent base operation process code .hekeguang1-1/+1
Issue-ID: USECASEUI-696 Change-Id: I5fd136d1dfe100888ca5fa6f9f955106dfa3eaa8 Signed-off-by: hekeguang <hekeguang@chinamobile.com>
2022-09-01Add UT to intent servicezhangfan3452-54/+1
Issue-ID: USECASEUI-716 Signed-off-by: zhangfan345 <zhangfan345@huawei.com> Change-Id: I45b7faf76bf899510d11939021fd1d788c95a4bf
2022-08-31Update Rest Authorization from Config File instead of hard code.ChuanyuChen1-0/+11
Update Rest Authorization from Config File instead of hard code. Issue-ID: USECASEUI-714 Signed-off-by: ChuanyuChen <chenchuanyu@huawei.com> Change-Id: I94179b36f5f675d8a626e0afea6977595aa86412
2022-08-31Add Policy adapter to communicate with Policy moduleChuanyuChen2-4/+4
Add Policy adapter to communicate with Policy module Issue-ID: USECASEUI-714 Signed-off-by: ChuanyuChen <chenchuanyu@huawei.com> Change-Id: I26445e2c99ca9db960deb7a56166196444c39708
2022-08-31Merge "Update intent module and CRUD APIs"Keguang He9-70/+184
2022-08-30Update intent module and CRUD APIszhangfan3459-70/+184
Issue-ID: USECASEUI-710 Signed-off-by: zhangfan345 <zhangfan345@huawei.com> Change-Id: I3e53e952b3554235e324b87adef2a997bae82d2a Signed-off-by: zhangfan345 <zhangfan345@huawei.com>
2022-08-30[INTENT-ANALYSIS] Add policy models for bandwidth assurance intentqingshuting5-0/+118
Add policy models, one for cll bw assurance policy, another for runtime configuration policy. Update .gitignore file. Issue-ID: USECASEUI-714 Signed-off-by: qingshuting <qingshuting1@huawei.com> Change-Id: If170aacb47d4ac2febae0c3b03ffb4ffd0b62b27
2022-08-26Update intent module and intent API of retrievalzhuguanyu9-75/+109
Issue-ID: USECASEUI-710 Signed-off-by: zhuguanyu <zhuguanyu5@huawei.com> Change-Id: I1d6e19db2a4c78f07b907f51fa3c9cf904eff4aa
2022-08-25Add intent investigation process code .hekeguang2-1/+5
Issue-ID: USECASEUI-696 Change-Id: I4da04a605207212fb8359c47959392138c0b4696 Signed-off-by: hekeguang <hekeguang@chinamobile.com>
2022-08-22Add database code.hekeguang5-9/+70
Issue-ID: USECASEUI-696 Change-Id: I1c8ce807ca1f2aaeebc8646d8a14df9f4b27a436 Signed-off-by: hekeguang <hekeguang@chinamobile.com>
2022-08-19Modify intent base code.hekeguang1-0/+5
Issue-ID: USECASEUI-696 Change-Id: I4d12d19757a30a1cc4b2a3a2f1f087bac91aa2c6 Signed-off-by: hekeguang <hekeguang@chinamobile.com>
2022-08-17Merge "Add log file"Keguang He1-2/+34
2022-08-11Add log filezhuguanyu1-2/+34
Issue-ID: USECASEUI-708 Signed-off-by: zhuguanyu <zhuguanyu5@huawei.com> Change-Id: I320a336bfbd5084d0d3a6bbc342672168218f320
2022-08-11Update intent module and intent API of creationxudan167-26/+133
Signed-off-by: xudan16 <xudan16@huawei.com> Issue-ID: USECASEUI-710 Change-Id: Ic0428915e9470b4478e8a7493635da60a8445a56
2022-08-10Add logs for uui intent-analysis serverzhuguanyu1-0/+24
Issue-ID: USECASEUI-708 Signed-off-by: zhuguanyu <zhuguanyu5@huawei.com> Change-Id: Iab2a9f71a7142f31ca9c3dd7444636ae96b46add
2022-08-02Add update function in intent servicezhangfan3453-3/+43
Signed-off-by: zhangfan345 <zhangfan345@huawei.com> Issue-ID: USECASEUI-706 Change-Id: I0f027fd8b8876e1b24cbb40ecc50bacc20fa9837
2022-07-29Delete imtent po and reformat codeShuhaoCai3-12/+12
Signed-off-by: ShuhaoCai <caishuhao@huawei.com> Issue-ID: USECASEUI-704 Change-Id: I1047a092291996c609bfa5efd03e35c3b2ff607a
2022-07-25Intent service impletationShuhaoCai5-0/+122
Signed-off-by: ShuhaoCai <caishuhao@huawei.com> Issue-ID: USECASEUI-704 Change-Id: If31afadd3c81ffa308a51ad4e6ba65a82e557010
2022-07-11intent schema definitionShuhaoCai1-0/+4
springboot framework init and intent dto and po definition Signed-off-by: ShuhaoCai <caishuhao@huawei.com> Issue-ID: USECASEUI-692 Change-Id: I4c1f9c4aa05c10f62d04b9e557ebb4089124dcf7