aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-08-11Add dirty context to junit to fix spring failureHarish Venkata Kajur1-0/+2
Issue-ID: AAI-3105 Change-Id: I7b387c76009dba950aea0debf382f316c558d6ad Signed-off-by: Harish Venkata Kajur <vk250x@att.com>
2020-08-05Merge "Junit testcase for JSONStrategy"William Reehil1-1/+9
2020-08-05Merge "Junit for CadiProps class"William Reehil1-0/+60
2020-08-05Merge "Junit for AafRequestWrapper"William Reehil1-0/+62
2020-07-15Update haproxy to run as user haproxyHarish Venkata Kajur3-8/+8
Issue-ID: AAI-2822 Change-Id: I586c5da9c6a8710536b106272447806d3bfed3b4 Signed-off-by: Harish Venkata Kajur <vk250x@att.com>
2020-07-15Ensure Non-root user for haproxyHarish Venkata Kajur1-1/+5
Issue-ID: AAI-2822 Change-Id: Ic5ea276e4f344ef9e2c321069ba8b4ffeb38312f Signed-off-by: Harish Venkata Kajur <vk250x@att.com>
2020-07-15Merge "Ensure Non-root user is running all processes"Venkata Harish Kajur1-2/+2
2020-07-15Ensure Non-root user is running all processeswr148d1-2/+2
Issue-ID: AAI-2822 Signed-off-by: wr148d <wr148d@att.com> Change-Id: I909af84510bbdcc0e1514dc33b97d3b948b3d90b
2020-07-13Merge "TreeFormat - Removed problems triggering Sonar errors"William Reehil1-45/+61
2020-07-13Merge "Fix sonar issues in SchemaGenerator"William Reehil1-51/+55
2020-07-13Merge "Fix minor sonar issues"William Reehil12-140/+127
2020-07-13Merge "Removed problems triggering Sonar errors"William Reehil1-52/+76
2020-07-10Fix sonar issues in SchemaGeneratorFrancis Toth1-51/+55
Signed-off-by: Francis Toth <francis.toth@yoppworks.com> Change-Id: I1ba6fd929992699477502c46c1a5595a162d3209 Issue-ID: AAI-2902
2020-07-10Fix minor sonar issuesFrancis Toth12-140/+127
Signed-off-by: Francis Toth <francis.toth@yoppworks.com> Change-Id: Iea540bb663429d55ce90879f9d9a22888c583833 Issue-ID: AAI-2128
2020-07-09Merge "Fix minor sonar issues in SchemaGenerator4Hist"William Reehil2-76/+40
2020-07-06Merge "Removed critical code smell"William Reehil1-3/+4
2020-07-06Merge "Critical Sonar bug fix"William Reehil1-2/+2
2020-07-02Promote Bill Reehil as AAI PTLJimmy Forsyth1-8/+8
Issue-ID: AAI-2967 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: I3f429b67f2b5ef03dde63a8398a67c2372e624d6
2020-06-29Merge "Fix the list endpoints test npe issue"William Reehil1-0/+2
2020-06-23Merge "Fix sonar issues in Aggregate"William Reehil1-2/+2
2020-06-19Merge "(docs) Document AAI architecture"William Reehil2-0/+84
2020-06-17(docs) Document AAI architectureVlastimil Starec2-0/+84
Add an AAI component diagram and a list of repositories. Issue-ID: AAI-2924 Signed-off-by: Vlastimil Starec <vlastimil.starec@orange.com> Change-Id: Ib4c43da4db3d8070d34978f66d54c51c850cc0d5
2020-06-15Fix sonar issues in AggregateRodrigo Lima1-2/+2
- check obj.isPresent() in method processInput - return Optional.empty instead of null in method createPropertiesObject Issue-ID: AAI-2934 Signed-off-by: Rodrigo Lima <rodrigo.lima@yoppworks.com> Change-Id: Iebe0184ce39f244dd56e6861617cbf4e5dafb06c
2020-06-15TreeFormat - Removed problems triggering Sonar errorsChris André1-45/+61
- Removed all unchecked access to Optional.get() - Renamed LOGGER to TREE_FORMAT_LOGGER, following Sonar's suggestion Issue-ID: AAI-2931 Signed-off-by: Chris Andre <chris.andre@yoppworks.com> Change-Id: I7536309220f2dfb4b75ecbcd6b9e36797c5f1826
2020-06-11Added new committer William Reehil to the projectwr148d1-0/+8
Issue-ID: AAI-2928 Change-Id: Ic93dd6801f77607e9438a5f7a8f07aed994aa7a1 Signed-off-by: wr148d <wr148d@att.com>
2020-06-09Fix the list endpoints test npe issueHarish Venkata Kajur1-0/+2
Issue-ID: AAI-2927 Change-Id: I8449e52a42fa7dcf8194680f5a2da5c2b6b6c439 Signed-off-by: Harish Venkata Kajur <vk250x@att.com>
2020-06-08Removed problems triggering Sonar errorsChris André1-52/+76
- Made recurrent strings constant - Refactored `createFilteredPropertyMap` to use a more functional approach - Added test for the presence of Optional in `getPropertyFilteredObject` & `filterProperties` Issue-ID: AAI-2926 Signed-off-by: Chris Andre <chris.andre@yoppworks.com> Change-Id: I6078bd1d903d6739326ce7154cb83c1ded1e6b04
2020-06-03Removed critical code smellezhil1-3/+4
Removed critical code smell in AAIUnmarshallingException Issue-ID: AAF-1120 Change-Id: I0949e9f2f466ac98db39cfa1adf50f86a531b3a5 Signed-off-by: ezhil <ezhrajam@in.ibm.com>
2020-06-03Critical Sonar bug fixezhil1-2/+2
Sonar critical bug fix in HttpsAuthClient Issue-ID: AAF-1120 Change-Id: I840d7d4ac56767fd56f687f850bec879a4edeca9 Signed-off-by: ezhil <ezhrajam@in.ibm.com>
2020-05-28Update css file name in conf.pylf-jobbuilder1-1/+1
ribbon.css is the correct name of the css file. Issue-ID: CIMAN-376 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: I202b0f4bd624e611e2b5019337d4d247e1b6dc29
2020-05-20Add Frankfurt release notesForsyth, James (jf2512)2-4/+74
Issue-ID: AAI-2909 Issue-ID: AAI-2881 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: I5db8b3da6d3bb4150e9debdcb17be10422362c72
2020-05-19Merge "aai-common support for v20"James Forsyth34-164/+1259
2020-05-12aai-common support for v20LaMont, William(wl2432)34-164/+1259
Issue-ID: AAI-2904 Change-Id: I6dca2f785882b38ca2b2474a11affaa0328c003a Signed-off-by: LaMont, William(wl2432) <wl2432@att.com>
2020-05-07Fix minor sonar issues in SchemaGenerator4HistFrancis Toth2-76/+40
Signed-off-by: Francis Toth <francis.toth@yoppworks.com> Change-Id: Ie4f64b8d9f43bf98c76c1751025ceaf2dae59180 Issue-ID: AAI-2901
2020-05-07Remove Tian Lee from committers and update TSC sectionwr148d1-39/+6
Issue-ID: AAI-2898 Signed-off-by: wr148d <wr148d@att.com> Change-Id: I2b10d7e5c1d0228d99d6e6789253786027a0d0a0
2020-04-24Junit testcase for JSONStrategyezhil1-1/+9
Issue-ID: AAF-1120 Change-Id: I437501322e7cdcc4117add39349ea9696c90ad71 Signed-off-by: ezhil <ezhrajam@in.ibm.com>
2020-04-24Junit for AafRequestWrapperezhil1-0/+62
Issue-ID: AAF-1120 Change-Id: I7daa5a44656ec2fe22724f28362b3ac38bfb5960 Signed-off-by: ezhil <ezhrajam@in.ibm.com>
2020-04-24Junit for CadiProps classezhil1-0/+60
Issue-ID: AAF-1120 Change-Id: I980bdd99a45eeee35885bdfea1e679b6e2f0e651 Signed-off-by: ezhil <ezhrajam@in.ibm.com>
2020-04-21AAI-common sonar fixesDavid Brilla23-306/+200
Issue-ID: AAI-2786 Change-Id: Ia37e660886fce56c8ab5c53888fcbf265692a359 Signed-off-by: David Brilla <david.brilla@tieto.com>
2020-04-14Upversion to 1.7.0Jimmy Forsyth15-17/+17
Issue-ID: AAI-2860 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: I113f7a0874877b1815ec8bb47482d1911f23f836
2020-04-14Fix build issue in ubuntu 1804Jimmy Forsyth4-12/+40
Issue-ID: AAI-2850 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: Iff320d89fa221bcb6c9fa4fb0f726724e1bb0eae
2020-04-08Automation adds aai-aai-common-architecture.rstLF Jenkins CI1-1/+2
Issue-ID: CIMAN-376 Change-Id: Ic0bd77fdad6323b63455f24b146d90054830f77f Signed-off-by: lf-jobbuilder <releng+lf-jobbuilder@linuxfoundation.org>
2020-04-08Automation adds aai-aai-common-offeredapis.rstLF Jenkins CI1-0/+1
Issue-ID: CIMAN-376 Change-Id: Ica67fd8c22720e6b25c5ca53467e909634a03a1c Signed-off-by: lf-jobbuilder <releng+lf-jobbuilder@linuxfoundation.org>
2020-04-08Merge "Automation adds release-notes.rst"Jessica Wagantall1-0/+1
2020-04-08Automation adds release-notes.rstLF Jenkins CI1-0/+1
Add _release_notes hook to allow automation. Fix non valid release notes characters in content. Issue-ID: CIMAN-376 Change-Id: I65cd3ec0f25483129b501138a67d6588d5dd5464 Signed-off-by: lf-jobbuilder <releng+lf-jobbuilder@linuxfoundation.org>
2020-04-07Automation adds index.rstLF Jenkins CI1-1/+2
Issue-ID: CIMAN-33 Change-Id: I8401e247cdf14ac6a077f0e62c0b3ace832a62c3 Signed-off-by: lf-jobbuilder <releng+lf-jobbuilder@linuxfoundation.org>
2020-03-23Use released schema-service:1.6.6 dependencyJimmy Forsyth1-1/+1
Issue-ID: AAI-2839 Change-Id: If7d06b77727e02ee32c414fb6f1a0711cf97f7ee Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2020-03-12Adding test cases to aai-core to increase coverageYoo, Brian (by703c)11-1/+1138
Issue-ID: AAI-2828 Change-Id: I81e62cb1e1e984291bcd77c544f18d2d511b9d07 Signed-off-by: Yoo, Brian (by703c) <by703c@att.com>
2020-03-11Increase code coverage on aai-common: aai-els-onap-logging libraryO'Connor, Lina (lo8949)37-0/+3428
Added Junits Issue-ID: AAI-2832 Change-Id: I68e11f67b4c16660707bc12de3c14df15145b2b7 Signed-off-by: O'Connor, Lina (lo8949) <lo8949@us.att.com>
2020-03-10Reenable spring-boot2 in aai-commonJimmy Forsyth30-110/+121
Issue-ID: AAI-2831 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: I9f3f1d8d1d9ef45786d0f17afa5c824e90c77263