aai/traversal.git
5 months agoMake the jax-rs resource a spring boot RestController 57/136857/1
Fiete Ostkamp [Mon, 18 Dec 2023 10:12:30 +0000 (11:12 +0100)]
Make the jax-rs resource a spring boot RestController

- replace jax-rs annotations with spring boot equivalents
- replace the jersey exception handler with a ControllerAdvice class
- move AAIErrorResponse definitions from test/ to main/

Issue-ID: AAI-3694
Change-Id: I5a45309727bfd84bb2aee5c20957fd845c484d5e
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
6 months agoSeparate entity retrieval from jax-rs Response creation 70/136770/2
Fiete Ostkamp [Fri, 8 Dec 2023 15:47:19 +0000 (16:47 +0100)]
Separate entity retrieval from jax-rs Response creation

- move logic to retrieve entity from db into a separate method
- do not use runner() from AAI core [1][2]
- use global ExceptionHandler to provide a common exception to error response mapping

[1] the runner will spawn a separate thread to process the request. In this change there is nothing to replace this functionality.
The reason that it is removed is that it tightly couples the app with a) aai-common and b) jax-rs and is also catching all exceptions.
Also the timeout mechanism that is implemented is not actually stopping the execution of the thread after the timeout, but rather returning an early response (after 3 minutes(!)).
[2] these changes are also done to make a future full migration to spring boot/the removal of jax-rs easier
Issue-ID: AAI-3693
Change-Id: I177913c5f6295e1cab476e3c206fecacd7620f69
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
6 months agoRefactor global exception handler 59/136759/1
Fiete Ostkamp [Wed, 6 Dec 2023 16:49:59 +0000 (17:49 +0100)]
Refactor global exception handler

- extract similar code to methods
- return early

Issue-ID: AAI-3692
Change-Id: I41e3c7caaafb7c68913decb59bc9a57486985399
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
6 months agoImprove tests for exception handling 52/136752/2
Fiete Ostkamp [Tue, 5 Dec 2023 12:53:07 +0000 (13:53 +0100)]
Improve tests for exception handling

- add more assertions to ExceptionHandlerTest
- add more assertions to DslConsumerTest
- add class definitions for error responses to allow the usage of object mappers for that
- reduce raw-type warnings by providing types for HttpEntities and ResponseEntities

Issue-ID: AAI-3691
Change-Id: I0010ce6e3e7425109607b6a00b9ee08732829aaa
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
6 months agoMerge "Update spring-boot to 2.2"
Lukasz Rajewski [Mon, 4 Dec 2023 13:48:41 +0000 (13:48 +0000)]
Merge "Update spring-boot to 2.2"

6 months ago[AAI] Release aai-traveral 1.12.3 docker artifact 68/136568/1
nandkishorpatke [Thu, 16 Nov 2023 08:41:32 +0000 (14:11 +0530)]
[AAI] Release aai-traveral 1.12.3 docker artifact

- Release aai-traveral 1.12.3 docker artifact

Issue-ID: AAI-3677
Change-Id: I7bab8c803355b3cc6d66d54a77396f89f44d4410
Signed-off-by: nandkishorpatke <nandkishor-laxman.patke@t-systems.com>
6 months ago[AAI] Release aai-traveral 1.12.3 maven artifact 65/136565/1
nandkishorpatke [Thu, 16 Nov 2023 06:19:37 +0000 (11:49 +0530)]
[AAI] Release aai-traveral 1.12.3 maven artifact

- Release aai-traveral 1.12.3 maven artifact

Issue-ID: AAI-3677
Change-Id: Ia8a5c8bb7719b6bfb4f3fe8a120ea07fb27548a6
Signed-off-by: nandkishorpatke <nandkishor-laxman.patke@t-systems.com>
6 months ago[AAI] Up-version aai-traversal to 1.12.3 for release 63/136563/1
nandkishorpatke [Wed, 15 Nov 2023 15:35:35 +0000 (21:05 +0530)]
[AAI] Up-version aai-traversal to 1.12.3 for release

- Up-version aai-traversal to 1.12.3 for release

Issue-ID: AAI-3677
Change-Id: I3ee375b2dd69d30f5cd3ad33adbe4c4466047e8e
Signed-off-by: nandkishorpatke <nandkishor-laxman.patke@t-systems.com>
6 months ago[AAI] Update aai-schema version v28 as default in the pom of traversal 58/136558/2
nandkishorpatke [Wed, 15 Nov 2023 11:35:38 +0000 (17:05 +0530)]
[AAI] Update aai-schema version v28 as default in the pom of traversal

- Update aai-schema version v28 as default in the pom of traversal
- Update aai-schema version v28 as default in properties

Issue-ID: AAI-3663
Change-Id: Ia2d0366c561cc468edf853720408197f4d52877e
Signed-off-by: nandkishorpatke <nandkishor-laxman.patke@t-systems.com>
6 months agoUpdate spring-boot to 2.2 56/136456/2
Fiete Ostkamp [Mon, 13 Nov 2023 09:59:02 +0000 (10:59 +0100)]
Update spring-boot to 2.2

