summaryrefslogtreecommitdiffstats
path: root/src/main/java/io/swagger/api/impl
AgeCommit message (Collapse)AuthorFilesLines
2018-11-07xAdd application/component.Shadi Haidar1-6/+36
Change-Id: Ib60ef8f3e64aa03dfa49b7c542ac7bae1e25175f Issue-ID: DCAEGEN2-879 Signed-off-by: Shadi Haidar <sh1986@att.com> Signed-off-by: Haidar, Shadi (sh1986) <sh1986@att.com>
2018-09-06Inventory to support wild card in typeNameShadi Haidar1-2/+8
Issue-ID: DCAEGEN2-749 Change-Id: I273f3f8e5466b170f42f3aef0ab21b0ff002be59 Signed-off-by: Shadi Haidar <sh1986@att.com>
2018-07-13InventoryAPI Syncup with ECOMP LoggingShadi Haidar2-9/+15
Issue-ID: DCAEGEN2-575 Change-Id: I9df025e3f8ddeb282f980758bdf1dc30491e0d01 Signed-off-by: Shadi Haidar <sh1986@att.com>
2018-03-26Add unit tests to reach 50% coverageMichael Hwang1-23/+3
Ripped out the dcae controller code which is no longer needed. Change-Id: I43906edb80bcd5e25445ec2a7175c6748b0ab2ae Signed-off-by: Michael Hwang <mhwang@research.att.com> Issue-ID: DCAEGEN2-257
2018-03-05Sonar:MinorTECHMAHINDRA\BS004935321-1/+0
Remove this unused import 'java.util.Locale' DcaeServiceTypesApiServiceImpl.java:L45 Sonar link : https://sonar.onap.org/project/issues?id=org.onap.dcaegen2.platform%3Ainventory-api&myIssues=true&resolved=false Location : src/main/java/io/swagger/api/impl/DcaeServiceTypesApiServiceImpl.java Change-Id: I0de8e5db8a214506003239eb4d89c95fbb5e1253 Issue-ID: DCAEGEN2-365 Signed-off-by: TECHMAHINDRA\BS00493532 <BS00493532@techmahindra.com>
2018-02-07Merge "Sonar:Major"Tony Hansen1-1/+1
2018-02-07Sonar:MajorTECHMAHINDRA\BS004935321-1/+1
Replace type specification with diamond operator DcaeServicesApiServiceImpl.java:L336 Sonar link : https://sonar.onap.org/component_issues/index?id=org.onap.dcaegen2.platform%3Ainventory-api#resolved=false|severities=MAJOR|assignees=BharathS24 Location : src/main/java/io/swagger/api/impl/DcaeServicesApiServiceImpl.java Change-Id: Iacbc9f6fefe15850beea5611915b936ba73ec57d Issue-ID: DCAEGEN2-316 Signed-off-by: TECHMAHINDRA\BS00493532 <BS00493532@techmahindra.com>
2018-02-07Sonar:MajorTECHMAHINDRA\BS004935321-1/+1
Replace type specification with diamond operator DcaeServicesApiServiceImpl.java:L305 Sonar link : https://sonar.onap.org/component_issues/index?id=org.onap.dcaegen2.platform%3Ainventory-api#resolved=false|severities=MAJOR|assignees=BharathS24 Location : src/main/java/io/swagger/api/impl/DcaeServicesApiServiceImpl.java Change-Id: If46a8c533de9a33d244ef4b9a76c29195c691988 Issue-ID: DCAEGEN2-315 Signed-off-by: TECHMAHINDRA\BS00493532 <BS00493532@techmahindra.com>
2018-02-06Merge "Sonar Major fix"Tony Hansen1-1/+1
2018-02-06Merge "Sonar Major fix"Tony Hansen1-1/+1
2018-02-06Merge "Sonar Major fix"Tony Hansen1-1/+1
2018-02-06Merge "sonar Major issues"Tony Hansen1-1/+1
2018-02-06Merge "sonar Major issues"Tony Hansen1-1/+1
2018-02-06Merge "sonar Major issues"Tony Hansen1-1/+1
2018-02-06Merge "Sonar:Major"Tony Hansen1-1/+1
2018-02-06Sonar:MajorTECHMAHINDRA\BS004935321-1/+1
Replace type specification with diamond operator DcaeServicesApiServiceImpl.java:L232 Sonar link : https://sonar.onap.org/component_issues/index?id=org.onap.dcaegen2.platform%3Ainventory-api#resolved=false|severities=MAJOR|assignees=BharathS24 Location : src/main/java/io/swagger/api/impl/DcaeServicesApiServiceImpl.java Change-Id: I412690de378ff2ba550b2906d7a6861254ab83c7 Issue-ID: DCAEGEN2-313 Signed-off-by: TECHMAHINDRA\BS00493532 <BS00493532@techmahindra.com>
2018-02-06Sonar Major fixPooja031-1/+1
Remove useless assignment to local variable columnName Sonar Link:https://sonar.onap.org/component_issues/index?id=org.onap.dcaegen2.platform%3Ainventory-api#severities=CRITICAL%2CMAJOR|resolved=false|assignees=Pooja03 Location:DcaeServicesGroupbyApiServiceImpl.java:L42 Change-Id: I9429dc91c7fdb08112f7b0baa89e7127c2261b75 Issue-ID: DCAEGEN2-310 Signed-off-by: Pooja03 <PM00501616@techmahindra.com>
2018-02-06Sonar:MajorTECHMAHINDRA\BS004935321-1/+1
Replace type specification with diamond operator DcaeServiceTypesApiServiceImpl.java:L153 Sonar link : https://sonar.onap.org/component_issues/index?id=org.onap.dcaegen2.platform%3Ainventory-api#resolved=false|severities=MAJOR|assignees=BharathS24 Location : src/main/java/io/swagger/api/impl/DcaeServicesApiServiceImpl.java Change-Id: Ifa03875c154958004b41ed780f533f28093fa74e Issue-ID: DCAEGEN2-311 Signed-off-by: TECHMAHINDRA\BS00493532 <BS00493532@techmahindra.com>
2018-02-06sonar Major issuesSnigdha Sucharita Patra1-1/+1
Replace these toUpperCase()/toLowerCase() and equals() calls with a single equalsIgnoreCase() call Sonar Link: https://sonar.onap.org/component_issues?id=org.onap.dcaegen2.platform%3Ainventory-api#resolved=false|severities=MAJOR|assignees=Snigdha503415 Location: src/main/java/io/swagger/api/impl/DcaeServicesApiServiceImpl.java Line No-108 Change-Id: I7a21f8c847cdbdfe17aa54919859ef60e265caf9 Issue-ID: DCAEGEN2-307 Signed-off-by: Snigdha Sucharita Patra <sp00503415@techmahindra.com>
2018-02-06Sonar Major fixPooja031-1/+1
Replace these toUpperCase() and equals() calls with a single equalsIgnoreCase() call in DcaeServiceTypesApiServiceImpl.java Sonar Link:https://sonar.onap.org/component_issues/index?id=org.onap.dcaegen2.platform%3Ainventory-api#resolved=false|assignees=Pooja03 Location:DcaeServiceTypesApiServiceImpl.java:L123 Change-Id: I52479234b39cee0cdee01655c3cf3977a42103f4 Issue-ID: DCAEGEN2-308 Signed-off-by: Pooja03 <PM00501616@techmahindra.com>
2018-02-06Sonar Major fixPooja031-1/+1
Replace these toUpperCase() and equals() calls with a single equalsIgnoreCase() call in DcaeServiceTypesApiServiceImpl.java Sonar Link:https://sonar.onap.org/component_issues/index?id=org.onap.dcaegen2.platform%3Ainventory-api#resolved=false|assignees=Pooja03 Location:DcaeServiceTypesApiServiceImpl.java:L115 Change-Id: Ib4fc25a0882c28c7ff96637d84e52a0c274150f1 Issue-ID: DCAEGEN2-302 Signed-off-by: Pooja03 <PM00501616@techmahindra.com>
2018-02-06sonar Major issuesSnigdha Sucharita Patra1-1/+1
Replace these toUpperCase()/toLowerCase() and equals() calls with a single equalsIgnoreCase() call Sonar Link: https://sonar.onap.org/component_issues?id=org.onap.dcaegen2.platform%3Ainventory-api#resolved=false|severities=MAJOR|assignees=Snigdha503415 Location: src/main/java/io/swagger/api/impl/DcaeServicesApiServiceImpl.java Line No-93 Change-Id: I5d7ec72053255053ebf2c0a434cb8461a703f299 Issue-ID: DCAEGEN2-306 Signed-off-by: Snigdha Sucharita Patra <sp00503415@techmahindra.com>
2018-02-06sonar Major issuesSnigdha Sucharita Patra1-1/+1
Replace these toUpperCase()/toLowerCase() and equals() calls with a single equalsIgnoreCase() call Sonar Link: https://sonar.onap.org/component_issues?id=org.onap.dcaegen2.platform%3Ainventory-api#resolved=false|severities=MAJOR|assignees=Snigdha503415 Location: src/main/java/io/swagger/api/impl/DcaeServiceTypesApiServiceImpl.java Line No-166 Change-Id: Ic08685f0f5a1feead8ea434263cd98ef7f5a5a6e Issue-ID: DCAEGEN2-305 Signed-off-by: Snigdha Sucharita Patra <sp00503415@techmahindra.com>
2018-02-05Merge "Sonar Major"Tony Hansen1-1/+1
2018-02-05Merge "sonar Major issues"Tony Hansen1-1/+1
2018-02-05Merge "Sonar Major fix"Tony Hansen1-1/+1
2018-02-05sonar Major issuesSnigdha Sucharita Patra1-1/+1
Replace these toUpperCase()/toLowerCase() and equals() calls with a single equalsIgnoreCase() call Sonar Link: https://sonar.onap.org/component_issues?id=org.onap.dcaegen2.platform%3Ainventory-api#resolved=false|severities=MAJOR|assignees=Snigdha503415 Location: src/main/java/io/swagger/api/impl/DcaeServiceTypesApiServiceImpl.java Line No:162 Change-Id: I2d3514753229c9c7a3c9fc005d26d55451f90603 Issue-ID: DCAEGEN2-303 Signed-off-by: Snigdha Sucharita Patra <sp00503415@techmahindra.com>
2018-02-05Sonar Major fixPooja031-1/+1
Remove useless parentheses in DcaeServicesApiServiceImpl.java Sonar Link:https://sonar.onap.org/component_issues/index?id=org.onap.dcaegen2.platform%3Ainventory-api#resolved=false|assignees=_me_%2CPooja03 Location:DcaeServicesApiServiceImpl.java:L214 Change-Id: I69cfc51a0e42516564c821ec5a0610c4cb3e7242 Issue-ID: DCAEGEN2-301 Signed-off-by: Pooja03 <PM00501616@techmahindra.com>
2018-02-02Sonar Major fixPooja031-1/+1
Remove useless parentheses in DcaeServicesApiServiceImpl.java Sonar Link:https://sonar.onap.org/component_issues/index?id=org.onap.dcaegen2.platform%3Ainventory-api#resolved=false|assignees=_me_%2CPooja03 Location:DcaeServicesApiServiceImpl.java:L139 Change-Id: I60ab8364871ffc2263e3ef94b0861c831171b756 Issue-ID: DCAEGEN2-298 Signed-off-by: Pooja03 <PM00501616@techmahindra.com>
2018-02-01Sonar MajorTECHMAHINDRA\BS004935321-1/+1
Replace the type specification with the diamond operator DcaeServicesApiServiceImpl.java Sonar link : https://sonar.onap.org/issues/search#resolved=false|assignees=__me__%2CBharathS24 Location : src/main/java/io/swagger/api/impl/DcaeServicesApiServiceImpl.java Change-Id: I86abc7e42167783ade5dfc3a98fa05e19c5ca81b Issue-ID: DCAEGEN2-290 Signed-off-by: TECHMAHINDRA\BS00493532 <BS00493532@techmahindra.com>
2018-01-29Sonar Major fixPooja031-1/+1
Replace the type specification in this constructor call with the diamond operator Sonar Link:https://sonar.onap.org/component_issues/index?id=org.onap.dcaegen2.platform%3Ainventory-api#resolved=false|severities=CRITICAL%2CMAJOR Location:DcaeServiceTypesApiServiceImpl.java:L96 Change-Id: If36e27e862ee2d8db4c2f2b9def49afa88cf9632 Issue-ID: DCAEGEN2-284 Signed-off-by: Pooja03 <PM00501616@techmahindra.com>
2018-01-24Merge "sonar critical for Exception handling"Lusheng Ji1-1/+1
2018-01-23Merge "sonar critical for Exception handling"Tony Hansen1-1/+1
2018-01-23sonar critical for Exception handlingSnigdha Sucharita Patra1-1/+1
Either log or rethrow this exception Sonar Link: https://sonar.onap.org/component_issues/index?id=org.onap.dcaegen2.platform%3Ainventory-api#severities=CRITICAL|assignees=Snigdha503415 Location: src/main/java/io/swagger/api/impl/DcaeServicesApiServiceImpl.java Line No-118 Change-Id: I98ebe37fa928cb9fdbbaf841987902f9fe3fb693 Issue-ID: DCAEGEN2-216 Signed-off-by: Snigdha Sucharita Patra <sp00503415@techmahindra.com>
2018-01-19Change package from openecomp to onapMichael Hwang3-19/+19
Change-Id: I2a79eb123e5fbb6a6c2f0e72030d6781fbbd7513 Issue-ID: DCAEGEN2-225 Signed-off-by: Michael Hwang <mhwang@research.att.com>
2018-01-19sonar critical for Exception handlingSnigdha Sucharita Patra1-1/+1
Either log or rethrow this exception Sonar Link: https://sonar.onap.org/component_issues?id=org.onap.dcaegen2.platform%3Ainventory-api#resolved=false|severities=CRITICAL|assignees=Snigdha503415 Location: src/main/java/io/swagger/api/impl/DcaeServicesApiServiceImpl.java Line No-104 Change-Id: I6c93a308b0e069cd13d59387efc99340e408a7d2 Issue-ID: DCAEGEN2-209 Signed-off-by: Snigdha Sucharita Patra <sp00503415@techmahindra.com>
2018-01-05Add private constructor in all static member classlibujacob2-11/+11
Add @override annotation to overridden functions Issue-ID: DCAEGEN2-207 Change-Id: I7bf8ad7afec645cbe28fceaaa8f4c04001a0ef6a Signed-off-by: libujacob <libu.jacob@huawei.com>
2017-08-23Make first commitMichael Hwang3-0/+816
Transferring from original dcae project Issue-Id: DCAEGEN2-45 Change-Id: If8500f4a120ec2d27a714c8917f163beb57ee64c Signed-off-by: Michael Hwang <mhwang@research.att.com>