Age | Commit message (Collapse) | Author | Files | Lines |
|
* Update docs/submodules/policy/apex-pdp.git from branch 'master'
to a53d04a49c67c6b89304bf90459162327e8ed475
- Merge "ApexPDP: Adding support to omit the (context) albums entry in an apex policy model if it is empty. Implemented as a pair of JAXB XMLAdaters Updated copyright, fixed somecheckstyle issues, refactored affected tests & Merge"
- ApexPDP: Adding support to omit the (context) albums entry in an apex
policy model if it is empty. Implemented as a pair of JAXB XMLAdaters
Updated copyright, fixed somecheckstyle issues, refactored affected tests
& Merge
Issue-ID: POLICY-1802
Change-Id: Id68d9a524700f44c164939b7533f2d511b591e36
Signed-off-by: JohnKeeney <John.Keeney@est.tech>
|
|
* Update docs/submodules/so.git from branch 'master'
to 15ecb55f2f045e2e185a94b4d4985d2563af8b40
- Merge "do not overwrite status message with rollback"
- do not overwrite status message with rollback
update rollback error for rollback and not original msg
run code formatting on updated files
add unit test for false value of isRollback flag
Change-Id: I25d8fb9771766461b1192e3758237dfc199787f8
Issue-ID: SO-2081
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 0d562688867a1b2e7a34ee6416cd54f7a9f6b89e
- support new query param format
- added format query parameter (optional), implemented logic to
populate requestStatus field based on whether or not format is present
moved request status constants to its own class visible globally.
- changed @requestParam to @QueryParam in GET endpoint
(OrchestrationRequests class. updated unit tests to call method being
tested directly rather than from another private function
- moved setting requestStatus to a separate method, also updated unit
tests to separate out each scenarion into its own method
- added unit test for when format=detail, corrected existing unit tests
to test result to be FAILED
- updated Status.java to include extra request status values; moved
Status class to common org.onap.so.constants package
Change-Id: Ic593de5fdfdcbc3121f481c86d1e261406082260
Issue-ID: SO-2080
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
|
|
* Update docs/submodules/policy/apex-pdp.git from branch 'master'
to 3e60ff607e30e020d5909bf23bf571504e635c23
- Merge "Fix issues from Checkstyle reviews"
- Fix issues from Checkstyle reviews
Use lombok on fields in EnEvent.
Remove unnecessary code in BBS WebClient class
Address Sonar issue in Execurot class
Issue-ID: POLICY-1791
Change-Id: If07dc4529b121f8bfcd6ab1ae6c9def4774f9f4d
Signed-off-by: liamfallon <liam.fallon@est.tech>
|
|
* 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/apex-pdp.git from branch 'master'
to 5052634e60545f5b483660700d47eb4fff5d0d38
- Merge "Bump apex-pdp to 2.2.1-SNAPSHOT"
- Bump apex-pdp to 2.2.1-SNAPSHOT
Released 2.2.0
Issue-ID: POLICY-1737
Change-Id: I144a3c07d3eaf8c53d339eecedf2b3d8d3ce3c7e
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/dcaegen2.git from branch 'master'
to 9297dd9b880457f9c464907a28a03af7e22a2bdf
- DFC - Add link to performance baseline
Change-Id: If940d3100f45bc1bacd6535cdcf9fe9823642f4f
Issue-ID: DCAEGEN2-1575
Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
|
|
* Update docs/submodules/aai/event-client.git from branch 'master'
to 2a970a1e00d49aca2f8c74705275d552e12794b9
- Prepare event-client for global-jjb
Issue-ID: AAI-2480
Change-Id: I9af21ca790105cbd7537f1dd0fbdb2d22951f0f7
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to cabd51660c3c8ec52e329027179f5c6cabb03aca
- Added check for null response to prevent crash at
response.getEntity() method call.
Issue-ID: SO-1841
Signed-off-by: Oleksandr Moliavko <o.moliavko@samsung.com>
Change-Id: Id796f4426f33cf419bbe5ed07500452ac0c7c775
|
|
* Update docs/submodules/policy/apex-pdp.git from branch 'master'
to c4baac8a79b0ca6340693ae47f9c424f3612e3bd
- Merge "Remove topic.properties and incorporate into overall properties"
- Remove topic.properties and incorporate into overall properties
1) The properties in the topic.properties file is moved into overall
config json file and the topic.properties file is removed.
2) Common parameters such as RestServer and Topic related parameters
from policy-common is used.
Change-Id: Ifc25185c8f717c95a226b2db25c1a8e96b9bbff9
Issue-ID: POLICY-1744
Signed-off-by: a.sreekumar <ajith.sreekumar@est.tech>
|
|
* Update docs/submodules/modeling/genericparser.git from branch 'master'
to fe84f2b0babbcf795fde731b40bfc1d591918534
- update Django version to 1.11.21
Change-Id: Ieb6bd445d33f79a581469b79bdafb3533b5ceb8e
Issue-ID: MODELING-174
Signed-off-by: dyh <dengyuanhong@chinamobile.com>
|
|
* Update docs/submodules/vid.git from branch 'master'
to 3e884e186983f1c5a84da07ed82e5c8c1caf55a2
- Merge "Extend probe mechanism"
- Extend probe mechanism
Fixes from latest review.
Introduce probe interface.
ResponseWithRequestInfo is not used - it belongs to aai package and requires javax.ws.rs.core.Response.
Fallback in aai client will be removed as soon as sdc provides https support (hopefully in El Alto).
Change-Id: I4527d447a273328d38ff2ef7f9d2a93453cec9f2
Issue-ID: VID-490
Signed-off-by: Wojciech Sliwka <wojciech.sliwka@nokia.com>
|
|
* Update docs/submodules/sdc.git from branch 'master'
to dc58ff4151e8a10364ede31ba25f3a0e49344c20
- Fix artifact implementation proxy node type
Removing the operation implementation from proxy
node type in parent service tosca as it will be
present in the proxy node template
Change-Id: Id414d6cdd5f5f4ccb1d7c235fbc8b7cdf1ec4147
Issue-ID: SDC-2395
Signed-off-by: ojasdubey <ojas.dubey@amdocs.com>
|
|
* Update docs/submodules/sdc/sdc-workflow-designer.git from branch 'master'
to 08da411bd572226675305bed9de7d42175f25d85
- Upgrade jetty-http
Upgrade the jetty-http component to the current version.
Change-Id: I5512fe8d47506d8fb951fdc2ad63c8178d34afdf
Issue-ID: SDC-2268
Signed-off-by: Piotr Darosz <piotr.darosz@nokia.com>
|
|
* Update docs/submodules/sdc.git from branch 'master'
to cf070aeaadd055f38dd32a6121c42f6b10a6937b
- Add unit tests for:
-DeploymentFlavorErrorBuilder
-DuplicateComputeInComponentErrorBuilder
-FileCreationErrorBuilder
-ImageErrorBuilder
Issue-ID: SDC-2327
Signed-off-by: Marcin Kowalski <m.kowalski3@partner.samsung.com>
Change-Id: I0af9da852bb953e93f6e4383725c1c56944d8f33
|
|
* Update docs/submodules/sdc.git from branch 'master'
to 38f9118242fa2991edfdc0481a833684052fecbf
- Add unit tests for OrchestrationTemplateCandidateManagerImpl
Issue-ID: SDC-2327
Signed-off-by: Marcin Kowalski <m.kowalski3@partner.samsung.com>
Change-Id: I80b9e404a98e23e135ae12e4d24ee2c7f66fef11
|
|
* Update docs/submodules/sdc.git from branch 'master'
to 9ed7972644ab771b37c3f40ec3c7c7c2a666ef8a
- Highlight Windows-specific parts
Change-Id: I8da91c11d772d7b2ec487506431d172d414ddace
Issue-ID: SDC-2386
Signed-off-by: kaihlavi <l.kaihlavirt@partner.samsung.com>
|
|
* Update docs/submodules/integration.git from branch 'master'
to 24cda10dbd263b373c0e06593277aa43e43c4e5f
- Adding document for vfw/edgex use case
Adding the setup instructions for vFW/EdgeX usecases.
Removed whitespaces.
Issue-ID: MULTICLOUD-692
Signed-off-by: Akhila Kishore <akhila.kishore@intel.com>
Change-Id: I87a99ad2fce1a936334145ffe5cbf25e3133d93d
|
|
* Update docs/submodules/msb/swagger-sdk.git from branch 'master'
to 765d63dd4d609d498f89c6cb310d6b8e73ab9491
- Merge "Update oparent version"
- Update oparent version
Update oparent version to 2.0.0 which supports
global-jjb maven-stage job.
Change-Id: Ib3836e9b76a765d05db27746229dc57262730c86
Issue-ID: CIMAN-234
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
|
|
* Update docs/submodules/msb/java-sdk.git from branch 'master'
to 1bc9ca79095a09fbde68c2d5fb4a8cfdaf5a5ad8
- Merge "Update oparent version"
- Update oparent version
Update oparent version to 2.0.0 which supports
global-jjb maven-stage job.
Change-Id: Ia859c173aea999c3611e755598ec419d1206e01a
Issue-ID: CIMAN-234
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
|
|
* Update docs/submodules/msb/discovery.git from branch 'master'
to c592a9a408c9456ed507ffb4683b4b78afee8dd3
- Merge "Update oparent version"
- Update oparent version
Update oparent version to 2.0.0 which supports
global-jjb maven-stage job.
Change-Id: Idc581fd8961bb0adec5026729b91dcb40dd14ab0
Issue-ID: CIMAN-234
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
|
|
* Update docs/submodules/msb/apigateway.git from branch 'master'
to 18352a47ee8f6e4fbb499dc1eee20587b1e53439
- Merge "Update oparent version"
- Update oparent version
Update oparent version to 2.0.0 which supports
global-jjb maven-stage job.
Change-Id: I148dfe75cf77e4ddf38fb02d7ee561ef602f155d
Issue-ID: CIMAN-234
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to 84fc74efbdd3b8343aaeba13df42accefe5493db
- Updates for DirectLocator
Issue-ID: AAF-857
Change-Id: I55cdedad9dfaf4be8c785aa5f503f71fe4504070
Signed-off-by: Instrumental <jonathan.gathman@att.com>
|
|
* Update docs/submodules/portal.git from branch 'master'
to c2502f81cc07d6b6c619d334f7e81ea82e47223a
- PeerBroadcastSocket sonar issues fix and code refactor
Sonar issues fix and code refactor.
Session data save moved to another method.
Rest of code don't really do anything.
Issue-ID: PORTAL-624
Change-Id: I53b36377f2d2645d8c24ad2384959f0599e07303
Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com>
|
|
* Update docs/submodules/portal.git from branch 'master'
to 6a9580d025114106e82fc49da895bbc857a3e91b
- ONAPWelcomeController sonar issue fix
String viewName and getter/setter can be romoved from his class.
ONAPWelcomeController Overrides this field 1 to 1.
Issue-ID: PORTAL-652
Change-Id: Idbb41f52a63c6ea681f6ba7753991d766849e3a2
Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com>
|
|
* Update docs/submodules/portal.git from branch 'master'
to caf5dec3f7ddb89fc26b7579e5d7f15ac54e500c
- ONAPLoginController sonar issues fix.
Sonar issues fix plus @Autowired in constructor not in fields.
Issue-ID: PORTAL-651
Change-Id: I99329b986877d040c6fdda9daf42a5c501a39605
Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com>
|
|
* Update docs/submodules/portal.git from branch 'master'
to 62be40d079c97648353c1ad45819d3a24ff82fe5
- SimpleLoginStrategy sonar issues fix
"Either remove or fill this block of code."
"Move the "" string literal on the left side of this string comparison."
"Define and throw a dedicated exception instead of using a generic one."
Issue-ID: PORTAL-650
Change-Id: I92018287a6f585020f0ae6f042b1bb1de84a5e14
Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com>
|
|
* Update docs/submodules/portal.git from branch 'master'
to 32b9dcf937f5ddfb3bd7d606155a505661bc6093
- OpenIdConnectLoginStrategy sonar issues fix
Redundant suppression("rawtypes") removed.
Sonar issue:
Move the "" string literal on the left side of this string comparison.
Define and throw a dedicated exception instead of using a generic one.
Issue-ID: PORTAL-649
Change-Id: Ia2c80ad4848c22c94a2db731425250784d382841
Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com>
|
|
* Update docs/submodules/dmaap/messagerouter/messageservice.git from branch 'master'
to a21e929296d4e5c403307906f408d020103f1ddf
- update oparent
Issue-ID: DMAAP-1125
Change-Id: I6acdac1a938c37b8683eb905ce89ec98551ac323
Signed-off-by: su622b <su622b@att.com>
|
|
* Update docs/submodules/integration.git from branch 'master'
to 6d986ee80c43da2098b3bb8da5a04dab8da696bd
- Add BBS installation documentation
Detailed installation and configuration steps
Issue-ID: DOC-448
Signed-off-by: Pérez Caparrós David, INI-INO-ECO-HCT <David.PerezCaparros@swisscom.com>
Change-Id: I12584072cf63a95c057762022753251e2195b571
|
|
* Update docs/submodules/so.git from branch 'master'
to 9306c021d9434f4ce8d0dfa9dd9ecb63974f11e6
- enhance workflowaction to handle resume func
init code for RESUME with junit passing
overwrite URI on resume op from original request
Change-Id: I1eee2bd66aa20804ba4a2834d269b5947565b9dc
Issue-ID: SO-2055
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.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/apex-pdp.git from branch 'master'
to 423e98641ca7fe79a1b1bb897aa8a4b17ba5ee4d
- Replace non-Javadoc comments with inheritDocs
Copyright headers not changed as this review only amends comments.
Issue-ID: POLICY-1791
Change-Id: Icbeb2c6e591b3b160ae102bb67aef2d407924a4d
Signed-off-by: liamfallon <liam.fallon@est.tech>
|
|
* Update docs/submodules/policy/parent.git from branch 'master'
to f9f78d1faadda4a2c6069e34646207297712f348
- Update release-notes known issues
For bug fix https://jira.onap.org/browse/POLICY-1872
Issue-ID: POLICY-1875
Change-Id: Ica5a251fce507262829d01bb0d49d39fa5c91f51
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
|
|
* Update docs/submodules/dmaap/datarouter.git from branch 'master'
to c99a397d204ab13416c7d81faf48d7fe7b3ba8a2
- Adding -SNAPSHOT
Change-Id: Ib0c804a57927dd7c83b7d0dba16f6e74d3462706
Issue-ID: DMAAP-1224
Signed-off-by: egernug <gerard.nugent@est.tech>
|
|
* Update docs/submodules/clamp.git from branch 'master'
to 19e628ca032e6f0f9b00b7041a4c32390b5839e1
- Create the sub components for new Clamp UI
Create the sub components for the new React Clamp UI
Issue-ID: CLAMP-414
Change-Id: I3e9e6bf05559829d22936e06556fef60635a33d0
Signed-off-by: xuegao <xg353y@intl.att.com>
|
|
* Update docs/submodules/policy/distribution.git from branch 'master'
to 7783a2ef0d71c6379a1d53258cd3c01eba391210
- Add curly braces in shell script file
According to comment:
https://gerrit.onap.org/r/c/policy/xacml-pdp/+/90495/1/packages/policy-xacmlpdp-docker/src/main/docker/policy-pdpx.sh#43
Issue-ID: POLICY-1702
Change-Id: Ie7c37a07dfc33f6b6bca70d9f9c2cb4cfb3377f5
Signed-off-by: shaoqiu <tim.huang@est.tech>
|
|
* Update docs/submodules/dmaap/datarouter.git from branch 'master'
to 76a53fb8739f70085cbc5a1ead0521cfe35d3be2
- Removing ECOMP distribution management
Change-Id: Ia3510fa9129c8e97d8fdedd28c035d44af24199e
Issue-ID: DMAAP-1224
Signed-off-by: egernug <gerard.nugent@est.tech>
|
|
* Update docs/submodules/cli.git from branch 'master'
to 1bafec84c1e0f02f6bd1574166d403e4e67406d8
- General sonar fixes
+) remove unused imports
++) use isEmpty to check empty list
Issue-ID: CLI-170
Change-Id: I90cc07013b8db1982fdca2ccd2f4d715d8176e9d
Signed-off-by: arindamm <arind.mondal@samsung.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/vid.git from branch 'master'
to 02d53313aa3ad07efdb1de0caf4d8a9792cc9143
- Import missing vf-module-homing-data-action.controller.js
Change-Id: I97079d1773b412d3dd95d1e362525e9a75f06bc9
Issue-ID: VID-503
Signed-off-by: Ittay Stern <ittay.stern@att.com>
|
|
* Update docs/submodules/dmaap/buscontroller.git from branch 'master'
to ab4d78a462a8110cae9278c13fbfccb3d34f208c
- SPecify SNAPSHOT for artifact
Signed-off-by: dglFromAtt <dgl@research.att.com>
Issue-ID: DMAAP-1224
Change-Id: I452aef9afbb793b5d210046ea001d8982467ba91
|
|
* Update docs/submodules/dmaap/datarouter.git from branch 'master'
to 39526add8cc745fc46149ad3c9cf3e3305bc94ef
- OParent upgraded and Maven Plugin deletion
Change-Id: I81900f420cf5516c8a4a9011855af0e1928cce61
Issue-ID: DMAAP-1224
Signed-off-by: egernug <gerard.nugent@est.tech>
|
|
* Update docs/submodules/oom.git from branch 'master'
to eb5b453e89897ae70daf520bf02406d045a05a4e
- Merge "add missing config properties found"
- add missing config properties found
when moving to the new structure of robot libs i noticied these didnt
exist. these cause errors when run on my local so fixing
Issue-ID: TEST-158
Change-Id: I7303e702ddf588c57308774e0cbeb1f0c9461799
Signed-off-by: DR695H <dr695h@att.com>
|
|
* Update docs/submodules/integration.git from branch 'master'
to d15450419ab00cb77af96f57252012edc5276b98
- Decommission java and docker manifests
Issue-ID: INT-1128
Signed-off-by: Gary Wu <gary.wu@futurewei.com>
Change-Id: Id8b3f228f0813a82e871feb57cc865905dff9988
|
|
* Update docs/submodules/dmaap/buscontroller.git from branch 'master'
to 647012bb979152fcdefcb87eb4f3b5daa8843d39
- Oparent upgrade, maven plugin deletion, bump version
Signed-off-by: dglFromAtt <dgl@research.att.com>
Issue-ID: DMAAP-1224
Change-Id: Ia718315c5174eeb2407ec0abea25203401b97afd
|
|
* Update docs/submodules/dmaap/dbcapi.git from branch 'master'
to b8b578883baa14084e316bd232d8c62ef9b84a1c
- Oparent upgrade, maven plugin deletion, bump version
Change-Id: I9a6b3f71a531b65d03ef26248869c32d349d9d58
Issue-ID: DMAAP-1224
Signed-off-by: dglFromAtt <dgl@research.att.com>
|
|
* Update docs/submodules/policy/apex-pdp.git from branch 'master'
to d139a68e359bfaa0e1ea1038345dd28e1869aca9
- Merge "Add period after inheritDoc for Sonar"
- Add period after inheritDoc for Sonar
Issue-ID: POLICY-1791
Change-Id: I60f65fb60ca77fe97bd1c23822038b835bd98a11
Signed-off-by: liamfallon <liam.fallon@est.tech>
|
|
* Update docs/submodules/policy/apex-pdp.git from branch 'master'
to 9520a45c23ef2d0dc3130b0b885800a9df911fd7
- Merge "Fix Sonar/Checkstyle issues in apex-pdp"
- Fix Sonar/Checkstyle issues in apex-pdp
BBS Java code introduced Sonar issues, these are resolved.
Also fixed checkstyle errors in other classes.
Also fiexed "unexpected type" eclipse errors.
Issue-ID: POLICY-1791
Change-Id: I3931051f0944c6d53745c8dd1db7cca4ee118f1c
Signed-off-by: liamfallon <liam.fallon@est.tech>
|