aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
AgeCommit message (Collapse)AuthorFilesLines
2019-10-15Upgrade to models releasePamela Dragosh1-1/+1
models 2.1.4 is released Issue-ID: POLICY-2171 Change-Id: I38394815b8ab7aa3e8f866181b0611732d121550 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2019-09-10Bump versions for pap elaltojrh31-1/+1
Issue-ID: POLICY-2045 Signed-off-by: jrh3 <jrh3@att.com> Change-Id: I01e4d4bfba8c56b5afb3268947beafa03eef5fc7
2019-09-09Upgrade to released artifactsPamela Dragosh1-3/+3
Upgrade to released parent, common and models. Issue-ID: POLICY-2045 Change-Id: Ib6690c27d4b7d01385f0d2ad5ddc79c270d8bd0d Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2019-08-08Upgrade to snapshot integration parent artifactBruno Sakoto1-1/+1
Issue-ID: POLICY-1603 Signed-off-by: Bruno Sakoto <bruno.sakoto@bell.ca> Change-Id: I18d3914e227d09cbb440c31779c21b9e8ab3eb24
2019-08-07Bump version of policy/papjrh31-3/+3
Issue-ID: POLICY-1965 Signed-off-by: jrh3 <jrh3@att.com> Change-Id: I23b13145a769055bdfef97d6a7deca1ccf710337
2019-08-06Update to latest common/models released versionsjhh1-2/+2
policy/models: 2.1.2 policy/common: 1.5.1 Issue-ID: POLICY-1953 Signed-off-by: jhh <jorge.hernandez-herrero@att.com> Change-Id: If4cb2c63e8880d2fc921cbcecdabe7c02e30b13f
2019-06-27Bump up models to 2.1.1-SNAPSHOTramverma1-1/+1
Change-Id: I6c030da968407edb23be6aa6d5092e1aac7c21b3 Issue-ID: POLICY-1746 Signed-off-by: ramverma <ram.krishna.verma@est.tech>
2019-06-26Use ToStringTester from utils-testramverma1-1/+1
Changing ToStringTester from utils to utils-test. Correcting the policy/common & policy/models version. Change-Id: Ib0a14da17227f0f65004dc525a47f17519e25110 Issue-ID: POLICY-1746 Signed-off-by: ramverma <ram.krishna.verma@est.tech>
2019-06-26Bump pap patch to 2.1.1Pamela Dragosh1-2/+2
Released 2.1.0 Issue-ID: POLICY-1737 Change-Id: Id5cd42e6685f5745152526fab9f2d8947b27eade Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2019-06-21Upgrade to released common & models2.1.0Pamela Dragosh1-2/+2
Released common 1.5.0 and models 2.1.0 Issue-ID: POLICY-1737 Change-Id: I1ffdbbddeb52a0730e279ca2b09b28cbe925de50 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2019-06-20Upgrade to release 3.0.0 parentPamela Dragosh1-1/+1
Policy/parent released Issue-ID: POLICY-1737 Change-Id: I80a50c1a9a8b16cc7a53da2dec81843e03b6fc91 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2019-05-30Bump pap to version 2.1.0Jim Hahn1-4/+4
Change-Id: I964d26a2812ae3e638f87587540b6881e1e6fa58 Issue-ID: POLICY-1747 Signed-off-by: Jim Hahn <jrh3@att.com>
2019-05-23Bump to 2.0.2-SNAPSHOTPamela Dragosh1-1/+1
Released 2.0.1 Issue-ID: POLICY-1700 Change-Id: I6c1e328ff0ccbdfd59856ee14a56990ae36df56c Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2019-05-23Upgrade to released policy/models4.0.0-ONAP2.0.1Pamela Dragosh1-1/+1
Released 2.0.1 Issue-ID: POLICY-1700 Change-Id: Ic03e49b17a4a2174e065afa7b852b73741ff59a8 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2019-05-22Upgrade models versionJim Hahn1-1/+1
Switch to the policy/models version containing the fix for the latest-version query. Change-Id: Iaaa81aebc3a03283813903e64b9049e2e7f23ecd Issue-ID: POLICY-1777 Signed-off-by: Jim Hahn <jrh3@att.com>
2019-05-16Step snapshot version of policy-papliamfallon1-1/+1
Issue-ID: POLICY-1630 Change-Id: Ie38ed0cc191dcd657b7558102b77b0912170568d Signed-off-by: liamfallon <liam.fallon@est.tech>
2019-05-14Upgrade to policy/models release2.0.0Pamela Dragosh1-1/+1
Release 2.0.0 Issue-ID: POLICY-1630 Change-Id: Ib4f24732a62c1cfc6464283fb3af4d0b0cc1735f Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2019-05-13Upgrade policy/parent & policy/common in papramverma1-2/+2
Change-Id: I44938584e1ec6e65f8a08f42c3632bc912e2df18 Issue-ID: POLICY-1630 Signed-off-by: ramverma <ram.krishna.verma@est.tech>
2019-03-13Add PDP Group Deploy and Delete REST API stubsJim Hahn1-1/+2
Note: this will not build until the models-pap code has been added. Added PDP group Delete methods, with and without version. Added checks for OK status codes. Added topic configuration. Still does not have the "simplified" PDP Group deploy/undeploy. Still won't build without "Move PDP Group classes to concepts subdirectory". Will add junit tests for code changes in another review. Updated comments about unlocking after updates. Made ServiceManager final. Included topic start/stop actions. Fixed parameter comment. Removed unneeded parameters from json files. Fixed argument test in shell script. Updated licenses. Change-Id: I6176d51918ae758e04fb68562dc9ca70534137d4 Issue-ID: POLICY-1542 Signed-off-by: Jim Hahn <jrh3@att.com>
2019-02-27Add code to publish to PDPJim Hahn1-1/+1
Added code to take an arbitrary object and send it to PDPs using a topic sink. Does not include the code or properties needed to configure the topic. Fixed method name - test case does not cover what the method name implied. Fixed some comments. Add test to verify that the PdpClient works with a real TopicSink. Moved coder classes to policy/common. Change-Id: I4dec746b07d384c5d9d1449ca91fa39a4f680260 Issue-ID: POLICY-1444 Signed-off-by: Jim Hahn <jrh3@att.com>
2019-02-21Adds basic stability tests for Policy PAPBilal A1-0/+1
Includes 1) Basic health check test 2) Statistics API test Change-Id: I89bd11e1f10a2b6cdd3cf440654f3415f21f9edb Issue-ID: POLICY-1460 Signed-off-by: Bilal A <bilal@research.att.com>
2019-02-11Creating package & docker image of policy/papramverma1-0/+1
1) Creating zip package of entire policy pap. 2) Creating docker image of policy pap. Change-Id: I41bd705966e75e9cf501154da71f90d11ff2b3e1 Issue-ID: POLICY-1478 Signed-off-by: ramverma <ram.krishna.verma@est.tech>
2019-02-07Adding statistics endpoint to policy/papramverma1-1/+1
1) Adding statistics endpoint to policy pap component. 2) Introducing lombok libraray. 3) Adding configurable support for aaf authentication. 4) Adding configurable support for https communication. 5) Adding related test cases. Change-Id: Ib3131810c42fbd23878b97302da8d54f095da373 Issue-ID: POLICY-1482 Signed-off-by: ramverma <ram.krishna.verma@est.tech>
2019-02-05Adding healthcheck endpoint to policy/papramverma1-17/+0
1) Adding healthcheck REST endpoint to policy/pap using the policy-endpoints module in policy/common. 2) Added the related unit test cases. Change-Id: I6a215cceccc9cd42494aef1dfcdd46f0f3fd7d13 Issue-ID: POLICY-1477 Signed-off-by: ramverma <ram.krishna.verma@est.tech>
2019-01-31Create basic structure of pap componentramverma1-2/+31
1) Creating the basic code structure of pap component which includes main sub-module having Main, PapActivator, PapCommandLineArguments, PapParameterGroup & PapParameterHandler. Along with few exception classes. Basicalliy the structure follows the pattern developed in policy/distribution component. 2) Created the related unit test cases and required test resources. Change-Id: I67c82f9d072e6c8a306cb983accb693da70e58a2 Issue-ID: POLICY-1476 Signed-off-by: ramverma <ram.krishna.verma@est.tech>
2018-10-25Upgrade policy/parent 2.0.0Pamela Dragosh1-1/+2
Policy parent v2.0.0 Issue-ID: POLICY-1213 Change-Id: I29ac8768b14072872da4a108173b9afd77230023 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2018-09-25Setup checkstyle and coveragePamela Dragosh1-20/+161
Added plugin management pieces for code coverage and checkstyle for future development. Added entries to gitignore for idea and checkstyle. Removed redundant version. Change-Id: Idca740a42b562e95319d5c196c1c3d5a0e16f214 Issue-ID: POLICY-1136 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2018-05-30Changing artifactId for consistencyramverma1-1/+1
Change-Id: I4e3a125a265c42d3987de09418aea54e4c9eb8d2 Issue-ID: POLICY-848 Signed-off-by: ramverma <ram.krishna.verma@ericsson.com>
2018-05-24Change pom to refer policy parentramverma1-68/+4
Change-Id: I32a2bc44ab87335738288de1b29c56339f4e17b4 Issue-ID: POLICY-848 Signed-off-by: ramverma <ram.krishna.verma@ericsson.com>
2018-05-01Merge "Update pap repo"Pamela Dragosh1-2/+2
2018-05-01Update pap repoPamela Dragosh1-2/+2
Updated license, readme and version to 2.0.0 Issue-ID: POLICY-771 Change-Id: I8b030a2733144bd7b117824dd4e02b10c687d39d Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2018-03-14Update oparent version to 1.1.0liamfallon1-1/+1
Directive from ONAP project that all repos should be updated. Change vierified with a build with .m2 /org/onap cleared. Change-Id: I8f92975e5f112d64967ca0f2c1cfa5dab56d524d Issue-ID: POLICY-693 Signed-off-by: liamfallon <liam.fallon@ericsson.com>
2017-09-08Cleanup project's name in SonarJessica Wagantall1-1/+1
The name parameter in the root pom.xml should match the project name in gerrit to reflect consistency in Sonar. Change-Id: I817524eff0554b5f9684de7b595ba6da81b07c7c Issue-id: CIMAN-65 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-09-08Removing duplicate version entriesPamela Dragosh1-3/+0
Seems oparent sets these and Eclipse dumps warnings that these are duplicates. Issue-ID: POLICY-216 Change-Id: I006cc0d4d77b452896cc86b2cd0461c0e3161ab2 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2017-08-17Add missing properties and distributionManagementPamela Dragosh1-0/+68
In order for the release jobs to execute successfully and the stage-site jobs to also succeed. Change-Id: I06be2aaee050517a5a04d7361190b554a4da0627 Issue-Id: POLICY-139 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2017-08-08First commit, adding parent pomPamela Dragosh1-0/+47
Issue-ID: POLICY-139 Change-Id: I93f9aa48a03d392028f5633a1bc6dd0ad8fd5ef3 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>