- upgrade spring-boot from 2.1 to 2.2
- change logging level in tests from debug to info
- do not version .classpath in git since it's dynamically generated

Issue-ID: AAI-3679
Change-Id: I4b0378880a0670d522903d44dbe7e1b144b51177
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
11 months ago[AAI]Release traversal 1.12.1 docker artifact for London 62/135362/1
Aleem Raja [Tue, 11 Jul 2023 14:10:11 +0000 (14:10 +0000)]
[AAI]Release traversal 1.12.1 docker artifact for London

Issue-ID: AAI-3653
Change-Id: Ie913c76a35a3a69b6cd3f4420e707829842c15ce
Signed-off-by: Aleem Raja <aleem.raja@t-systems.com>
12 months ago[AAI] Release traversal 1.12.1 maven artifact 56/134756/1 1.12.1
aleem.raja@t-systems.com [Sat, 3 Jun 2023 15:58:46 +0000 (15:58 +0000)]
[AAI] Release traversal 1.12.1 maven artifact

Issue-ID: AAI-3653
Signed-off-by: aleem.raja@t-systems.com <aleem.raja@t-systems.com>
Change-Id: Ib5a593fb717975e4ac2d077514a075747fa599c2

12 months ago[AAI] Up-version aai-traversal to 1.12.1 for London 97/134697/1
aleem.raja@t-systems.com [Fri, 26 May 2023 05:30:03 +0000 (11:00 +0530)]
[AAI] Up-version aai-traversal to 1.12.1 for London
Added new schema-service version 1.12.1 in pom.xml

Issue-ID: AAI-3653
Signed-off-by: aleem.raja@t-systems.com <aleem.raja@t-systems.com>
Change-Id: Icafa11cdbd1f71363869b8896c70c04d14d0cc6f

18 months ago[AAI] Up-version aai-traversal to 1.12.0 for London 60/132360/1
Niharika Sharma [Mon, 21 Nov 2022 18:27:59 +0000 (13:27 -0500)]
[AAI] Up-version aai-traversal to 1.12.0 for London

Issue-ID: AAI-3594

Signed-off-by: Niharika Sharma <niharika.sharma@amdocs.com>
Change-Id: Icafa00cdbd1f70484869b8896c70c04d13d0cc6f

19 months ago[AAI] Release traversal 1.11.1 docker artifact 33/132133/1
Niharika Sharma [Thu, 10 Nov 2022 15:22:53 +0000 (10:22 -0500)]
[AAI] Release traversal 1.11.1 docker artifact

Issue-ID: AAI-3584

Signed-off-by: Niharika Sharma <niharika.sharma@amdocs.com>
Change-Id: Ic63c695dd5ed58b40c539f9925f04de1e2ad5e45

19 months ago[AAI] Release traversal 1.11.1 maven artifact 08/132108/1
Niharika Sharma [Wed, 9 Nov 2022 19:20:26 +0000 (14:20 -0500)]
[AAI] Release traversal 1.11.1 maven artifact

Issue-ID: AAI-3584

Signed-off-by: Niharika Sharma <niharika.sharma@amdocs.com>
Change-Id: Ib6a693fb817965e4ac2d077514a075737fa599c1

19 months ago[AAI] Upversion traversal to 1.11.1 03/132103/1
Niharika Sharma [Wed, 9 Nov 2022 17:43:52 +0000 (12:43 -0500)]
[AAI] Upversion traversal to 1.11.1

Issue-ID: AAI-3584

Signed-off-by: Niharika Sharma <niharika.sharma@amdocs.com>
Change-Id: Ia5e809eb05bba30ce183cfa9131c8a2f702d5c1c

19 months agoAAI traversal logging structure enhancement 98/132098/1
leila [Wed, 9 Nov 2022 14:47:42 +0000 (09:47 -0500)]
AAI traversal logging structure enhancement

logging structure enhancement for logback and localhost xml files

Issue-ID: AAI-3584
Signed-off-by: leila <leila.nishimwe@bell.ca>
Change-Id: Iff2ff3f3faefb935780ead2d6c1b1f98f406f486

19 months agoUse the 1.9.4 parent pom in traversal 00/131800/1
Fiete Ostkamp [Tue, 25 Oct 2022 14:14:09 +0000 (14:14 +0000)]
Use the 1.9.4 parent pom in traversal

Issue-ID: AAI-3562

Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Change-Id: I622206219ccba65efbd6242fa83a89f8cbf4ba63

19 months agoUse the 1.9.3 parent pom in traversal 81/131781/1
Fiete Ostkamp [Tue, 25 Oct 2022 09:13:05 +0000 (09:13 +0000)]
Use the 1.9.3 parent pom in traversal

Issue-ID: AAI-3557

Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Change-Id: I278aa6fb7a43de68a1dbf53126f31fccf1f8abf4

19 months ago[AAI] Release traversal 1.11.0 docker artifact for Kohn 94/131594/1
wr148d [Thu, 20 Oct 2022 14:16:24 +0000 (10:16 -0400)]
[AAI] Release traversal 1.11.0 docker artifact for Kohn

Issue-ID: AAI-3537
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: Ia6733ba418205e8d2156ee881736bf839d5cb8e7

