summaryrefslogtreecommitdiffstats
path: root/docs/submodules/aai/aai-common.git
AgeCommit message (Collapse)AuthorFilesLines
2019-04-11Update git submodulesHarish Venkata Kajur1-0/+0
* Update docs/submodules/aai/aai-common.git from branch 'master' to 8eea516732e6fa5987a06979221f2b9cf34586a1 - Correct Dockerfile missing command instruction Issue-ID: AAI-2235 Change-Id: I3d945e33bb5176a993ce001ebbe5ff0ebf639cdd Signed-off-by: Harish Venkata Kajur <vk250x@att.com>
2019-04-11Update git submodulesKajur, Harish (vk250x)1-0/+0
* Update docs/submodules/aai/aai-common.git from branch 'master' to 161624c39c54d6cac539ed11a641e9d2b8c6248c - Add haproxy Dockerfile related files Issue-ID: AAI-2235 Change-Id: If4d4439aa0e61e0f00ae4e2b6f1dcfdf50a79dff Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
2019-04-11Update git submodulesKeong Lim1-0/+0
* Update docs/submodules/aai/aai-common.git from branch 'master' to b246959cee2989220eff5d3e92028c685a201b67 - AAI-1523 Batch reformat aai-annotations 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> - AAI-1523 Batch reformat aai-auth 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-11Update git submodulesKeong Lim1-0/+0
* Update docs/submodules/aai/aai-common.git from branch 'master' to bf628be4bffca6195dde1926e90211e3c5dc54b6 - AAI-1523 Batch reformat aai-core 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> - AAI-1523 Batch reformat aai-rest 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> - AAI-1523 Batch reformat aai-schema-ingest 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> - AAI-1523 Batch reformat aai-utils 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 git submodulesKajur, Harish (vk250x)1-0/+0
* Update docs/submodules/aai/aai-common.git from branch 'master' to 86182472f813568d0eaeb6367f53bedc0120f7ee - Update DBSerializer to properly deal 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-10Update git submodulesKajur, Harish (vk250x)1-0/+0
* Update docs/submodules/aai/aai-common.git from branch 'master' to 3b3bfd2cb38628532970c56b52b08d31bec35a18 - Remove the generation code for swagger and xsd 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-09Update git submodulesJames Forsyth1-0/+0
* Update docs/submodules/aai/aai-common.git from branch 'master' to b2b5c9cc0fade491f85cba743ec66459bb7342f8 - Merge "AAI-1523 Tweak onap-java-formatter.xml" - AAI-1523 Tweak onap-java-formatter.xml 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-04-09Update git submodulesVenkata Harish Kajur1-0/+0
* Update docs/submodules/aai/aai-common.git from branch 'master' to b0af00ffa9b878404bf86aa80068c22012110cc4 - Merge "Upgrade to springboot 1.5.20.RELEASE" - Upgrade to springboot 1.5.20.RELEASE Issue-ID: AAI-2349 Change-Id: I6d21736b4da4483a5bf94f18ff4c3fc8e5624ba6 Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2019-04-09Update git submodulesmark.j.leonard1-0/+0
* Update docs/submodules/aai/aai-common.git from branch 'master' to b1dd94def085d9ad213245ef74cd4e616768d99f - Fix wrapped line formatting 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-09Update git submodulesJames Forsyth1-0/+0
* Update docs/submodules/aai/aai-common.git from branch 'master' to 703072969c51068d6a7aadf7131a545eabab87cd - Merge "Update dmaap to use logging context" - Update dmaap to use logging context 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-09Update git submodulesJames Forsyth1-0/+0
* Update docs/submodules/aai/aai-common.git from branch 'master' to 698dc799f270196a60535e2532eaaa3a5c4ac962 - Merge "Fix logic in Schema Generator to properly" - Fix logic in Schema Generator to properly 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-09Update git submodulesJames Forsyth1-0/+0
* Update docs/submodules/aai/aai-common.git from branch 'master' to b76ab490c093e3e4f8d13fd99b15803b0dbfc68d - Merge "Optimize the areas where its creating extra memory" - Optimize the areas where its creating extra memory 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-09Update git submodulesTian Lee1-0/+0
* Update docs/submodules/aai/aai-common.git from branch 'master' to b4687ce8279730f4d53e4d3341f00648660b1aff - Merge "Fix Eclipse Java Formatter settings" - Fix Eclipse Java Formatter settings 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 git submodulesJimmy Forsyth1-0/+0
* Update docs/submodules/aai/aai-common.git from branch 'master' to 60137f1cdbbd31958965f7b5bacf496c7ca24564 - Upgrade httpclient version Issue-ID: AAI-2348 Change-Id: I6cab4dfe53d7f843ffb73676bd499486dd32a7c8 Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2019-04-09Update git submodulesJames Forsyth1-0/+0
* Update docs/submodules/aai/aai-common.git from branch 'master' to ec86dc93ea46f33d737b01124546884f7048390a - Merge "Update schema service to fail to start" - Update schema service to fail to start 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-09Update git submodulesJimmy Forsyth1-0/+0
* Update docs/submodules/aai/aai-common.git from branch 'master' to 4ba1e592429ab49143e5278e5f6f9004bd1c5a58 - Update 3.0.2 release notes Issue-ID: AAI-2342 Change-Id: Ic1cc92ad8b8cbd57cff72ce0800a797295be2ea5 Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2019-04-08Update git submodulesKajur, Venkata Harish (vk250x)1-0/+0
* Update docs/submodules/aai/aai-common.git from branch 'master' to 5722e90ff54f5fb6bb16ebd1dfb723d08ab80955 - Add the logging statements for when 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-08Update git submodulesKajur, Harish (vk250x)1-0/+0
* Update docs/submodules/aai/aai-common.git from branch 'master' to 31b7af4804219e5f03faeecef55f041f48adb6d5 - Fix a potential bug in DBSerializer 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-04-03Update git submodulesJimmy Forsyth1-0/+0
* Update docs/submodules/aai/aai-common.git from branch 'master' to 08c1bd4d78a0504e7531876869a7ae0cd9c448df - Upgrade to springboot 1.5.19.RELEASE 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-07Update git submodulesKajur, Harish (vk250x)1-0/+0
* Update docs/submodules/aai/aai-common.git from branch 'master' to 5478a4c2b72153f4457768280d731916aa735092 - Remove the aai-schema dependency from aai-utils 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-05Update git submodulesVenkata Harish Kajur1-0/+0
* Update docs/submodules/aai/aai-common.git from branch 'master' to e90cd3612c53c756104764b954eb6656631b01d1 - Merge "Add missing INFO.yaml blocks" - Add missing INFO.yaml blocks 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-03-04Update git submodulesKeong Lim1-0/+0
* Update docs/submodules/aai/aai-common.git from branch 'master' to 28c70d54b306fbd78f1806c3503350e312b7e431 - AAI-2171 duplicates in aai-schema-ingest pom remove duplicate gson versions Issue-ID: AAI-2171 Change-Id: I26b5252560ffe861ef917ee61ce867be07b6b0f5 Signed-off-by: Keong Lim <keong.lim@huawei.com>
2019-03-04Update git submodulesKeong Lim1-0/+0
* Update docs/submodules/aai/aai-common.git from branch 'master' to e06ec44748af91bb7d54f5821859526b13cc1039 - AAI-2198 Consistent code style in aai-common 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-27Update git submodulesJames Forsyth1-0/+0
* Update docs/submodules/aai/aai-common.git from branch 'master' to 2cbb5acacc25b8f729e11b8d0de71482a6bec0a6 - Merge "AAIAuthCore-replace duplicate literal by constant" - AAIAuthCore-replace duplicate literal by constant Sonar Fix (AAIAuthCore.java - Define a constant instead of duplicating this literal "AAI_4001" 3 times.) Issue-ID: AAI-2065 Change-Id: Ic9c343f814dc220fe118b21ae08f29a65a337da7 Signed-off-by: Driptaroop Das <driptaroop.das@in.ibm.com>
2019-02-27Update git submodulesKajur, Harish (vk250x)1-0/+0
* Update docs/submodules/aai/aai-common.git from branch 'master' to b092bf2443c74d9e1efcddd9f99a7ebff6f3b5b5 - Remove schema service dependency and add oxm 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-26Update git submodulesKeong Lim1-0/+0
* Update docs/submodules/aai/aai-common.git from branch 'master' to 69589faa4d3b1481bbd5c86f7ccb8c8bdeeb5916 - AAI-1523 checkstyle warnings for aai-core rest 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-26Update git submodulesKeong Lim1-0/+0
* Update docs/submodules/aai/aai-common.git from branch 'master' to 3b80e8e049a23ba12a600d526af44408b4428fc1 - AAI-1523 checkstyle warnings for aai-core query 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-19Update git submodulesJimmy Forsyth1-0/+0
* Update docs/submodules/aai/aai-common.git from branch 'master' to 55fc742e1d561e1aff6a8cddb67ecb00e89cba59 - Remove the license check goal Issue-ID: AAI-2167 Change-Id: I4be9427b3f8ea905837c24fc9744c9118da45216 Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2019-02-18Update git submodulesJames Forsyth1-0/+0
* Update docs/submodules/aai/aai-common.git from branch 'master' to 8203b6ed3c2f4816859faaae40d3857bebe99a9f - Merge "Remove the aai-schema from aai-common" - Remove the aai-schema from aai-common Issue-ID: AAI-1871 Change-Id: I0d836c8105083f511877f74f08044cc86905e7be Signed-off-by: Harish Venkata Kajur <vk250x@att.com>
2019-02-18Update git submodulesJames Forsyth1-0/+0
* Update docs/submodules/aai/aai-common.git from branch 'master' to 60110e809c12ff2cd067a24c7a17e3fd44b70f2e - Merge "Removed sysout and replaced with logger" - Removed sysout and replaced with logger Removed sysout and replaced with logger Issue-ID: AAI-2085 Change-Id: I0f90b137d3d46ae80a4de2492cf335cd5016a521 Signed-off-by: Chandan Ghosh <cghosh12@in.ibm.com>
2019-02-18Update git submodulesJames Forsyth1-0/+0
* Update docs/submodules/aai/aai-common.git from branch 'master' to 107f2d3e1fdc90cecc6cbd556208e83523bb079b - Merge "AAI-1523 checkstyle warnings for aai-core parsers" - AAI-1523 checkstyle warnings for aai-core parsers Issue-ID: AAI-1523 re-indent code with spaces to clean up some checkstyle warnings for aai-core test parsers (part of 24k lines of output) Change-Id: I9908650b6fccfca9657b0b2ca75f74dc6b469449 Signed-off-by: Keong Lim <keong.lim@huawei.com>
2019-02-18Update git submodulesJames Forsyth1-0/+0
* Update docs/submodules/aai/aai-common.git from branch 'master' to 287cca6ccd5a59f8c9c2e560489d30d0e3d8699e - Merge "AAI-1523 checkstyle warnings for aai-core logging" - AAI-1523 checkstyle warnings for aai-core logging Issue-ID: AAI-1523 re-indent code with spaces to clean up some checkstyle warnings for aai-core test logging (part of 24k lines of output) Change-Id: I10e558911e8088cdf088f757a62fc4d3a79752c7 Signed-off-by: Keong Lim <keong.lim@huawei.com>
2019-02-18Update git submodulesJames Forsyth1-0/+0
* Update docs/submodules/aai/aai-common.git from branch 'master' to f37d82bbc7eda20aa16e003a51deb6adc8a333b7 - Merge "AAI-1523 checkstyle warnings for aai-core introspe" - AAI-1523 checkstyle warnings for aai-core introspe Issue-ID: AAI-1523 re-indent code with spaces to clean up some checkstyle warnings for aai-core test introspection (part of 24k lines of output) Change-Id: I3b5341661be9f7adc73b87eeaf88cc2d911985fa Signed-off-by: Keong Lim <keong.lim@huawei.com>
2019-02-15Update git submodulesJimmy Forsyth1-0/+0
* Update docs/submodules/aai/aai-common.git from branch 'master' to d2ed9354ba25e133d63c80cabbde2f74b87c549d - Add bulkApi documentation Issue-ID: AAI-2157 Change-Id: Ic4e7a1b2ae56036c2ce475608b524c3329c481d4 Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2019-02-13Update git submodulesJimmy Forsyth1-0/+0
* Update docs/submodules/aai/aai-common.git from branch 'master' to f07c6803a430f9b307f269b6041aac25809b14a5 - Added additional bugs and known issue to relnotes Issue-ID: AAI-2090 Change-Id: Id30a5d013a73e57ba5289b6bc801c8cc5947570a Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2019-01-25Updated git submodulesVenkata Harish Kajur1-0/+0
Project: aai/aai-common master bdc84f8bedd6e9f83d45fd8d116de10ae2c8c92a Merge "AAI-1523 checkstyle warnings for aai-core exceptio" AAI-1523 checkstyle warnings for aai-core exceptio Issue-ID: AAI-1523 re-indent code with spaces to clean up some checkstyle warnings for aai-core test exceptions (part of 24k lines of output) Change-Id: Ib577b1b26604e47b75466ff980c7aab0dcebebc3 Signed-off-by: Keong Lim <keong.lim@huawei.com>
2019-01-23Updated git submodulesJames Forsyth1-0/+0
Project: aai/aai-common master 651bb6c2da84cbbb109ef93c0a7fa709334009ab Merge "AAI-1523 checkstyle warnings for aai-core concurre" AAI-1523 checkstyle warnings for aai-core concurre Issue-ID: AAI-1523 re-indent code with spaces to clean up some checkstyle warnings for aai-core test concurrent (part of 24k lines of output) Change-Id: I82d2a46eeefa806b8ce433ecc8e373afaac8e0eb Signed-off-by: Keong Lim <keong.lim@huawei.com>
2019-01-18Updated git submodulesJames Forsyth1-0/+0
Project: aai/aai-common master 0dcd98858b4192badbeebd03c2b18fe7bd466b04 Merge "Add .gitignore for swagger" Add .gitignore for swagger Prevent swagger generated resources to be included in commits by accident. Issue-ID: AAI-2042 Change-Id: If9eddd69a1dc496167b7f275a8a25a8674f4a566 Signed-off-by: kurczews <krzysztof.kurczewski@nokia.com>
2019-01-15Updated git submodulesJames Forsyth1-0/+0
Project: aai/aai-common master efb59ae12b474b1b1661b99d1d2aa7253ce83436 Merge "ListEndpoints-added logger with System.err" ListEndpoints-added logger with System.err ListEndpoints.java - added logger along with system.err Issue-ID: AAI-2062 Change-Id: Icc0953ae8061a068a1dec978d657e40cad49552d Signed-off-by: Driptaroop Das <driptaroop.das@in.ibm.com>
2019-01-14Updated git submodulesKajur, Harish (vk250x)1-0/+0
Project: aai/aai-common master 1201f66412ab1585ec19e8630cb8b38e431dab8e Remove the classes that were originally singleton GremlinGroovy shell singleton and groovy builder singleton were changed from being singleton because we found that the classes that were dynamically loaded were never cleaned up by the garbage collector which caused a huge increase in the memory consumption for the traversal microservice which uses this The conversions from singleton was already committed but the singleton was not cleaned up earlier Issue-ID: AAI-1811 Change-Id: Ib74d85be4c1053e7b482fa5b89b562b2352ff803 Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
2019-01-14Updated git submodulesKajur, Harish (vk250x)1-0/+0
Project: aai/aai-common master 5a4ff0ea07e8f5b5dde84c9ef171f188dd8a134c Sync up the changes for v15 Issue-ID: AAI-1811 Change-Id: I307731ee35d8a644ae995c4b372345a7ebeca0a1 Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com> Signed-off-by: Harish Venkata Kajur <vk250x@att.com>
2019-01-02Updated git submodulesJames Forsyth1-0/+0
Project: aai/aai-common master 1dd67efcaf40c5b4278ad8594b78f63a838514ca Merge "Update DBSerializer for relationships retrieving" Update DBSerializer for relationships retrieving Enhance the code for how the db serializer works when it comes to dealing with the relationships For a particular vertex, when retrieving its relationship vertexes it doesn't need to get all the properties of the relationship vertex as it only cares about the aai-uri and named properties so only partially retrieving those props that is needed for relationships Issue-ID: AAI-1987 Change-Id: I1440c561d187ff180a599a3f52ac5c8715d5c8e3 Signed-off-by: Harish Venkata Kajur <vk250x@att.com>
2019-01-02Updated git submodulesKajur, Harish (vk250x)1-0/+0
Project: aai/aai-common master e47092116ce15474412506a967f009a28ee396eb Update aai-core use new schema ingest library Issue-ID: AAI-2003 Change-Id: I9234b6b594e559b58e445a97b78a4658190e6527 Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
2018-12-11Updated git submodulesJames Forsyth1-0/+0
Project: aai/aai-common master e42c7cf9d25b5a5ec3e3bf2cbb5e04441ec45359 Merge "AAI-1523 checkstyle warnings for aai-core auth" AAI-1523 checkstyle warnings for aai-core auth Issue-ID: AAI-1523 re-indent code with spaces to clean up some checkstyle warnings for aai-core test auth (part of 24k lines of output) Change-Id: I634a49d499f5a6605510633ec2ab6069a04cccba Signed-off-by: Keong Lim <keong.lim@huawei.com>
2018-12-11Updated git submodulesjimmy1-0/+0
Project: aai/aai-common master 80fee7d8e6bb5c28de01cefe3453618051188528 Bump patch version in version.properties Issue-ID: AAI-1900 Change-Id: I29e56e0deaa3d201795c5326d7358ce2d4b652de Signed-off-by: jimmy <jf2512@att.com>
2018-12-10Updated git submodulesJimmy Forsyth1-0/+0
Project: aai/aai-common master 3d2bc847bcfaeb05bfa56f72fad8b395854c4598 Update to latest spring and spring boot Issue-ID: AAI-1900 Change-Id: Ie6fa1338fd88fcd7ce3f3d350277f82b8f90138f Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2018-12-06Updated git submodulesJames Forsyth1-0/+0
Project: aai/aai-common master 88bb14a7c2a1638133182b6030a01eead186bb66 Merge "Update schema ingest library call schema service" Update schema ingest library call schema service Issue-ID: AAI-1994 Change-Id: Icc9910db0371eeb8289abd4381ae1936a281a5df Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
2018-12-05Updated git submodulesJimmy Forsyth1-0/+0
Project: aai/aai-common master ddf953affc477a77f9b68583f8ba0d6d5705882a Add nodesQuery document Issue-ID: AAI-1993 Change-Id: Ic18ed4be11ce654214cffd7f2e0180f078eee9ed Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2018-12-05Updated git submodulesKajur, Harish (vk250x)1-0/+0
Project: aai/aai-common master 8fb7aa6480d4d7becbbab5fcfabd6af3f57e7d74 Improve the performance of resoures microservice Currently the findSubGraph is being invoked and causing additional calls to the database by backing a tree backed vertex and slowing the performance of GET ALLs Original intention of both of them was to pre fetch depth 0, 1, and 2 at once so we don't have to get them at each depth but since that was not done right there is extra amount of time After the aai-uri migration to ensure all vertexes have the aai-uri and also to make sure they are unique across graph we don't need to traverse a vertex to find the parents to build aai-uri it was done previously when there was no aai-uri to derive the uri of a given vertex and its not necessary anymore so there would be performance improvements of vserver when there are a lot of relationships Currently the edge labels are retrieved for each vertex a and b and the performance of the GET with relationships will be propotional to the GET request and how many cousin edges it has and the more cousin edges there are the more slower the response time will be as for each cousin vertex its trying to get the edge in between so the code is modified to only go to the database for the edge label when there are multiple edge labels (cousin edges) between a and b If there are only one edge label and its a cousin vertex then we can use the edge rule to be able to figure out the edge label Improve PUT on the cloud region by modifying the getEdgesBetween method which currently was retrieving all the parent child edges between a and b and then only using the first edge The traversal itself was too complicated and was costly in terms of database retrieval and calls and optimized the code to utilize the edge information so we can modify the query to db at runtime based on the information provided so when a 10000 vservers under a tenant adding a new vserver under tenant would be slow because of the old query performance as it was taking some time there but with this optimization, its only spending at most a millisecond or 2 in that method Also noticed that when a PUT operation takes place, the method calls the related objects to create a dmaap event which was in turn calling the findParents and actually utilizing the parents to create the dmaap event and would spend quite a lot of time here because of the expensive call of the findParents in this case we need those vertexes So optimized the code so based on a given vertex, we have the aai-uri and the newly added metadata uriTemplate to break the aai-uri into its parent aai-uri and grand parent aai-uri and so forth With this breakdown, we can get the list of aai-uris which are parents, grandparents and then use the aai-uri to look them up which is O(1) lookup time due to the fact they are unique indexes The time it takes when doing a traversal to find the parents is propotional to the number of edges but this will be optimistic Another area which was improved was the json path execution of the edge rules so when the edge rules get loaded into memory it creates a document object, it utilizes the jsonpath to query information about the edge rules but the only thing here is each time it gets called the query gets invoked and uses jsonpath to retrieve the edge rules when we can cached them based on the filter so that the user executed and if the filter is the same as before, the expected edge rules will return the same Too much time was spent making the query and retrieving and building the edgerules So a cache is a perfect way to optimize this part Issue-ID: AAI-1987 Change-Id: Ieb8237de3fd31136ceac14bf4a8216a7ab3b7179 Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
2018-12-03Updated git submodulesJames Forsyth1-0/+0
Project: aai/aai-common master 7bc1735a516e56d837aa5af3d4849cdcb7af26c7 Merge "Make instance-group description optional" Make instance-group description optional Issue-ID: AAI-1982 Change-Id: Ie572a40a7d0590a62d4919a76753a632c52c4766 Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>