summary |
shortlog | log |
commit |
commitdiff |
review |
tree
first ⋅ prev ⋅ next
Lusheng Ji [Mon, 9 Apr 2018 16:27:53 +0000 (16:27 +0000)]
Merge "Http put added"
pwielebs [Tue, 3 Apr 2018 10:12:43 +0000 (12:12 +0200)]
Http put added
Change-Id: Id21b799a35b531c30f0c1b5df5c6daac6fd56e92
Issue-ID: DCAEGEN2-407
Signed-off-by: pwielebs <piotr.wielebski@nokia.com>
Lusheng Ji [Fri, 6 Apr 2018 14:26:18 +0000 (10:26 -0400)]
Set spotify skip
Because the spotify plugin is invoked in a module pom but the trigger
mvn is called on the repo (parent) pom, we need to include the spotify
plugin in parent pom but config to skip, and in module pom where
it is actually used "not to skip".
Issue-ID: DCAEGEN2-206
Change-Id: Id0ceb48b03f343645aed4011103a3fb2af0076b6
Signed-off-by: Lusheng Ji <lji@research.att.com>
wasala [Thu, 5 Apr 2018 13:01:38 +0000 (15:01 +0200)]
Add endpoint for load configuration(DMaaP, A&AI)
Refactor from tests ppoint of view
Change-Id: If747a499c70517a74bda6fbc895306271dc61d13
Issue-ID: DCAEGEN2-407
Signed-off-by: wasala <przemyslaw.wasala@nokia.com>
wasala [Tue, 3 Apr 2018 12:41:23 +0000 (14:41 +0200)]
Added pushing docker image to nexus
Extended appConf loading
Change-Id: Ibc3640cf4a66e40ce5dc585818c077534d09141c
Issue-ID: DCAEGEN2-407
Signed-off-by: wasala <przemyslaw.wasala@nokia.com>
wasala [Tue, 3 Apr 2018 06:13:01 +0000 (08:13 +0200)]
Fixed Sonar Issues
Deleted useless code
Change-Id: I8d813d82c5b8b6ae3093d5d6fdec1688dd8eae6d
Issue-ID: DCAEGEN2-407
Signed-off-by: wasala <przemyslaw.wasala@nokia.com>
pwielebs [Sat, 31 Mar 2018 11:12:34 +0000 (13:12 +0200)]
UT added, project structure corrected
Change-Id: I4695f56471e67e4519569bf8d72be1effe9f7015
Issue-ID: DCAEGEN2-407
Signed-off-by: pwielebs <piotr.wielebski@nokia.com>
Lukasz Muszkieta [Fri, 30 Mar 2018 14:23:59 +0000 (16:23 +0200)]
add junit
Change-Id: I759aeeb64085dbe72883a942971bffc8e03515f7
Issue-ID: DCAEGEN2-407
Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
pwielebs [Tue, 27 Mar 2018 17:49:29 +0000 (19:49 +0200)]
AAI HTTP simple and extended clients added
Change-Id: I759aeeb64085dbe32883a942941bffc8e03515f7
Issue-ID: DCAEGEN2-407
Signed-off-by: pwielebs <piotr.wielebski@nokia.com>
wasala [Wed, 28 Mar 2018 18:08:54 +0000 (20:08 +0200)]
Already addes push Dockerfile image from mvn pov
Change-Id: I4411279c34dd0b6b38e283fdfafa4977e7eb4414
Issue-ID: DCAEGEN2-407
Signed-off-by: wasala <przemyslaw.wasala@nokia.com>
wasala [Wed, 28 Mar 2018 17:04:20 +0000 (19:04 +0200)]
Already fixed Sonar issues
We have fixed Sonar issue with critical and minor tag
Change-Id: Iccc343654686ba87f71d57382b68ddf9c54caeea
Issue-ID: DCAEGEN2-407
Signed-off-by: wasala <przemyslaw.wasala@nokia.com>
wasala [Wed, 28 Mar 2018 12:20:58 +0000 (14:20 +0200)]
Added logs
Improve Dockerfile and build fat jar
Change-Id: I8b4dd1a56350af310c70236d6843ae1c357ad95e
Issue-ID: DCAEGEN2-407
Signed-off-by: wasala <przemyslaw.wasala@nokia.com>
wasala [Tue, 27 Mar 2018 11:02:10 +0000 (13:02 +0200)]
Added U&IT tests in prh module
We have already added tests in our Module.
In addition some dependencies were added too.
Clean up in pom.xml files
Change-Id: I4217d585293f48f2f00870d147807bb1d5b2b33f
Issue-ID: DCAEGEN2-407
Signed-off-by: wasala <przemyslaw.wasala@nokia.com>
wasala [Mon, 26 Mar 2018 13:48:46 +0000 (15:48 +0200)]
Divide into module dependecy
Add dependency build of dmaapClients and aaiClients.
This modules are mandatory to prh application.
Issue-ID: DCAEGEN2-407
Change-Id: I2150a15d76e81dd01503f44339ddb3c50f5b0348
Signed-off-by: wasala <przemyslaw.wasala@nokia.com>
wasala [Wed, 21 Mar 2018 20:42:36 +0000 (16:42 -0400)]
Divide Code into logic.
Load properties for every kind of
endpoint.Also has already
added logic for registering task to consume
messages from DMaap.
Change-Id: I16420b17a0272687f4161967420c80c476385b83
Issue-ID: DCAEGEN2-407
Signed-off-by: wasala <przemyslaw.wasala@nokia.com>
Lusheng Ji [Wed, 21 Mar 2018 20:42:36 +0000 (16:42 -0400)]
Fix pom and remove build scripts
Making the following changes for the CICD integartion.
1. Remove the mvn-phase* scripts. These scripts are hooks for
building non-Java project. This appeasr to be a Java project.
Native mvn methods should be enough.
2. Changed artifact ID in pom. LF CICD syste requires group ID
and artifact ID matches with the repo path. Otherwise deploying
to Nexus will be blocked.
3. Removed duplicated (older version) Jetty servelet dependency
calling in pom.
Issue-ID: DCAEGEN2-206
Change-Id: I614b9b11419ae091a452ef23fda6a318347ae8e9
Signed-off-by: Lusheng Ji <lji@research.att.com>
wasala [Wed, 21 Mar 2018 13:19:43 +0000 (14:19 +0100)]
Initial structure of pnf-registration-handler
Change-Id: I38bc1a37b98243dc887518cdd10693af4bf214dd
Issue-ID: DCAEGEN2-407
Signed-off-by: wasala <przemyslaw.wasala@nokia.com>
Jessica Wagantall [Sat, 10 Mar 2018 00:03:01 +0000 (00:03 +0000)]
Initial empty repository