19 months ago[AAI] Release traversal 1.11.0 maven artifact for Kohn 73/131573/1
wr148d [Wed, 19 Oct 2022 20:31:26 +0000 (16:31 -0400)]
[AAI] Release traversal 1.11.0 maven artifact for Kohn

Issue-ID: AAI-3537
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: Ib9ec11b99ee6a404459aa3108464ff706aa4262e

19 months ago[AAI] Upversion traversal to 1.11.0 for Kohn 59/131559/1
wr148d [Wed, 19 Oct 2022 15:24:58 +0000 (11:24 -0400)]
[AAI] Upversion traversal to 1.11.0 for Kohn

Issue-ID: AAI-3537
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: I53c187da740a8f99843dbab74bca3d13f06e6e93

19 months agoRemove the apache commons-lang dependency in traversal 75/131475/1
Fiete Ostkamp [Fri, 14 Oct 2022 09:56:13 +0000 (09:56 +0000)]
Remove the apache commons-lang dependency in traversal

Issue-ID: AAI-3552

Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Change-Id: I71aea327bedd54a0db9c05eb7d72c8ecdd48bcc4

19 months agoEnhancement of AAI-traversal healthcheck 41/131441/2
Fiete Ostkamp [Wed, 12 Oct 2022 07:23:14 +0000 (09:23 +0200)]
Enhancement of AAI-traversal healthcheck

- enhance the EchoResponse endpoint to check for db connectivity when the myAction parameter is provided

Issue-ID: AAI-3547

Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Change-Id: I4d5686b63efd139b942cee0c222305a17d2a2497

20 months agoMerge "Migrate Mockito 1 to version 2 in the traversal service"
William Reehil [Mon, 10 Oct 2022 13:34:09 +0000 (13:34 +0000)]
Merge "Migrate Mockito 1 to version 2 in the traversal service"

20 months agoMigrate Mockito 1 to version 2 in the traversal service 96/131396/3
Fiete Ostkamp [Fri, 7 Oct 2022 11:40:00 +0000 (13:40 +0200)]
Migrate Mockito 1 to version 2 in the traversal service

- update mockito and powermock
- update eelf-core since it has a compile time dependency to mockito 1.10.19 in version 1
- exclude the vaadin android-json since it leads to a warning in maven

Issue-ID: AAI-3545

Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Change-Id: I06354182c5af21ce1c8cb851f9e65c3c38e7102c

20 months agoTraversal tests are failing due to missing error.properties file in test/resources 85/131385/2
Fiete Ostkamp [Wed, 5 Oct 2022 13:03:48 +0000 (15:03 +0200)]
Traversal tests are failing due to missing error.properties file in test/resources

Issue-ID: AAI-3544

Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Change-Id: I095a50a716605f386cc0b2cb9b74596845476519

20 months agoRun the formatter for the traversal service 78/131378/1
Fiete Ostkamp [Wed, 5 Oct 2022 07:55:45 +0000 (09:55 +0200)]
Run the formatter for the traversal service

When building the traversal service with mvn install, the spotless and formatter plugins are invoked to verify the formatting.
This results in 40000 lines of format violations that are printed out to the console.

By invoking mvn formatter:format spotless:apply process-sources this number can be reduced to 2000 lines of format violations.

Issue-ID: AAI-3543

Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Change-Id: Id0011b3e0a626369c79fd0656cd44455347b7fde

21 months ago[AAI] Remove Robby Maharajh & Harish Kajur as committers 87/130487/1
wr148d [Mon, 29 Aug 2022 13:29:34 +0000 (09:29 -0400)]
[AAI] Remove Robby Maharajh & Harish Kajur as committers

Issue-ID: AAI-3515
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: Ica1fec4ca63774f3f31928a0cc483fd63a58b582

21 months ago[AAI] Release docker artifact 1.9.6 to include v27 03/130403/2
wr148d [Mon, 22 Aug 2022 13:40:40 +0000 (09:40 -0400)]
[AAI] Release docker artifact 1.9.6 to include v27

Issue-ID: AAI-3489
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: I899bbad4eecc1a42539c9899b12fffe73c994491

21 months ago[AAI] Release docker artifact 1.9.6 to include v27 54/130354/2
wr148d [Thu, 18 Aug 2022 13:16:51 +0000 (09:16 -0400)]
[AAI] Release docker artifact 1.9.6 to include v27

Issue-ID: AAI-3489
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: Ida9b7d09cbed170a363150a31602ddbc6ddfb783

21 months ago[AAI] Release maven artifact 1.9.6 to include v27 27/130327/2
wr148d [Wed, 17 Aug 2022 15:29:19 +0000 (11:29 -0400)]
[AAI] Release maven artifact 1.9.6 to include v27

Issue-ID: AAI-3489
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: Ibcc8e3acb5be41b0749fcb59050df00411ec5f69

21 months ago[AAI] Upversion to 1.9.6 to include v27 06/130306/2
wr148d [Tue, 16 Aug 2022 17:43:32 +0000 (13:43 -0400)]
[AAI] Upversion to 1.9.6 to include v27

