summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-11-07Add parent and update modules to use it1.6.0Jimmy Forsyth10-793/+1082
Issue-ID: AAI-2699 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: I288cb51a4f654387d6ca078f7b4357e8ce2e43c5
2019-11-01Merge "[AAI-2404]add aai-schema-abstraction library"Steven Blimkie53-1/+15966
2019-10-29[AAI-2404]add aai-schema-abstraction libraryPhillip Leigh53-1/+15966
Signed-off-by: Phillip Leigh <Phillip.Leigh@amdocs.com> Issue-ID: AAI-2404 Change-Id: I30d954bcdf1cf020191028160610defb8dbc8ff6
2019-10-28Update to 5.0.2 in release notesJimmy Forsyth1-1/+1
Issue-ID: AAI-2693 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: I53fce917c8b408ea852b933cae2c5db9f27003c6
2019-10-08Set version 5.0.1 on release notesJimmy Forsyth1-1/+1
Issue-ID: AAI-2616 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: I1d65a62c44944cce36527674b4be9f9959126860
2019-10-02Update elalto release notesJimmy Forsyth1-0/+95
Issue-ID: AAI-2658 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: I60b8cb8dc95d01d0e3d530507208c550f19dd2c6
2019-09-04Change the two way ssl to one way sslKajur, Harish (vk250x)1-1/+1
Issue-ID: AAI-2432 Change-Id: Iad8da31cefb32ed88a74f712d8ff509a2a3e9b6a Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
2019-08-28Update core logic to change how toKajur, Harish (vk250x)1-322/+313
handle cassandra shutdown so that it returns an approprate 500 error Issue-ID: AAI-2082 Change-Id: Ia1b668de9dca90c44fa36b75a901b7cd596fe7d5 Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
2019-08-20Merge "Fixed Sonar "Blocker Bugs""James Forsyth2-50/+38
2019-08-15Merge "Created maven modules for aai-common docker images."James Forsyth13-23/+287
2019-08-15Merge "Sonar Fix- URIParser.java"James Forsyth1-9/+7
2019-08-15Merge "Fixed debug log typo for RestClient"James Forsyth1-1/+1
2019-08-15Created maven modules for aai-common docker images.Dmitry Puzikov13-23/+287
aai-common and aai-haproxy docker images can be build with maven. Change-Id: Iffbc2f4984316e3acc35558bdde0dbea76388ada Issue-ID: INT-1023 Signed-off-by: Dmitry Puzikov <dmitry.puzikov@tieto.com>
2019-08-12Merge "Update to spring-boot 1.5.21"Venkata Harish Kajur3-6/+6
2019-08-12Merge "Attempt to fix the test failures on centos"Venkata Harish Kajur1-3/+3
2019-08-08Update janusJimmy Forsyth1-1/+1
Issue-ID: AAI-2545 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: Ib0f4fc681d7a548064c821f0c356aa6cd39a5ea4
2019-08-07Attempt to fix the test failures on centosJimmy Forsyth1-3/+3
Issue-ID: AAI-2574 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: I51f0bc9a23e5ea1f3946ba5cf97d9cd532318558
2019-08-05Update to spring-boot 1.5.21Jimmy Forsyth3-6/+6
Issue-ID: AAI-2560 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: Ifd9c4d10fe5bfcd3f23700557065ffa4d51e257a
2019-08-05Merge "Rebase image on haproxy-alpine"James Forsyth1-12/+5
2019-08-01Update of README.md for aai-common DockerfilesMartin Klozik1-5/+15
README.md was updated to reflect recent changes in aai-common image build process and its naming and tagging. Change-Id: I37c3c7d6c46a21437a27cd8a9afe08c1c3aa408e Issue-ID: INT-1024 Signed-off-by: Martin Klozik <martin.klozik@tieto.com>
2019-07-25Sonar Fix- URIParser.javadinesha1-9/+7
Fixed sonar issues across this file Issue-ID: AAI-2525 Change-Id: Ibc7f1e9a64de5283bcc9845522817c1dff30e5e6 Signed-off-by: dinesha <dineshgs@in.ibm.com>
2019-07-24Upversion aai-common for FrankfurtJimmy Forsyth8-15/+15
Issue-ID: AAI-2550 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: Ic41137e89b9cd1d2e76f8d773e842d5b64cf2fbb
2019-07-23Added required packagesDmitry Puzikov2-1/+4
Some scripts requires jar for updatinfg aap's jar on container restart. As aai-common image is based on jre, not sdk it doesn't have jar. Added fastjar as a replacement. Change-Id: Id3bda6430097f79ed2850b5c7fa6e0b64a77c903 Issue-ID: INT-1024 Signed-off-by: Dmitry Puzikov <dmitry.puzikov@tieto.com>
2019-07-23Fix missed librariesDmitry Puzikov3-2/+39
Install missed libcurl3(libcurl.so.4 by OpenSSL) required by embedded mongo on arm64 in some inherited images. Change-Id: Ie2684c42d5c6330aea553dc708817a87e4abf36b Issue-ID: INT-1024 Signed-off-by: Dmitry Puzikov <dmitry.puzikov@tieto.com>
2019-06-26Enable deploy pluginJimmy Forsyth1-6/+0
Issue-ID: AAI-2464 Change-Id: I541d3053ba7c40dcc6cdc0636230901f24f6b268 Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2019-06-25Upversion prior to global-jjbJimmy Forsyth8-14/+14
Issue-ID: AAI-2464 Change-Id: Icc67b4e2167a68db405bd7d632a33cc8fffe10fc Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2019-06-25Set oparent to 2.0.0Jimmy Forsyth6-37/+1
Issue-ID: AAI-2464 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: I7eaef97c6c95063937b613711de48e3e692a22f4
2019-06-07Add instructions for AAF role for sparkyJimmy Forsyth3-30/+55
Move nodes API block to proper location Issue-ID: AAI-2411 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: If21e610366c765a251fe4fb78ded7ca90bcfa142
2019-06-04Document fixed OJSI-114 vulnerabilityKrzysztof Opasiak1-0/+2
Issue-ID: OJSI-114 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: I3e289e91dd51802811b974e10f2203b9f4cc9edd
2019-06-04Improve security release notesKrzysztof Opasiak1-6/+12
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: I5af2a1828095720e4835e4304c2c2be397b70b7b
2019-06-03Merge "Fix version.properties"1.5.1Venkata Harish Kajur1-1/+1
2019-06-03Fix version.propertiesJimmy Forsyth1-1/+1
Issue-ID: AAI-2464 Change-Id: Iaee9d8d43735ffd3b5861589de9cbd2b63662787 Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2019-06-03Move to 1.5.1 due to previous partial releaseJimmy Forsyth7-13/+13
Issue-ID: AAI-2464 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: Ic84cd67845d7872e2e1f48ff37f72382b5946900
2019-06-03Return to oparent 1.1.0 for releaseJimmy Forsyth1-1/+1
Issue-ID: AAI-2464 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: Iaff5ea37c6dd2ffd75c14f01b0040576670f2fb9
2019-05-31Move to oparent and upversion to 1.5.01.5.0Jimmy Forsyth8-31/+65
Issue-ID: AAI-2464 Change-Id: I961491c316ad0bc135eff43b8c5ed8ff0686ca5c Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2019-05-31Updating rest API filename and rel notesJimmy Forsyth3-11/+1832
Issue-ID: AAI-2466 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: I39582b15e1a629fd4f7bd7aee660951175aa72f1
2019-05-30Fix link for nodesApiJimmy Forsyth1-1/+1
Issue-ID: AAI-2461 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: I43f3cdf0ddc52fd9cb4b77b5984e135fb0d2e2dd
2019-05-30Fix broken linksJimmy Forsyth1-4/+4
Issue-ID: AAI-2461 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: I759a2364ea05dddb7f7af3d57f579bed95d9c3a1
2019-05-29Fix errors on dev env guideJimmy Forsyth1-8/+8
Issue-ID: AAI-2461 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: Id548b843d29cd965741de2b387ae4e8d39e42691
2019-05-29Fix typos and clean up docsJimmy Forsyth4-31/+31
Issue-ID: AAI-2461 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: I8ac06c9c6f15fea9edb33294d441cf4c8d07e4be
2019-05-27Fixed Sonar "Blocker Bugs"Vasyl Razinkov2-50/+38
Fixed potential "thread-Leak" Signed-off-by: Vasyl Razinkov <vasylrazinkov@sidero.ie> Issue-ID: AAI-2459 Change-Id: Ic36ff778486a7a860070b05873dc88d7d31f736b
2019-05-24Updating Dublin docsJimmy Forsyth7-204/+488
Issue-ID: AAI-2461 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: Ied0b40e9e92789d1dcfc419743f59653be71085e
2019-05-24Updating Dublin docsJimmy Forsyth6-60/+2378
Issue-ID: AAI-2461 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: I5c483067268eda2425bb0cea4a3066a65e2133e5
2019-05-03Upversion for Dublin release4.0.0-ONAPJimmy Forsyth8-14/+14
Issue-ID: AAI-2403 Change-Id: Id8de2e5a09e47d90d604642f818e56461f177731 Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2019-04-23Fixed debug log typo for RestClientOleg Mitsura1-1/+1
Issue-ID: AAI-2329 Change-Id: Id1e571a8967152405dcbcfb7306bcf6cb03ef9c6 Signed-off-by: Oleg Mitsura <oleg.mitsura@amdocs.com>
2019-04-16Rebase image on haproxy-alpineDmitry Puzikov1-12/+5
Change-Id: I0bcdc783f54880b40bf48147f3184797b43b1b25 Issue-ID: INT-805 Signed-off-by: Dmitry Puzikov <dmitry.puzikov@tieto.com>
2019-04-11Correct Dockerfile missing command instructionHarish Venkata Kajur1-0/+2
Issue-ID: AAI-2235 Change-Id: I3d945e33bb5176a993ce001ebbe5ff0ebf639cdd Signed-off-by: Harish Venkata Kajur <vk250x@att.com>
2019-04-11Add haproxy Dockerfile related filesKajur, Harish (vk250x)8-0/+323
Issue-ID: AAI-2235 Change-Id: If4d4439aa0e61e0f00ae4e2b6f1dcfdf50a79dff Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
2019-04-11AAI-1523 Batch reformat aai-annotationsKeong Lim4-208/+243
Use maven plugins from AAI-2198 to do batch reformat of aai-annotations to consistent code style. Change-Id: If1793b45f688d86b47771c154843be6f071f1df7 Issue-ID: AAI-1523 Signed-off-by: Keong Lim <keong.lim@huawei.com>
2019-04-11AAI-1523 Batch reformat aai-authKeong Lim3-6/+16
Use maven plugins from AAI-2198 to do batch reformat of aai-auth to consistent code style. Change-Id: I7ea7c6e991b81b3d8b167bdd0889aa5674a42001 Issue-ID: AAI-1523 Signed-off-by: Keong Lim <keong.lim@huawei.com>