aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2023-05-04Fix Cell relationship with object-groupaleem.raja@t-systems.com1-1/+1
Fixed a typo in DbEdgeRule Issue-ID: AAI-3625 Signed-off-by: aleem.raja@t-systems.com <aleem.raja@t-systems.com> Change-Id: Iaece6541ae2d35a4f9b260b8f33686db4ac2214e
2023-04-05[AAI] Release docker artifacts 1.12.0 for aai/schema-servicealeem.raja@t-systems.com1-0/+7
Issue-ID: AAI-3638 Signed-off-by: aleem.raja@t-systems.com <aleem.raja@t-systems.com> Change-Id: I851f42c3dcf49d0468a07bad2d67be2d267337ea
2023-04-04[AAI] Release maven artifacts 1.12.0 for aai/schema-servicealeem.raja@t-systems.com1-0/+4
Issue-ID: AAI-3638 Signed-off-by: aleem.raja@t-systems.com <aleem.raja@t-systems.com> Change-Id: I2b84807b257634efcb00819ce1ab7af3c04c775a
2023-04-03[AAI] Up-version aai/schema-service to 1.12.0 for Londonaleem.raja@t-systems.com7-9/+9
Issue-ID: AAI-3638 Change-Id: Iefac3cec7690eeedd7b00e404d4eeab438525f80 Signed-off-by: aleem.raja@t-systems.com <aleem.raja@t-systems.com>
2023-03-17AAI schema changes for CellsAleem Raja4-2/+540
Cell and Neighbour objects added with required relationships. Issue-ID: AAI-3625 Signed-off-by: Aleem Raja <aleem.raja@t-systems.com> Change-Id: Iaece7985ae2d35a4f9b150b8f33686db4ac3319e
2022-12-07Generated AAI Swagger file has schema violationsFiete Ostkamp8-121/+161
Fixes for violations - provide a valid host (localhost) for the `host` key - remove `example` keys for parameters - remove `also requires` property from definitions Other changes - remove the license header from description and add it instead as a yaml comment (like we do it for any other file) - remove the `contact` block since it does not contain actual contact information - remove the reference to the AT&T wiki for the default response codes - remove `description: n/a` values in parameters that are set when there is no description available Issue-ID: AAI-3611 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de> Change-Id: I057f7f3a49a861891c49b52bff80e5a9810f18a7
2022-11-25schema-service openapi generation is ignoring types other than String, Long, ↵Fiete Ostkamp11-53/+83
Integer and Boolean Issue-ID: AAI-3607 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de> Change-Id: I10a451dbe32bafec323af3f7243e38f1e40b2dce
2022-11-15Merge "Update aai-schema-ingest dependency in the schema-service"William Reehil23-226/+505
2022-11-12Project build error due to reporting configuration not being in reporting ↵Fiete Ostkamp1-46/+39
section in pom in schema-service Issue-ID: AAI-3593 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de> Change-Id: Iaece5965ae2d35a4f9b150b8f22686db4ac3319e
2022-11-11Update aai-schema-ingest dependency in the schema-serviceFiete Ostkamp23-226/+505
- SchemaVersions object is being renamed to SchemaConfigVersions in aai-schema-ingest > 1.4.0 - add logback config to set log level to INFO, since a test run would otherwise generate 6GB worth of logs (when piped into a file) Issue-ID: AAI-3592 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de> Change-Id: I7e0a6f4577d2254d8f58956f4ad3ea39bd74dc8d
2022-11-10Reduce the number of problems in schema-serviceFiete Ostkamp18-220/+234
Issue-ID: AAI-3590 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de> Change-Id: I7a5d3e5a4db75efb8a8fcc6c8598d6cab80dca4a
2022-10-19[AAI] Release docker image for schema-service 1.11.0 for Kohnkohnwr148d1-0/+7
Issue-ID: AAI-3537 Signed-off-by: wr148d <wr148d@att.com> Change-Id: I24c3a62d2f8182186a1fcd1b859e4f263bb2e61f
2022-10-18[AAI] Release maven artifact for schema-service 1.11.0 for Kohnwr148d1-0/+4
Issue-ID: AAI-3537 Signed-off-by: wr148d <wr148d@att.com> Change-Id: Id17c976926a67a781c0f6e63bac2a2934d0dc6e7
2022-10-18[AAI] Upversion schema-service to 1.11.0 for Kohnwr148d7-10/+10
Issue-ID: AAI-3537 Signed-off-by: wr148d <wr148d@att.com> Change-Id: Ib4b3438180f58e78e5ffea4c0d4aaf0b9c5f1158
2022-09-24Update schema service pluginsFiete Ostkamp6-30/+30
- update plugins - use https urls for pluginRepositories since plain http ones would be blocked Issue-ID: AAI-3530 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de> Change-Id: I227d9bc131b4dbefe08563c3e6e8713e9f0f2571
2022-09-22Fix mvn javadoc:javadoc failure, update javadoc plugin to 3.4.1Fiete Ostkamp9-17/+19
Issue-ID: AAI-3527 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de> Change-Id: Ie69792925722607ea33e376f01a3d682bc0bd43b
2022-09-19Add instructions to invoke the linter and code formatter plugins to the ↵Fiete Ostkamp108-5806/+6251
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 Ostkamp50-4307/+4307
warning Issue-ID: AAI-3525 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de> Change-Id: I36cf7b83dd33c3b69de51e56e00bbd93a79c5ec4
2022-08-29[AAI] Remove Robby Maharajh & Harish Kajur as committerswr148d1-10/+6
Issue-ID: AAI-3515 Signed-off-by: wr148d <wr148d@att.com> Change-Id: I5159b7c089f828c952e74ae1767e192c3370c281
2022-08-16[AAI] Release docker artifact 1.9.7 to include v27wr148d1-0/+7
Issue-ID: AAI-3489 Signed-off-by: wr148d <wr148d@att.com> Change-Id: I8bb006dbba5d497a917f186505a98c0590ea55b6
2022-08-16[AAI] Release maven artifact 1.9.7 to include v27wr148d1-0/+4
Issue-ID: AAI-3489 Signed-off-by: wr148d <wr148d@att.com> Change-Id: Id1bcd9058c23505f476f24c35cc0fbe459986312
2022-08-16[AAI] Upversion to 1.9.7 to include v27wr148d8-7/+12
Issue-ID: AAI-3489 Change-Id: I41f555956a2d3e526f2d235cbbada4f7cbf84091 Signed-off-by: wr148d <wr148d@att.com>
2022-05-23[AAI] Update the schema to v27wr148d10-5/+45266
Issue-ID: AAI-3489 Signed-off-by: wr148d <wr148d@att.com> Change-Id: Id6f692fb9d24d724a1d040f7dcba9c41278fe745
2022-04-11[AAI] Release docker image 1.9.6 for lcmp-unreachable to icmp-unreachablejakartawr148d1-0/+7
Issue-ID: AAI-3466 Signed-off-by: wr148d <wr148d@att.com> Change-Id: Ice5a762d1ab5fb1a5ffb9c723fd068fd0c17a5d1
2022-04-11[AAI] Release maven release 1.9.6 for lcmp-unreachable to icmp-unreachablewr148d1-0/+4
Issue-ID: AAI-3466 Signed-off-by: wr148d <wr148d@att.com> Change-Id: I33b72142de3cc7b8ef8508fdd00874e6b65f6b1e
2022-04-11[AAI] Upversion to 1.9.6 from 1.9.5 for lcmp-unreachable to icmp-unreachablewr148d7-7/+7
Issue-ID: AAI-3466 Signed-off-by: wr148d <wr148d@att.com> Change-Id: I17f597ef622361baccb55f31977deed26216d9ab
2022-04-11[AAI] Upgrading to v24 to have icmp-unreachable instead of the typo ↵wr148d1-0/+20134
lcmp-unreachable for the xsd Issue-ID: AAI-3466 Signed-off-by: wr148d <wr148d@att.com> Change-Id: I46a0c0f4cbfb8e4020fd633e7d7d33053654c060
2022-04-11[AAI] Upgrading to v24 to have icmp-unreachable instead of the typo ↵wr148d2-13/+13
lcmp-unreachable Issue-ID: AAI-3466 Signed-off-by: wr148d <wr148d@att.com> Change-Id: I240de905da7f3c02f643ec57b851361b9bb0b3de
2022-03-21[AAI] Releasing docker image 1.9.5 for schema-servicewr148d1-0/+7
Issue-ID: AAI-3435 Signed-off-by: wr148d <wr148d@att.com> Change-Id: I109a2be0486013872e764a198726f5390771391f
2022-03-21[AAI] Releasing maven artifact 1.9.5 for schema-servicewr148d1-0/+4
Issue-ID: AAI-3435 Signed-off-by: wr148d <wr148d@att.com> Change-Id: Ic865aeaf01c57a2cee1895b3eae6ba90da4b5cd2
2022-03-21[AAI] Upversion schema-service to 1.9.5 including the v25 and v26 xsdswr148d7-7/+7
Issue-ID: AAI-3435 Signed-off-by: wr148d <wr148d@att.com> Change-Id: I04360ad9754246eb4e0b4014eadc8519516aa8fe
2022-03-17[AAI] Adding the xsds for v25 and v26wr148d2-12/+20702
Issue-ID: AAI-3435 Signed-off-by: wr148d <wr148d@att.com> Change-Id: I38a6a9eaf0619c943ab98749fefe974102f4e8c2
2022-03-07[AAI] Update schema-service to fix security vulnerabilitieswr148d2-1/+4
Issue-ID: AAI-3414 Signed-off-by: wr148d <wr148d@att.com> Change-Id: I1f820955dafb3a2961e9566ae0ae12a07e061ec2
2022-03-03[AAI] Update mS to use 1.9.3 aai-common versionwr148d1-1/+1
Issue-ID: AAI-3414 Signed-off-by: wr148d <wr148d@att.com> Change-Id: I1bb220b9a69b04c999f34067d7504dd557af5787
2022-02-14Merge "[AAI] Release schema-service 1.9.4 docker image"Robby Maharajh1-0/+7
2022-02-14[AAI] Release schema-service 1.9.4 docker imagewr148d1-0/+7
Issue-ID: AAI-3435 Signed-off-by: wr148d <wr148d@att.com> Change-Id: I46cc71efae4530cba476b48050a1af8b30160c6a
2022-02-14Merge "[AAI] Release schema-service 1.9.4 maven artifact version"Robby Maharajh1-0/+4
2022-02-14[AAI] Release schema-service 1.9.4 maven artifact versionwr148d1-0/+4
Issue-ID: AAI-3435 Signed-off-by: wr148d <wr148d@att.com> Change-Id: I148bdfd5a5f3526dd05416364239849fcbe25774
2022-02-14Merge "[AAI] Update schema service to be on v26 by default and upversion to ↵Robby Maharajh10-16/+26
1.9.4"
2022-02-14[AAI] Update schema service to be on v26 by default and upversion to 1.9.4wr148d10-16/+26
Issue-ID: AAI-3435 Change-Id: I01c53e5b4c7a172754a9029d04900702951c09c9 Signed-off-by: wr148d <wr148d@att.com>
2022-01-31Adding UNI attributes for CCVPN usacase in Jakarta release.decheng zhang1-0/+20
Issue-ID: AAI-3437 Signed-off-by: decheng zhang <decheng.zhang@huawei.com> Change-Id: I6167bb87e3dd9880b313a43c01fd6a067c2d879d
2022-01-31[AAI] Releasing schema-service docker image 1.9.3wr148d1-0/+7
Issue-ID: AAI-3431 Signed-off-by: wr148d <wr148d@att.com> Change-Id: I1113313363dcc69713060380ae826908c45517f4
2022-01-27[AAI] Releasing schema-service maven artifact 1.9.3wr148d1-0/+4
Issue-ID: AAI-3431 Signed-off-by: wr148d <wr148d@att.com> Change-Id: I928a935d76afb423ae3957315290beb4e35b604d
2022-01-27[AAI] Upversion schema-service to 1.9.3wr148d7-7/+7
Issue-ID: AAI-3431 Change-Id: I9b65665c21daff389ee4add4270ccc8f2e2f4eea Signed-off-by: wr148d <wr148d@att.com>
2022-01-26[AAI] Upgraded microservices to use the latest aai-common 1.9.2wr148d1-2/+2
Issue-ID: AAI-3433 Change-Id: I8a2fccdb469b2ae6bc10d09cd884fb4e38db5447 Signed-off-by: wr148d <wr148d@att.com>
2022-01-26[AAI] Added v26 schemawr148d7-0/+24698
Issue-ID: AAI-3433 Signed-off-by: wr148d <wr148d@att.com> Change-Id: I2d88958ce8c445d088ff660378152bf20f2f375f
2021-10-27Merge ECOMP updates to v25 schemawr148d2-9295/+9676
Issue-ID: AAI-3404 Change-Id: Ie96d1b4aee7503006e92dbdd6b5db7838b37ef87 Signed-off-by: wr148d <wr148d@att.com>
2021-10-26Add v25 schema for aaiwr148d7-0/+24135
Issue-ID: AAI-3404 Signed-off-by: wr148d <wr148d@att.com> Change-Id: I89a050192d0d3d63027095e8dc68a7a04bf8a70f
2021-09-22[AAI] Releasing the 1.9.2 schema-service docker image with cnf updateswr148d1-0/+7
Issue-ID: AAI-3385 Signed-off-by: wr148d <wr148d@att.com> Change-Id: I9670861e026419745f8a92c5ff3d7fb4f3927f07
2021-09-22[AAI] Releasing the 1.9.2 schema-service maven artifacts with cnf updateswr148d1-0/+4
Issue-ID: AAI-3385 Signed-off-by: wr148d <wr148d@att.com> Change-Id: I6e78a343cf13e697c9112c52748f19f06a0c6ef5