aboutsummaryrefslogtreecommitdiffstats
path: root/aai-schema/src/test
AgeCommit message (Collapse)AuthorFilesLines
2022-11-10Reduce the number of problems in schema-serviceFiete Ostkamp1-3/+0
Issue-ID: AAI-3590 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de> Change-Id: I7a5d3e5a4db75efb8a8fcc6c8598d6cab80dca4a
2022-09-19Add instructions to invoke the linter and code formatter plugins to the ↵Fiete Ostkamp2-294/+351
README and invoke the formatter Issue-ID: AAI-3526 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de> Change-Id: Ibd383994732cea6460153704a1153beb530dc6c3
2022-09-17Replace all tab characters in java files with two spaces to remove linter ↵Fiete Ostkamp1-62/+62
warning Issue-ID: AAI-3525 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de> Change-Id: I36cf7b83dd33c3b69de51e56e00bbd93a79c5ec4
2021-02-01Remove duplicate service-instance to l3-network edge ruleHarish Venkata Kajur1-0/+159
Issue-ID: AAI-3249 Change-Id: I9aff54ae1253eee2c670ae89fcda0195061c7398 Signed-off-by: Harish Venkata Kajur <vk250x@att.com>
2021-01-27Unit test for ownerCheckEric Santos1-0/+49
Issue-ID: AAI-3256 Signed-off-by: Santos, Eric <eric.santos@yoppworks.com> Change-Id: I02a8e2be8a3bac4f5986c03b9a4aa7e803f70d43
2020-06-18v20 support in schema-service without javafxLaMont, William(wl2432)1-1/+263
Issue-ID: AAI-2930 Change-Id: I68ba45069f465988e21602521e8e665cb27318d1 Signed-off-by: LaMont, William(wl2432) <wl2432@att.com>
2020-04-15schema-service processing for v19LaMont, William(wl2432)1-109/+447
Issue-ID: AAI-2864 Change-Id: I41a430ec9c9fd69be75bd9d01693249895e0928b Signed-off-by: LaMont, William(wl2432) <wl2432@att.com>
2019-04-14Add missing model invariant indexesKajur, Harish (vk250x)1-9/+110
Some of the properties in the schema are missing the indexes for the dbalias properties and if they are missing it could potentially cause issues when the application runs the create db schema Adding a junit to ensure that in the future that such properties are properly highlighted to ensure that this doesn't happen Issue-ID: AAI-2374 Change-Id: I01efba764a61881056892458bdf705d94d458650 Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
2019-01-11Move the aai-schema, annotations andKajur, Harish (vk250x)1-0/+160
schema generation code from the aai-common repo to the schema service repo as aai-schema should be in the schema service and all code related to it such as generation of the schema code should also be moved to the service Issue-ID: AAI-2002 Change-Id: Ia792d5ae8822642b1816a0e9664bb21fa511e24f Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>