Issue-ID: AAI-3489
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: I33d2b9275f7d6ebaacb734db916203bb4bbad42e

2 years ago[AAI] Release docker image for 1.9.5 for traversal 26/127926/2
wr148d [Mon, 21 Mar 2022 16:16:17 +0000 (12:16 -0400)]
[AAI] Release docker image for 1.9.5 for traversal

Issue-ID: AAI-3435
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: If9a0987aba4d47143fabd2f9978f087527f6ae0e

2 years ago[AAI] Release maven artifact 1.9.5 for traversal 23/127923/2
wr148d [Mon, 21 Mar 2022 15:26:40 +0000 (11:26 -0400)]
[AAI] Release maven artifact 1.9.5 for traversal

Issue-ID: AAI-3435
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: I9f146433cd0e8ca00f83abb006adc70e908386c6

2 years ago[AAI] Upversion microservices to 1.9.4 and 1.9.5 to include the v25/v26 XSDs 17/127917/2
wr148d [Mon, 21 Mar 2022 14:33:57 +0000 (10:33 -0400)]
[AAI] Upversion microservices to 1.9.4 and 1.9.5 to include the v25/v26 XSDs

Issue-ID: AAI-3435
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: I6f052998fb49348283fc99b85243eef73d50e7a2

2 years ago[AAI] Adding v26 as default in the pom of traversal 74/127874/2
wr148d [Thu, 17 Mar 2022 15:44:09 +0000 (11:44 -0400)]
[AAI] Adding v26 as default in the pom of traversal

Issue-ID: AAI-3435
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: If677a3bb6d23ef32c6b7e195a4089bebeba9d5c0

2 years ago[AAI] Update traversal to fix security vulnerabilities 31/127531/2
wr148d [Mon, 7 Mar 2022 14:53:22 +0000 (09:53 -0500)]
[AAI] Update traversal to fix security vulnerabilities

Issue-ID: AAI-3414
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: Iaaeee74c9ecbf267e4564c28b5981dc6b11fdf07

2 years ago[AAI] Update mS to use 1.9.3 aai-common version 88/127488/2
wr148d [Thu, 3 Mar 2022 15:54:25 +0000 (10:54 -0500)]
[AAI] Update mS to use 1.9.3 aai-common version

Issue-ID: AAI-3414
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: Idbff54feaefe050e5101af369a5d82423dc40c86

2 years ago[AAI] Release traversal 1.9.4 docker image 40/127140/2
wr148d [Tue, 15 Feb 2022 21:08:11 +0000 (16:08 -0500)]
[AAI] Release traversal 1.9.4 docker image

Issue-ID: AAI-3435
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: I214c1d97e53ea417b7d372ee01dc94553e86c884

2 years ago[AAI] Release traversal 1.9.4 maven artifact 18/127118/2
wr148d [Mon, 14 Feb 2022 21:33:16 +0000 (16:33 -0500)]
[AAI] Release traversal 1.9.4 maven artifact

Issue-ID: AAI-3435
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: Ifaf907b060cb88d9e187dc3922ed326bf3d6a139

2 years ago[AAI] Update traversal to use the new v26 schema and upversion to 1.9.4 15/127115/2
wr148d [Mon, 14 Feb 2022 20:11:47 +0000 (15:11 -0500)]
[AAI] Update traversal to use the new v26 schema and upversion to 1.9.4

Issue-ID: AAI-3435
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: I9632b91d1d4fc948601f15b6b7ce6b3a5bd2a48a

2 years ago[AAI] Releasing traversal docker image 1.9.3 77/126877/2
wr148d [Mon, 31 Jan 2022 14:45:53 +0000 (09:45 -0500)]
[AAI] Releasing traversal docker image 1.9.3

Issue-ID: AAI-3431
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: I8f121e6d85a0a3b7ca6e66df6378e0d192da21cd

2 years ago[AAI] Releasing traversal maven artifact 1.9.3 35/126835/1
wr148d [Thu, 27 Jan 2022 19:29:56 +0000 (14:29 -0500)]
[AAI] Releasing traversal maven artifact 1.9.3

Issue-ID: AAI-3431
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: I170ead2970d86cc1558323d3f5efa30e28dcf373

2 years ago[AAI] Upversion traversal to 1.9.3 30/126830/1
wr148d [Thu, 27 Jan 2022 15:28:05 +0000 (10:28 -0500)]
[AAI] Upversion traversal to 1.9.3

Issue-ID: AAI-3431
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: I8756c5740f15b833e58706cf82438e5cbf751736

2 years ago[AAI] Upgraded microservices to use the latest aai-common 1.9.2 85/126785/1
wr148d [Wed, 26 Jan 2022 17:56:00 +0000 (12:56 -0500)]
[AAI] Upgraded microservices to use the latest aai-common 1.9.2

Issue-ID: AAI-3433
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: I94c638d7b38085819eba9620ae51cedb047c1f0b

2 years ago[AAI] Release docker image 1.9.2 for multi-tenancy updates 83/124483/1
wr148d [Fri, 24 Sep 2021 16:06:31 +0000 (12:06 -0400)]
[AAI] Release docker image 1.9.2 for multi-tenancy updates

