aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
AgeCommit message (Collapse)AuthorFilesLines
2020-02-07Review intellij git ignored filesBruno Sakoto1-1/+6
Issue-ID: POLICY-2359 Signed-off-by: Bruno Sakoto <bruno.sakoto@bell.ca> Change-Id: Iee0846d913798e33d5f745c2d4fc7c3a89304cd0
2018-09-14Upgrade springframework 4.3.18.RELEASEPamela Dragosh1-0/+1
To resolve security issue for 4.3.15.RELEASE and also have a single place where the dependency is defined for the sub-modules. NOTE: 4.2.0.RELEASE is left alone in Policy SDK App due to Portal SDK dependency. Issue-ID: POLICY-1063 Change-Id: Ibdc464b16b4771faccb2c8c472efa7fbcbf3352c Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2018-05-01Ignore directories createdPamela Dragosh1-0/+5
Clean up some outstanding logging side effects in .gitignore Issue-ID: POLICY-708 Change-Id: Ia3f268f0adf5615a11a109cb0d7d029a069b4520 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2018-01-31Fixed the Sonar technical debt.Ankitkumar Patel1-0/+3
Fixed the sonar technical dept primarily for the POLICY-REST module, and accordingly updated the other policy-engine modules for successful built. Issue-ID: POLICY-476 Change-Id: I0e9bd7209a7f9af247fa409a1682683082f92698 Signed-off-by: Ankitkumar Patel <ankit@research.att.com>
2018-01-29Addressing Technical Debt for ONAP-XACMLGao, Chenfei (cg287m)1-0/+1
Follow the list of acceptable fixes in POLICY-336 description Issue-ID: POLICY-475 Change-Id: I45cfb55c571d32601049beb8e5be8676216dcf5c Signed-off-by: Gao, Chenfei (cg287m) <cgao@research.att.com>
2017-09-29Adding entries to .gitignorePamela Dragosh1-0/+24
When "mvn clean install" is run, the following is leftover: Your branch is up-to-date with 'origin/master'. Untracked files: (use "git add <file>..." to include in what will be committed) BRMSGateway/logs/ BRMSGateway/sql/ BRMSGateway/src/test/resources/META-INF/generatedCreate.ddl BRMSGateway/src/test/resources/META-INF/generatedDrop.ddl BRMSGateway/src/test/resources/failure.properties LogParser/logs/ ONAP-PAP-REST/catalina.base_IS_UNDEFINED/ ONAP-PAP-REST/pdps/ ONAP-PAP-REST/sql/ ONAP-PAP-REST/src/test/resources/generatedCreate.ddl ONAP-PAP-REST/src/test/resources/generatedDrop.ddl ONAP-PAP-REST/src/test/resources/webapps/ ONAP-PDP-REST/catalina.base_IS_UNDEFINED/ ONAP-PDP-REST/sql/ ONAP-PDP-REST/src/test/resources/config_testing/ ONAP-PDP-REST/src/test/resources/generatedCreate.ddl ONAP-PDP-REST/src/test/resources/generatedDrop.ddl ONAP-PDP-REST/topicBackup.txt ONAP-PDP/logs/ ONAP-XACML/logs/ ONAP-XACML/src/test/resources/pdpstest/ POLICY-SDK-APP/catalina.base_IS_UNDEFINED/ PolicyEngineAPI/logs/ PolicyEngineUtils/logs/ It is distracting when trying to "git add <Files>" to a new commit. Updating the .gitigore to ignore these so they are not listed anymore. Issue-ID: POLICY-274 Change-Id: Ib04c1903cd1ff00b3a1ab45e0c60af439737699d Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2017-08-14Fixes for eclipse warnings unused variablesTarun Tej Velaga1-0/+1
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-03-03update hardcoded policies with latest template.Pamela Dragosh1-0/+1
Change-Id: Ic57aae242f8a038527e3b4eeac98f3cf3f7f1b0b Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2017-02-23fix pom.xml warning duplicate groupId versionIdPamela Dragosh1-0/+1
Change-Id: I605882d95b8cb61c0689a63ccf1b774f8dbae0d8 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2017-02-14Initial OpenECOMP policy/engine commitPamela Dragosh1-0/+29
Change-Id: I7dbff37733b661643dd4d1caefa3d7dccc361b6e Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>