Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-03-09 | Merge "Reduce log noise/warnings format to conventions" | Seshu Kumar M | 211 | -28398/+28672 | |
2018-03-09 | Merge "Support resource generic workflow Inputs" | Chuanyu Chen | 1 | -0/+290 | |
2018-03-09 | Support resource generic workflow Inputs | c00149107 | 1 | -0/+290 | |
Support resource generic workflow Inputs Change-Id: I1a627a573b13d12319459dc45839efbfd3cc3acc Issue-ID: SO-452 Signed-off-by: c00149107 <chenchuanyu@huawei.com> | |||||
2018-03-09 | Merge "Sonar:Critical" | Seshu Kumar M | 1 | -1/+1 | |
2018-03-08 | Reduce log noise/warnings format to conventions | Marcus G K Williams | 211 | -28398/+28672 | |
Reduce build log warnings by formatting tests to ONAP code conventions (removing tabs etc.) Issue-ID: SO-368 Change-Id: I48c6d359b83617aebeb79db4e30c1d72d31f7eec Signed-off-by: Marcus G K Williams <marcus.williams@intel.com> | |||||
2018-03-08 | Merge "Replace explicit type with diamond notation" | Seshu Kumar M | 1 | -2/+2 | |
2018-03-08 | Merge "Make use of contains instead of indexOf" | Seshu Kumar M | 1 | -2/+2 | |
2018-03-08 | Merge "Remove redundant String constructor calls" | Seshu Kumar M | 1 | -1/+1 | |
2018-03-08 | Merge "Swap StringBuilder with string where makes sense" | Seshu Kumar M | 5 | -125/+37 | |
2018-03-08 | Merge "Remove redundant declaration of extending object" | Seshu Kumar M | 3 | -8/+8 | |
2018-03-08 | Merge "Remove unused code" | Seshu Kumar M | 2 | -23/+0 | |
2018-03-08 | Merge "Make use of try with resource" | Seshu Kumar M | 1 | -39/+38 | |
2018-03-08 | Merge "Make use of lambda" | Seshu Kumar M | 3 | -51/+36 | |
2018-03-08 | Merge "Swap Collection.sort with list.sort" | Seshu Kumar M | 3 | -11/+11 | |
2018-03-08 | Merge "Swap if statement with switch" | Seshu Kumar M | 9 | -270/+291 | |
2018-03-08 | Replace explicit type with diamond notation | Munir Ahmad | 1 | -2/+2 | |
Change-Id: Ibcd42f05c7850e536759207a4d316396956da05b Issue-ID: SO-437 Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca> | |||||
2018-03-08 | Make use of contains instead of indexOf | Munir Ahmad | 1 | -2/+2 | |
Change-Id: Ia695d6aed572c611ed8ead494a86c78558e848e3 Issue-ID: SO-437 Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca> | |||||
2018-03-08 | Remove redundant String constructor calls | Munir Ahmad | 1 | -1/+1 | |
Change-Id: Ie84464ad849100faad1aefcd41175766e8c17ad4 Issue-ID: SO-437 Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca> | |||||
2018-03-08 | Swap StringBuilder with string where makes sense | Munir Ahmad | 5 | -125/+37 | |
Change-Id: I3faaa90d97e936b0d86282db5958e1048460ee81 Issue-ID: SO-437 Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca> | |||||
2018-03-08 | Remove redundant declaration of extending object | Munir Ahmad | 3 | -8/+8 | |
Change-Id: Iee7e4fc93dd82cab27986335560a41000851c33d Issue-ID: SO-437 Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca> | |||||
2018-03-07 | Make use of try with resource | Munir Ahmad | 1 | -39/+38 | |
Change-Id: Ib3e7ac5f1febc3d7b0da3adc2eb191c41a7473a6 Issue-ID: SO-437 Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca> | |||||
2018-03-07 | Make use of lambda | Munir Ahmad | 3 | -51/+36 | |
Change-Id: I482b874a3e7e686068450c7b5ddf45e2b8ae0d47 Issue-ID: SO-437 Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca> | |||||
2018-03-07 | Swap Collection.sort with list.sort | Munir Ahmad | 3 | -11/+11 | |
Change-Id: Id56bcc3ad3696b5068b9465e9951f211ac467cb3 Issue-ID: SO-437 Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca> | |||||
2018-03-07 | Remove unused code | Munir Ahmad | 2 | -23/+0 | |
Change-Id: I504f083d6055ea348f3a3547aba9d3de0611cd20 Issue-ID: SO-437 Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca> | |||||
2018-03-07 | Merge "Swap indexOf with contains" | Rob Daugherty | 6 | -66/+69 | |
2018-03-07 | Merge "modify bug for UT case" | Rob Daugherty | 1 | -0/+143 | |
2018-03-07 | Merge "Store NB Create req. userParam - Customer_Location" | Rob Daugherty | 5 | -774/+880 | |
2018-03-07 | Merge "Remove redundant catch clause" | Rob Daugherty | 7 | -30/+2 | |
2018-03-07 | Merge "Fix javadoc" | Rob Daugherty | 22 | -52/+46 | |
2018-03-07 | Fix Aria compilation issue | subhash kumar singh | 1 | -1/+1 | |
Disable Aria from pom file to stop build fail. Issue-ID: SO-448 Change-Id: I071eb8fda068fd53db5d6f57ccb8f1c0c5f0d74f Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com> | |||||
2018-03-07 | Swap indexOf with contains | Munir Ahmad | 6 | -66/+69 | |
Change-Id: I609d307acf504ea7ff25ed3327a3d4e0e4686755 Issue-ID: SO-437 Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca> | |||||
2018-03-07 | Swap if statement with switch | Munir Ahmad | 9 | -270/+291 | |
Change-Id: Ifc4011741849569b04160d6a009b8149102f6c33 Issue-ID: SO-437 Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca> | |||||
2018-03-07 | modify bug for UT case | Yulian Han | 1 | -0/+143 | |
Issue-ID: SO-419 Change-Id: Ibef5e8e617dcfb1d4f9b4087f20d6058a47bd740 Signed-off-by: Yulian Han <elaine.hanyulian@huawei.com> | |||||
2018-03-07 | Remove unnecessary String constructor call | Munir Ahmad | 5 | -10/+15 | |
Change-Id: Ibb0dcc412ae6243ee370b8e272455269303130eb Issue-ID: SO-437 Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca> | |||||
2018-03-07 | Merge "Support get resource recipe groovy common method" | Chuanyu Chen | 1 | -0/+21 | |
2018-03-07 | update License for CII badging | Seshu-Kumar-M | 1 | -39/+176 | |
Issue-ID: SO-369 Change-Id: Ic72f92fb6667c3b9926fad2df30a49ee6823541f Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com> | |||||
2018-03-07 | Support get resource recipe groovy common method | c00149107 | 1 | -0/+21 | |
Support get resource recipe groovy common method Change-Id: Iec7efcf162465cdef4be9093697a5b094a3020bb Issue-ID: SO-452 Signed-off-by: c00149107 <chenchuanyu@huawei.com> | |||||
2018-03-07 | Merge "Support resource recipe query rest" | Chuanyu Chen | 2 | -1/+129 | |
2018-03-07 | Merge "add update action for e2e svcinst" | Chuanyu Chen | 1 | -939/+1154 | |
2018-03-07 | Support resource recipe query rest | c00149107 | 2 | -1/+129 | |
Support resource recipe query rest Change-Id: I9e22c0930ffb64a1c7dd5fdd50566647464a60bd Issue-ID: SO-456 Signed-off-by: c00149107 <chenchuanyu@huawei.com> | |||||
2018-03-07 | Merge "Support query ar recipe by ar model uuid" | Chuanyu Chen | 1 | -0/+64 | |
2018-03-07 | Merge "Support query vnf recipe by vnf model uuid" | Chuanyu Chen | 1 | -0/+59 | |
2018-03-07 | Support query ar recipe by ar model uuid | c00149107 | 1 | -0/+64 | |
Support query ar recipe by ar model uuid Change-Id: I846bc1f55f2c15be02ba44496e1fc1b33fdaf8e2 Issue-ID: SO-456 Signed-off-by: c00149107 <chenchuanyu@huawei.com> | |||||
2018-03-07 | Support query vnf recipe by vnf model uuid | c00149107 | 1 | -0/+59 | |
Support query vnf recipe by vnf model uuid Change-Id: Ie85fff28586e31bc4c5f3cc90a6360e7af3ba575 Issue-ID: SO-456 Signed-off-by: c00149107 <chenchuanyu@huawei.com> | |||||
2018-03-07 | Merge "Support query network recipe by module uuid" | Chuanyu Chen | 1 | -0/+61 | |
2018-03-06 | Store NB Create req. userParam - Customer_Location | Marcus G K Williams | 5 | -774/+880 | |
1. Additional user param Customer_Location needs to be passed and stored for use later in communication to OOF for homing/placement. 2. Added request.json fields to unit test Customer_Location and enabled testing of Customer_Location in CreateVcpeResCustServiceTest.groovy 3. Cleanup of CreateVcpeRestCustService.groovy to match code conventions Issue-ID: SO-402 Change-Id: Id23161c1d63e2f0e7871bf9310468c1b64cbd04e Signed-off-by: Marcus G K Williams <marcus.williams@intel.com> | |||||
2018-03-06 | Remove redundant catch clause | Munir Ahmad | 7 | -30/+2 | |
Change-Id: Ib26f47171384125847a1b31bc1a958b50d0bba70 Issue-ID: SO-437 Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca> | |||||
2018-03-06 | Fix javadoc | Munir Ahmad | 22 | -52/+46 | |
Change-Id: Iddc39df32089e1a37c04d089522ead295a037118 Issue-ID: SO-437 Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca> | |||||
2018-03-06 | Merge "Make use of try with resources" | Seshu Kumar M | 3 | -796/+969 | |
2018-03-06 | Merge "Replace StringBuilder with String & inline return" | Seshu Kumar M | 22 | -273/+167 | |