Age | Commit message (Collapse) | Author | Files | Lines |
|
* Update docs/submodules/ccsdk/features.git from branch 'master'
to a93828ae3a2bfe74e2cf36a0ba9887f0a6a19434
- Roll version to recreate release artifacts
Roll versions to 0.5.1 - need to re-release El Alto early release
Change-Id: Ibb269d876fcf41591164b27d0de3142ec79fe5ab
Issue-ID: CCSDK-1563
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
* Update docs/submodules/multicloud/k8s.git from branch 'master'
to b75115b0678a1034ffc1d1c8fee40c7f5b995c97
- Add custom label to track created resources
Create a custom label on created resources
Also, create it on pods where pods are being
created.
This will help us later for filtering and querying
pods and resources.
Issue-ID: MULTICLOUD-675
Change-Id: I4b4fce7b67f9f27559d99dcca94a9191b96cb7c6
Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
|
|
* Update docs/submodules/appc/deployment.git from branch 'master'
to 9035495b03de1814d811f3a0c23959f55853616d
- Change to 1.6.2 appc release version
Change-Id: I1cc7c6e6e319138896aebada404086a8b9bce0fe
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: APPC-1686
|
|
* Update docs/submodules/appc/deployment.git from branch 'master'
to 3f2b65292b3292e0bab4381f36e4027feaf6c0ff
- Increment version to 1.6.2
Change-Id: I59c00a657cc6a558ca7f792db703748c94d75471
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: APPC-1686
|
|
* Update docs/submodules/appc.git from branch 'master'
to 46da690baf4ea855d333bd1fc8f72d98e5b1a529
- Change to release parent version
Change-Id: If572b36cdf00e3c6ada36181fb6c678fbd978e72
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: APPC-1686
|
|
* Update docs/submodules/appc.git from branch 'master'
to 4836b7ed83e0128e2a53877f0faf68e1e509591a
- Increment version to 1.6.2
Change-Id: If6610d1addd323c1ad0f902a0841b979f017adc9
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: APPC-1686
|
|
* Update docs/submodules/ccsdk/cds.git from branch 'master'
to 45bdf840d3e0380e30cf77c29eb084bc7adce308
- Roll version to recreate release artifacts
Roll versions to 0.5.1 - need to re-release El Alto early release
Change-Id: Ifc0d4af8920065ca4ae8f509c63f98dc6e112322
Issue-ID: CCSDK-1563
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to d9e5df437ce5350bdf418af0f1da213351e36b56
- missed 2.1.16 for Docker props
Issue-ID: AAF-932
Change-Id: If8f2c68bf2b618ffd07c1ef2a87c227376e7569a
Signed-off-by: Instrumental <jonathan.gathman@att.com>
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to 3d1706fcbe7f95830ff6fd23cf679ee55c6d0595
- Remove Tabs, per Jococo
Issue-ID: AAF-932
Change-Id: I3ab0ebcc082048d2d1424a58a90ea479fb005ee6
Signed-off-by: Instrumental <jonathan.gathman@att.com>
|
|
* Update docs/submodules/optf/osdf.git from branch 'master'
to fd0a0ffc54d41029cbc8645b5702b36dead428dd
- Incrementing release build for osdf to 1.3.4
Change-Id: Ief30b48d2db964ccdcc58bc7209f9bea707be5b0
Signed-off-by: vrvarma <vv8305@att.com>
Issue-ID: OPTFRA-548
|
|
* Update docs/submodules/vid.git from branch 'master'
to 91ae6f75df40611e09b43bdb45476ea864e8e7fd
- Merge "add default exception handling to VidRestrictedBaseController"
- add default exception handling to VidRestrictedBaseController
Issue-ID: VID-378
Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
Change-Id: Ie5bac35975257ad092c75e8e7e7dfd8fefa0363e
|
|
* Update docs/submodules/vid.git from branch 'master'
to f75a21abd69e73982eb43ccfa314f8f1436dcabf
- Remove the declaration of thrown exception
Remove the declaration of thrown exception 'org.onap.vid.aai.ExceptionWithRequestInfo' which is a runtime exception.
Issue-ID: VID-559
Change-Id: I275d7323d153c70fa515af4a0417fe0910ee451d
Signed-off-by: anushadasari <danush10@in.ibm.com>
- Remove Unused Import
The imports part of a file should be handled by the Integrated Development Environment (IDE), not manually by the developer.
Unused and useless imports should not occur if that is the case.
Leaving them in reduces the code's readability, since their presence can be confusing.
Issue-ID: VID-563
Change-Id: Id88ce00cca08b58e0ac4beb60026c9dae5dd892e
Signed-off-by: anushadasari <danush10@in.ibm.com>
- At most one statement is allowed per line
At most one statement is allowed per line, but 2 statements were found
on this line.
For better readability, do not put more than one statement on a single line.
Issue-ID: VID-562
Change-Id: Ibdae3413af96d49ce7a39e53d3af611e237cc16b
Signed-off-by: anushadasari <danush10@in.ibm.com>
|
|
* Update docs/submodules/multicloud/k8s.git from branch 'master'
to 99d4574f6385666f21d5c31fd0e9046a2ab509ef
- Merge "Helm chart to deploy Istio-operator"
- Helm chart to deploy Istio-operator
Istio-operator is required to manage the
lifecycle and deployments of Istio
Issue-ID: MULTICLOUD-710
Signed-off-by: Pramod <pramod.raghavendra.jayathirth@intel.com>
Change-Id: Ifd2d05e790148096b5c0b454208e233aa5a299f9
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to 321dce367d74092a0ba09930c3aa526abdbd5da8
- Merge "Sonar Fix: ApprovalDAO.java"
- Sonar Fix: ApprovalDAO.java
Fixed sonar issues across this file
Issue-ID: AAF-912
Change-Id: I030cf2e17e52fa8efe2bc2f003222794e7f9c55a
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to 7a7c59ec486257d3a990a9d9a7b8bb515dad86f7
- Merge "Sonar Fix: CacheInfoDAO.java"
- Sonar Fix: CacheInfoDAO.java
Fixed sonar issues across this file
Issue-ID: AAF-911
Change-Id: I3810ba6a6de894002a12faaa49bc59501e848917
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
|
|
* Update docs/submodules/optf/has.git from branch 'master'
to f46f955ea3a4ce34d674c8e0f2d71ac458d40a8c
- Bump version to 1.3.2-staging
Issue-ID: OPTFRA-546
Signed-off-by: Ruoyu Ying <ruoyu.ying@intel.com>
Change-Id: I42ccd920262b11467064f6479b267ee54e94db7a
|
|
* Update docs/submodules/optf/osdf.git from branch 'master'
to bc08ab71ecfbc158ab0d8191d0af0404711212a2
- Update release version for osdf
Incrementing the release version to cut a release build
Change-Id: I9e864b565d47aa534a1a7e5f6bc7e57c0f08a293
Signed-off-by: vrvarma <vv8305@att.com>
Issue-ID: OPTFRA-548
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to 1c887acbb462552aa6478e72c1bf3cf0f145e74d
- Merge "Sonar Fix - AuthzCassServiceImpl.java"
- Sonar Fix - AuthzCassServiceImpl.java
Fixed Sonar issues accross the file
Issue-ID: AAF-907
Change-Id: I96d946b0f9efad26ee13df92028963ac43bc0b58
Signed-off-by: dinesha <dineshgs@in.ibm.com>
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to 2e1d7eaff96c341b41c9733662c65002c3ad11a5
- Merge "Remove Unused Import"
- Remove Unused Import
The imports part of a file should be handled by the Integrated Development Environment (IDE), not manually by the developer.
Unused and useless imports should not occur if that is the case.
Leaving them in reduces the code's readability, since their presence can be confusing
Change-Id: I05b40d390175827e6be72c400fa7084c9154b053
Issue-ID: AAF-933
Signed-off-by: anushadasari <danush10@in.ibm.com>
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to 3fdca4e1647d7e075b82593de05d095e04582ddf
- Fix Release Yaml for 2.1.16
Issue-ID: AAF-932
Change-Id: I152afea38597071f6e0e2b2144720b46f9cf8d71
Signed-off-by: Instrumental <jonathan.gathman@att.com>
|
|
* Update docs/submodules/sdc.git from branch 'master'
to fd6ba7eed34a05e46a90c61288702484576df03a
- Fix in RestConf - Policy model
Bug fix in policy model of restconf collector
Change-Id: I66ece74e05b898c24dc62da85ee2f596ae4c40fe
Issue-ID: SDC-2101
Signed-off-by: Vidyashree Rama <vidyashree.rama@huawei.com>
|
|
* Update docs/submodules/oom.git from branch 'master'
to 4eba669844ea47e97235977aede224fdcc0f2733
- Update git submodules
* Update kubernetes/robot from branch 'master'
to 672a023b6428b39b730aee10d551c25f2692ba5f
- Merge "hv-ves ete script added"
- hv-ves ete script added
hv-ves ete script added
Issue-ID: DCAEGEN2-1226
Signed-off-by: marekpl <marek.pondel@nokia.com>
Change-Id: I85f83152b305100d0f201dc8315865fdc598b1eb
|
|
* Update docs/submodules/so.git from branch 'master'
to e468693695de298bf2282508fa00c3a21496524e
- Merge "updated delete payloads for bulk deletes"
- updated delete payloads for bulk deletes
updated delete payloads for bulk deletes
moved test-request.json to the correct location
Issue-ID: SO-2203
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: I8d9d4d0bbe45f32d4e07a1ba0128e627d3b27795
|
|
* Update docs/submodules/so.git from branch 'master'
to 02801a8635d830188b4f7162c3395c84a06638bf
- - Updated cvnfc's to use the getEntity API.
- Updated cvnfc's to use the getEntity API.
Issue-ID: SO-2202
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: Id367e82d655a838100d8f81f8b4f76303600b182
|
|
* Update docs/submodules/dmaap/datarouter.git from branch 'master'
to bc1df610cddfb558cf6bde90c269b4af59768648
- Code style cleanup for prov authz and beans
Change-Id: I4ee093658fd602c54378e64d251fb795cbb77b96
Issue-ID: DMAAP-1250
Signed-off-by: egernug <gerard.nugent@est.tech>
|
|
* Update docs/submodules/usecase-ui.git from branch 'master'
to 4dd1133ef94b2135fa12cbbc653c3b8669b37656
- Merge "home component spec changes"
- home component spec changes
fixed test case in home component spec file
Issue-ID: USECASEUI-280
Change-Id: Id526d3be09e2a9245c3186f275969ebc145df70b
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
|
|
* Update docs/submodules/usecase-ui.git from branch 'master'
to 1e97965c230d84e7cb2d96fc4ff4982e238b974e
- Merge "alarm component spec changes"
- alarm component spec changes
Fixed errors in alarm component spec file
Issue-ID: USECASEUI-280
Change-Id: Ic1cd9c5ad3c1c5ebf0758570abdcc1a84ad637d1
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
|
|
* Update docs/submodules/usecase-ui.git from branch 'master'
to fa092c52d71f9bcb0dbc51aadcfe8551beb5b8be
- documents have different spelling mistakes and grammatical issues
fix for documents mistakes
Issue-ID: USECASEUI-291
Signed-off-by: anjali.walsatwar <anjali.walsatwar@huawei.com>
Change-Id: I546c3196c211e5607fd6b20ac112a76783cb0904
|
|
* Update docs/submodules/integration.git from branch 'master'
to 6cec5272c3887bf998c56c5243f7ee6ee964e3fb
- Pnfsimulator-docker push configuration
New configuration for pnfsimulator and netconfsimulator added for docker builds.
Version of maven docker plugin downgraded to 1.0.0
Single tag added to images
Change-Id: Ia0e38b2c65e943614c7463d7889a7ca0b1aa0517
Issue-ID: INT-1134
Signed-off-by: Tomasz Golabek <tomasz.golabek@nokia.com>
|
|
* Update docs/submodules/vid.git from branch 'master'
to 12b7509555b1932b90ed7889d62b100557b603eb
- Merge "removing unused ViewLog Controller and jsp"
- removing unused ViewLog Controller and jsp
Issue-ID: VID-378
Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
Change-Id: I7d5cdd0091e2c67adc617894386a58a89046880e
|
|
* Update docs/submodules/vid.git from branch 'master'
to 943d158b18264860870887f7b5a78bf41036ad10
- Merge "Use lcpRegionOptionId as value in resume"
- Use lcpRegionOptionId as value in resume
Issue-ID: VID-482
Signed-off-by: Rina Roi <rina.roi@intl.att.com>
Change-Id: Ibe617ba739db8e6217362a8009dedc9bd3465239
|
|
* Update docs/submodules/vid.git from branch 'master'
to 5e1f03fab614cf3e49fb3f990fe9c0b01ae2fd1b
- fix getNetworkListTest UT
Issue-ID: VID-378
Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
Change-Id: Id28c5b3062f45c217f0bfc93e6d2a7c6333d15c4
|
|
* Update docs/submodules/multicloud/azure.git from branch 'master'
to f923c6bc0c7c33fe69347c4e6a929cd8045263a7
- Update committers info
Change-Id: I514d55f9fd0b8d343b870c887abb46655cabd0e3
Issue-ID: MULTICLOUD-751
Signed-off-by: Bin Yang <bin.yang@windriver.com>
|
|
* Update docs/submodules/multicloud/k8s.git from branch 'master'
to eb950b3aa170a208fbf1ea5484029118d5d1d754
- Merge "Update committers info"
- Update committers info
Change-Id: I9f1e94d3b038cffca8b5980eb5f9f209a85021cb
Issue-ID: MULTICLOUD-751
Signed-off-by: Bin Yang <bin.yang@windriver.com>
|
|
* Update docs/submodules/multicloud/framework.git from branch 'master'
to 0623360f4622d9769f53c1d42c768909b73df130
- Update committers info
Change-Id: Ibc848cc52f5a2c3789593fe59a371036db1f5cee
Issue-ID: MULTICLOUD-751
Signed-off-by: Bin Yang <bin.yang@windriver.com>
|
|
* Update docs/submodules/vid.git from branch 'master'
to d506921fc02e398dbe27f9ba113928e9264b1bdc
- Merge changes Iede12655,I73fcc78e
* changes:
add endpoints for getVpnList and getActiveNetworkList
use cache for retrieving all subscribers list
- add endpoints for getVpnList and getActiveNetworkList
Issue-ID: VID-378
Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
Change-Id: Iede126556df337b1ab70dd76c9452f4b51e11376
- use cache for retrieving all subscribers list
Issue-ID: VID-378
Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
Change-Id: I73fcc78ebbd8ee01349ecefa924c20014ca33907
|
|
* Update docs/submodules/cli.git from branch 'master'
to 1b7553143682d82c9415c9d4341c652f1e49dc97
- Merge changes I99b6c01e,I812465a2,Ia2260c45,Idcd8872f,Ia818d735, ...
* changes:
Add policy login elalto
Add sdc login elato
Add basic logout elalto
Add place holder for onap-el-alto
Add elalto basic auth login
Make conf and script optional in zip
- Add policy login elalto
Issue-ID: CLI-169
Change-Id: I99b6c01e398af3f7e390763c3f83a5d94e5b589e
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
- Add sdc login elato
Issue-ID: CLI-169
Change-Id: I812465a208621316698eea99106d89718511fa94
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
- Add basic logout elalto
Issue-ID: CLI-169
Change-Id: Ia2260c45e00db43943a89a070b3c868f8bffb368
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
- Add place holder for onap-el-alto
Issue-ID: CLI-169
Change-Id: Idcd8872f979844c69259bf126e09133cfc9a7018
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
- Add elalto basic auth login
Issue-ID: CLI-169
Change-Id: Ia818d735c39f903a09a61b51e380a85042ff8476
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
- Make conf and script optional in zip
Issue-ID: CLI-169
Change-Id: Ic7325935bc9a01bacee006d8caf91dae23f3f269
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
|
|
* Update docs/submodules/cli.git from branch 'master'
to 4b279245d18de79879240e587d78db16dd3f09b6
- Merge "Fix the boolean check"
- Fix the boolean check
Issue-ID: CLI-169
Change-Id: I9c739092e7db0c9ff028d711090719528091600a
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
|
|
* Update docs/submodules/cli.git from branch 'master'
to 59a19fc2b4ffc2d6765fbd77696afd61a550929b
- Documents improvement for cli docs
Documents enhancements for cli docs
Issue-ID: CLI-196
Signed-off-by: sindhu3672 <arcot.sindhuri@huawei.com>
Change-Id: I43e1d0d0ed5b47e514196d5b208a6dc30e43c2da
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to f727f876191f815a850b89eb501f49bfd6e65c5d
- Merge "sonar fix - remove literal boolean true value"
- sonar fix - remove literal boolean true value
Issue-ID: AAF-877
Change-Id: I64e50083b9b0fe40fa0ba32723e30adb0dbce08e
Signed-off-by: Dasari Anusha <danush10@in.ibm.com>
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to c42c3f014a3a84bbb9f12f690fdf2a840f9138a4
- Merge "AAF-892- move the variable to follow rules"
- AAF-892- move the variable to follow rules
move the variables according to the rules
Issue-ID: AAF-882
Change-Id: Iaaa41f54eb32f6dc793fa7a63b87927158028a7f
Signed-off-by: Thugutla Sailakshmi <tsaila10@in.ibm.com>
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to cdf53cfe6903670884e983463375077ea7e8d470
- Merge "Sonar Fix: Cred.java"
- Sonar Fix: Cred.java
Fixed sonar issues in this file
Issue-ID: AAF-890
Change-Id: I410b22cb3e3e9ab2fc00dfbe73911fcc7f4df565
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to 66029ede0f6daa700e00c002a30c52d6a75f594b
- Merge "Sonar fix: Role.java"
- Sonar fix: Role.java
Fixed sonar isues in this file
Issue-ID: AAF-889
Change-Id: I006683bd9183ca947f262583d84f2299c9d152f9
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to 66f7d22a452e1f819ca9cc763fff8ebe60265742
- Merge "Sonar fix: CSRMeta.java"
- Sonar fix: CSRMeta.java
Fixed sonar issues in this file
Issue-ID: AAF-888
Change-Id: I17fa524805f1065a1aef7ae8715adc9668122a43
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to 688cf884979c1a7d753baf6a1223c1a3a87c39f5
- Merge "ParseException.java"
- ParseException.java
junits for ParseException.java file
Issue-ID: AAF-876
Change-Id: I319a424675f13489320802a26941c50f8d876d1d
Signed-off-by: Thugutla Sailakshmi <tsaila10@in.ibm.com>
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to 68179e83a94ad2ea2b9ec325c8fa2f9b7c765d04
- Merge "sonar fix AAFcli.java"
- sonar fix AAFcli.java
Fixed sonar issue in this file
Issue-ID: AAF-871
Change-Id: Ic59c5be130479a5e20e117f37b63fe98b020792d
Signed-off-by: Thugutla Sailakshmi <tsaila10@in.ibm.com>
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to 4a5f63f7f149ecba9556ee67a4ca00fb51845bf0
- Merge "Sonar fix: Perm.java"
- Sonar fix: Perm.java
Fixed sonar issues in this file
Issue-ID: AAF-872
Change-Id: Ia49a60a03b5a08efb5e5bde66f9ec56984b31d12
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
|
|
* Update docs/submodules/appc/deployment.git from branch 'master'
to fedb0de4bcfb6fe5acb8788a5a0fe8b98b3a2641
- Update versions to 1.6.1
Change-Id: I5a16c125d389bb9945ad29cdce373fb73bff5050
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: APPC-1686
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to 203d10d46676eb0a6661be8d4aa6ef8db2bbf4dc
- Merge "Add junits to batch & cass modules"
- Add junits to batch & cass modules
Issue-ID: AAF-111
Change-Id: I8067dcb4a57192cf0ac273d7364a60d03f300ba6
Signed-off-by: Sai Gandham <sg481n@att.com>
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to 54f1bd25e5a6fb84502d100dbb00e915d4be6556
- Move AAF Poms to 2.1.16
Issue-ID: AAF-932
Change-Id: Idb69e2ada6244266d671b1ec0337e33dec218f3d
Signed-off-by: Instrumental <jonathan.gathman@att.com>
|