summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2019-02-27Merge "Update docker image"Tony Hansen1-1/+11
2019-02-22Update docker imagedfarrelly1-1/+11
Add timestamp to Docker image tag Change container to run as non root user Issue-ID: DCAEGEN2-1250 Change-Id: Idb23167d5f5146cbcacf2e2d72e5502014b5fe78 Signed-off-by: dfarrelly <david.farrelly@est.tech>
2019-02-22Add support for parallel event handlingJoeOLeary2-13/+114
*Add support for parallel event handling *Add support for handling backpressure *Update delivery end point Issue-ID: DCAEGEN2-1268 Change-Id: Id467080fa135b58f2d3e366f00fd8ad5e1c6ec06 Signed-off-by: JoeOLeary <joseph.o.leary@est.tech>
2019-02-19Merge "Fix DataRouter Subscriber NPE on No Metadata"Tony Hansen2-8/+17
2019-02-19Add XML validationJoeOLeary8-6/+352
Issue-ID: DCAEGEN2-1217 Change-Id: Ic76885ab1c8e020a2bded05a264092684a747461 Signed-off-by: JoeOLeary <joseph.o.leary@est.tech>
2019-02-18Fix DataRouter Subscriber NPE on No MetadataJoeOLeary2-8/+17
Issue-ID: DCAEGEN2-1232 Change-Id: I692d65c460f2974535d5b9addc4d889c530cf951 Signed-off-by: JoeOLeary <joseph.o.leary@est.tech>
2019-02-15Add MappingJoeOLeary16-15/+3282
Change-Id: I417b7fe9d0e588c6c38dc23eb55e43a85e277e81 Issue-ID: DCAEGEN2-1216 Signed-off-by: JoeOLeary <joseph.o.leary@est.tech>
2019-02-12Fix mapper configuration to use CBSemartin15-332/+243
Change-Id: I17bb9577ac2dd9267eeade948e5bf05cdadbac57 Issue-ID: DCAEGEN2-1186 Signed-off-by: emartin <ephraim.martin@est.tech>
2019-02-08Improve ONAP logging complianceemartin11-83/+332
Change-Id: I677977f592407d17c7cbd35b034785803c35d327 Issue-ID: DCAEGEN2-1166 Signed-off-by: emartin <ephraim.martin@est.tech>
2019-02-04Add healthcheck functionalitydfarrelly2-1/+43
Change-Id: Ic4bf69047cc4c7737cd93e217e407c684bbc4027 Issue-ID: DCAEGEN2-1149 Signed-off-by: dfarrelly <david.farrelly@est.tech>
2019-01-29Fetch mapper config from configbinding serviceemartin19-8/+870
Change-Id: I69e654719969f2d0ef6e7c8adb4806aac9c1e898 Issue-ID: DCAEGEN2-1081 Signed-off-by: emartin <ephraim.martin@est.tech>
2019-01-28POM UpdatesJoeOLeary2-46/+70
*Added the ONAP parent POM to the project POM *Introduced support for building and pushing Docker images in the POM *Added basic Dockerfile *Updated source to comply with checkstyles in parent POM Change-Id: Ieabd0a911359b107ea0a5b2e65ca3260f990e3cd Issue-ID: DCAEGEN2-1123 Signed-off-by: JoeOLeary <joseph.o.leary@est.tech>
2019-01-22Add DataRouter SubscriberJoeOLeary14-0/+780
Change-Id: I7f81c3d7249dcfcf00e2c7f3272f478d2346397d Issue-ID: DCAEGEN2-1079 Signed-off-by: JoeOLeary <joseph.o.leary@est.tech>