summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-08-24Fix critical sonar for ONAP-PAP-RESTGuo Ruijing6-12/+15
This patch is to fix error-handling sonar issue for ONAP-PAP-REST. Change-Id: Ic5755cc02f282938d098c3a5c9e869318429c2c6 Issue-Id: POLICY-174 Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
2017-08-23Merge "Fixes for sonar critical issues"Jorge Hernandez80-4310/+4491
2017-08-23Fixes for sonar critical issuesTej, Tarun80-4310/+4491
Fixes for critical and blocker issues reported in sonar. Issue-Id: POLICY-113 Change-Id: I50969fe93a94b0497f3fb30864a6c45e63208fe6 Signed-off-by: Tej, Tarun <tt3868@att.com>
2017-08-22Resolved pom.xml in engineViswanath KSP1-29/+0
Change-Id: Ie8b923035fa7a19047f9bae7f939e27ed45e1bf1 Issue-Id: POLICY-175 Signed-off-by: Viswanath KSP <viswanath.kumarskandpriya@verizon.com>
2017-08-16Remove policy-yaml from policy/engineTej, Tarun65-12234/+19
Removed controlloopPolicy yaml sdk and asdc projects from policy/engine to eliminate redundancy. Issue-Id: POLICY-88 Change-Id: I9b87290cc27ba088424ecbb9d359a331527950fb Signed-off-by: Tej, Tarun <tt3868@att.com>
2017-08-16Merge "Remove MojoHaus Maven plug-in"Pamela Dragosh3-176/+106
2017-08-15Remove MojoHaus Maven plug-inITSERVICES\cr056n3-176/+106
Remove MojoHaus Maven plug-in from pom files, BRMSPush.java, and settings.xml comment. Issue-Id: POLICY-116 Change-Id: I15f2d1af1c0e12faf816f0a08ddfdbffa0b47a94 Signed-off-by: Temoc Rodriguez <cr056n@att.com>
2017-08-15Merge "Fixes for eclipse warnings unused variables"Pamela Dragosh7-155/+6
2017-08-14Fixes for eclipse warnings unused variablesTarun Tej Velaga7-155/+6
Removed unused code in PAP REST caused eclipse warnings Issue-Id: POLICY-154 Change-Id: I376a2a96cb0fffd1dc89af6088362c60158e9256 Signed-off-by: Tarun Tej Velaga <tt3868@att.com>
2017-08-14Merge "Add fix for SQL injection."Jorge Hernandez20-163/+839
2017-08-14Add fix for SQL injection.Rodriguez, Cuauhtemoctzin (cr056n)20-163/+839
Add fix for SQL injection by passing parameters into getDataByQuery method and binding parameters. Add junit test file. Override equals and hashcode methods for more thorough testing on ActionBodyEntity, ConfigurationDataEntity, PolicyEntity, PolicyVersion, WatchPolicyNotificationTable classes. Issue-Id: [POLICY-158] Change-Id: Icebe1ca1ff01c8ea7435729967f4d349a1026054 Signed-off-by: ITSERVICES\cr056n <cr056n@att.com>
2017-08-14Remove eclipse checkstyle warningsPamela Dragosh1-0/+28
Add this should remove Eclipse warnings: Plugin execution not covered by lifecycle configuration: org.apache.maven.plugins:maven-checkstyle-plugin:2.17:check (execution: check-style, phase: process-sources) Issue-Id: POLICY-166 Change-Id: I1b17afda88777bbc61afca53c1f1fe9732808e87 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2017-08-11Fixes for Backward compatibility issuesTej, Tarun12-75/+160
Changes to the API interface and Java SDK to support backward compatibility. Issue-Id: POLICY-165 Change-Id: I2efe8196614cfbd8b733abceb505bd6b91aa97f7 Signed-off-by: Tarun Tej Velaga <tt3868@att.com>
2017-08-10PDP notification fixesTarun Tej Velaga3-5/+7
Fixed the PDP Notification issues by sending Notifcations after the engine is properly loaded. Issue-Id: POLICY-146 Change-Id: I70bba9adf6e08fb0bafe1364b8fe4a789f70a88e Signed-off-by: Tarun Tej Velaga <tt3868@att.com>
2017-08-10Fix console issuesTej, Tarun23-65/+30
Reverted package names to org.openecomp to fix portal issues Issue-ID: POLICY-144 Change-Id: Ie108db431b9d211b15c59a29e564517c785e0da5 Signed-off-by: Tarun Tej Velaga <tt3868@att.com>
2017-08-03[POLICY-152] engine integration with oparentGuo Ruijing2-22/+12
Change-Id: Ia03582b13052d1f0dca6c7ff2f7918679bbd43de Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
2017-07-31[POLICY-73] forgot one onap-stagingPamela Dragosh1-1/+1
Change-Id: Iba5cb00dcaea1552d70b298cbc7936e4737e2911 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2017-07-31[POLICY-73] replace openecomp for policy-engineGuo Ruijing1167-6011/+6013
Change-Id: I54072f6bcd388c0e05562614ee89b4ae7ad67004 Signed-off-by: Guo Ruijing <ruijing.guo@intel.com> Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2017-07-27[POLICY-122] Policy GUI Fixesrb714715-29/+136
Added few Policy GUI fixes for Export dictionary feature Added fix for Dashboard policy activitiy table. Change-Id: Ic4e3ef75f9cd26ab53d095c1dff8e29132304ed5 Signed-off-by: rb7147 <rb7147@att.com>
2017-07-26[POLICY-117] Resolve the Policy Critical issuesrb714726-541/+609
Change-Id: Ice72d7fa40151bff5db42f5dd632f04a3853b094 Signed-off-by: rb7147 <rb7147@att.com>
2017-07-25[Policy-52, Policy-92, Policy-93] Policy Enhancements and bugfixesTarun Tej Velaga152-15870/+8525
Change-Id: I5675cf4527e17963b3142cf7184c0df31a766197 Signed-off-by: Tarun Tej Velaga <tt3868@att.com>
2017-07-18Merge "[Policy-68] Tosca parsing for nested objects"Jorge Hernandez2-182/+283
2017-07-17[Policy-68] Tosca parsing for nested objectsPerichiappan, Lakshmanan (lp576d)2-182/+283
Change-Id: I380fa82259c51fa532de5d39ac256e5a5ebf1e07 Signed-off-by: Perichiappan, Lakshmanan (lp576d) <lp576d@us.att.com>
2017-07-17[POLICY-52] Added Junits for MS Policy Creationcookiewang2-0/+992
Change-Id: I731fbd5dc71025b964a942e8b83afef33ae2a24c Signed-off-by: cookiewang <gw1218@att.com>
2017-07-14[POLICY-74] 1.1.0 release version per PORTAL-33Jorge Hernandez2-2/+2
Change-Id: I4cd4b7f6ae022fb514405dfdeb9cc0e070179506 Signed-off-by: Jorge Hernandez <jh1730@att.com>
2017-07-14[POLICY-74] policy-engine build failureGuo Ruijing2-4/+4
Change-Id: I62642695262b72b2c048e9c76b986308cbd0c532 Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
2017-07-11[POLICY-22] Changes to Policy Rule PackagesTarun Tej Velaga7-167/+167
Changes as per re-organized code to refer to the proper packages and not break integration tests Change-Id: I37b6162d18a6a8fb7ebb7040ebc9522a5da65bd8 Signed-off-by: Tarun Tej Velaga <tt3868@att.com>
2017-07-10[POLICY-67] Add new Rainy Day Decision PolicyMichael Mokry21-21/+1191
Change-Id: I8fb730e4363c885ccbe3a05ae971c5de5608d70c Signed-off-by: Michael Mokry <mm117s@att.com>
2017-07-03cleanup: update README.md and remove gitGuo Ruijing2-9/+1
1. remove unnecessary dependency in README.md 2. remove git file Change-Id: I01dac3f40cfd44bcb259f3bf61e9450506d1ff74 Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
2017-06-20[Policy-24,Policy-27] Resolved PushPolicy Issuerb71474-86/+139
Autowired the Hibernate Session Factory. Removed the Wait timeout and interactive timeout variables from sql script. Updated the fwTagpicker sql error. Change-Id: I567e845f7ba3153241178687310cb734095e8771 Signed-off-by: rb7147 <rb7147@att.com>
2017-06-16[Policy-24] Updated the Database Configurationrb71473-12/+34
Change-Id: Ie358df4bfef5fb9cfe136f52a9d35f119c55bc97 Signed-off-by: rb7147 <rb7147@att.com>
2017-06-15[Policy-8 ,Policy-23] Updated Matchid for policiesrb714711-124/+195
Commit includes Resolved Sonar blokcers Included the 1707 database scripts. Change-Id: I2ffdfce57e6dee0892b272b23283bf246204599a Signed-off-by: rb7147 <rb7147@att.com>
2017-06-12[Policy-20] getConfig & Policy resolved blockersrb714735-2159/+829
Change-Id: If08e4c90d419e8d6e1426d817a12dde5b7cafba3 Signed-off-by: rb7147 <rb7147@att.com>
2017-06-07Fixed the Policy API issues and BugfixesRavindra Bakkamanthala73-1117/+1087
Change-Id: I6e8b54442421b6ebd0ff88426fc6e5f3a36b0690 Signed-off-by: Ravindra Bakkamanthala <rb7147@att.com>
2017-05-31[Policy-17] Removed the sql scripts from sdk appRavindra Bakkamanthala78-10332/+3425
Change-Id: I5b017aad569014c7f12eab35e1dbd1c215f90ebe Signed-off-by: Ravindra Bakkamanthala <rb7147@att.com>
2017-05-24Added ElK component to policy start up scriptRavindra Bakkamanthala1-0/+12
Change-Id: I3bfaf766d4f0d5075ed8cb636f63b539b1d4b324 Signed-off-by: Ravindra Bakkamanthala <rb7147@att.com>
2017-05-23Commit includes ControlLoopPolicy API and bugfixesRavindra Bakkamanthala262-1949/+11806
Change-Id: I3e18bb8b4c31a0d908bb0cff4c85e2a3fb450a63 Signed-off-by: Ravindra Bakkamanthala <rb7147@att.com>
2017-05-15Policy TestSuite EnabledRavindra Bakkamanthala91-1039/+958
Change-Id: I9f98c7dcdcf98713d73544956d873a84fc82adf7 Signed-off-by: Ravindra Bakkamanthala <rb7147@att.com>
2017-05-09Policy 1707 Second commitITSERVICES\rb7147124-2046/+5855
Change-Id: I18f5b142238733d17280cf17c3d1dd28204d34e9 Signed-off-by: ITSERVICES\rb7147 <rb7147@att.com>
2017-05-03Merge "Policy 1707 commit to LF"Jorge Hernandez4369-678406/+169484
2017-05-03Policy 1707 commit to LFITSERVICES\rb71474369-678406/+169484
Change-Id: Ibe6f01d92f9a434c040abb05d5386e89d675ae65 Signed-off-by: ITSERVICES\rb7147 <rb7147@att.com>
2017-04-28Change name to show Policy Engine for sonar.Pamela Dragosh1-1/+1
Change-Id: Id4f63fff240d3d5fb88d011fdd1ac562bb4a9c03 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2017-04-19removing unused db filePamela Dragosh1-0/+0
Change-Id: I4510d6f8055bb0db03938fbf7229b2647a21aae3 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2017-04-12Allow push on custom repoAnaël Closson1-5/+8
Current configuration doesn't give the possibility to fully change where the artifacts should be pushed. This blocks the possibility to push artifacts to a custom repository outside of the LF Change-Id: Ie5b9e7549af508b4e413a10abbf270f59d5679e5 Signed-off-by: Anaël Closson <ac2550@intl.att.com>
2017-04-06fix for sitepathPamela Dragosh1-1/+1
Change-Id: Ibd40de406f5b020575b02ca39a0c267e755b6a3f Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2017-04-03javadocPamela Dragosh1-0/+38
Change-Id: I86b82b47f59c5dd6fcf22fd6d42e8fc932132e5b Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2017-03-30should not need server/dist info.Pamela Dragosh1-26/+0
Change-Id: I791f83e2f98d84cfea05f8dc80cbae68d41eead2 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2017-03-30update to ONAPPamela Dragosh2-3/+2
Change-Id: I9265e9c08ea50a3acbc7859a6eccf4069ebe66bd Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2017-03-15fix version.properties to 1.1.0Pamela Dragosh1-1/+1
Change-Id: Icb0808e73adcf678e6767481508ef00b751fd524 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2017-03-14cherry-pick release-1.0.0 changesPamela Dragosh8-14/+15
Change-Id: Ibaac4da670cc8c800582aaffbb8a42c60d00e6f9 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>