aboutsummaryrefslogtreecommitdiffstats
path: root/rest-services/aai-client/src
AgeCommit message (Collapse)AuthorFilesLines
2019-05-23Remove CloudHttpClient usages from aai-client moduleJakub Dudycz12-228/+221
Signed-off-by: Jakub Dudycz <jakub.dudycz@nokia.com> Issue-ID: DCAEGEN2-1526 Change-Id: Ic83dab9f61c0b8ebc54d291002c3036ff85867ca
2019-04-05Add pnfUrl fieldpwielebs2-0/+14
* Due to changes in the aai client configuration json old parameters: aaiHost, aaiProtocol, aaiPort, aaiBasePath, aaiPnfPath will be replaced by pnfUrl Change-Id: I709445015ae8528777db3052ffa4431eb90a226e Issue-ID: DCAEGEN2-1398 Signed-off-by: pwielebs <piotr.wielebski@nokia.com>
2019-04-02Improve code coverage in aai-client moduleJakub Dudycz16-29/+588
Change-Id: I6c840e136d39fbeca72e943d81cb3638927f89b0 Signed-off-by: Jakub Dudycz <jakub.dudycz@nokia.com> Issue-ID: DCAEGEN2-1375
2019-03-28Modified CloudHttpClient in order to be more genericandrzejszukuc6-18/+114
New AaiClients and AaiModels have been added Change-Id: I80151e8296482e39f7f36123210861702c205b7b Signed-off-by: andrzejszukuc <andrzej.szukuc@nokia.com> Issue-ID: DCAEGEN2-1059
2019-03-22Add PUT methodJoanna Jeremicz3-12/+57
Change-Id: I1ae710a005f245f0a83af1e0e430b95a93516aa0 Issue-ID: DCAEGEN2-1353 Signed-off-by: Joanna Jeremicz <joanna.jeremicz@nokia.com>
2019-03-19Remove modification of Http HeadersMarcin Migdal3-18/+0
Change-Id: I62c6750995e8b88bbd65018e4532192cfc678d6b Issue-ID: DCAEGEN2-1310 Signed-off-by: Marcin Migdal <marcin.migdal@nokia.com>
2019-03-08Change CloudHttpClient APIMarcin Migdal1-2/+3
Change-Id: Icbbe871e71c6bb46aba7411b9f9016af14c5eab9 Issue-ID: DCAEGEN2-1310 Signed-off-by: Marcin Migdal <marcin.migdal@nokia.com>
2019-03-06Refactor of AAI HTTP ClientsMarcin Migdal3-97/+60
Change-Id: I020fb8342e70c159392aef913183bed94796a7ba Issue-ID: DCAEGEN2-1277 Signed-off-by: pwielebs <piotr.wielebski@nokia.com>
2019-02-26Remove usage of Spring in SDK IIpwielebs9-766/+0
- AAI Http Clients Change-Id: Id83a72699e860d1d71f0bdcd2e977c6c0cfc113e Issue-ID: DCAEGEN2-1277 Signed-off-by: pwielebs <piotr.wielebski@nokia.com>
2019-02-26Remove usage of Spring in SDKpwielebs6-1/+373
- AAI Http Clients Change-Id: I28c563508977162eacb35a09f2a6c3b932535cd2 Issue-ID: DCAEGEN2-1277 Signed-off-by: pwielebs <piotr.wielebski@nokia.com>
2019-02-19Add http put AAI client for SDKpwielebs3-1/+236
Change-Id: I28c563508977162eacb35a09f2a6c3b932535b52 Issue-ID: DCAEGEN2-1246 Signed-off-by: pwielebs <piotr.wielebski@nokia.com>
2019-01-10High Volume VES Collector Client - stubPiotr Jaszczyk1-1/+6
Other minor changes: * Set dependencies to compatible versions (spring, spring-boot and reactor + reactor-netty) * Fix compilation errors on Java 11 Change-Id: If482c0dffd7162315df6d7b7fdedf554ef7c5d9d Issue-ID: DCAEGEN2-1070 Signed-off-by: Piotr Jaszczyk <piotr.jaszczyk@nokia.com>
2018-12-14Add abstraction level for other componentspwielebs3-22/+28
* vesrion in poms updated to 1.1.0-SNAPSHOT Change-Id: Ieaa0a8ead1a9a74206fe4bdee85944d11b96c843 Issue-ID: DCAEGEN2-986 Signed-off-by: pwielebs <piotr.wielebski@nokia.com>
2018-12-11Remove unused dependencyMarcin Migdal1-1/+0
Change-Id: I0dcf3a87ef04b5c68f366c85821aef90877a98b7 Issue-ID: DCAEGEN2-1021 Signed-off-by: mmigdal <marcin.migdal@nokia.com>
2018-11-26AAI client & common module addedpwielebs5-0/+515
* added module containing common code for other sdk modules * added reactive rest client for AAI data base with unit tests * improved poms * license text corrected accoriding to SDK Change-Id: I23ea5fbf0e45170b2a1d70ad300bd72121d16ec1 Issue-ID: DCAEGEN2-986 Signed-off-by: pwielebs <piotr.wielebski@nokia.com>