aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2023-08-28Update message returned for Status checklondonJohnKeeney6-8/+8
Issue-ID: CCSDK-3932 Change-Id: I9db85ecf697cf5b908ea69f5476820a49a384697 Signed-off-by: JohnKeeney <john.keeney@est.tech>
2023-08-28Update documentation for LondonJohnKeeney7-58/+62
Issue-ID: CCSDK-3823 Change-Id: Id0af27ca81f3fce7f9722c49963e0fd642a0dc77 Signed-off-by: JohnKeeney <john.keeney@est.tech>
2023-06-28Docs: Update release notes - pre-releaseJohnKeeney1-0/+50
Issue-ID: CCSDK-3823 Change-Id: Ibeffa83f9ac48ff0dfbe82aff2caeab6f0f1105e Signed-off-by: JohnKeeney <john.keeney@est.tech> (cherry picked from commit deb19971b1335e18b728061d7eec62ecb6eb3955)
2023-06-27Set london as defaultbranch in .gitreviewCédric Ollivier1-2/+1
Issue-ID: DOC-811 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> Change-Id: Ib8c0a7dfd6a1753fbb9b0440726eddb638741377
2023-06-26Set Python and Ubuntu versions in .readthedocs.yamlCédric Ollivier1-7/+5
It now follows the ONAP gate configurations. It also fixes the settings and formats it. Issue-ID: DOC-811 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> Change-Id: I78e3d69010e840665756e2b39411b5bcbbbcb106
2023-06-13Update dependecies to address vulnerabilitiesJohnKeeney1-2/+2
org.json.json 20220924 -> 20230227 CVE-2022-45688 org.onap.ccsdk.parent.spring-boot-30-starter-parent 2.5.4 ->2.5.5 org.springframework.boot.* 3.0.3 -> 3.0.6 CVE-2023-28867 CVE-2023-20873 CVE-2023-1370 CVE-2022-4492 org.springframework.* 6.0.4 -> 6.0.8 CVE-2023-20863 CVE-2023-20861 ch.qos.logback.* 1.4.5 -> 1.4.7 Issue-ID: CCSDK-3841 Change-Id: Ie458a6270aa68aeea36f5b56054603548265c97c Signed-off-by: JohnKeeney <john.keeney@est.tech>
2023-04-26Release version 1.5.0 ccsdk/oran maven artifactsDan Timoney14-13/+18
Release version 1.5.0 of ccsdk/oran maven artifacts and roll version Issue-ID: CCSDK-3876 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I0c7b028f508b64ef0c499489af4c468b8b80283d
2023-04-26Release version 1.5.0 ccsdk/oran dockersDan Timoney1-0/+9
Release version 1.5.0 of ccsdk/oran docker container Issue-ID: CCSDK-3876 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I5968c288738ff91cb767f7e6024d8d7a3a9c3fe8
2023-04-26Update snakeyaml -> v2.01.5.0PatrikBuhr1-0/+6
Temporary fix to get rid of a vulnerability. Issue-ID: CCSDK-3894 Signed-off-by: PatrikBuhr <patrik.buhr@est.tech> Change-Id: I4777427a18d0358375bbbe9a53ba56a7e832179c
2023-04-19A1 PMS support for fine grained access control -A1 LondonPatrikBuhr17-411/+914
Documentation updates. Issue-ID: CCSDK-3889 Signed-off-by: PatrikBuhr <patrik.buhr@est.tech> Change-Id: Iaa73d0128a4c466ed2b3d1803af66368d3c37fa6
2023-04-06A1 PMS support for fine grained access control -A1 LondonPatrikBuhr15-55/+1098
Issue-ID: CCSDK-3885 Signed-off-by: PatrikBuhr <patrik.buhr@est.tech> Change-Id: I2ee8f40389d1d53cbfd9433232e0f35f2644361b
2023-04-04Regenerated documentation, code formattingPatrikBuhr25-50/+118
Updated the spoless maven plugin version and re-run the code formatting. Re-generate the API documentation. No changes. Issue-ID: CCSDK-3883 Signed-off-by: PatrikBuhr <patrik.buhr@est.tech> Change-Id: I95e88ebbd144b37bc1f7ca3b722bfc748e5ae801
2023-04-03Changes needed to make custom adapters that accesses CCSDKPatrikBuhr13-102/+79
To access the CCSDK a custom adapter needs the controller configuration. Issue-ID: CCSDK-3883 Signed-off-by: PatrikBuhr <patrik.buhr@est.tech> Change-Id: I6fb3eb3bb953f3fc209229282b66c9e1aa10cdee
2023-03-31Fix some issues identified by sonarJohnKeeney8-29/+30
Change-Id: Ia1f1ebb3c0dec111d4544d750f983ebb7976d761 Issue-ID: CCSDK-3882 Signed-off-by: JohnKeeney <john.keeney@est.tech>
2023-03-31Update to ODL Chlorine parent pom versionsDan Timoney12-12/+12
Update to ODL Chlorine version of parent poms Issue-ID: CCSDK-3812 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I041020a95751c83e003b1901c4bea3fe15c1dad9
2023-03-01Update to JDK 17 & Springboot 3JohnKeeney13-1122/+31494
Issue-ID: CCSDK-3858 Change-Id: I3b0f9b391590684b222494bd648328626a3f9efb Signed-off-by: JohnKeeney <john.keeney@est.tech>
2023-02-27Removal of usage of DMaaPPatrikBuhr63-1379/+88
Issue-ID: CCSDK-3852 Signed-off-by: PatrikBuhr <patrik.buhr@est.tech> Change-Id: I88a370ea81f56763f54fde472c30d894c0df04e3
2023-02-24Use version 2.5.3 parent pomsDan Timoney11-11/+11
Update to use latest released London parent poms v2.5.3 Issue-ID: CCSDK-3813 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Ife15ccd325001985550cb34ccbaeaa6666f71f8d
2023-02-20Added secondary A1PMS API documentationJohnKeeney7-31388/+1087
Updated SnakeYAML version to address CVE-2022-38750 CVE-2022-38752 CVE-2022-25857 Change-Id: Ib9ae706bd9fbde2a9f586643ee0eda259ee1f4a9 Signed-off-by: JohnKeeney <john.keeney@est.tech> Issue-ID: CCSDK-3842 Signed-off-by: JohnKeeney <john.keeney@est.tech>
2023-02-03Fix HTML2 docs, place index.html inside api folder,halil.cakal4-1/+30496
rebase master, Issue-ID: CCSDK-3842 Change-Id: Id68da033fef45af68eaf6954ad71bf6ca31b2e79 Signed-off-by: halil.cakal <halil.cakal@est.tech>
2023-02-02surefire-report summary generation including JUnit DisplayNamehalil.cakal22-1/+194
Issue-ID: CCSDK-3844 Change-Id: I696b0ff3001eb6170787ebdbd249507cc761c12a Signed-off-by: halil.cakal <halil.cakal@est.tech>
2023-02-01Merge "Change needed to run maven in java 17"Dan Timoney1-2/+2
2023-02-01Change needed to run maven in java 17PatrikBuhr1-2/+2
Issue-ID: CCSDK-3841 Signed-off-by: PatrikBuhr <patrik.buhr@est.tech> Change-Id: I22c8d8b1b75b5e3ce126f6aad092c9fd27e971dc
2023-02-01Experimenting with HTML-2 API documentation generatorhalil.cakal2-5/+15
Check-in only HTML and update rst, try to remove index.html Issue-ID: CCSDK-3842 Change-Id: I0ddc3dbc189d553c718ea473129e9c08dd11dede Signed-off-by: halil.cakal <halil.cakal@est.tech>
2023-01-19Changes needed for springboot version 2.7.7PatrikBuhr7-25/+10
Change-Id: Ie13ba28d3d9bf62a7851145ab84d3a1509d84261 Issue-ID: CCSDK-3841 Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
2023-01-11A1-PMS, graceful shutdownPatrikBuhr24-30/+167
Support for granceful shutdown via signal "SIGTERM" and via calling REST POST /actuator/shutdown Issue-ID: CCSDK-3830 Signed-off-by: PatrikBuhr <patrik.buhr@est.tech> Change-Id: Ibc71cd8a2c9f44ec844ab49c8f225ae128549776
2023-01-04Use released version 2.5.1 parent pomsDan Timoney11-11/+11
Use released version 2.5.1 of parent pom Issue-ID: CCSDK-3831 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I0cdbc4aff72d8de8f1f16b12a5c0b2fe09a97298
2022-12-28ONAP PMS - new RICs must be locked before synchPatrikBuhr14-94/+88
Bugfix, new RICs must also be locked before synch. Otherwise other activities may interfere. Improved the synch. Previously, all policies were removed from the NearRT-RIC and eventually recreated. After this fix, only unknwon policies are removed. Change-Id: Ic6224aeb93ef91579cfb8894329538baf1829283 Issue-ID: CCSDK-3827 Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
2022-12-06A1-PMS, make service id optional in PUT PolicyPatrikBuhr10-45/+116
Improved API documentation. Fixed a bug that lead to that a policy could be connected to several services if the service_id was changed. Change-Id: I211f5db32747fc912b7ba85bfbc15ce50ee725dd Issue-ID: CCSDK-3819 Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
2022-12-06Update to latest released version of parent pomDan Timoney11-25/+14
Update to latest released version of parent pom Issue-ID: CCSDK-3796 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I2dc966a1a4c5adc3eadfa273b6e1e04785b06114
2022-11-30Merge "Support for using Amazon S3 - Cloud Object Storage"Dan Timoney3-4/+4
2022-11-29fix requirements-docs.txtthmsdt1-1/+1
Issue-ID: DOC-798 Signed-off-by: thmsdt <thomas.kulik@telekom.de> Change-Id: Ia1b3ae3b625125a271d5fd9a2b91a5d5a49594e7
2022-11-18Fix breaking API documentation generationhalil.cakal3-7/+28
Add extension lfdocs-conf and replace ROBOT_VENV with ROBOT3_VENV Issue-ID: CCSDK-3815 Change-Id: I565ee15bd5862cca0365d153358941b27befb94a Signed-off-by: halil.cakal <halil.cakal@est.tech>
2022-11-15Support for using Amazon S3 - Cloud Object StoragePatrikBuhr3-4/+4
Documentation updates. A bugfix. Issue-ID: CCSDK-3810 Signed-off-by: PatrikBuhr <patrik.buhr@est.tech> Change-Id: I47969bb1da370e1b6c2cacb9563f4bf4ca49b989
2022-11-14Fix DOC config filesmarineMD5-93/+123
Issue-ID: DOC-798 Signed-off-by: marineMD <marine.de.dorlodot@intl.att.com> Change-Id: Ic9b887a8f6c96ed332cde9997efb3471e7e2e35f
2022-11-11Merge "Support for using Amazon S3 - Cloud Object Storage"Dan Timoney19-426/+1247
2022-11-11Merge "Minor documentation updates"Dan Timoney2-7/+0
2022-11-11Merge "Roll master branch to London numbering"Dan Timoney13-24/+35
2022-11-11Support for using Amazon S3 - Cloud Object StoragePatrikBuhr19-426/+1247
Introduce using Amazon S3 - Cloud Object Storage - AWS for storing of data. Change-Id: I68365c24c63544b5ad8e958a98f48d95f83e3084 Issue-ID: CCSDK-3810 Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
2022-11-07Minor documentation updatesPatrikBuhr2-7/+0
Removed unneeded dependency from the pom (jackson). Issue-ID: CCSDK-3766 Signed-off-by: PatrikBuhr <patrik.buhr@est.tech> Change-Id: Ibe7444dabb03e245af486d4afd15fc566f4c5abb
2022-11-04Merge "sonarcloud fixes"Dan Timoney2-57/+49
2022-11-01Roll version & Update 3PPsJohnKeeney2-140/+499
version roll -> 2.5.0-SNAPSHOT jackson-bom -> 2.13.4.2 (via spring-boot-starter:jar:2.6.11) to address CVE-2020-36518 & CVE-2022-42003 & CVE-2022-42004 snakeyaml -> 1.32 (via spring-boot-starter:jar:2.6.11) to address CVE-2022-25857 & CVE-2022-38752 & CVE-2022-38749 & CVE-2022-38751 & CVE-2022-38750 guava -> 31.0.1-jre to partly address CVE-2020-0926 Issue-ID: CCSDK-3618 Change-Id: Ibe428dfb19adfb13f325398c69430334f2dd516c Signed-off-by: JohnKeeney <john.keeney@est.tech>
2022-11-01sonarcloud fixeshalil.cakal2-57/+49
Sonarqube fixes Issue-ID: CCSDK-3766 Change-Id: Ib03463a13194c18b00ed0d99754d7884af0d805f Signed-off-by: halil.cakal <halil.cakal@est.tech>
2022-10-27Merge "Update Release Notes"Dan Timoney1-9/+231
2022-10-27Update DocumentationJohnKeeney2-10/+14
Change-Id: I00afc2d3d4d21bda75019f3754340f276ff8cae0 Signed-off-by: JohnKeeney <john.keeney@est.tech> Issue-ID: CCSDK-3763
2022-10-27Update Release NotesJohnKeeney1-9/+231
Change-Id: If3c57ac5be398fa59464bbb62fc1dab95b6ecdf2 Signed-off-by: JohnKeeney <john.keeney@est.tech> Issue-ID: CCSDK-3763
2022-10-20Roll master branch to London numberingTimoney, Dan (dt5972)13-25/+36
Roll master branch numbers to London release numbering Issue-ID: CCSDK-3779 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com> Change-Id: I147e2d07bd804eca6d90464502901f63fc94a92d
2022-10-19Merge "Metrics and statistics for A1 PMS"Dan Timoney9-9/+281
2022-10-17Metrics and statistics for A1 PMShalil.cakal9-9/+281
Enable app metrics to be collected by Prometheus Patch set 2: Remove hardcoded defines ccsdk.sli dependency Issue-ID: CCSDK-3766 Change-Id: I58f05390007b74e58427b9be2711912c551d6e1e Signed-off-by: halil.cakal <halil.cakal@est.tech>
2022-09-29Minor logging improvementPatrikBuhr4-7/+20
Debug logging of REST response body in case of error. Removed some irrelevant logs. Issue-ID: CCSDK-3766 Signed-off-by: PatrikBuhr <patrik.buhr@est.tech> Change-Id: I3c7b62acd1736f9447e3494c655d85372a4c521f