aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources
AgeCommit message (Collapse)AuthorFilesLines
2019-02-13Performance Improvements for Gizmo bulk APIPopescu, Serban1-1/+7
Use bulk operations with Gizmo/Champ to improve performance. Also allows for HA by allowing Champ to operate in stateless mode Change-Id: I63bbbf8d6071cecb4b22110c477d7dc592026200 Issue-ID: AAI-2147 Signed-off-by: Serban Popescu <serban.popescu@amdocs.com>
2019-01-23optionally disable client auth in gizmoBansal, Nitin (nb121v)1-1/+0
optionally disable client auth in gizmo Change-Id: I62ba93ce8ec29c08ee311ce585dae2b16bf405ac Issue-ID: AAI-2116 Signed-off-by: Bansal, Nitin (nb121v) <nitin.bansal@amdocs.com>
2018-12-17Update to use Schema ServiceRavi Geda1-0/+2
The code supports both Schema Service and local schema files. The property schema.translator.list drives which one to use. Change-Id: Idc9c5832d7286e7904ddf0b2637c83b0a3cfa15c Issue-ID: AAI-2008 Signed-off-by: Ravi Geda <gravik@amdocs.com>
2018-11-29Upgrade version of aai-commonRavi Geda1-0/+2
Update OXM Model Loader and Edge Rules Loader to use the 1810 schema ingestion mechanism. Update tests accordingly. Change-Id: I979951fcdcaf901c508c30d770b83dfa3d52bde4 Issue-ID: AAI-1952 Signed-off-by: Ravi Geda <gravik@amdocs.com>
2018-06-13Gizmo to load multiple Db Edge Rules filesShwetank Dave1-0/+4
There is an Edge Rule file for each OXM file. For every OXM version that is loaded, an edge rule file should also be loaded. Issue-ID: AAI-1201 Change-Id: I728e577ea8152623d3c5e2f0e8edf677f0eb9ef4 Signed-off-by: Shwetank Dave <shwetank.dave@amdocs.com>
2018-06-11Process multi-OXM filesSotiropoulos, Ioannis (is948x)1-1/+4
Gizmo service uses common OXM consumer to process multi-OXM files Issue-ID: AAI-1196 Change-Id: If6dd50413a914984948272cd6bd98e2eeeaecedb Signed-off-by: Sotiropoulos, Ioannis (is948x) <Ioannis.Sotiropoulos@amdocs.com>
2018-05-25Remove gizmo logback, use mounted oneDaniel Silverthorn2-215/+0
Change-Id: I256d2038c554aecc193b96661e080cd3bac82636 Issue-ID: AAI-1180 Signed-off-by: Daniel Silverthorn <daniel.silverthorn@amdocs.com>
2018-05-01Migrate to Spring BootRavi Geda2-0/+224
Convert from AJSC to Spring Boot micro service Change-Id: I17bed6d10a00b35dbc63f5dd2b93642b1b3eb7a5 Issue-ID: AAI-1040 Signed-off-by: Ravi Geda <gravik@amdocs.com>
2018-01-25Update gizmo to set jersey impl for ClientBuilderBansal, Nitin (nb121v)1-0/+1
Update gizmo to specify the jersey impl for javax.ws.rs.client.ClientBuilder to resolve http chunking issue while publishing to dmaap Change-Id: If74dad209ca47db8a3c4eaf362659137e24d1103 Issue-ID: AAI-695 Signed-off-by: Bansal, Nitin (nb121v) <nitin.bansal@amdocs.com>
2017-12-06Port async pipeline for gizmoGurjeet Bedi1-0/+21
Port async pipeline for gizmo Issue-ID: AAI-552 Change-Id: I255127174d1154849f440bab8b1f0bda3311ec9f Signed-off-by: Gurjeet Bedi <gurjeetb@amdocs.com>
2017-11-16Add bulk API to gizmoBansal, Nitin (nb121v)1-0/+3
Add bulk API to gizmo IssueID: AAI-481 Change-Id: Iff9df1a8fdc73c87d726da7294c2eb9f471080f1 Signed-off-by: Bansal, Nitin (nb121v) <nitin.bansal@amdocs.com>
2017-08-22Split out Titan specific dependencies from coreabatos1-18/+0
Remove the Titan specific references within the gizmo core and prepare for dependency on new champ core library. Change-Id: I29a4e7b6528e8357715b095d8db5456cd01eb636 Issue-ID: AAI-21 Signed-off-by: abatos <adrian.batos-parac@amdocs.com>
2017-08-03[AAI-26] Adding gizmo data to the repository.Shwetank Dave1-0/+75
Change-Id: I183f837d45acbfe3c673fde1acf8768d5e3fd37b Signed-off-by: Shwetank Dave <shwetank.dave@amdocs.com>