aboutsummaryrefslogtreecommitdiffstats
path: root/graph-inventory
AgeCommit message (Collapse)AuthorFilesLines
2022-07-01sonar issue, Change the assertion arguments to not compare dissimilar typesGanesh1-3/+1
Signed-off-by: Ganesh <ganesh.c@samsung.com> Change-Id: Ifbf028d3a987a6ece6951bd9c690c9f080713ee7 Issue-ID: SO-3966
2021-09-21Change of default AAI Schema version to v24Lukasz Rajewski1-1/+2
Issue-ID: SO-3766 Signed-off-by: Lukasz.Rajewski <lukasz.rajewski@orange.com> Change-Id: I05c970a9c374837abd4a0136fa82a640111c70f0
2021-06-30Reducing org.reflections package loggingwaqas.ikram1-0/+36
Change-Id: I05c95912a2f7ed5fef7d76728b8a4c0a6cecca10 Issue-ID: SO-3702 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2021-06-24Updating pom version to 1.9.0-SNAPSHOTwaqas.ikram3-3/+3
Change-Id: Idb3e497148225d4158390b944f74e82ff9f771c8 Issue-ID: SO-3688 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2021-03-15update swagger to v3 open api versionBOSLET, CORY1-2/+2
Upgraded all projects and services to use the new v3 swagger, discontinued use of old swagger. Updated unit test to account for swagger change and removed apis Issue-ID: SO-3587 Signed-off-by: AT&T Open Source <g22940@att.com> Change-Id: Iddcfe92f8ab240691f92ce2bf23e1ab2ad159780
2021-03-09version upgrades plus cleanupBOSLET, CORY1-67/+0
Removed over 125 dependencies and added to dependency management Added in a few dependencies and removed some Change the swagger version to so pom Removed version property reference in the pom Added in missing dependency for bpmn blocks Added in missing dependecy for common bpmn Updated the camunda-bpm-assert to use a version that is compatible with assertj-core 3.11. The camunda-bpm-assert namespace group also changed. This fixes the no method found error. Updated unit test to account for class name change Updated the unit test to account for lib change Fixed unit test for software upgrade stuff Exclude older versions of javassist to fix null pointer caused by incompatible javassist version with hibernate and bowman Added in missing dependency for task test Added missing dependency and fixed formatting Remove files that got added back in by merge conflict Use the new namespace for the swagger annotations Need to exclude swagger annoatations from the old namespace Updated to fix compilation error due to use of legacy swagger and cxf swagger Use the swagger v3 plugin for gen resources Use the openapi v3 swagger in all bpmn packages Fix null pointer to create the OpenApiFeature in cxf Issue-ID: SO-3578 Signed-off-by: AT&T Open Source <g22940@att.com> Change-Id: I7093376b2d8271e9c5b911b901133e01b957da84
2021-02-15update the version for the H releaseseshukm3-3/+3
Issue-ID: SO-2765 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: I563295123f7f8de7164495a7db3bc58872863098
2021-02-02Update AAI version to v23.Benjamin, Max (mb388a)1-1/+3
Update AAI version to v23. Issue-ID: SO-3513 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ia1b2bb68a2ee8bdd65e09d1ffd8edbd81cfbcc3a
2021-02-01allow RestClient to configure custom headersBenjamin, Max (mb388a)7-33/+54
allow RestClient to configure custom headers always load the first implementation on the classpath Issue-ID: SO-3495 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I9c433cdaed33a7db6182af259421676c088a1fae
2021-01-11Force depth zero on all dsl queriesBenjamin, Max (mb388a)3-6/+9
Force depth zero on all dsl queries by default A&AI queries take too long otherwise Issue-ID: SO-3475 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I57576384d8de01b7cc56df77cc1b20fa951d6e93
2021-01-06Fix for globalSubscriberId and requestIdtragait2-4/+4
Issue-ID: SO-3401 Signed-off-by: tragait <rahul.tyagi@est.tech> Change-Id: I33a71dffe7c63a50c807aa206d638a6aea5f1210
2021-01-05Merge "Change to not exception on delete when object"Steve Smokowski2-0/+46
2021-01-05Change to not exception on delete when objectBenjamin, Max (mb388a)2-0/+46
Change to not exception on delete when object doesnt exist Added a new deleteIfExist method to the graph client and unit test Issue-ID: SO-3464 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: If73721cd83b94bd5a1db1af26aba212b12236fe1
2021-01-05allow automatic selection of swagger file byBenjamin, Max2-1/+23
allow automatic selection of swagger file by LATEST Issue-ID: SO-3408 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I879244cc0cd76cf4a5a6f9bf70598da4f6973b83
2020-12-04Add Endpoint and relationshipszm3301-2/+2
Issue-ID: SO-2963 Signed-off-by: zm330 <zhangminyj@chinamobile.com> Change-Id: Ib745ab2587e63a598a47b433d58cee317858dead
2020-11-19add caching to graph inventory clientBenjamin, Max6-0/+379
add caching to graph inventory client updated properties files to read cache properties Issue-ID: SO-3398 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ib3e67ae014b6668c9b004aae1e8b5d49b9ce6b06
2020-10-21add hasRelationships method to wrapperBenjamin, Max2-1/+20
add hasRelationships method to wrapper Issue-ID: SO-3323 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I8b7b43f8fa367ce2cddf32a5716de11b6238decf
2020-10-20Merge "correct the AAI version to the latest released"Chuanyu Chen1-2/+1
2020-10-19correct the AAI version to the latest releasedseshukm1-2/+1
Issue-ID: SO-3313 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: Ia5e3812c1a0117dee3b3ccd12ff381ef2f24c8c1
2020-10-16formatted pom whitespaceBenjamin, Max1-1/+1
formatted pom whitespace Issue-ID: SO-3312 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ie2ef21739d3143b93aadacec9fb0f2e2aa134def
2020-10-01updated plugin management section to cover pluginBenjamin, Max1-0/+30
updated plugin management section to cover plugin in eclipse Issue-ID: SO-3283 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Icbbab7258867052095c9212e9d2773816cb53302
2020-09-23removed references to AAIObjectTypeBenjamin, Max26-570/+256
removed references to AAIObjectType and AAIObjectPlurals additional corrections for removal of aai object type corrected additional java files updated groovy files to match aai fluent builder style Issue-ID: SO-3259 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ifdf12fcacb34cc648548eb18b638afd06dad67a9
2020-09-20Heatbridge UpdatesSmokowski, Steven3-8/+21
Updated heatbridge to work with upcoming A&AI changes Issue-ID: SO-3257 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I6b58c8e2a920e715d303aeda5137952f667c3133
2020-09-10added fragment support to generated objectsBenjamin, Max19-26/+186
added fragment support to generated objects updated objects to support singular and plural fragments Issue-ID: SO-3240 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ia010c99ad36422db5f5b3729af3991767fe5138f
2020-08-26Add project pluralSmokowski, Steven1-0/+2
add project plural for A&AI interaction Issue-ID: SO-3112 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ifde1473b4e54089895971c757b457f0ce8a5bda2
2020-08-18[SO] create service upgrade workflowtragait2-0/+31
Issue-ID: SO-2925 Signed-off-by: tragait <rahul.tyagi@est.tech> Change-Id: Ia10497fed1f42dea3e0469bc08ba0169862d3e71 Signed-off-by: tragait <rahul.tyagi@est.tech>
2020-08-06bump the master to 1.7.1seshukm3-3/+3
Issue-ID: SO-2940 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: I888677f7d32ff35619be0f5bb2b677f56215f2e0
2020-07-27add lambda function to modify urisBenjamin, Max2-1/+37
add lambda function to modify uris formatted files after modifications Issue-ID: SO-3101 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ia91adbf929e157a8ba3add8a4683e12ba3a64489
2020-07-21always use consumer in output methodBenjamin, Max2-4/+13
always use consumer in output method Issue-ID: SO-3084 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I03a36b1b7db702dc95b381f25853efcc073d0900
2020-07-14dsl query builder now supports filtersBenjamin, Max10-18/+127
dsl query builder now supports filters Issue-ID: SO-3068 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I5b959381c6c0cf8a66109fa510a805ec5e0c1e50
2020-07-10Began fixing issues with heat bridgeBoslet, Cory1-0/+3
Began fixing issues with heat bridge WIP. Removed duplicate method call from heat bridge Added to populate ipv4 prefix lendth with subnet prefix Fixed remaining issues with heat bridge code. Change sriov pf to be sriov vf in aai object. Issue-ID: SO-3035 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I05de776126b2442268d98d87176855f1080109bd
2020-07-07correctly generate local fields when prefix hasBenjamin, Max3-10/+5
correctly generate local fields when prefix has type and name Issue-ID: SO-3032 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I0ba88949a136fae87850553dab5b4b80b32f9824
2020-05-11Merge "Added to support to enabling l2 multicasting"Steve Smokowski2-3/+2
2020-05-08Added to support to enabling l2 multicastingBoslet, Cory2-3/+2
updated aai dependency Added to support to enabling l2 multicasting for lnterfaces. Issue-ID: SO-2914 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Idf34a41777e23b7171bd09c174830a4eeeb79e4b
2020-05-07uri params now available in info objectBenjamin, Max7-52/+124
uri params now available in info object make sure uri keys are retrieved via constants Issue-ID: SO-2908 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ieb701c2705ecdb2365d557bc51e4f604d92ec680
2020-05-03remove managed dependency versions from aaiBenjamin, Max1-17/+0
remove managed dependency versions from aai client pom Issue-ID: SO-2873 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Icf1fa38334640b0d1248e07df681cfb58ff982f6
2020-04-30add fluent type builder support to A&AI clientBenjamin, Max30-24/+1161
add fluent type builder support to A&AI client Issue-ID: SO-2856 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I2957aedb84a1c6b23979ff2e1c4dfb16b3a646c7
2020-04-29rename package for external useBenjamin, Max150-418/+418
rename package for external use Issue-ID: SO-2852 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Id883f0c847c24a260dbf8c63ce5e1330c045d6de
2020-04-28move aai-client into its own projectBenjamin, Max162-0/+11302
move aai-client into its own project Issue-ID: SO-2837 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I20b700d160efbdf81ff22c9ca0fab73b28d3649b