Age | Commit message (Collapse) | Author | Files | Lines |
|
* Update docs/submodules/policy/engine.git from branch 'master'
to c7ebafd4e235416090ddcea8eadc37ffad53bdc9
- Merge "Change AlertSeverity to Severity in policy/engine"
- Change AlertSeverity to Severity in policy/engine
Updated logback xml files, replacing AlertSeverity with Severity.
Also fixed some spacing issues.
Change-Id: I3e4b9163d5d897fe4402028b69c741f497aecfc5
Issue-ID: POLICY-1989
Signed-off-by: Jim Hahn <jrh3@att.com>
|
|
* Update docs/submodules/policy/engine.git from branch 'master'
to 9039e5dacc397fdf94aa19cac1f5531d7661cb03
- Merge "Documentation: Legacy APIs"
- Documentation: Legacy APIs
Identified the offered apis under platform as legacy
Issue-ID: POLICY-1984
Change-Id: Iee46ded3e506a91181b1c18e1618d4509b8f8f90
Signed-off-by: Saryu Shah <ss3917@att.com>
|
|
* Update docs/submodules/policy/engine.git from branch 'master'
to dde7c80b605c459569bf32838983c5e4c163521a
- Additional Changes for Portal SDK 2.6.0 upgrade
- Modified policyEditor.html to upgrade the angular version to
1.4.13 which is compatible with 2.6.0 SDK
- Created new sql script file for Portal db table upgrades in
2.5.0 and 2.6.0
- Modified top level pom to upgrade springframework version to
4.3.24
Change-Id: I5f6e719a2f57891a1b2b76312f446211b6b60abd
Issue-ID: POLICY-1539
Signed-off-by: Michael Mokry <michael.mokry@att.com>
|
|
* Update docs/submodules/policy/engine.git from branch 'master'
to 1c67caa3a748649504ae60cd2db7fdec79903d0b
- Portal SDK upgrade to 2.6.0 in policy engine
- Modified poms to upgrade epsdk dependency from 2.4.0 to
2.6.0-SNAPSHOT
- Work in progress, still needs to be tested in the lab
Change-Id: I5c7df08ed84ef12824d4fdc2ef6f578d6dce7488
Issue-ID: POLICY-1539
Signed-off-by: Michael Mokry <michael.mokry@att.com>
|
|
* Update docs/submodules/policy/engine.git from branch 'master'
to dc6697bc577a5ba1d423ca2e1a3b604528461479
- Fix license on updated engine files
Address review comment about license date on updated junits.
Change-Id: I5dd6e47be243d6f0d5a001cb5cfb45e7ac31f9c8
Issue-ID: POLICY-1937
Signed-off-by: Jim Hahn <jrh3@att.com>
|
|
* Update docs/submodules/policy/engine.git from branch 'master'
to b2341e2ee94605af08728a38f835e9545ab60cac
- Merge "Remove powermock to increase coverage"
- Remove powermock to increase coverage
Removed powermock from the junit tests of these classes to increase
reported sonar coverage:
RESTfulPAPEngine
BrmsGateway
Typically added override methods to the classes under test, to replace
the overrides originally provided by powermock.
Also needed to add code to RESTfulPAPEngineTest to clear the XACML
properties before the test ran. Modified to use the existing
XACMLProperties.reloadProperties() method.
Also modified PolicyNotificationMailTest to use a host/port that
has no listener so that the test runs faster.
Fixed some newly introduced sonar issues.
Change-Id: I65e36b01e9506987032eb21baac808ed3dfd4f47
Issue-ID: POLICY-1937
Signed-off-by: Jim Hahn <jrh3@att.com>
|
|
* Update docs/submodules/policy/engine.git from branch 'master'
to ca8e0c7e1182faf67a1049d521e3d5ac2c899cff
- update keystore
Issue-ID: POLICY-1988
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: Icb0b5af7aa63516f82917245083834cacd8caed4
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
|
|
* Update docs/submodules/policy/engine.git from branch 'master'
to e78f07ad32ffb52ed5d3e02295ed5282841870f3
- Upgrade elastic search to 6.8.2
Clearing security issues - there are no workarounds.
Issue-ID: POLICY-2005
Change-Id: I4deb0c1a42c507e1af6d99f24f4f973ab40217a1
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
|
|
* Update docs/submodules/policy/engine.git from branch 'master'
to d3a21890b38fa9f79d071477a0c75f72ee748a76
- Updated policy/engine GUI springframework
- Modified springframework dependencies version in poms to 4.3.24.RELEASE in ONAP-SDK-APP and POLICY-SDK-APP
Change-Id: I149ed2454e7a899b929f179bf46b80190b3bc80c
Issue-ID: POLICY-1539
Signed-off-by: Michael Mokry <michael.mokry@att.com>
|
|
* Update docs/submodules/policy/engine.git from branch 'master'
to 102d5151bc603961ebd2b232f97edb313f70b138
- Merge "Fix issue for policies not loading on GUI push tab"
- Fix issue for policies not loading on GUI push tab
- found the problem to be with a line of code to add all the
scopes from the role to a Set of scopes. when the scopes
attribute in the role object is null it logs an exception and
fails to load policies. I added a new method to check the value
of the roles.getScopes() for null and only attempt to add the
scope to the set if it is not null
- I created a separate method to do this in order to avoid an
increase in technical debt as it would have added to the
complexity if I kept it in the same method.
- PATCH 4: Added scopes to the method arguments in order to
avoid overwriting scopes that are added in prevous interations
of the loop.
- PATCH 5: removed redundant scopes assignment per Jorge's
review.
Change-Id: Ifcc8775d3db8ecc722ee6806310a58ecb4e15856
Issue-ID: POLICY-1981
Signed-off-by: Michael Mokry <michael.mokry@att.com>
|
|
* Update docs/submodules/policy/engine.git from branch 'master'
to 80133d27f21e27c8da4b3e8d635fb2c05f2f7721
- Review maven dependency for snakeyaml
Remove explicit version for snakeyaml maven dependency and inherit it
from integration parent artifact.
Upgrade snakeyaml to latest 1.24 version.
Issue-ID: POLICY-1603
Signed-off-by: Bruno Sakoto <bruno.sakoto@bell.ca>
Change-Id: I93978f963dc37260e0fc4d153c92c7da8db0005d
|
|
* Update docs/submodules/policy/engine.git from branch 'master'
to 70d02931707ebfa3c499ec1d9d1f7d67793b5d05
- Bump version of policy/engine
Change-Id: I77e7483bcecbc19d9a5a93087fd4c674aa898b52
Issue-ID: POLICY-1965
Signed-off-by: Jim Hahn <jrh3@att.com>
|
|
* Update docs/submodules/policy/engine.git from branch 'master'
to 27d1d484fd22a1e6a87a79b74ae8e721f57c5a48
- Add release 1.5.1 file
Issue-ID: POLICY-1953
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: Ief5e6342b4f24cf594b3bc6456be8a526c214bb8
|
|
* Update docs/submodules/policy/engine.git from branch 'master'
to 31aa90351064401a6ef4aaea9304b745969004e0
- Update to latest common/models released versions
policy/models: 2.1.2
policy/common: 1.5.1
Change-Id: Ifa72ed573fb7685710c7288da6fd16ffe6ea397f
Issue-ID: POLICY-1953
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
|
|
* Update docs/submodules/policy/engine.git from branch 'master'
to db6dc041db0aa8fbc5379299979dbd1d446ccc89
- Expand AAF_NS to onap.org.osaaf.aaf
Change-Id: I19f284842976ca5e27e5baaa3f21a229ef18ec04
Issue-ID: POLICY-1959
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
|
|
* Update docs/submodules/policy/engine.git from branch 'master'
to c4ef5b294d557dc4c436cf63a8f13d2ec3d9bd41
- Add lombok.config to policy/engine
This prevents sonar from checking lombok annotations for code coverage.
Change-Id: Ia0164c0dd1adf746ef5fbac156fc44e17c424ed3
Issue-ID: POLICY-1938
Signed-off-by: Jim Hahn <jrh3@att.com>
|
|
* Update docs/submodules/policy/engine.git from branch 'master'
to 1b9d107ab9ffd3bf7919b3a0fc55a95188a040b7
- Javascript now required for code coverage
For El Alto, it is now required to pull coverage of Javascript
code.
Issue-ID: POLICY-1928
Change-Id: If1c0c2ba795b7a8f5faf69ab32ffbb953c411f78
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
|
|
* Update docs/submodules/policy/engine.git from branch 'master'
to 92febb7abd1e6dfe89633d3d92cd70fabf5f0434
- Fix policy/engine due to sonar changes in common
Fixed breakages due to changes made in policy/common to satisfy
sonar.
Change-Id: I88090c7549ba19f9eb45fae311e8811e39f30318
Issue-ID: POLICY-1791
Signed-off-by: Jim Hahn <jrh3@att.com>
|
|
* Update docs/submodules/policy/engine.git from branch 'master'
to 8bfbc4b6241d21252cd98d653f0860a58e64dcc2
- Bump engine 1.5.1-SNAPSHOT
Released 1.5.0
Fixed compilation issue related with version upgrade of
policy/common.
Issue-ID: POLICY-1737
Change-Id: Ib2f56e8ffcb4b399dbe4a5453b70da10b0f87985
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Signed-off-by: Jim Hahn <jrh3@att.com>
|
|
* Update docs/submodules/policy/engine.git from branch 'master'
to 6a046075ff25a199be7a6346e4e56bbd81c362b7
- Merge "Adding logging to JUnit"
- Adding logging to JUnit
Turning on logging.
Issue-ID: POLICY-1876
Change-Id: I82b04609a07f5d33c88c3e0068959de1e628cb38
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
|
|
* Update docs/submodules/policy/engine.git from branch 'master'
to 86554962a34c4e7c16821f91a12242a4ffb36368
- Fix centos build issue
Seeing this when trying to build in centos:
10:04:12 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0,
Time elapsed: 0.459 s - in
org.onap.policy.pap.ia.DbAuditCompareEntriesTest
10:04:12 [INFO]
10:04:12 [INFO] Results:
10:04:12 [INFO]
10:04:12 [ERROR] Failures:
10:04:12 [ERROR] XACMLPAPTest.testDummy:907
10:04:12 [ERROR] Errors:
10:04:12 [ERROR] XACMLPAPTest.getDictionary:886 ยป NullPointer
...
Modified the junit test(s) to create the JPA entities needed
by integrity audit, which is what was causing the above issues.
Change-Id: I405798a1946d377770529a99210a1cc57390667f
Issue-ID: POLICY-1737
Signed-off-by: Jim Hahn <jrh3@att.com>
|
|
* Update docs/submodules/policy/engine.git from branch 'master'
to c5f234ca60840a1de8c9486c51226e6a294c57f3
- Remove docker scripts
These are no longer needed as we are now doing the docker
maven plugin due to global-jjb changes.
Issue-ID: POLICY-1737
Change-Id: I98e8f2a16a66cfe210ddcdf0c50cb55bdebfd687
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
|
|
* Update docs/submodules/policy/engine.git from branch 'master'
to b3489f745ea681c598d3c2c29bb4dd85ca158aca
- Remove trafficgenerator from dependency.json
This jar does not exist and breaks brmsgw when generating
the amsterdam archetype.
Update the dependency.json for local testing.
Issue-ID: POLICY-1872
Change-Id: I5851462ea39c56693284854b5cd1d2cb5dd1dcdd
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
|
|
* Update docs/submodules/policy/engine.git from branch 'master'
to dd0ccff1401d63b9527c20780d539f00b4c4ff3f
- Upgrade to released common & models
Released common 1.5.0 and models 2.1.0
Issue-ID: POLICY-1737
Change-Id: Iecbf38e57a71907f320e3c8da55a6921ca371c44
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
|
|
* Update docs/submodules/policy/engine.git from branch 'master'
to d2f06bc571933bb59383dfb1f8a3ece6138468d6
- Merge "Upgrade to release 3.0.0 parent"
- Upgrade to release 3.0.0 parent
Policy/parent is released
Issue-ID: POLICY-1737
Change-Id: I58d8a74f85a6bbc7499614093e7f0d73c54f95ed
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
|
|
* Update docs/submodules/policy/engine.git from branch 'master'
to 5bcdc95e91aeabf68770b175fe210da38e76867f
- Improved tests performance
* used mock instead of waiting till dmaap client fails
* creating in memory DB only once
Issue-ID: POLICY-1671
Change-Id: Ia1b6ce7ddad1bce0d17c2dbf14f3d82dd237673b
Signed-off-by: Krysiak Adam <adam.krysiak@nokia.com>
|
|
* Update docs/submodules/policy/engine.git from branch 'master'
to b06d6a50cacb320f48db3dcd68f6a3147321a5b4
- Fix compile issue with guard
Due to sonar changes in policy/models for guard.
Issue-ID: POLICY-1791
Change-Id: I2cdbe6d0e4ee8bad05b9d3bb1a83e82d4851973c
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
|
|
* Update docs/submodules/policy/engine.git from branch 'master'
to 05dc6db4c704bfa413e693276517ca0449e69b8c
- Use io.fabric8:docker-maven-plugin to build and push docker images
Issue-ID: POLICY-969
Signed-off-by: Rashmi Pujar <rashmi.pujar@bell.ca>
Change-Id: Ic4fcec72d494df0a6e067aa353be49936136518c
|
|
* Update docs/submodules/policy/engine.git from branch 'master'
to 1c6e9a8e8b4fa260e882348b54f3e748fb19ad4c
- Remove nexus staging plugin
Unused
Issue-ID: POLICY-1737
Change-Id: I3e287ecbca9707d04f566295ebc5d0d430980d81
Signed-off-by: pdragosh <pdragosh@research.att.com>
|
|
* Update docs/submodules/policy/engine.git from branch 'master'
to 62e5a4a553e00d979d17e169c505acf624b11d5e
- Fix header and remove link
Missing and remove outdated installation instructions.
Issue-ID: POLICY-1676
Change-Id: I8b27752bc05039d43a2fbbf22e7388d55469b5a7
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
|
|
* Update docs/submodules/policy/engine.git from branch 'master'
to f6808b5a110b788010718e063ed5a5f2f6e7fd47
- Reference policy/parent for latest doc
Point to new documentation.
Issue-ID: POLICY-1676
Change-Id: I1a3e9a7f1147885c8de72a725c8637a86cd5eb7c
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
(cherry picked from commit 6b6cb44dd9f60df943c31188ec68a25852c0200b)
|
|
* Update docs/submodules/policy/engine.git from branch 'master'
to 81db61d122e8176bc7237f149d7815bf4979ed97
- Bump engine to version 1.5.0
Fixed license date.
Change-Id: I711fb4e91afdb3813bc04b16265f584d80ac8e5d
Issue-ID: POLICY-1747
Signed-off-by: Jim Hahn <jrh3@att.com>
|
|
* Update docs/submodules/policy/engine.git from branch 'master'
to 6bc4e95261ed8ec8bc931696e3674ee5ec54d542
- Remove release notes
Now being stored in the policy/parent repo.
Issue-ID: POLICY-1769
Change-Id: Ib6ffc9c94150ef73734afededce37a94463479de
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
|
|
* Update docs/submodules/policy/engine.git from branch 'master'
to 2c533a581179c1c06c8811b6dda57e8a6d0fbd2c
- Merge "Document fixed OJSI-184 vulnerability"
- Document fixed OJSI-184 vulnerability
Issue-ID: OJSI-184
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: I5537c217414f6fa1d0b6659360c53f9cef18097a
|
|
* Update docs/submodules/policy/engine.git from branch 'master'
to f3856dc5e86308e9b433e27ea1753f2c541e9ee8
- Merge "Document fixed OJSI-118 vulnerability"
- Document fixed OJSI-118 vulnerability
Issue-ID: OJSI-118
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: I0e8953a7a94bf4c28cc85aa239c2b88d96df18a6
|
|
* Update docs/submodules/policy/engine.git from branch 'master'
to 27d57dcab21027245ffd8cb6c8d48c84ecc7b180
- Merge "Document fixed OJSI-157 vulnerability"
- Document fixed OJSI-157 vulnerability
Issue-ID: OJSI-157
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: I5ea4c15ad2a91b11619998c61088abc352321c7d
|
|
* Update docs/submodules/policy/engine.git from branch 'master'
to 278124d41f77a049bbb47dc45a35fc3e20f281c5
- Merge "Document fixed OJSI-117 vulnerability"
- Document fixed OJSI-117 vulnerability
Issue-ID: OJSI-117
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: Ieda7ccc170a50de63bcbfce311f83002acb4a0cf
|
|
* Update docs/submodules/policy/engine.git from branch 'master'
to aa8d854713d8c0dc533429723c2c0e03049e93be
- Merge "Improve security release notes"
- Improve security release notes
In order to provide users with more details of project's state in
terms of security let's divide the security release notes into three
sections:
- Fixed Security Issues
Contains a list of security fixes merged during this
release (especially those reported via OJSI tickets).
- Known Security Issues
Contains a list of vulnerabilities detected in project during
release which have not been fixed yet and thus should be mitigated
by the user.
- Known Vulnerabilities in Used Modules
Contains information about NexusIQ scan results
Issue-ID: SECCOM-238
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: I9134ae41c40db83fa3b4870341a8880e2bdcbdda
|
|
* Update docs/submodules/policy/engine.git from branch 'master'
to 541511b5d8280017ab12a6a28e2b4194e45ab157
- Merge "Updates to Dublin release notes"
- Updates to Dublin release notes
Updates to Dublin release notes
-------------------------------------------------------------
Change-Id: I085735427ef641799f02576703767dcdcf558af1
Issue-ID: POLICY-1769
Signed-off-by: Saryu Shah <ss3917@att.com>
|
|
* Update docs/submodules/policy/engine.git from branch 'master'
to e0950730de4543af8e3fd672e80feff540e6483d
- Bump to 1.4.2-SNAPSHOT
Released 1.4.1
Issue-ID: POLICY-1700
Change-Id: Ied6d06664155ff6e44ede90f1c081ec5bd2ef679
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
|
|
* Update docs/submodules/policy/engine.git from branch 'master'
to 91bd247c5b33ed62300ec1a225265894e80eb844
- Update INFO.yaml to add Jim and Ram
Issue-ID: POLICY-1775
Change-Id: I8d2171a23a47428228b52215cfffc71cef49ccb6
Signed-off-by: liamfallon <liam.fallon@est.tech>
|
|
* Update docs/submodules/policy/engine.git from branch 'master'
to 7157ce69dd1f1a5a2d3cfaaa1c1754a8740e1cfa
- Merge "Fix to resolve unpushing(delete) policies issue"
- Fix to resolve unpushing(delete) policies issue
Added code the ONAP-PDP-REST to fix an issue causing the policyName to be null
and fail validation
Updated Changes per Review:
1. re-added the else for "No Policy Scope given"
2. localized the policyName and policyScope declarations to reset to null
each time through the loop
3. Changed to polName check to endsWith per Jim's review
Change-Id: I912511ef362cc79e89adc1c9da93d387e273c32a
Issue-ID: POLICY-1754
Signed-off-by: Michael Mokry <michael.mokry@att.com>
|
|
* Update docs/submodules/policy/engine.git from branch 'master'
to d46992c843eb05a02606fac4ef21c0d05c312a21
- Merge "Dublin Release Notes - initial version"
- Dublin Release Notes - initial version
Dublin Release Notes - initial version
-------------------------------------------------------------
Change-Id: I706cdfa7879bfe2b9a68aaf93ace22fbb8842151
Issue-ID: POLICY-1769
Signed-off-by: Saryu Shah <ss3917@att.com>
|
|
* Update docs/submodules/policy/engine.git from branch 'master'
to b559c050557e757325743bd37b41fd49b01ba19a
- Step snapshot version of policy engine
Issue-ID: POLICY-1630
Change-Id: Iefcaaf1811535e22904367b8d11346a02f5851c1
Signed-off-by: liamfallon <liam.fallon@est.tech>
|
|
* Update docs/submodules/policy/engine.git from branch 'master'
to 390dc7cf9f4f9011300da036a7705e385dbb55f0
- Upgrade to release policy/models
Release 2.0.0
Issue-ID: POLICY-1630
Change-Id: I8793dc5852102af9cb5773aa40d309547b95d1b4
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
|
|
* Update docs/submodules/policy/engine.git from branch 'master'
to af688d7c4ab6b387bcfe14c461a8832681864ade
- Upgrade policy/parent & policy/common in engine
Change-Id: Ie068839185d6b9461a1fe6e3a6b7282154a3c404
Issue-ID: POLICY-1630
Signed-off-by: ramverma <ram.krishna.verma@est.tech>
|
|
* Update docs/submodules/policy/engine.git from branch 'master'
to cf915641e6476ff74761dd71601add65a8762e17
- Merge "Fix test files created during execution"
- Fix test files created during execution
Change-Id: Idaeaabfb523ca9206077827895c695a122f62101
Issue-ID: POLICY-1706
Signed-off-by: pa834y <pa834y@att.com>
|
|
* Update docs/submodules/policy/engine.git from branch 'master'
to 7238b6f21b69296abff817741655c7429021ae72
- Merge "Policy UI doestn't show left menu or any content:"
- Policy UI doestn't show left menu or any content:
Issue-ID: POLICY-1650
Change-Id: Ibf338f52fc260e77b4ac5f49b2f4ce12b4aa509e
Signed-off-by: uj426b <uj426b@att.com>
|
|
* Update docs/submodules/policy/engine.git from branch 'master'
to c9e7e93557b1fe7b244eacbf431e1131b39fc3e0
- Bound wait time for a component's port
This should prevent the 90 minutes timeouts
in CSIT tests.
Change-Id: Ia9491462f4c3b83564584eb9f85551570e3c6342
Issue-ID: POLICY-1712
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
|
|
* Update docs/submodules/policy/engine.git from branch 'master'
to a205e21327b1e801746d9c1a067d48aa45a4ce70
- Add BUILD_VERSION_ENGINE to image
Change-Id: Ie97746ec8f244d52bf3eba94a247810d727fa72a
Issue-ID: INT-995
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
|