Issue-ID: AAI-3324
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: I768d7134fcc503de89c547eb2ed519fb14fc3360

2 years ago[AAI] Release traversal maven artifacts 1.9.2 for multi-tenancy updates 54/124454/1
wr148d [Thu, 23 Sep 2021 15:08:42 +0000 (11:08 -0400)]
[AAI] Release traversal maven artifacts 1.9.2 for multi-tenancy updates

Issue-ID: AAI-3324
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: I6ef9a72d7072c14d8a14d2ea1dceb2defa0a8ad6

2 years ago[AAI] Upversion traversal for the multi-tenancy work to 1.9.2 50/124450/1
wr148d [Thu, 23 Sep 2021 13:34:06 +0000 (09:34 -0400)]
[AAI] Upversion traversal for the multi-tenancy work to 1.9.2

Issue-ID: AAI-3324
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: I4b8302614369e83e6bc0828c106f45204041efa8

2 years agoFix integration tests 22/124422/1
M.Hosnidokht [Wed, 22 Sep 2021 14:22:21 +0000 (10:22 -0400)]
Fix integration tests

- Fixed the issue regarding docker image dependencies https://gerrit.onap.org/r/c/aai/traversal/+/123659
- Cleaned up pom file

Issue-ID: AAI-3325
Signed-off-by: Mohammad Hosnidokht <mohammad.hosnidokht@yoppworks.com>
Change-Id: I3a69e5881c2e7a3016efec491acb527f86077746

2 years ago[AAI] Updating the info yamls adding Robby Maharajh and removing Steven Blimkie 08/124108/1
wr148d [Mon, 13 Sep 2021 17:16:51 +0000 (13:16 -0400)]
[AAI] Updating the info yamls adding Robby Maharajh and removing Steven Blimkie

Issue-ID: AAI-3380
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: I10f9c02c24b446734d82aa2436afc93b64f45d12

2 years ago[AAI] Releasing the 1.9.1 docker images 66/123666/1
wr148d [Fri, 27 Aug 2021 18:31:39 +0000 (14:31 -0400)]
[AAI] Releasing the 1.9.1 docker images

Issue-ID: AAI-3371
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: I3e36635fe0144c3003709129e92260b15877bd57

2 years ago[AAI] Releasing the 1.9.1 traversal maven artifact 65/123665/1
wr148d [Fri, 27 Aug 2021 18:02:24 +0000 (14:02 -0400)]
[AAI] Releasing the 1.9.1 traversal maven artifact

Issue-ID: AAI-3371
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: Id57de2253d35b7b54844e9c7804d0cafd52acc77

2 years agoFix the docker image issue missing dependencies 59/123659/1
Harish Venkata Kajur [Fri, 27 Aug 2021 14:59:00 +0000 (10:59 -0400)]
Fix the docker image issue missing dependencies

Issue-ID: AAI-3371
Change-Id: Ibacb0c760357f569f35df735ab67cf8ddba4920f
Signed-off-by: Harish Venkata Kajur <vk250x@att.com>
2 years agoMerge "[AAI] Integrate Micrometer to identify slow APIs (Making aai_uri tag configura...
William Reehil [Tue, 24 Aug 2021 15:19:12 +0000 (15:19 +0000)]
Merge "[AAI] Integrate Micrometer to identify slow APIs (Making aai_uri tag configurable)"

2 years ago[AAI] Updates for releasing the latest docker container for Istanbul 60/123460/1
wr148d [Mon, 23 Aug 2021 15:32:21 +0000 (11:32 -0400)]
[AAI] Updates for releasing the latest docker container for Istanbul

Issue-ID: AAI-3361
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: Idedd0432c03262ce9e97910f1b93dd4701370515

2 years ago[AAI] Updates for releasing the latest maven releases for Istanbul 44/123444/1
wr148d [Mon, 23 Aug 2021 13:16:49 +0000 (09:16 -0400)]
[AAI] Updates for releasing the latest maven releases for Istanbul

Issue-ID: AAI-3361
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: I327371299b3d8d29a56b26599f420d8c7b6a7539

2 years ago[AAI] Updates for latest versions for Istanbul 73/123373/2
wr148d [Thu, 19 Aug 2021 00:07:45 +0000 (20:07 -0400)]
[AAI] Updates for latest versions for Istanbul

Issue-ID: AAI-3361
Change-Id: I0af66a4e683cea6d543a77b8cc4a329cc92a8a95
Signed-off-by: wr148d <wr148d@att.com>
2 years ago[AAI] Integrate Micrometer to identify slow APIs (Making aai_uri tag configurable) 76/123276/3
Dimple Soni [Thu, 12 Aug 2021 22:50:29 +0000 (18:50 -0400)]
[AAI] Integrate Micrometer to identify slow APIs (Making aai_uri tag configurable)

Issue-ID: AAI-3367
Signed-off-by: Dimple Soni <dimple.soni@yoppworks.com>"
Change-Id: If8a5734c702242a292eeb6c9c26a844242e1f849

