aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-11-04Add missing index tagfrankfurtJessica Wagantall1-0/+1
Add missing master_index tag Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: I406407451a0691c751d8827462fe4a47098d4d6a
2020-06-24Update to latest ccsdk/parent Frankfurt snapshot version6.0.0-ONAPDan Timoney3-3/+3
Updated parent versions to latest CCSDK Frankfurt snapshot Change-Id: Iee80783a084b233368f7d8b58dd2672061aae150 Issue-ID: CCSDK-2478 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-05-27Update to use RC2 parent pomDan Timoney4-3/+4
Update to use Frankfurt RC2 version of parent pom Change-Id: Iec537a505b39f2d59d55ebc5f1db94b9b1e25cf7 Issue-ID: CCSDK-2345 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-05-08Fix formatting issues in RST filesDan Timoney3-21/+6
Fixed issues found in sphinx-build of documentation files Change-Id: Idfdc254c0cf803c2058b198df8c329aafe124395 Issue-ID: CCSDK-2176 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-05-06Roll to next snapshot versionDan Timoney5-9/+9
Roll to next Frankfurt snapshot version Change-Id: Id8a713277f58c6ec42ad25cf6b81d65a612ec86a Issue-ID: CCSDK-2344 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-05-06Release 0.7.1 docker containersDan Timoney1-0/+9
Release version 0.7.1 docker containers Change-Id: Iedabfd809774c6cc1b510c51a09fcaa9bac4df7f Issue-ID: CCSDK-2344 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-05-06Merge "Release version 0.7.1 of ccsdk/apps" into frankfurtDan Timoney1-0/+5
2020-05-06Release version 0.7.1 of ccsdk/appsDan Timoney1-0/+5
Release version 0.7.1 of ccsdk/apps Change-Id: I8e051f761a93ec93a2130d17799aad84bc94098a Issue-ID: CCSDK-2344 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-05-06Invalid SQL in db init scriptDan Timoney2-5/+10
MySQL allows AUTO_INCREMENT to take args indicating initial value and offset. MariaDB AUTO_INCREMENT is not as flexible - you can specify initial value , but offset is a system-wide parameter (default 1, but can be overridden in my.conf config file). Changed database script to use AUTO_INCREMENT without (0,100), which will cause those fields to start at value 0 and increment by 1. Change-Id: Icc6793290082d455f9de1bd838a6ad8d71d66afa Issue-ID: CCSDK-2360 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-05-06Use bash instead of Bourne shellDan Timoney2-2/+2
Start script for naming service needs to be started with bash in order for redirect to work properly. Change-Id: I133b6fb2ba1ad4cf44a82c2d14e73d61946f0cae Issue-ID: CCSDK-2360 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-05-05Log to stdout / stderrDan Timoney1-1/+1
Update start script for naming microservice to use tee to write to both stdout/stderr and to a log file. Change-Id: I762273475e116af1e35316e6b704554fd0a52a66 Issue-ID: CCSDK-2256 Signed-off-by: Dan Timoney <dtimoney@att.com> (cherry picked from commit c1a4da3e1e528cf8becd0c090939b54689e7295d)
2020-04-28Use RC1 version of parent pomsDan Timoney4-3/+5
Use RC1 version of ccsdk parent poms Change-Id: I33258ee142ea3dbf9f1d2367662c2826652f157b Issue-ID: CCSDK-2344 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-03-27Roll to next Frankfurt snapshotDan Timoney5-6/+6
Roll to next Frankfurt release snapshot Change-Id: I17cdc076b45a4a75f8c8734547c6e2dbd33efa32 Issue-ID: CCSDK-2152 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-03-06Release Frankfurt M4 dockersDan Timoney1-0/+9
Release Frankfurt M4 docker containers Change-Id: I712ac88cc06d1626abfcbac23399c4ce07082e40 Issue-ID: CCSDK-2152 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-03-06Release Frankfurt M4 artifactsDan Timoney1-0/+5
Release Frankfurt M4 artifacts Change-Id: I798e62f87364ad0cf6d4b67a83988a0469916f2b Issue-ID: CCSDK-2152 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-03-05Use released version of parent pomDan Timoney3-4/+3
Update to use released Frankfurt M4 version of CCSDK parent pom Change-Id: I489b38788322027f440d54d7d0e92e26980bf156 Issue-ID: CCSDK-2152 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-03-05Naming micro-service - upgrade to spring-boot-2.bt298324-4/+211
This contains all the changes to upgrade this micro-service to spring-boot-2 and spring-5, and is a pre-requisite for the changes related to policy. Issue-ID: CCSDK-1307 Signed-off-by: bt2983 <bt2983@att.com> Change-Id: Ie35df3bebac958b50c2c4635080c06d68f887a8e Naming m-s -- upgrade to spring-boot 1.5.2 Issue-ID: CCSDK-1307 Signed-off-by: bt2983 <bt2983@att.com> Change-Id: Id685b44dc8703baa4371fdabf999aa8b5eaa6ea0
2020-03-04Naming micro-service - upgrade to policy decision API.bt29838-33/+217
Issue-ID: CCSDK-1307 Signed-off-by: bt2983 <bt2983@att.com> Change-Id: I03cb725a2ef5c187ce41a9d5ea242684fdcbc0f3
2020-03-04Naming micro-service - upgrade to spring-boot-2.bt298323-145/+177
This contains all the changes to upgrade this micro-service to spring-boot-2 and spring-5, and is a pre-requisite for the changes related to policy. Issue-ID: CCSDK-1307 Signed-off-by: bt2983 <bt2983@att.com> Change-Id: Ie35df3bebac958b50c2c4635080c06d68f887a8e
2020-02-28Update to use latest parent snapshotDan Timoney3-3/+3
Update to use version 1.5.2-SNAPSHOT of parent pom Change-Id: I1ef6e941eaf14da044e7e717b24e78da38b8c5fb Issue-ID: CCSDK-2127 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-02-10Migrate ccsdk-apps docsJessica Wagantall8-0/+142
Merging this will create https://onap-ccsdk-apps.readthedocs.io This build will run in parallel to the current docs generation method until we are ready to cut over. Issue-ID: CIMAN-364 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: I9321a73e48a7001188cbf4ef89bb016bb772e4ee
2020-01-23Use released parent pomDan Timoney3-3/+3
Use released version of ccsdk/parent poms Change-Id: If07d2af216cdb01fe542625cbe8783f80c985d57 Issue-ID: CCSDK-1963 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-01-20Remove local sonar configDan Timoney2-103/+0
Removed outdated local Sonar/Jacoco config and instead inherited config from parent pom. Change-Id: Ic6e29df877cdcca60889bef963bb19b610dfc3ad Issue-ID: CCSDK-2029 Signed-off-by: Dan Timoney <dtimoney@att.com>
2019-12-11Generate dependency listTimoney, Dan (dt5972)4-58/+99
Generate list of third party dependencies Change-Id: I46a023fdaab932149442921588dcd74c6d64f0be Issue-ID: CCSDK-1986 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-11-19Add id for KapilTimoney, Dan (dt5972)1-0/+5
Add Kapil's ATT id as committer Change-Id: I39609635f7583027b5af102efe5369d3f4d4e5c2 Issue-ID: CCSDK-1934 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-11-15Add new committers Kevin and KapilTimoney, Dan (dt5972)1-0/+16
Add new committers Kevin Smokowski and Kapil Singal Change-Id: I2cc2c5a8b3c76b69cd3b355ede2d7552222dce9b Issue-ID: CCSDK-1934 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-11-13Use 1.5.0 parent pomTimoney, Dan (dt5972)3-3/+3
Use released 1.5.0 version of parent pom Change-Id: I9ffabc6f94546f8dd478a090b4e10db8934b4a00 Issue-ID: CCSDK-1920 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-09-20Release image ccsdk-apps-ms-nengJessica Wagantall1-0/+9
Release version: 0.6.3-STAGING-20190919161046 as 0.6.3 Issue-ID: CCSDK-1701 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: I256838d1ba03cdcb60792fc42c8be4c8dc271fac
2019-09-11Roll versions for Frankfurt developmentTimoney, Dan (dt5972)5-10/+10
Roll master version for Frankfurt development Change-Id: I9591b56c1d2d65aed5ed0e98ed7a70e6a016838c Issue-ID: CCSDK-1701 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-09-10Release CCSDK 0.6.1Timoney, Dan (dt5972)1-0/+5
Release CCSDK version 0.6.1 artifacts. Change-Id: I755da73af3b19df3b6c0fc00082aaa1725c7568d Issue-ID: CCSDK-1701 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-09-06Fix errors in INFO.yamlTimoney, Dan (dt5972)1-17/+5
Fix errors in INFO.yaml file Issue-ID: CCSDK-1696 Change-Id: I850995d5d17c9fb3eb3cfcb58f8885982d3ab0a2 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-08-28Roll versionsTimoney, Dan (dt5972)5-9/+9
Roll versions in master branch Change-Id: I109e4af829274ca805f5d5969d21057eb2700f4c Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-08-28Release version 0.6.0Timoney, Dan (dt5972)1-0/+5
Release version 0.6.0 of CCSDK Change-Id: I6f87382b7e86609cb545dc5656d2631e8f2caaa3 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-08-15Update to NeonTimoney, Dan (dt5972)5-10/+10
Change versions to Neon-based El Alto release Change-Id: I13a9cf5f94a30b585c1cdabf60712f0771ead699 Issue-ID: CCSDK-1389 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-08-14Release version 0.5.2Timoney, Dan (dt5972)1-0/+5
Release version 0.5.2 (last Fluorine SR2 version of CCSDK) Change-Id: Ic1ebbf2ed02ccb80a4447588fdfe2e5f7426663d Issue-ID: CCSDK-1401 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-08-09Roll to next snapshotTimoney, Dan (dt5972)5-9/+9
Roll to next snapshot version Change-Id: I1d7ed26b85f3148f537c9a272aa41a5508109fc7 Issue-ID: CCSDK-1563 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-08-08Release CCSDK version 0.5.1elalto-edTimoney, Dan (dt5972)1-0/+5
Release version 0.5.1 of CCSDK artifacts Change-Id: I7bc17fac30bb50bd54a12db64e99db32c32c9184 Issue-ID: CCSDK-1563 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-08-07Roll version to recreate artifactsTimoney, Dan (dt5972)5-9/+9
Roll version to 0.5.1-SNAPSHOT to recreate El Alto early drop artifacts Change-Id: Id04157e44241aadcf7781ec71250bd2eff7c908a Issue-ID: CCSDK-1563 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-08-02Release ccsdk/apps 0.5.0Timoney, Dan (dt5972)1-0/+5
Release ccsdk/apps version 0.5.0 Change-Id: Ifcf39e9fbd6473a4d2f65db8d0edd8304e486177 Issue-ID: CCSDK-1563 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-07-26Remove the literal "true" boolean value.anushadasari1-1/+1
Redundant Boolean literals should be removed from expressions to improve readability. Issue-ID: CCSDK-1541 Change-Id: I64e50083b9b0fe40fa0ba32723e30adb0dbce08e Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-07-17Update parent version to 1.3.1Timoney, Dan (dt5972)3-3/+3
Update parent poms to version 1.3.1-SNAPSHOT Change-Id: I7c0b3962dc721ab7a2db62e919b5dfdea501e70b Issue-ID: CCSDK-1496 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-07-12Add Brinda as committerTimoney, Dan (dt5972)1-3/+9
Added Brinda as committer to INFO.yaml Change-Id: I978a4a3ccf47f6171aa63db01ba9bba0260c2b35 Issue-ID: CCSDK-1480 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-06-24Remove versions form project pomsTimoney, Dan (dt5972)2-4/+0
Remove versions from project poms and instead drive version from dependencyManagement declaration in parent pom. Change-Id: I9502b4b96d4f54a4ea20b4fbda507f85bad3ba45 Issue-ID: CCSDK-1416 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-04-30Update version for El AltoTimoney, Dan (dt5972)5-10/+10
Update version in master branch to El Alto versioning Change-Id: I63384a58be622d9e54a0852cc55fc6f9fe8963e7 Issue-ID: CCSDK-1222 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-04-24Update to use released 1.2.2 parent0.4.2Timoney, Dan (dt5972)5-9/+18
Update to use released 1.2.2 version of parent poms. Change-Id: Ieb0d6c5235b9784976b216641f2f51ac0fc867c2 Issue-ID: CCSDK-1222 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-04-15Update swagger-core versionTimoney, Dan (dt5972)1-1/+1
Update swagger-core to latest version to resolve vulnerability in embedded Guava version. Change-Id: I9714ae0b2f609c51cc1e70b98c546744edc0c0bf Issue-ID: CCSDK-1230 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-04-15Remove override of spring versionsTimoney, Dan (dt5972)2-20/+0
Remove <version> tag from spring dependencies so that versions are inherited from parent pom. Change-Id: I6bcf68728563e1389f638917d2a09cb0256f6d21 Issue-ID: CCSDK-1228 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-03-26Migrate ccdsk/apps to ccsdk/cdsAlexis de Talhouët759-51803/+0
Change-Id: I020a2ccec4e691717f888e8bd2afec91a7c4e987 Issue-ID: CCSDK-1178 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2019-03-22Merge "Add workflow output resolution"Dan Timoney9-17/+100
2019-03-22Merge "Improve publish api"Dan Timoney20-270/+244