summaryrefslogtreecommitdiffstats
path: root/catalog-be/src/main/java
AgeCommit message (Collapse)AuthorFilesLines
2018-05-17removed empty parentheses when no inputskaty.rotman1-1/+2
Issue-ID: SDC-1337 Change-Id: I2919a02dd83c113c3a2ca4a80274fa8dd313e17d Signed-off-by: katy.rotman <katy.rotman@amdocs.com>
2018-05-17fixed interfaces + interface_types when no opkaty.rotman1-5/+8
Issue-ID: SDC-1337 Change-Id: I0038b29e7cb667efb53dee5cbc1192cfd74e387a Signed-off-by: katy.rotman <katy.rotman@amdocs.com>
2018-05-16new unit tests for sdc-beTal Gitelman2-89/+80
Change-Id: I0e2ee2950898668b9ce1e3ef5acf85c1b68cf5d8 Issue-ID: SDC-1333 Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
2018-05-15new unit tests for sdc-beTal Gitelman1-4/+8
Change-Id: If35d53a165a008d9556d856c390fd30f9c7646ad Issue-ID: SDC-1333 Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
2018-05-14Raise JUnit coverage catalog-beTal Gitelman1-2/+3
Change-Id: I8248dae43365495a0eb7410e658b34decea77440 Issue-ID: SDC-1333 Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
2018-05-14fixing some issues in workflow toscakaty.rotman1-11/+12
Issue-ID: SDC-1060 Change-Id: If871360fd768d9f2f5bc2711ef1ea4b3303f2007 Signed-off-by: katy.rotman <katy.rotman@amdocs.com>
2018-05-13Raise JUnit coverage common-beTal Gitelman208-1641/+2286
Change-Id: If7b31082105378901e9a09e26a8cc1b5737eb425 Issue-ID: SDC-1298 Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
2018-05-09Tosca for Workflow operationskaty.rotman9-285/+627
Issue-ID: SDC-1060 Change-Id: I0c334f7aaf99443577478773e7be91de26f8508e Signed-off-by: katy.rotman <katy.rotman@amdocs.com>
2018-05-01Remove dead code asdctoolTal Gitelman4-26/+0
Change-Id: I467f70b442a02a15b8a18b160309bac9a8ab3f9a Issue-ID: SDC-1270 Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
2018-04-30Fix for fail submit service&recommit change 44091katy.rotman11-180/+653
Issue-ID: SDC-1267 Change-Id: I3439e8f4df8c17c3d3635e804473212f1a9aaf34 Signed-off-by: katy.rotman <katy.rotman@amdocs.com>
2018-04-30Rename packages from openecomp to onap.amitjai2-6/+6
This task is all about package name space change also make changes to pom for common module Change-Id: Ie9bda0f958a9a05826c0374830cc9cb7d6d196b6 Issue-ID: SDC-1272 Signed-off-by: amitjai <amitjai@amdocs.com>
2018-04-26Revert "Delete workflow artifactMichael Lando11-634/+180
and add artifact to CSAR" This reverts commit d71a8de8c7b688eabb250e524dc4f6000b3233b6. Issue-ID: SDC-1060 Change-Id: I332a6afb8090491b011e3040e94ca2dc47bcc164 Signed-off-by: Michael Lando <ml636r@att.com>
2018-04-25Delete workflow artifact and add artifact to CSARshrek200011-180/+634
Added delete artifact codes, add artifact to CSAR and refactored operation Business logic. Change-Id: Iaad3f26795633076d1362bfd33631acc9fcf7aa1 Issue-ID: SDC-1060 Signed-off-by: shrek2000 <orenkle@amdocs.com>
2018-04-22Fixed Review Comments - operation Business logicmojahidi6-61/+893
Added interface operation Business logic and amended validation logic Change-Id: Ia98c625d732a31b03dec2d24504ecabb367e0582 Issue-ID: SDC-1060 Signed-off-by: mojahidi <mojahidul.islam@amdocs.com>
2018-04-17fix miss match in the notificationml636r1-6/+6
align the object sent from sdc for distribution with the one in distribution client revert resourceType to resoucreType exclude DMAPP DE and DCAE from failing the health check align the ready probe to check for 200 insted of 500 in FE and BE Change-Id: I1e03660b1e6aded4b6c0cb19fcffe9a821679316 Issue-ID: SDC-1238 Signed-off-by: ml636r <ml6364@att.com>
2018-04-09Added new files requied for operationmojahidi1-0/+69
Added new files requied for workflow operation Change-Id: I561185415a7e82aa75772c6c0b4b1a206b547699 Issue-ID: SDC-1060 Signed-off-by: mojahidi <mojahidul.islam@amdocs.com>
2018-04-09Create required classes for Workflow Toscakaty.rotman3-0/+201
Issue-ID: SDC-1195 Change-Id: If8a8cfc73fce1e6cd5b661f24db2d6bdbeb46ff5 Signed-off-by: katy.rotman <katy.rotman@amdocs.com>
2018-03-25Added validation for Interface Operationmojahidi1-0/+254
Added validation for interface Operation, added input parameter names validation Change-Id: Ib02ec89f7fb53bd08481631c705c9f15757bf768 Issue-ID: SDC-1060 Signed-off-by: mojahidi <mojahidul.islam@amdocs.com>
2018-03-22Json Serialization should hide "empty".shrek20001-8/+49
Json serialization of java collections exposes the isEmpty function as an attribute. This issue was discussed in the design review of Interface operations. Issue-ID: SDC-1150 Change-Id: I09e214f5631b73d60825732c4db8bbf85469c824 Signed-off-by: shrek2000 <orenkle@amdocs.com>
2018-03-19Align current csit testing - fix CSIT testsGitelman, Tal (tg851x)1-1/+1
Change-Id: I63e1af740ca281da404231bb3bff67f4c94541e1 Issue-ID: SDC-1097 Signed-off-by: Gitelman, Tal (tg851x) <tg851x@intl.att.com>
2018-03-07Sync Integ to MasterMichael Lando378-57492/+65602
Change-Id: I71e3acc26fa612127756ac04073a522b9cc6cd74 Issue-ID: SDC-977 Signed-off-by: Gitelman, Tal (tg851x) <tg851x@intl.att.com>
2017-12-25Kibana and import normative API fixYuli Shlosberg1-3/+12
Change-Id: Ic365ed2122dc16f35b54a064166f4774650c9029 Issue-ID: SDC-265 Signed-off-by: Yuli Shlosberg <ys9693@att.com>
2017-12-14Fix swagger.json errorsTal Gitelman4-11/+10
Issue-ID: SDC-534 catalog-be/src/main/java/org/openecomp/sdc/be/externalapi/servlet/ ArtifactExternalServlet.java Change-Id: I68aa03b9c8a2c255b6e58ba00dac1c79a64de7e2 Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
2017-12-10Final commit to master merge fromTal Gitelman111-1531/+4328
Change-Id: Ib464f9a8828437c86fe6def8af238aaf83473507 Issue-ID: SDC-714 Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
2017-11-27sync 1.1.0 to masterYuli Shlosberg9-436/+1040
Change-Id: I6e040f039895dd2ced55f95824473946b226fb5d Issue-ID: SDC-707 Signed-off-by: Yuli Shlosberg <ys9693@att.com>
2017-11-01Merge "sanity stabilization"Michael Lando1-2/+14
2017-10-29SDC distribution failure fixTal Gitelman1-20/+17
Change-Id: I508c5458afc00e57a8de517f96ec64077d660477 Issue-ID: SDC-533 Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
2017-10-26sanity stabilizationYuli Shlosberg1-2/+14
Change-Id: Idb6bae5b58b9430480756cb2ecf850e878bca114 Issue-Id: SDC-542 Signed-off-by: Yuli Shlosberg <ys9693@att.com>
2017-10-24align MMETal Gitelman1-7/+13
- [BUG323816] Don't add a property to a newly generated csar if the value is not set and the default value is not provided Change-Id: I76b312ef8140ca6207aa7604026c1b0a89bfbe02 Issue-ID:SDC-500 Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
2017-10-23Added Offered APIs Page for sdc docsIdan Amit2-3/+3
Changed instance of ecomp to ONAP Change-Id: I5cb4655edcf9276f4a19245218a9d11b8d82144c Issue-ID: SDC-419 Signed-off-by: Idan Amit <ia096e@intl.att.com>
2017-10-22Merge "VoltE fix"Michael Lando1-3/+2
2017-10-22add unit tests to catalog-BE componentsYuli Shlosberg2-184/+1
Change-Id: I7f4d296e7df344c96d712f3b946ac64fefa7a3e7 Issue-Id: SDC-467 Signed-off-by: Yuli Shlosberg <ys9693@att.com> (cherry picked from commit 92461a907a978065d737dc8e7575b53164efa989)
2017-10-22VoltE fixTal Gitelman1-3/+2
Change-Id: Ib1bd2c578f897ff1f7d239d41e3d359e2cbb5c89 Issue-ID: SDC-410 Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
2017-10-22GET query to toscaMode fails -bug fixedYuli Shlosberg1-7/+6
Change-Id: I9558bd14bdd4ea8d06863d11aa972e3c86b830b3 Issue-Id: SDC-300 Signed-off-by: Yuli Shlosberg <ys9693@att.com> (cherry picked from commit 3838a82907fe16110466df09f19d95063bc1bedf)
2017-10-18Sanity docker buildTal Gitelman2-8/+8
Sanity docker build & vLB + vCSCF_aligned VNF addition Change-Id: I5998c7232c1a99c6ad83066f6dd19cd45bb8b351 Issue-ID: SDC-478 Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
2017-10-15update scanned projectsMichael Lando1-12/+12
Change-Id: If9f94713ff278a656e6b80c98ac9d109dfb2f106 Issue-Id: SDC-449 Signed-off-by: Michael Lando <ml636r@att.com> (cherry picked from commit 45bc174cf4d80b318260232919f4ddc11165c80d)
2017-10-11VoltE fixTal Gitelman1-10/+44
Change-Id: I5ebff7b2f8fabc9e9058b7451404eb4e705c0196 Issue-ID: SDC-410 Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
2017-09-17Merged origin/release/1710 branchIdan Amit2-14/+56
Change-Id: If6900101b206d48112a6b2e25b33957b37083479 Issue-Id: SDC-329 Signed-off-by: Idan Amit <ia096e@intl.att.com>
2017-09-13ComponentBaseTest.java enhancement andIdan Amit9-85/+123
new onboarding class that test onboarding only And merge release/1710 branch into master Change-Id: I300d897b151010aa26f8732518fa2e3b7ed4291b Issue-Id: SDC-331 Signed-off-by: Idan Amit <ia096e@intl.att.com>
2017-08-13[SDC-235] rebase codeMichael Lando3-6/+25
Change-Id: Iea503188e521fa3846f580ced7c1c4fce303abe5 Signed-off-by: Michael Lando <ml636r@att.com>
2017-08-10[SDC] code syncMichael Lando1-72/+87
Change-Id: Ia33a7874802b8ac2f49aed9199e109ea509e950e Signed-off-by: Michael Lando <ml636r@att.com>
2017-08-07[SDC] syncTal Gitelman14-316/+126
Change-Id: I150c22c816c52cc142e8d0f3c92e5df7ecea4e3c Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
2017-08-07Merge "[SDC] code sync"Michael Lando1-17/+14
2017-08-07[sdc] - logging entries for OS debugging purposesTal Gitelman2-3/+11
Change-Id: I3c502a03833f9ddf5e2e919542d13a3b6691e279 Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
2017-08-07[SDC] code syncMichael Lando1-17/+14
Change-Id: I576dd69504722c341b0f41a1f6232ed3f4bee8df Signed-off-by: Michael Lando <ml636r@att.com>
2017-08-02[SDC] code rebase for sdc resync to LFAvi Ziv13-114/+308
Change-Id: If6d87c9e324f508a8a6b80b10a03d1843901472e Signed-off-by: Michael Lando <ml636r@att.com>
2017-07-22[sdc] 1710 rebase codeMichael Lando1-18/+27
Change-Id: Icedeac71c0a9d27518969effcd5d5519de9955a6 Signed-off-by: Michael Lando <ml636r@att.com>
2017-07-20[SDC] 1710 rebase + pom modificationsMichael Lando2-7/+58
Change-Id: I1f9c0a5201576c7a6b124f6a786db12c1a8cd7c0 Signed-off-by: Michael Lando <ml636r@att.com>
2017-07-18[SDC] rebase 1710Michael Lando9-478/+438
Change-Id: I07fced02f40a57700d9d35ed3ba498bca351fb13 Signed-off-by: Michael Lando <ml636r@att.com>
2017-07-17[SDC] rebase 1710 codeMichael Lando28-1178/+1982
Change-Id: I532ed68979fee7840ea8a5395e7e965b155fb9f9 Signed-off-by: Michael Lando <ml636r@att.com>