Age | Commit message (Collapse) | Author | Files | Lines |
|
Project: aai/esr-server master 75fb4f1f47bfec02aff4b03b2e5ed5a94b86509a
Update the esr installation doc.
Change-Id: I44f771dc6545143c274613640b3f0eff52f8b814
Issue-ID: AAI-1029
Signed-off-by: LiZi <li.zi30@zte.com.cn>
|
|
Project: aai/aai-common master c72945d26a5ad16ef68c9f445f6f315efe511471
Correct INFO.yaml to pass YAML Lint
Change-Id: Iefe1dce442d9d63612f56965c48f2ecef4222cf3
Issue-ID: AAI-1022
Signed-off-by: Eric Debeau <eric.debeau@orange.com>
|
|
Project: aai/event-client master 6ff4895c3651b115c552a50373e2c9330db50087
Correct INFO.yaml to pass YAML Lint
Change-Id: Ib480ff6547685a3fc5be496bbb422d9171f8c6c4
Issue-ID: AAI-1022
Signed-off-by: Eric Debeau <eric.debeau@orange.com>
|
|
Project: aai/sparky-be master ce2daad8fe1d7158c11a2a386ac28aa41db66cdc
Correct INFO.yaml to pass YAML Lint
Change-Id: I08e5618a30d745d41b3e6d2f0eb12f52ea0b3cbf
Issue-ID: AAI-1022
Signed-off-by: Eric Debeau <eric.debeau@orange.com>
|
|
Project: aai/esr-gui master 20b2f6d972919589c94229d359499c7d28f4a18e
Fix the typos in doc of esr-gui.
Change-Id: I63850970c5fa88c8003959a6a3f40c90905f2615
Issue-ID: DOC-258
Signed-off-by: LiZi <li.zi30@zte.com.cn>
|
|
Project: aai/esr-server master f8da829808161871d1f85f879e09bce31f36aac2
Fix the typos in esr-server
Change-Id: I5f27f955e89ec4417b46c0042bb6843985864bfe
Issue-ID: DOC-258
Signed-off-by: LiZi <li.zi30@zte.com.cn>
|
|
Project: aai/sparky-be master 37b2c60102f7b99f7c48ba8b9cb4f9c9a79ccc3c
Fix non-standard linux env var names
Issue-ID: AAI-1008
Change-Id: If6f66fb5c9f51d69ef65cb8a05abca55610f1256
Signed-off-by: da490c <dave.adams@amdocs.com>
|
|
Project: aai/esr-gui master b8685e914a232b5cd1026b10d341f52f66d63cb9
Update docker tag convention
Update docker tagging convention to use:
$VERSION-SNAPSHOT-YYYYMMDDTHHMMSSZ (for dev images)
$VERSION-STAGING-YYYYMMDDTHHMMSSZ (for staging images)
Change-Id: I5d2648bcfeac58218f0bedfa2580938f1b7a04d9
Issue-ID: CIMAN-132
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
|
|
Project: aai/esr-server master d9c337fb3307087751d5027b52ce231d17f24a66
Update docker tag convention
Update docker tagging convention to use:
$VERSION-SNAPSHOT-YYYYMMDDTHHMMSSZ (for dev images)
$VERSION-STAGING-YYYYMMDDTHHMMSSZ (for staging images)
Change-Id: Ic9181f35ef4b7311b7370135990bf33f9037be58
Issue-ID: CIMAN-132
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
|
|
Project: aai/sparky-be master 959cdac3aa172a62a7674a3995d61753a4eb842b
Add support for sparky logback xml config
Issue-ID: AAI-988
Change-Id: I22b46b559534cb749b5ba402c229e55fbcb2518b
Signed-off-by: da490c <dave.adams@amdocs.com>
|
|
Project: aai/sparky-be master 5ada29b64cb08cbddca09fd89517c4d75c77d330
Add support for obfuscated keystore password
Issue-ID: AAI-989
Change-Id: I2c6806e93fc20d19ea2dad4aa02a86e829d1e668
Signed-off-by: da490c <dave.adams@amdocs.com>
|
|
Project: aai/sparky-be master 49c08bd745ce620bb5d22cf8862b49f12a687b14
Merge "Fix servlet response flows"
Fix servlet response flows
Issue-ID: AAI-991
Change-Id: I1526ff2ebd5611576aa89a74fb0ee224066f9cd2
Signed-off-by: rv871f <richard.vondadelszen@amdocs.com>
|
|
Project: aai/sparky-be master e80b8bb943c0a1b4103839245715c5433facdd60
update pom files to pull in correct war
update the pom file to make use of the benijing war file
Issue-ID: AAI-985
Change-Id: Ia8fc0317b6f3e974225cfdb0e1eacdfcf49e761a
Signed-off-by: renealr <reneal.rogers@amdocs.com>
|
|
Project: aai/sparky-be master a4fdf1d339c89403ad747698f1d314600bdc13b9
add test cases to increase coverage
added additional test cases to increase coverage
Issue-ID: AAI-951
Change-Id: I50ce2a499d4b3bb0b762053a5690cb2e3a8eaf2b
Signed-off-by: renealr <reneal.rogers@amdocs.com>
|
|
Project: aai/aai-common master ebfe92d82135a9daea5efea2e329331ea63229ba
Merge "Convert cloud region to esr edge"
Convert cloud region to esr edge
Issue-ID: AAI-973
Change-Id: Id56186db269ccee9a96a6de25dc7e695d354026e
Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
|
|
Project: aai/aai-common master c20ee9965e16166f11a77a15b29204eebac4d08c
added schema validation tools
Issue-ID: AAI-879
Change-Id: I028547c97450372252b76286a8b10f4dbed4d2bf
Signed-off-by: Threefoot, Jane (jt6620) <jt6620@att.com>
|
|
Project: aai/sparky-be master 90f3c038df1977779632f71f0aedf112a409919f
Merge "Replace type specification in constructor call"
Replace type specification in constructor call
Replace type specification in constructor call with diamond operator
AutosuggestionSynchronizer.java:L392, L402
Sonar link : https://sonar.onap.org/project/issues?assignees=PrasadNaidu&id=org.onap.aai.sparky-be%3Asparky-be&open=AWGA0FuF8TZzbCgU6cp3&resolved=false
Location : sparkybe-onap-service/src/main/java/org/onap/aai/sparky/autosuggestion/sync/AutosuggestionSynchronizer.java
Change-Id: I3127b4541e904dd875a0ddabb191da5013f80947
Issue-ID: AAI-932
Signed-off-by: PrasadNaidu <RV00493633@techmahindra.com>
|
|
Project: aai/sparky-be master eb2c0c4eb9fd10d150072c86b62f65aa1809fc06
Add war and scripts to docker gen
Issue-ID: AAI-961
Change-Id: I795098b96f3ebc49f040425fedf174daa0a634d0
Signed-off-by: da490c <dave.adams@amdocs.com>
|
|
Project: aai/sparky-be master b03824428d96c6e738c04db6451322245fc03005
Change pom to fix the docker job
Issue-ID: AAI-961
Change-Id: I712e282b7cec0337e074cd69c31317a889bec38d
Signed-off-by: Francis Paquette <francis.paquette@amdocs.com>
|
|
Project: aai/sparky-be master 439e16586f6a1b05a892cada09e7b48cb322878c
Portal Login Filter reintegration
Issue-ID: AAI-599
Change-Id: I119608a418a07546cd58d4fcbdf93f033c8fbd88
Signed-off-by: rv871f <richard.vondadelszen@amdocs.com>
|
|
Project: aai/aai-common master 1ea271f2c395172d9f999da5748877b3cdbcd44b
Merge "Fix the edge rules for esr"
Fix the edge rules for esr
Issue-ID: AAI-922
Issue-ID: AAI-923
Issue-ID: AAI-924
Issue-ID: AAI-925
Change-Id: Ifb7604b2ecdf55b6f96250063bd097c7b9b1251b
Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
|
|
Project: aai/aai-common master a813f54f56f933aed461b367068651deec6518cb
Update camel jms to using spring jms
Issue-ID: AAI-586
Change-Id: Iac662424d9d912bfc1792c2a495821b0c9ff6339
Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
|
|
Project: aai/esr-server master b23815f098b752259f8a3a16ff925da60e2a0d85
undone upgrade jackson-databind
According to the nexus IQ reports some other security issues caused by upgrade jackson-databind.
Change-Id: I6cfebcdd104c47304185fde024105edea473042c
Issue-ID: AAI-592
Signed-off-by: LiZi <li.zi30@zte.com.cn>
|
|
Project: aai/esr-server master f407d2f5389ed09f3c7447dea2672c1defebbebc
upgrade jackson-databind
Change-Id: Ie1f0f67dcc3d47dbf0563eaaf4d3bce239588669
Issue-ID: AAI-592
Signed-off-by: LiZi <li.zi30@zte.com.cn>
|
|
Project: aai/aai-common master c7ed1d3535ddc080dd3b790aea1e1af4e4cccc4d
Exclude the tomcat for nexus iq
Issue-ID: AAI-586
Change-Id: If7e28aff78f3e08310d099348d5984262a4ff378
Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
|
|
Project: aai/aai-common master fa83cf86c3fbe067f5fd657fe5d8c0dbc0ad67a6
Remove hbase since we are moving to cassandra
Issue-ID: AAI-586
Change-Id: I48ca097f87302b5926adcb9ce1275354105e8879
Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
|
|
Project: aai/aai-common master f0d0c453645d19788da666d0e3c7c6ed9bb2516a
Add to aai-common query builder get parent step
Issue-ID: AAI-962
Change-Id: Ib4aa4ec3453f2c7099e1d7191917b44b323f2bb6
Signed-off-by: Maharajh, Robby (rx2202) <rx2202@att.com>
|
|
Project: aai/sparky-be master b505658d523507b2aa8eec564b599ce1e2b1956a
Adding support for Spring-Boot SSL
Issue-ID: AAI-599
Change-Id: I55ea44c3af3631b9ff3ae72e65f663870a199973
Signed-off-by: da490c <dave.adams@amdocs.com>
|
|
Project: aai/sparky-be master a0727ffb7ee413d56f0b969c8f47861510ee8d98
Merge "Add test cases to increase coverage"
Add test cases to increase coverage
added test cases to increase coverage
deleted classes that are not being used to increase coverage
re-added the logic to ensure suggestions are enabled using search data
service
updated rest client aai schema and logging services version in pom file
Issue-ID: AAI-951
Change-Id: Ie35813bc633a9e249a29baec1df8beefef91b10c
Signed-off-by: renealr <reneal.rogers@amdocs.com>
|
|
Project: aai/aai-common master 8824d311caf6023340e3663f4ff9f61dea8e4241
Update from titan to using janusgraph
Issue-ID: AAI-949
Change-Id: I70029806d3c96f7732778d27a8c7ff75dc5059de
Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
|
|
Project: aai/sparky-be master de197e955ffb3a55de48817aa70f9bc7ef6475e5
Update aai-common poms to 1.2.2-SNAPSHOT
Issue-ID: AAI-947
Change-Id: Icc5a362482a344429cdf85670cbba7700c9a279e
Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
|
|
Project: aai/event-client master 807533f2043f371b18875d4d7160c35b2d599170
Use updated versions of libraries
Also add mockito dep
Change-Id: Ia1d3180f4c0f1211d1f38b379160b14135135ba1
Issue-ID: AAI-945
Signed-off-by: Daniel Silverthorn <daniel.silverthorn@amdocs.com>
|
|
Project: aai/esr-gui master 7aee06eb97b70610172dac3794697d7031158f78
upgrade the version of oparent.
Change-Id: Id0ee08e2d9d7d18f874daa859b00f71b19a0a308
Issue-ID: AAI-942
Signed-off-by: LiZi <li.zi30@zte.com.cn>
|
|
Project: aai/esr-server master 95b5317d2f1d446415ef2b367323c3df8bfce7c0
Upgrade the version of oparent.
Change-Id: Idc553f92d78c586878a2ffd0e8e7ca5b97252c27
Issue-ID: AAI-941
Signed-off-by: LiZi <li.zi30@zte.com.cn>
|
|
Project: aai/aai-common master acab561d7262dc5177c58d9a046fc293f16f80cb
Update the poms to 1.2.2-SNAPSHOT
Issue-ID: AAI-947
Change-Id: I51cff5507a030a68468ba04654b93c508ce4d5ed
Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
|
|
Project: aai/aai-common master 4ae398c4ab3728066e3c0a5456890727af3ac88b
Update the schema ingest to 1.2.1-SNAPSHOT
Issue-ID: AAI-393
Change-Id: Ia2f68025a9f622d277c7416c4f4a9e4170ffdf5d
Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
|
|
Project: aai/aai-common master 34eaed55fd1c7ddf0ba86c79ddff163b5151489c
Add the staging plugin for schema ingest
Issue-ID: AAI-393
Change-Id: Icea23b20f49c1f997f0eef6fa2c81417bbc59eb0
Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
|
|
Project: aai/aai-common master 5bb2d2d9e8c5159ace7283c2a2c30f1f967b9e5b
Update the version properties 1.2.1
Issue-ID: AAI-393
Change-Id: I540c3fcbc80c4670929a94ee7c95e381d9639fb3
Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
|
|
Project: aai/aai-common master f1a8fb1bc04f5d685f2b31d35db605f6fa054f60
Add plugin to check coverage
Get line coverage to 50% and ensure it doesn't go down
Issue-ID: AAI-498
Change-Id: Ib466b7e2b7cb6d2f888e3b58c2073bb02ab6f809
Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
|
|
Project: aai/sparky-be master b51c84fa89da9ca5c3b4bc85646004bb39ee36e3
Update pom to skip parent deploy
Issue-ID: AAI-599
Change-Id: I2df8b8b72a409151d4deaf92cde05150bcad1d07
Signed-off-by: da490c <dave.adams@amdocs.com>
|
|
Project: aai/sparky-be master 9a9accec75c04dea95a79b4224ad081ec803fb1d
Update license and poms
Issue-ID: AAI-599
Change-Id: I467d7a287edf87d1691a55a3bdce1dcc2b7ee223
Signed-off-by: da490c <dave.adams@amdocs.com>
|
|
Project: aai/sparky-be master 12990e5465e0474db52275f5600aa703399c9d8b
Add deployment descriptor to app
Issue-ID: AAI-599
Change-Id: If12fd3829e5279b2eec231d7188d3b35e5ac08a7
Signed-off-by: da490c <dave.adams@amdocs.com>
|
|
Project: aai/sparky-be master 6538f0f7fdf700709ae430426ee3501a96a8e723
Remove logback-classic dep
Issue-ID: AAI-599
Change-Id: I07631b601c2602769ce6f094380df253dbb39c24
Signed-off-by: da490c <dave.adams@amdocs.com>
|
|
Project: aai/sparky-be master ba31685194c77ef140411531299696ae701385d4
Convert Sparky to Spring-Boot
Issue-ID: AAI-599
Change-Id: If474dd02794f442fdddcd90f62fb75e0d6b907e7
Signed-off-by: da490c <dave.adams@amdocs.com>
|
|
Project: aai/aai-common master b1264ad4012f67664d71982a0eaad7e9bcce34f4
Merge "Update the license for 2017-2018 license"
Update the license for 2017-2018 license
Issue-ID: AAI-856
Change-Id: I6711ff48314133abd7d03ea4b73a4f55606442bb
Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
|
|
Project: aai/esr-gui master 9816f0b8236a183168ccdc71fcb25c3fe2f2294c
Remove the redundancy jquery package.
Change-Id: Iffee2708edbc6d942cf93d1d3de25427f80bd707
Issue-ID: AAI-591
Signed-off-by: Lizi <li.zi30@zte.com.cn>
|
|
Project: aai/aai-common master b525e71480278b3314d0dde2e36ab494947cd0f7
Merge "Fixes in DataGrooming"
Fixes in DataGrooming
Change-Id: I663d591e29daf998eabd3489c2032e4beb609dde
Issue-ID: AAI-913
Signed-off-by: burdziak <olaf.burdziakowski@nokia.com>af.burdziakowski@nokia.com>
|
|
Project: aai/sparky-be master ef7f255958e541ffaec0fd2a977440dd7b6fd6b8
Adding interfaces in documentation
Issue-ID: AAI-916
Change-Id: I1eb6ad5a54cf19e71cf891744eefd10ad8a500d1
Signed-off-by: Francis Paquette <francis.paquette@amdocs.com>
|
|
Project: aai/aai-common master f104828c79f132688ee05555c309730e6ffc4186
Fixes in ListEndpoints
Change-Id: I2d67b7bc75da1c42f830368e75c5d166c310848b
Issue-ID: AAI-911
Signed-off-by: burdziak <olaf.burdziakowski@nokia.com>
|
|
Project: aai/sparky-be master 1f928a54df22e2efa1c135a9d16ccb278caccd31
Merge "enable suggestions to use search data service"
enable suggestions to use search data service
Added logic to ensure that suggestions are enabled using the search data
service
Issue-ID: AAI-895
Change-Id: If0bc6a56a4700a0f96584048676ee1a15db63592
Signed-off-by: renealr <reneal.rogers@amdocs.com>
|