aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-06-07Add instructions for AAF role for sparkydublinJimmy 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-05Update security section on dublin release notesJimmy Forsyth1-6/+14
Issue-ID: AAI-2473 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: I9f0125c04b1a59b33a792f68989cce3ca73638da
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-30Update Dublin docsJimmy Forsyth7-204/+488
Issue-ID: AAI-2461 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: I6cc1e23cb103f559642cb697513e5338bdaf5cd8
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 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-29Merge "Updating Dublin docs" into dublinVenkata Harish Kajur1-1/+1
2019-05-24Updating Dublin docsJimmy Forsyth1-1/+1
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 (cherry picked from commit 1bef250998b7f5bf628b099dd55235ba0f30e003)
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-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>
2019-04-11AAI-1523 Batch reformat aai-coreKeong Lim342-26828/+26873
Use maven plugins from AAI-2198 to do batch reformat of aai-core to consistent code style. Change-Id: If43889a61778f3a766c3663098064cdcc8e507bf Issue-ID: AAI-1523 Signed-off-by: Keong Lim <keong.lim@huawei.com>
2019-04-11AAI-1523 Batch reformat aai-restKeong Lim12-131/+140
Use maven plugins from AAI-2198 to do batch reformat of aai-rest to consistent code style. Change-Id: I7eba1928cbc0958e2dae369547cba262e019d4d0 Issue-ID: AAI-1523 Signed-off-by: Keong Lim <keong.lim@huawei.com>
2019-04-11AAI-1523 Batch reformat aai-schema-ingestKeong Lim96-2201/+2294
Use maven plugins from AAI-2198 to do batch reformat of aai-schema-ingest to consistent code style. Change-Id: I9ad7aa66edcada25fbeba7658ff8f258dab9ca93 Issue-ID: AAI-1523 Signed-off-by: Keong Lim <keong.lim@huawei.com>
2019-04-11AAI-1523 Batch reformat aai-utilsKeong Lim4-24/+31
Use maven plugins from AAI-2198 to do batch reformat of aai-utils to consistent code style. Change-Id: Ia67b73b69427799bfb3198f1cded820840e9ee6d Issue-ID: AAI-1523 Signed-off-by: Keong Lim <keong.lim@huawei.com>
2019-04-10Update DBSerializer to properly deal1.4.3Kajur, Harish (vk250x)1-1/+12
with adding relationships to edge rules in older versions of the api that might not be in the latest versions of the API Issue-ID: AAI-2325 Change-Id: I78fa1c747c4c52a01d2d6ed762e0dc4cdf448fee Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
2019-04-10Remove the generation code for swagger and xsdKajur, Harish (vk250x)44-9697/+14
The following code has been moved to schema service Issue-ID: AAI-2313 Change-Id: I58911dffef70ab2c32a73de79ac971c3650106e6 Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
2019-04-09Merge "AAI-1523 Tweak onap-java-formatter.xml"1.4.2James Forsyth1-1/+1
2019-04-09Merge "Upgrade to springboot 1.5.20.RELEASE"Venkata Harish Kajur3-6/+6
2019-04-09Upgrade to springboot 1.5.20.RELEASEJimmy Forsyth3-6/+6
Issue-ID: AAI-2349 Change-Id: I6d21736b4da4483a5bf94f18ff4c3fc8e5624ba6 Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2019-04-09Fix wrapped line formattingmark.j.leonard1-2/+2
Update the setting "Default indentation for wrapped lines" to be 2 units of indentation (as per the standard Google style guide formatter). This causes a continued line to be indented differently to the following code block and distinguishes a wrapped line from a non-wrapped line. Also update the array initializer indentation to match, so that array values are horizontally aligned with other initializers such as List contructors and also with standard expressions. Both settings are now identical with the Google-supplied formatter. Change-Id: I05dd2b3ff522c75bb6aaf2c03017874d42e215c7 Issue-ID: AAI-2198 Signed-off-by: mark.j.leonard <mark.j.leonard@gmail.com>
2019-04-09Merge "Update dmaap to use logging context"James Forsyth6-22/+67
2019-04-09Merge "Fix logic in Schema Generator to properly"James Forsyth2-7/+55
2019-04-09Merge "Optimize the areas where its creating extra memory"James Forsyth6-112/+224
2019-04-09Merge "Fix Eclipse Java Formatter settings"Tian Lee1-3/+3
2019-04-09Upgrade httpclient versionJimmy Forsyth1-1/+1
Issue-ID: AAI-2348 Change-Id: I6cab4dfe53d7f843ffb73676bd499486dd32a7c8 Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2019-04-09Merge "Update schema service to fail to start"James Forsyth78-257/+688
2019-04-09Fix Eclipse Java Formatter settingsmark.j.leonard1-3/+3
Update settings to match those described in the wiki: https://wiki.onap.org/display/DW/Setting+Up+Your+Development+Environment section SettingUpYourDevelopmentEnvironment-ONAPEclipseJavaFormatter Use a line width of 120. Do not reformat the license declaration in the file header. Change-Id: I9587f0599e6c297315dfc8a6f9f9f20e27936bee Issue-ID: AAI-2198 Signed-off-by: mark.j.leonard <mark.j.leonard@gmail.com>
2019-04-09Update 3.0.2 release notesJimmy Forsyth1-0/+10
Issue-ID: AAI-2342 Change-Id: Ic1cc92ad8b8cbd57cff72ce0800a797295be2ea5 Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2019-04-08Update schema service to fail to startKajur, Harish (vk250x)78-257/+688
when all of the schema failed to load so the microservice wouldn't be in a bad state and also have the microservice dictate what versions of schema they are using Issue-ID: AAI-2329 Change-Id: Ie2e6e2bb3bac37b2ad57ada613e7c0e65647b64e Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
2019-04-07Update dmaap to use logging contextKajur, Harish (vk250x)6-22/+67
Change from using the MDC to use Logging Context When an update happens on a vertex, there is no need to update the aai-node-type as a vertex type will not be modified and this causes some issues with how janusgraph works Issue-ID: AAI-2325 Change-Id: Iee51fea0dcd5e80636b8303f5f69346f8d653aa0 Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
2019-04-07Fix logic in Schema Generator to properlyKajur, Harish (vk250x)2-7/+55
check if indexes are needed on dbaliased properties Added test to verify indexes are created. Issue-ID: AAI-2333 Change-Id: Ib80de5cce3dfc99277d7cbd6e1a51530ff588478 Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
2019-04-07Optimize the areas where its creating extra memoryKajur, Harish (vk250x)6-112/+224
After doing some analysis using profiler found that the most cases where memory is being spent when doing an GET is during the conversion from one case to another case and instead cached that during the start of the application Issue-ID: AAI-2331 Change-Id: I291d5f953d4158daca293198cf6fc7f5cf86d25d Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
2019-04-07Add the logging statements for whenKajur, Venkata Harish (vk250x)5-41/+171
application is doing implicit delete so if an user did a PUT on cloud region in which they implicitly delete 100 tenants, it would log the specific tenants that got deleted with depth all on tenants because a cloud region could also have thousands of other child objects and there is no reason to log that if we can just log the objects that were lost in the implicit delete process Issue-ID: AAI-2332 Change-Id: I8cd0c876670f8687b6485d3735f9f47e84c38286 Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
2019-04-07Fix a potential bug in DBSerializerKajur, Harish (vk250x)1-3/+17
where the assumption is the aai-node-type property will exist on the node types. There is a case where a vertex is in the process of being deleted and during that time the vertex will be missing some properties and during that time the GET with depth all will result in exception This is possible because of our database being an eventually consistent database Issue-ID: AAI-2330 Change-Id: I2b11c9a2ec5c3b6bffd2690a0c075962e80781cc Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
2019-03-26Upgrade to springboot 1.5.19.RELEASEJimmy Forsyth3-9/+9
Upgrade eelf to 1.0.1-oss Issue-ID: AAI-2240 Issue-ID: AAI-2241 Change-Id: Ic08dd5a76ca9a1a7f37d0f430203625d834aa0a9 Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2019-03-21AAI-1523 Tweak onap-java-formatter.xmlKeong Lim1-1/+1
Tweak onap-java-formatter.xml to pass checkstyle audit. Change-Id: I2254d381724047ad0082297e557f3c1bf4b6992c Issue-ID: AAI-1523 Signed-off-by: Keong Lim <keong.lim@huawei.com>
2019-03-05Remove the aai-schema dependency from aai-utilsKajur, Harish (vk250x)1-11/+0
Removing the unnecessary dependency to aai-schema from the aai-utils submodule Issue-ID: AAI-1871 Change-Id: Ibf6fbe26c0120a0e8d8c0bbf3d5c45b73fdf3d74 Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
2019-03-05Merge "Add missing INFO.yaml blocks"Venkata Harish Kajur1-6/+45
2019-03-01Add missing INFO.yaml blocksJessica Wagantall1-6/+45
Add missing information so that the new verify job passes. Fix indentation. Change-Id: Iac9e8d8e5744f7123e59b9f382dbb42cd10d9a5d Issue-ID: CIMAN-134 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2019-02-28AAI-2171 duplicates in aai-schema-ingest pomKeong Lim1-13/+0
remove duplicate gson versions Issue-ID: AAI-2171 Change-Id: I26b5252560ffe861ef917ee61ce867be07b6b0f5 Signed-off-by: Keong Lim <keong.lim@huawei.com>
2019-02-28AAI-2198 Consistent code style in aai-commonKeong Lim2-0/+328
Add plugins to aai-common/pom.xml Add Eclipse formatter configuration file Issue-ID: AAI-2198 Change-Id: Ie415f3fa0a408f775133f27a3bf8904a1f65a8a3 Signed-off-by: Keong Lim <keong.lim@huawei.com>
2019-02-27Merge "AAIAuthCore-replace duplicate literal by constant"James Forsyth1-3/+5
2019-02-26Remove schema service dependency and add oxm1.4.1Kajur, Harish (vk250x)20-40/+47790
and edgerules for the junits that are dependent on them Issue-ID: AAI-2193 Change-Id: I310ad37b14fb1296016ebbde2cf8eedd9c9c8aff Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
2019-02-20AAI-1523 checkstyle warnings for aai-core restKeong Lim1-18/+18
Issue-ID: AAI-1523 re-indent code with spaces to clean up some checkstyle warnings for aai-core test rest (part of 24k lines of output) Change-Id: I610a40db3f9a79e31a210718bfe830c38809d9f3 Signed-off-by: Keong Lim <keong.lim@huawei.com>
2019-02-20AAI-1523 checkstyle warnings for aai-core queryKeong Lim13-1280/+1280
Issue-ID: AAI-1523 re-indent code with spaces to clean up some checkstyle warnings for aai-core test query (part of 24k lines of output) Change-Id: I2be142e000d9620a035092fdca5509ba5245f962 Signed-off-by: Keong Lim <keong.lim@huawei.com>
2019-02-18Remove the license check goalJimmy Forsyth1-9/+0
Issue-ID: AAI-2167 Change-Id: I4be9427b3f8ea905837c24fc9744c9118da45216 Signed-off-by: Jimmy Forsyth <jf2512@att.com>