3 years agoAdd multi-tenancy integration tests 41/121141/5
Eric Santos [Thu, 6 May 2021 18:19:25 +0000 (14:19 -0400)]
Add multi-tenancy integration tests

- Created a separate directory under 'src' for integration tests
- Moved all multi-tenancy related integration test classes and files into 'it' directory
- Depends on https://gerrit.onap.org/r/c/ci-management/+/121244

Issue-ID: AAI-3325
Signed-off-by: Santos, Eric <eric.santos@yoppworks.com>
Change-Id: I7d43fc0a72874c2b25dfc40ea5331783bd496d15

3 years ago[AAI] Export relevant key metrics for monitoring in Prometheus 24/121424/3
roger yuan [Wed, 19 May 2021 16:02:03 +0000 (10:02 -0600)]
[AAI] Export relevant key metrics for monitoring in Prometheus

Make the key metrics available to the monitoring system by
instrumenting the code.
The Key metrics are available via
/actuator/prometheus
/actuator/info
/actuator/health

Issue-ID: AAI-3343
Signed-off-by: Roger Yuan <roger.yuan@yoppworks.com>
Change-Id: If72858484231d95a39c938bacfc1773430806e5a

3 years agoAdd multitenancy filter with data-owner 99/119599/3
Eric Santos [Mon, 22 Mar 2021 17:29:48 +0000 (13:29 -0400)]
Add multitenancy filter with data-owner

Issue-ID: AAI-3299
Signed-off-by: Santos, Eric <eric.santos@yoppworks.com>
Change-Id: Ia22001af5a1701bf70d8be6dbf8d09273ebd5575

3 years agoMerge "Add keycloak integration"
Venkata Harish Kajur [Thu, 1 Apr 2021 15:44:57 +0000 (15:44 +0000)]
Merge "Add keycloak integration"

3 years agoAdd keycloak integration 36/119736/2
Sam Huang [Tue, 23 Mar 2021 16:16:47 +0000 (10:16 -0600)]
Add keycloak integration

Issue-ID: AAI-3298
Signed-off-by: Sam Huang <sam.huang@yoppworks.com>
Change-Id: I2d99769ab8d189d61de610ec020b15a8fe0aa652

3 years agoUpversion for istanbul to 1.9.0 27/120027/1
Maharajh, Robby (rx2202) [Tue, 30 Mar 2021 19:13:48 +0000 (15:13 -0400)]
Upversion for istanbul to 1.9.0

Issue-ID: AAI-3249
Change-Id: I4692ecc8800082081ac0f268696593edc5b9fd90
Signed-off-by: Maharajh, Robby (rx2202) <rx2202@us.att.com>
3 years agoMerge "Upversion to 1.8.1-SNAPSHOT" honolulu
Venkata Harish Kajur [Thu, 25 Feb 2021 16:09:12 +0000 (16:09 +0000)]
Merge "Upversion to 1.8.1-SNAPSHOT"

3 years agoMerge "Release 1.8.0 container"
Venkata Harish Kajur [Thu, 25 Feb 2021 15:26:43 +0000 (15:26 +0000)]
Merge "Release 1.8.0 container"

3 years agoUpversion to 1.8.1-SNAPSHOT 20/118520/1
Maharajh, Robby (rx2202) [Thu, 25 Feb 2021 14:24:11 +0000 (09:24 -0500)]
Upversion to 1.8.1-SNAPSHOT

Issue-ID: AAI-3249
Change-Id: Ib6940e4fe76dc3ee8c341363a15b7aebc120e9ec
Signed-off-by: Maharajh, Robby (rx2202) <rx2202@us.att.com>
3 years agoRelease 1.8.0 container 19/118519/1
Maharajh, Robby (rx2202) [Thu, 25 Feb 2021 14:23:22 +0000 (09:23 -0500)]
Release 1.8.0 container

Issue-ID: AAI-3249
Change-Id: Ic50d3fd49541dd327aad3ca7f6ea0115526342a1
Signed-off-by: Maharajh, Robby (rx2202) <rx2202@us.att.com>
3 years agoRelease 1.8.0 maven artifact 18/118518/1
Maharajh, Robby (rx2202) [Thu, 25 Feb 2021 14:21:35 +0000 (09:21 -0500)]
Release 1.8.0 maven artifact

Issue-ID: AAI-3249
Change-Id: I342fea48c0c411460ffe96fa6d61012bad3cba3d
Signed-off-by: Maharajh, Robby (rx2202) <rx2202@us.att.com>
3 years agoSync up traversal with latest aai-common 43/118443/1
Maharajh, Robby (rx2202) [Thu, 25 Feb 2021 01:04:12 +0000 (20:04 -0500)]
Sync up traversal with latest aai-common

Issue-ID: AAI-3249
Change-Id: Ifc853f0f7cbc461b87ff16f98defbb4e2a8ea131
Signed-off-by: Maharajh, Robby (rx2202) <rx2202@us.att.com>
3 years agoUpdate traversal to use v23 78/116978/4
Harish Venkata Kajur [Tue, 19 Jan 2021 15:26:25 +0000 (10:26 -0500)]
Update traversal to use v23

