summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-01-10Updated git submodulesTimoney, Dan (dt5972)1-0/+0
Project: ccsdk/parent master 79ddeb64d15861ad52d6f31d52fd7c61b9c2ade3 Update parent poms for Fluorine Update parent poms for OpenDaylight Fluorine Change-Id: If7f81edc9f65b0169fe25bbd4f4b8b52cd874250 Issue-ID: CCSDK-861 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-01-10Updated git submodulesdglFromAtt1-0/+0
Project: dmaap/buscontroller master 6ad19dfa4294276523d556b5795e7f35f1623d59 Initial version for Dublin Includes several changes in dbcapi for ECOMP patchset 2 references dbcapi SNAPSHOT Change-Id: I8b12986dc59df9f259c1259d375cc41d9777d463 Signed-off-by: dglFromAtt <dgl@research.att.com> Issue-ID: DMAAP-856
2019-01-10Updated git submodulesst782s1-0/+0
Project: oom master dfb906669e2e80b6e76e446602b25b101771ff1f MariaDB startup issue Issue-ID: PORTAL-399 Change-Id: I7fd4fbbb0707e0b00d652eca812f4079a3f10a59 Signed-off-by: st782s <statta@research.att.com>
2019-01-10Updated git submodulesezhil1-0/+0
Project: appc master 67279c0983c0a010e84d58a83f6bfaeefc304d95 Added JUNIT test for PreCheckOption.java Change-Id: Id50d6b00a1c86ca5a350dc0f5f36f0decc28d413 Issue-ID: APPC-1314 Signed-off-by: ezhil <ezhrajam@in.ibm.com>
2019-01-10Updated git submodulesManzon, Inna (im453s)1-0/+0
Project: sdc/sdc-tosca master e10154ff631cf86a978899db8533e86bbc0e658e SDC Tosca Parser getEntity API Change-Id: I7cb1acfcfacd3c58eae52995523b1e55e7302144 Issue-ID: SDC-1967 Signed-off-by: Manzon, Inna (im453s) <im453s@intl.att.com>
2019-01-10Merge "Updated: Typo Issue-ID: DOC-373"Rich Bennett1-2/+2
2019-01-10Updated git submodulesVictor Morales1-0/+0
Project: multicloud/k8s master 8db0a40746925ffdd98c6b6718a05e31d17fc755 Merge "Refactor docker-compose variables" Refactor docker-compose variables The default environment variables required by docker-compose.yml file was exported to .env file to have better control on them. Change-Id: I52408cbf6e6918621a10158866d899d5f66a47eb Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: MULTICLOUD-301
2019-01-10Updated git submodulesVictor Morales1-0/+0
Project: multicloud/k8s master 78316e2f313b414e224113150f80140dc0dc12e1 Bump vagrant version to 2.2.3 Change-Id: I177d1e8ee849bab57fcf313f849c4f4c0e5ff511 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: MULTICLOUD-301
2019-01-10Updated git submodulesMichael Lando1-0/+0
Project: sdc master efc185c60153bed4988abbb159e2103ec7653f83 Add new test cases to GroupBusinessLogicTest. Added new test cases on top of existing test cases. Issue-ID: SDC-1774 Change-Id: I7012d427c58d46e1d91f7f9e7994b131faa8bb10 Signed-off-by: isaac.manuelraj <isaac.manuelraj@huawei.com>
2019-01-10Updated git submodulesisaac.manuelraj1-0/+0
Project: sdc master c8e1fa30e88ff067e1beeb61e4bee062f5f68b83 Add new test cases on existing class. Added new test cases on top of existing test classes. Issue-ID: SDC-1774 Change-Id: I2025ea57ab61df6955eed7b409e720583a8bdcff Signed-off-by: isaac.manuelraj <isaac.manuelraj@huawei.com>
2019-01-10Updated git submodulesTal Gitelman1-0/+0
Project: sdc/sdc-tosca master 67f39f670bd700878d11759ef5f0a91e674261f8 yaml indentation fixed Change-Id: I9cd83d40053a4bd0d6cfc1c6a8a5c029b33f8b52 Issue-ID: SDC-1955 Signed-off-by: Tal Gitelman <tal.gitelman@att.com>
2019-01-10Updated git submodulesChandan Ghosh1-0/+0
Project: msb/java-sdk master dc2f42a535e75642cd98f349808bd5c9aef6f488 Removed unused import Removed Unused imports Issue-ID: MSB-310 Change-Id: If0f215f48f84a57c10c4f335568f974ff615ae40 Signed-off-by: Chandan Ghosh <cghosh12@in.ibm.com>
2019-01-10Updated git submodulesIttay Stern1-0/+0
Project: vid master 659874df80409170e57b6dd6197eb3a81eb3468e Merge "Merge from ECOMP's repository" Merge from ECOMP's repository Main Features -------------- - Async-Instantiation jobs mechanism major update; still WIP (package `org.onap.vid.job`) - New features in View/Edit: Activate fabric configuration; show related networks; soft delete - Support AAI service-tree traversal (`AAIServiceTree`) - In-memory cache for SDC models and certain A&AI queries (`CacheProviderWithLoadingCache`) - Upgrade TOSCA Parser and add parsing options; fix malformed TOSCA models - Resolve Cloud-Owner values for MSO - Pass X-ONAP headers to MSO Infrastructure -------------- - Remove codehaus' jackson mapper; use soley fasterxml 2.9.7 - Surefire invokes both TestNG and JUnit tests - Support Kotlin source files - AaiController2 which handles errors in a "Spring manner" - Inline generated-sources and remove jsonschema2pojo Quality -------- - Cumulative bug fixes (A&AI API, UI timeouts, and many more) - Many Sonar issues cleaned-up - Some unused classes removed - Minor changes in vid-automation project, allowing some API verification to run Hard Merges ------------ - HTTP Clients (MSO, A&AI, WebConfig, OutgoingRequestHeadersTest) - Moved `package org.onap.vid.controllers` to `controller`, without plural -- just to keep semantic sync with ECOMP. Reference commit in ECOMP: 3d1141625 Issue-ID: VID-378 Change-Id: I9c8d1e74caa41815891d441fc0760bb5f29c5788 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-01-10Updated git submodulesJoss Armstrong1-0/+0
Project: appc master fede312b74f6caa7b5437a419b8d05a8eeffedf6 Test coverage in appc-dg-ssh Increased line coverage from 49% to 93% Issue-ID: APPC-1313 Change-Id: I2f27742fd996cd6d07668fd61c887e29f2140818 Signed-off-by: Joss Armstrong <joss.armstrong@ericsson.com>
2019-01-10Updated: TypoManish Kumar1-2/+2
Issue-ID: DOC-373 Change-Id: Idc1b104fae05cef15797e742dc69f420946c2708 Signed-off-by: Manish Kumar <manishjpiet@gmail.com>
2019-01-10Updated git submodulesYuli Shlosberg1-0/+0
Project: sdc master a4eeb110b076672b3bb88f5e2f3420ae70c78f38 Add restriction filter to onboarding Change-Id: Ief36760c8d89ac3443c8b12bfdef09c2f83abfc3 Issue-ID: SDC-2039 Signed-off-by: Yuli Shlosberg <ys9693@att.com>
2019-01-10Updated git submodulesliboNet1-0/+0
Project: policy/distribution master 2fd83c1b4dc05314d57503c6ba647b88326003d2 Fix Noncompliant usage sonar issue remove the Thread.sleep about such noncompliant usage rename the funciton name for codestyle's alignment Change-Id: I71b66143d7d68fa58a1a60de70e1836fde7df8c4 Issue-ID: POLICY-1256 Signed-off-by: liboNet <libo.zhu@intel.com>
2019-01-10Updated git submodulesJonathan Gathman1-0/+0
Project: aaf/authz master 561d678e8e7816d93efc44d1027dac29691ebb0b Merge "Sonar fix: Delg.java" Sonar fix: Delg.java Fixed sonar issues/code-smells across this file Issue-ID: AAF-706 Change-Id: Iae525eb997f3352bfc8b7f3d74a835322f212d36 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-01-10Updated git submodulesJonathan Gathman1-0/+0
Project: aaf/authz master 39f03153776f3a43920fe1c09343521605c6076a Merge "Sonar fix: List.java" Sonar fix: List.java Fixed sonar issues/code-smells across this file Issue-ID: AAF-705 Change-Id: Ic307532bc2fc070db0f00154fc3c36afe02003a6 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-01-10Updated git submodulesJonathan Gathman1-0/+0
Project: aaf/authz master 090acbcef87835a9801f98219192099b4efe15b0 Merge "Sonar fix: NS.java" Sonar fix: NS.java Fixed sonar issues/code-smells across this file Issue-ID: AAF-704 Change-Id: I2eba51c5bdaa61a417f0ecbbe797109ab6476e5e Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-01-10Updated git submodulesJonathan Gathman1-0/+0
Project: aaf/authz master b78300b4b938199b30e82306bb47630e3ed6fa2b Merge "Sonar fix: Attrib.java" Sonar fix: Attrib.java Fixed sonar issues/code-smells across this file Issue-ID: AAF-703 Change-Id: Ief95bc3d1e2fd0e0298be0bde915aa139e6dc117 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-01-10Updated git submodulesJonathan Gathman1-0/+0
Project: aaf/authz master b0f370dec7c6c8f34817da900a883348e52e7aae Merge "Sonar fix: CreateDelete.java" Sonar fix: CreateDelete.java Fixed sonar issues/code-smells across this file Issue-ID: AAF-702 Change-Id: I715163242fe7a7659962ea01fd2594bd0e01dbbd Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-01-10Updated git submodulesJonathan Gathman1-0/+0
Project: aaf/authz master d99b47cb1683487f438c0246cdae98d314f5866e Merge "Sonar fix: ListUsers.java" Sonar fix: ListUsers.java Fixed sonar issues/code-smells across this file Issue-ID: AAF-700 Change-Id: I8f1ed095b8bbf21294c0bcbf4621b876a63b36d7 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-01-10Updated git submodulesJonathan Gathman1-0/+0
Project: aaf/authz master 0f86727cb7c3b5efb90550d26b7449cd9829825f Merge "Sonar fix: Mgmt.java" Sonar fix: Mgmt.java Fixed sonar issues/code-smells across this file Issue-ID: AAF-699 Change-Id: I2dc07161c2eae932dfdddeb16749c67b5c8b904f Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-01-10Updated git submodulestianxing1-0/+0
Project: vfc/nfvo/lcm master 1209a7d087deed8b73385006a4e671fcbd48ba7f separate ns-create and test create function Change-Id: I7201678da038c1e66a473293b9b063464e25e63b Signed-off-by: tianxing <15210838572@139.com> Issue-ID: VFC-1232
2019-01-09Updated git submodulesJoss Armstrong1-0/+0
Project: appc master 670feaeaa8695d139e326b635c1f6bd1aa5e0dcf Test coverage for appc-provider-topology Increased line coverage from 0% to 86% Issue-ID: APPC-1317 Change-Id: I2297634d50a389c8c250981656e00a9bb2741ea3 Signed-off-by: Joss Armstrong <joss.armstrong@ericsson.com>
2019-01-09Updated git submodulesezhil1-0/+0
Project: appc master 2c496bab6f10006b28ec1aefae7b88ebd96ae437 Added Junit test file for ActionIdentifier.java Change-Id: Ia9a2a0df159448354ed094875e5ba16316a87432 Issue-ID: APPC-1315 Signed-off-by: ezhil <ezhrajam@in.ibm.com>
2019-01-09Updated git submodulesliamfallon1-0/+0
Project: policy/apex-pdp master cff079a8dc3eeaf4e88c0e89a828fe4244a1b3c8 Fix context clearing on model upgrade Existing context is cleared when a model upgrade is carried out on an Apex PDP. The clear() method is called in error on the Apex engine during the upgrade. This change also has some small updates to the DecisionMaker example, which is used to test this feature. Issue-ID: POLICY-1395 Change-Id: I547a3a60712d1572d9daadf5eab4afcae2a5c321 Signed-off-by: liamfallon <liam.fallon@est.tech>
2019-01-09Updated git submodulesezhil1-0/+0
Project: appc master 751f4579038f62c4c9c6419adca253203f68aefe Added test file to Transaction.java Change-Id: I75419387c7b36790c5e41f9577672bcb1c65eba4 Issue-ID: APPC-1307 Signed-off-by: ezhil <ezhrajam@in.ibm.com>
2019-01-09Updated git submodulesPatrick Brady1-0/+0
Project: appc/deployment master 0e67e9860a1edfdcd1b9356085af1f19acee6162 Update to newest release of appc Version 1.4.4 of the appc java code is released. This version will be used for docker builds. Change-Id: Iee4a895f6386c15d24da64cdd4ec5d882294df66 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1304
2019-01-09Updated git submodulesLeigh, Phillip (pl876u)1-0/+0
Project: logging-analytics/pomba/pomba-audit-common master e9125443bfb5b0b6dad1ae5793ca00554b26114d Add PNF related attributes to Enum Attribute.name Issue-ID: LOG-764 Change-Id: If2afd73b75bfcae8d22e41a016a6d3a75d3ff990 Signed-off-by: Leigh, Phillip (pl876u) <phillip.leigh@amdocs.com>
2019-01-09Updated git submodulesJoss Armstrong1-0/+0
Project: appc master 8e83f8a00862c88052dcfcb17fe2b99fd8bad23e Test Coverage in appc-dg-netconf Increased coverage from 22% to 97% Issue-ID: APPC-1311 Change-Id: I631cfdb29e4c374f0f015d3a81b4918eed6894ec Signed-off-by: Joss Armstrong <joss.armstrong@ericsson.com>
2019-01-09Updated git submoduleszhangab1-0/+0
Project: usecase-ui master ee500f6f43efc488033f7be223a08b0dbe087af6 Support NS Package Query for VF-C Change-Id: I0501df1d699baea97149a404708b55a65f15d95e Issue-ID: USECASEUI-159 Signed-off-by: zhangab <zhanganbing@chinamobile.com>
2019-01-09Updated git submoduleszhangab1-0/+0
Project: usecase-ui master bd4942df4f188a4ec273a5ec95c99acb1ce6bb75 Support NS Package Upload for VF-C Change-Id: Ie41e32ad556719b64b5ab66d0c488cbd65e9c83f Issue-ID: USECASEUI-156 Signed-off-by: zhangab <zhanganbing@chinamobile.com>
2019-01-09Updated git submodulesbiniek1-0/+0
Project: vid master 143784a849ece4fc35cc290e33f829b72bf1fc79 Fix for overriding skipTests variable. Before fix skipTests was overriden by variable skiptests. That required nonstandard flag to disable tests. Change-Id: I412c634ebb1c1b34d07f6caa6afb3501414e0a22 Issue-ID: VID-368 Signed-off-by: biniek <lukasz.biniek@nokia.com>
2019-01-09Updated git submodulesJoss Armstrong1-0/+0
Project: appc master 8fee66a2dc53578fd6d4a02791012bcc93806ff7 Test coverage in appc-dg-mdsal-bundle Increase test coverage from 11% to 77% Issue-ID: APPC-1308 Change-Id: I5cb45e2879bcf97a182687276fdf926f769b0e51 Signed-off-by: Joss Armstrong <joss.armstrong@ericsson.com>
2019-01-08Updated git submodulesPatrick Brady1-0/+0
Project: appc master 19ae78049dff5f6ca5b4fec2e8fa8ded81f30c45 Change parent version to appc snapshot Changing to the current release snapshot version of the appc parents instead of the previous release version. This allows updated changes to parents to be in builds. Change-Id: I6cec484012c2cb48ee1ea7f10fd058d017f00947 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1304
2019-01-08Updated git submodulessunil unnava1-0/+0
Project: dmaap/messagerouter/messageservice master b92962811d8a7ad1cd4a834c6ab018f481dff630 update mmagent related properties Issue-ID: DMAAP-909 Change-Id: Ic550d5505cfbae403c8b8b14c04629982a17ca8a Signed-off-by: sunil unnava <sunil.unnava@att.com>
2019-01-08Updated git submodulesTimoney, Dan (dt5972)1-0/+0
Project: ccsdk/parent master 14f04c1e708afbf6a05b81ed0f4f435593b1c62f Roll snapshot parent pom back to snapshot versions Roll parent poms back to using 0.4.0-SNAPSHOT to repair snapshot builds Change-Id: Iea8554ad0276f4c08e40a17abbed3d7cd044a34a Issue-ID: CCSDK-861 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-01-08Merge "Added CDS to doc project"Rich Bennett3-0/+4
2019-01-08Updated git submodulesTimoney, Dan (dt5972)1-0/+0
Project: ccsdk/parent master 0d2d7360df46a4baad1ef553a5248677c7a0d542 Prepare for release build Create release build of CCSDK Dublin on ODL Oxygen prior to merging Fluorine changes Change-Id: I3fcac4a390712a30d2e51eda63a835a6bdf5055c Issue-ID: CCSDK-861 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-01-08Updated git submodulesTal Gitelman1-0/+0
Project: sdc/sdc-tosca master 972b35657e63626878a9e7c8716630424cac3d24 New version change Change-Id: I262e83e7243fcbd5daced68acae59a89b5c0bc74 Issue-ID: SDC-1955 Signed-off-by: Tal Gitelman <tal.gitelman@att.com>
2019-01-08Updated git submodulesTal Gitelman1-0/+0
Project: sdc/jtosca master f500065cc4edf1e51657d701c487cad90930c86e New version change Change-Id: Icc6e5c4113d84f6ee9e5d7e34cbb32c079f8e67f Issue-ID: SDC-1955 Signed-off-by: Tal Gitelman <tal.gitelman@att.com>
2019-01-08Updated git submodulesisaac.manuelraj1-0/+0
Project: sdc master a1f23ec5e7cd191b76271b5f33c237bad38c61c6 Add new test cases on existing test class. Added new test cases for more coverage on top of existing class. Issue-ID: SDC-1774 Change-Id: Ibbf33eb594e1cc4db6dc233bc89fc1f63ab3a1c2 Signed-off-by: isaac.manuelraj <isaac.manuelraj@huawei.com>
2019-01-08Updated git submodulesSai Gandham1-0/+0
Project: aaf/authz master 46b2ef2f40805fa4c5887e8f490a4bc80996e00c Add more junits Rosetta module Issue-ID: AAF-111 Change-Id: Ie87eaf796a17bdfc9551b903200b4edb99c0ede8 Signed-off-by: Sai Gandham <sg481n@att.com>
2019-01-08Added CDS to doc projectezhil3-0/+4
Change-Id: I2ee4861128f4e976973c9769b66d730896446a55 Issue-ID: CCSDK-918 Signed-off-by: ezhil <ezhrajam@in.ibm.com>
2019-01-08Merge "Adding Home"Rich Bennett1-0/+1
2019-01-08Updated git submodulesManzon, Inna (im453s)1-0/+0
Project: sdc/sdc-tosca master c2f36b6d68d23048ba2ddf15c9162b5cf90518f9 SDC Tosca Parser getEntity API Change-Id: If18fc313b55e3c819d865365ccb8ead2043d52e7 Issue-ID: SDC-1967 Signed-off-by: Manzon, Inna (im453s) <im453s@intl.att.com>
2019-01-08Updated git submodulesAlexis de Talhouët1-0/+0
Project: oom master d9a8c9ed9247bd82a23d413882a08f63c63dda70 Merge "BugFix:Enable loggers in POMBA context builders" BugFix:Enable loggers in POMBA context builders Enable loggers for Ctx Aggregator, SDNC, SDC Issue-ID: SDNC-553 Change-Id: Ia94251282b5869b9eb9dfcee03ec931c45eaeaf5 Signed-off-by: Leigh, Phillip (pl876u) <phillip.leigh@amdocs.com>
2019-01-08Updated git submodulesAlexis de Talhouët1-0/+0
Project: oom master c26d534d8f6f36965677de4f6e2c46faa03050ea Merge "Update AAI chart to include v14 URIs for MSB" Update AAI chart to include v14 URIs for MSB Change-Id: Icc6c39379764355300480c67be1f273dd46057a0 Issue-ID: AAI-1964 Signed-off-by: Ondrej Frindrich <ondrej1.frindrich@orange.com>