summaryrefslogtreecommitdiffstats
path: root/.gitignore
AgeCommit message (Collapse)AuthorFilesLines
2024-03-06Release 1.13.5 maven artifactFiete Ostkamp1-1/+2
- generate indices for all relationships [1] - prevent dependency injection for schema-service related beans when schema.translator.list != schema-service [2] [1] this can significantly speed up queries of the type .has(...).outE('org.[...].BelongsTo').has('aai-node-type','...') [2] this is needed to more easily run services that depend on aai-common (resources,traversal) locally via mvn spring-boot:run Issue-ID: AAI-3797 Change-Id: Ibf37930774f0c9574e8dd3e9b7d752f9cd5355da Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-02-21Enhance SchemaGenerator to also generate indices for relationshipsFiete Ostkamp1-1/+2
- generate edge indexes when they not already exist - reindex existing indexes when they are not in status ENABLED - try to recover indexes that are in INSTALLED state - bump version to 1.13.5 Issue-ID: AAI-3782 Change-Id: I127e0f83b17485d7a6721206ade92cd50c89a51b Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2022-10-13Project build error due to reporting configuration not being in reporting ↵Fiete Ostkamp1-1/+3
section in pom - move the reporting configuration into the reporting block - use https for plugin repository urls - improve the README Issue-ID: AAI-3548 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de> Change-Id: Ic473e8a3942481a987143e2dc9fba02fdcfbc4eb
2020-02-25Enhancements for the aai-common libraryKajur, Harish (vk250x)1-1/+3
Issue-ID: AAI-2806 Change-Id: I2dbb46b897b35136ac1bb802978d3f974af1b307 Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
2018-01-18Sync the latest code changesVenkata Harish K Kajur1-0/+1
Issue-ID: AAI-493 Change-Id: I5f39ce9bb19cfb9607b659bed82066cae7569ecc Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
2017-12-01Added support for Multiple EdgesMaharajh, Robby (rx2202)1-0/+1
Issue-ID: AAI-524 Change-Id: I33dd31315992e2efb2d6d390ffc523655b55a84c Signed-off-by: Maharajh, Robby (rx2202) <rx2202@att.com>
2017-08-30Added aai-utils and OXM Model Loader functionalityShwetank Dave1-1/+2
Issue-ID: AAI-245  Change-Id: Ic982cc07dd76e8a931d4f725ca4e71f2db7ef8a2 Signed-off-by: Shwetank Dave <shwetank.dave@amdocs.com>
2017-08-18Add IntelliJ IDEA related files to gitignoreDileep Ranganathan1-0/+2
Change-Id: Icff41b98758c276a17fae0c98081e1a9011678c4 Issue-Id: AAI-195 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
2017-05-09Initial commit with all the necessary filesVenkata Harish K Kajur1-0/+9
Change-Id: I2760ca1e2c661028be946a4335d07b1b7671a4b4 Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>