Issue-ID: AAI-3249
Change-Id: If0e0d7cff68af3b06429c817330d4077d97489b7
Signed-off-by: Harish Venkata Kajur <vk250x@att.com>
3 years agoMerge "Upversion artifacts to 1.8.0-SNAPSHOT"
Manisha Aggarwal [Wed, 2 Dec 2020 22:20:07 +0000 (22:20 +0000)]
Merge "Upversion artifacts to 1.8.0-SNAPSHOT"

3 years agoUpversion artifacts to 1.8.0-SNAPSHOT 17/114917/1
Harish Venkata Kajur [Mon, 16 Nov 2020 04:46:30 +0000 (23:46 -0500)]
Upversion artifacts to 1.8.0-SNAPSHOT

Issue-ID: AAI-3222
Change-Id: I897bed9081309b3441e0d57df84adf803119fc40
Signed-off-by: Harish Venkata Kajur <vk250x@att.com>
3 years agofix sonar bug 11/114611/1
Mariano Diaz [Wed, 4 Nov 2020 21:30:03 +0000 (16:30 -0500)]
fix sonar bug

Issue-ID: AAI-2877
Signed-off-by: Mariano Diaz <mariano.diaz@yoppworks.com>
Change-Id: I7841454d8844ca8390a6a63931b8bd35358609cb

3 years agoUpdate schema service version 32/113832/1 guilin
zm330 [Tue, 13 Oct 2020 11:53:15 +0000 (19:53 +0800)]
Update schema service version

Issue-ID: AAI-2919

Signed-off-by: zm330 <zhangminyj@chinamobile.com>
Change-Id: Ib8d25e0b61c8907c51cee6b457b6035138870bd1

3 years agoMerge "Release 1.7.2 docker image"
William Reehil [Thu, 17 Sep 2020 15:29:41 +0000 (15:29 +0000)]
Merge "Release 1.7.2 docker image"

3 years agoRelease 1.7.2 docker image 38/112838/1
Harish Venkata Kajur [Thu, 17 Sep 2020 14:46:32 +0000 (10:46 -0400)]
Release 1.7.2 docker image

Issue-ID: AAI-3128
Change-Id: I054ca289e9e30b6b42a8e9ac39bce3b5fb531997
Signed-off-by: Harish Venkata Kajur <vk250x@att.com>
3 years agoRelease 1.7.2 maven artifact 34/112834/1
Harish Venkata Kajur [Thu, 17 Sep 2020 14:05:49 +0000 (10:05 -0400)]
Release 1.7.2 maven artifact

Issue-ID: AAI-3128
Change-Id: I450b2034501ec59b9a7ad8a1c0841606ee31c1e0
Signed-off-by: Harish Venkata Kajur <vk250x@att.com>
3 years agoUpdate to use aai-common 1.7.2 and use common aaf auth 81/112781/3
Maharajh, Robby (rx2202) [Thu, 17 Sep 2020 05:46:33 +0000 (01:46 -0400)]
Update to use aai-common 1.7.2 and use common aaf auth

Issue-ID: AAI-3128
Change-Id: I2ae25a9990daa8eafd045229686a2d586b90f66a
Signed-off-by: Maharajh, Robby (rx2202) <rx2202@us.att.com>
3 years agoRemove aaf binary in traversal ms 33/112533/1
Harish Venkata Kajur [Fri, 11 Sep 2020 14:40:36 +0000 (10:40 -0400)]
Remove aaf binary in traversal ms

Issue-ID: AAI-3182
Change-Id: I7cbe62b7dd4c89590538feec8b7f912484bb86f7
Signed-off-by: Harish Venkata Kajur <vk250x@att.com>
3 years agoUpdated api pattern for retired properties 09/112509/1
wreehil [Thu, 10 Sep 2020 17:35:08 +0000 (13:35 -0400)]
Updated api pattern for retired properties

Issue-ID: AAI-2367
Signed-off-by: wreehil <wr148d@att.com>
Change-Id: I67c7cc9f1b61f9df8842540dd6d59d2a3fea8701

3 years agoRemove the aaf profile for local 55/112455/1
Maharajh, Robby (rx2202) [Thu, 10 Sep 2020 05:36:09 +0000 (01:36 -0400)]
Remove the aaf profile for local

Issue-ID: AAI-2886
Change-Id: I662e5fc1321519174cc2efd6310812b09593cc76
Signed-off-by: Maharajh, Robby (rx2202) <rx2202@us.att.com>
3 years agoRelease 1.7.1 docker container 53/112453/1
Maharajh, Robby (rx2202) [Thu, 10 Sep 2020 04:57:35 +0000 (00:57 -0400)]
Release 1.7.1 docker container

Issue-ID: AAI-2886
Change-Id: I99b926b9b038842c9d1c88695000112fc3fdee60
Signed-off-by: Maharajh, Robby (rx2202) <rx2202@us.att.com>
3 years agoFix aaf startup issue for spring boot update 49/112449/2
Maharajh, Robby (rx2202) [Thu, 10 Sep 2020 04:12:56 +0000 (00:12 -0400)]
Fix aaf startup issue for spring boot update

Issue-ID: AAI-2886
Change-Id: Ic9b43ebe3ca58eac65cd169f124b74d0032710ea
Signed-off-by: Maharajh, Robby (rx2202) <rx2202@us.att.com>
3 years agoMerge "Release 1.7.0 docker container"
Venkata Harish Kajur [Thu, 10 Sep 2020 01:52:05 +0000 (01:52 +0000)]
Merge "Release 1.7.0 docker container"

3 years agoRelease 1.7.0 docker container 43/112443/2
Maharajh, Robby (rx2202) [Thu, 10 Sep 2020 01:14:12 +0000 (21:14 -0400)]
Release 1.7.0 docker container

Issue-ID: AAI-2886
Change-Id: I2e05d85ceb95838354794eab8f4991962a7d7077
Signed-off-by: Maharajh, Robby (rx2202) <rx2202@us.att.com>
3 years agoRelease 1.7.0 maven artifact 42/112442/1
Maharajh, Robby (rx2202) [Thu, 10 Sep 2020 01:12:37 +0000 (21:12 -0400)]
Release 1.7.0 maven artifact

Issue-ID: AAI-2886
Change-Id: Ic0cf5385d2c53f0bf77985b69327946c0ba6d464
Signed-off-by: Maharajh, Robby (rx2202) <rx2202@us.att.com>
3 years agoUpdate traversal to use spring boot 2 35/112435/1
Maharajh, Robby (rx2202) [Wed, 9 Sep 2020 23:57:16 +0000 (19:57 -0400)]
Update traversal to use spring boot 2

Issue-ID: AAI-2886
Issue-ID: AAI-2527
Change-Id: Id6432ff82b0377ff44115d5b42607d1926431f7b
Signed-off-by: Maharajh, Robby (rx2202) <rx2202@us.att.com>
3 years agoUpdating the schema service to 1.7.3 92/111292/1
wreehil [Fri, 14 Aug 2020 20:13:39 +0000 (16:13 -0400)]
Updating the schema service to 1.7.3

Issue-ID: AAI-3017
Signed-off-by: wreehil <wr148d@att.com>
Change-Id: I7efeb5aba39dd6b60f9b8c680131b54e5ffd2b81

3 years agoMerge "Update Lifecycle state to mature"
Venkata Harish Kajur [Fri, 31 Jul 2020 00:43:03 +0000 (00:43 +0000)]
Merge "Update Lifecycle state to mature"

3 years agoUpdate Lifecycle state to mature 80/110780/1
wr148d [Thu, 30 Jul 2020 19:12:55 +0000 (15:12 -0400)]
Update Lifecycle state to mature

Issue-ID: AAI-3101
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: I945b078dac1c42d9517ebcab2177a46b8c2f947c

3 years agoMerge "traversal support for v20"
Venkata Harish Kajur [Tue, 21 Jul 2020 19:45:38 +0000 (19:45 +0000)]
Merge "traversal support for v20"

3 years agoPromote Bill Reehil as AAI PTL 03/109803/1
Jimmy Forsyth [Thu, 2 Jul 2020 20:17:45 +0000 (16:17 -0400)]
Promote Bill Reehil as AAI PTL

Issue-ID: AAI-2967
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Change-Id: I1ac4e46cbdeef66539c585714c94e811a8815f76

3 years agotraversal support for v20 21/109421/1
LaMont, William(wl2432) [Mon, 22 Jun 2020 16:50:38 +0000 (12:50 -0400)]
traversal support for v20

Issue-ID: AAI-2933
Change-Id: I76f970d15ef911a3dd14d97f2fa050c8b6e29e96
Signed-off-by: LaMont, William(wl2432) <wl2432@att.com>
3 years agoAdded William Reehil as committer 14/109114/1
wr148d [Fri, 12 Jun 2020 13:46:03 +0000 (09:46 -0400)]
Added William Reehil as committer

Issue-ID: AAI-2928
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: I93915c281c6a2d729d86869c01b67174fbf48c91

4 years agoUpdated docker scripts to use aaiadmin user 02/108102/2
wr148d [Thu, 21 May 2020 17:58:30 +0000 (13:58 -0400)]
Updated docker scripts to use aaiadmin user

Issue-ID: AAI-2822
Change-Id: Ie1985e58230ebe53b6a961eed6bb9c9a7dbc6f20
Signed-off-by: wr148d <wr148d@att.com>
4 years agoRemove Tian Lee from committers and update TSC section 79/107479/4
wr148d [Mon, 11 May 2020 15:02:01 +0000 (11:02 -0400)]
Remove Tian Lee from committers and update TSC section

Issue-ID: AAI-2898
Change-Id: Ibfe3930de31bfff5eecff76b3dc8f4effb464eb0
Signed-off-by: wr148d <wr148d@att.com>
4 years agoSonar fixes 47/106347/2
David Brilla [Tue, 21 Apr 2020 11:53:51 +0000 (13:53 +0200)]
Sonar fixes

Issue-ID: AAI-2877
Change-Id: Ida4f641c4cc87b69ba5d0ae2c7f3804e53af5b68
Signed-off-by: David Brilla <david.brilla@tieto.com>