Age | Commit message (Collapse) | Author | Files | Lines |
|
* Update docs/submodules/usecase-ui.git from branch 'master'
to 39f1403b2e4cbe8bc6189c3ff132d12d558bf0fa
- style: optimize the style of the create dialog
Change-Id: If8f27ebee4717ac7b49b4f7511d1aee859ad0ced
Issue-ID: USECASEUI-307
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
|
|
* Update docs/submodules/vid.git from branch 'master'
to 012975b2349ba5cc7c8434195b59459b8b0a0e89
- Merge changes from topics "VID-30", "VID-37"
* changes:
Add the "@Override" annotation.
Replace "==" with "===".
- Add the "@Override" annotation.
Using the @Override annotation is useful for two reasons :
It elicits a warning from the compiler if the annotated method doesn't actually override anything, as in the case of a misspelling.
It improves the readability of the source code by making it obvious that methods are overridden.
Issue-ID: VID-612
Change-Id: I90f07b6da5934fcba0c6d4106a75684438d8bb4b
Signed-off-by: anushadasari <danush10@in.ibm.com>
- Replace "==" with "===".
The == and != operators do type coercion before comparing values. This is bad because it can mask type errors. For example, it evaluates ' \t\r\n' == 0 as true.
It is best to always use the side-effect-less === and !== operators instead.
Issue-ID: VID-656
Change-Id: If93fe032fae618bb0bd7112c24a0e4d3acab6337
Signed-off-by: anushadasari <danush10@in.ibm.com>
|
|
* Update docs/submodules/sdc/sdc-workflow-designer.git from branch 'master'
to 73d85da66a89bed17b0792002f7f9a525c0f78a5
- Bump version to 1.5.2
Change-Id: I6c189aa907ef27729cd9246d88b62b452d23b633
Issue-ID: SDC-2560
Signed-off-by: Ofir Sonsino <os0695@intl.att.com>
|
|
* Update docs/submodules/usecase-ui.git from branch 'master'
to a82b518867281a85f7c80a3604f40a91409ea964
- Add create model component
Change-Id: Ia99496892c82024af895d0abc37c4cda548872a5
Issue-ID: USECASEUI-307
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
|
|
* Update docs/submodules/oom.git from branch 'master'
to 74d6563043bd45b7487387e02852c31c0bf7d25f
- Corrected SO SDNC Adapter callback URL
Corrected SO SDNC Adapter callback URL
with sdnc adapter override.yaml file
Issue-ID: SO-2401
Signed-off-by: Ramesh Parthasarathy(rp6768)<ramesh.parthasarathy@att.com>
Change-Id: Iae8507445c99223d54becccacaab53a3aa48037a
|
|
* Update docs/submodules/appc.git from branch 'master'
to e48727b615d84e00f681359b899912cdfc65d876
- remove duplicated artifact in chef adapter
there are two org.apache.httpcomponents:httpclient
defined in pom file, keep a one from line 63-67
Issue-ID: APPC-1763
Change-Id: Ifd132e316e05c795d68618f8bd13ba6180d55adf
Signed-off-by: Taka Cho <takamune.cho@att.com>
|
|
* Update docs/submodules/appc.git from branch 'master'
to 3533ff6d195b9966cbf407238bb5d2fd7ca68bb1
- remove redundant code under appc-common-bundle/java
the code should be taken from src/main
not from java
Issue-ID: APPC-1732
Change-Id: I7d9d8ce24917800f01e4aa84c3e31b584485094a
Signed-off-by: Taka Cho <takamune.cho@att.com>
|
|
* Update docs/submodules/vid.git from branch 'master'
to e02ffbb580a3a8049baae4437871129d6e37c91a
- Merge "Dont filter get_vnf_data_by_globalid_and_service_type_response results"
- Dont filter get_vnf_data_by_globalid_and_service_type_response results
Filtering happen on AAI as part of FLAG_FLASH_REDUCED_RESPONSE_CHANGEMG.
Issue-ID: VID-659
Change-Id: If43034cce545c90ac44d6d0e70bc0baa3d21283b
Signed-off-by: Ittay Stern <ittay.stern@att.com>
|
|
* Update docs/submodules/appc/deployment.git from branch 'master'
to 105b7cdfec533c7b9976209af6af73e2f2508512
- ODL Neon SR1 upgrade
change ccsdk image for Neon
SR1
Issue-ID: APPC-1749
Change-Id: I2716e8f58464f5b24b13adb848a694d3dd9512f4
Signed-off-by: Taka Cho <takamune.cho@att.com>
|
|
* Update docs/submodules/appc.git from branch 'master'
to 9c74c5729c9a52268342e583d6493bb19df80aa6
- Neon SR1 upgrade
change pom files for
ODL Neon SR1 upgrade
Issue-ID: APPC-1749
Change-Id: Ib10ff74852a2b38933c0df034c71e21665430f62
Signed-off-by: Taka Cho <takamune.cho@att.com>
|
|
* Update docs/submodules/policy/engine.git from branch 'master'
to a446733c9918cb264585ddc35b5e11bf3500bdf8
- Cleanup POLICY-SDK-APP CheckPDP
Fixed sonar issues and added a small amount of code coverage.
CheckPDP was renamed to comply with 2 consecutive capital letters. Various
sonar issues done.
Very difficult to get coverage on remaining area - over 82% anyway.
RESTfulPAPEngine was updated to use the new renamed class and methods.
Sonar issues were taken care of for the most part and added some coverage
by consolidating the JUnit tests.
Added in assertj as we will utilize that more throughout the repo.
Issue-ID: POLICY-2133
Change-Id: Id0a9b050ebe373e155878699366d78df71bd0554
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
|
|
* Update docs/submodules/music.git from branch 'master'
to 021bf79c3a37acc0121b4b18b63f572d8ac9dd7e
- Merge "Remove this unused logger private field Issue-ID: MUSIC-523 Change-Id: Idabaaf20bfb243598db30a6985eedb411b2cd2b7 Signed-off-by: manisha07 <cmanis10@in.ibm.com>"
- Remove this unused logger private field
Issue-ID: MUSIC-523
Change-Id: Idabaaf20bfb243598db30a6985eedb411b2cd2b7
Signed-off-by: manisha07 <cmanis10@in.ibm.com>
|
|
* Update docs/submodules/music.git from branch 'master'
to 48b02dfdc78a6412d568a14b015ccb9439a1dbb5
- Update locking to use Threadsafe set
Had to create whole new method for Atomic Lock Creation.
Added thread safe set to contol lock creation per key.
Updated the deadlock to use local_quorum
Removed some uneeded import
Updated some logging.
Issue-ID: MUSIC-512
Signed-off-by: Thomas Nelson (arthurdent3) <nelson24@att.com>
Change-Id: I7e1a4c34de5dc9a0e90adf30d1f4d1bac698ceae
Signed-off-by: Thomas Nelson (arthurdent3) <nelson24@att.com>
|
|
* Update docs/submodules/appc/deployment.git from branch 'master'
to b5638cdc6acfc64ab8226cbb03cba5b3ef9c8350
- Increment version to 1.7.0-SNAPSHOT
Change-Id: Iab27a4752460271db7288b8d13050f4d0f05403c
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: APPC-1686
|
|
* Update docs/submodules/clamp.git from branch 'master'
to 29b3d25ef74df7ba92f0fc6fcd70344b818625a9
- Add CA certificate to frontend
Add CA file for the frontend generation
Issue-ID: CLAMP-519
Change-Id: Ia1b4e1e2acc13b32eb3096cb2ece6d4f6ae54998
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
|
|
* Update docs/submodules/clamp.git from branch 'master'
to ac42c4b3e7161a76bfa67cae9636ea63d7bd81f8
- Fix policy status issue
Change the initial status of policy from SENT_AND_DEPLOYED to NOT_SENT.
Issue-ID: CLAMP-533
Change-Id: If4fa22fc2e3fb33500502bab41e49de9000dd7e7
Signed-off-by: xuegao <xg353y@intl.att.com>
|
|
|
|
* Update docs/submodules/portal.git from branch 'master'
to 33d10dd35de6a80bf833a0c5470ee60dcdb19953
- Document fixed OJSI tickets
Issue-ID: OJSI-65
Issue-ID: OJSI-92
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: I5c16b0601ec6a27edd98cc07440f29ac7bed80bd
(cherry picked from commit e16f6f96b3207fdc3752f2e1f2234ee8b77f3bed)
|
|
* Update docs/submodules/portal.git from branch 'master'
to 8d4ac88d87e4776999f13ef151658f1bb48c2bbf
- Adjust security release notes according to the template
Issue-ID: SECCOM-238
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: Id95d33400e1ef88ec051e280e7c850c9ec5e05ea
(cherry picked from commit 7995eca6ba48a3129fd0c6f1b20b925e0b306999)
|
|
|
|
Corrected the Gerrit ID for Andreas
Issue-ID: DOC-557
Change-Id: I4f40c662f66ad6dd93318a0cbc9e621d9f9093a1
Signed-off-by: Sofia Wallin <sofia.wallin@est.tech>
|
|
* Update docs/submodules/integration.git from branch 'master'
to 842d3220273d962b547a84e5a17ac46781afdd20
- WIP Update integration documentation for El Alto
Issue-ID: INT-1322
Change-Id: Idd1d5f7bd2f57e1acb2e3c050a631cc52e212e1e
Signed-off-by: mrichomme <morgan.richomme@orange.com>
|
|
* Update docs/submodules/clamp.git from branch 'master'
to 4a00d035390b67c175669fb22e2455ce3e8bb667
- Add policy model id in tosca parser
Add the parameter policy model id when converting the tosca to a Json
schema for the UI so that it takes well what is provided in the
blueprint
Issue-ID: CLAMP-534
Change-Id: Ie5e9e0c495c3969f25cca36d8f3d74c82f1f63b6
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
|
|
Updating the doc project release note for the El Alto
release
Issue-ID: DOC-554
Change-Id: I74168f3d71b44c5237a7d4481c6d9a8c0836c857
Signed-off-by: Sofia Wallin <sofia.wallin@est.tech>
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to 21390ec38a9bfd534b0db2e415a64282b0108661
- update INFO.yaml
Issue-ID: AAF-1012
Change-Id: Ifb03f3c69bc9d6469ff5fa7fa2784abfe2b0b92c
Signed-off-by: Instrumental <jonathan.gathman@att.com>
|
|
* Update docs/submodules/clamp.git from branch 'master'
to 7d277f0b30cd35b7e8d758863c8cc9eadb62eecd
- Fix start-backend script
Just ensure the log folder is well there before starting the backend
Issue-ID: CLAMP-535
Change-Id: I355ecba7dad0fa6f272a69ad6c89c422b6551094
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to e39c2cbf62f993dbe7843b3eb360c485ef445554
- Merge "mso should not send content type http header to"
- mso should not send content type http header to
Updated getHeaders to not add Content-Type header on GET requests
Updated getHttpHeaders boolean to includeContentType
Issue-ID: SO-2366
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: I476bf02791d699cda2ca4118c8f578c96461097e
|
|
* Update docs/submodules/vnfrqts/requirements.git from branch 'master'
to 6b50ebcb8a728df109b84d16c50f8fcaf031c6ec
- [VNFRQTS] updates to Heat Orch Format & 1 new req
Issue-ID: VNFRQTS-746
Signed-off-by: weinstock, alan <aw2574@att.com>
Change-Id: I1ba08be5c791353cd3163d2ff6d14bd26209cb3d
|
|
* Update docs/submodules/so.git from branch 'master'
to 7a19f3d53a4983a3986ba6adba3f35bd7e54f254
- Merge "Changed task names in bpmn"
- Changed task names in bpmn
Changed task names in bpmn to be more understandable
Issue-ID: SO-2396
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: I270dbb6a40fc32eb61b7c382b3a81c98ce97e71a
|
|
* Update docs/submodules/so.git from branch 'master'
to c28bdb36d4bdc115f55c2e85c94072964c5bc685
- Merge "Fix issue where user cannot create a recipe via"
- Fix issue where user cannot create a recipe via
Fix issue where user cannot create a recipe via rest
Issue-ID: SO-2394
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: Ia21131a1179cbba2652aae30451a25a90ac00e51
|
|
* Update docs/submodules/so.git from branch 'master'
to cdf30280fcb6c682ce5a0b1d9ae66fc8ea4c4069
- Merge "Add model info on CHANGEASSIGN req to SDNC"
- Add model info on CHANGEASSIGN req to SDNC
Add model info on CHANGEASSIGN req to SDNC
Issue-ID: SO-2397
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: Ieaf61e065273581512d797055dd7aef6f2a942d7
|
|
* Update docs/submodules/so.git from branch 'master'
to 3101834b333d45277cc6c635c61b102f0d18442c
- Merge "Converted tests to use LATEST"
- Converted tests to use LATEST
Always use LATEST for A&AI based tests rather than a particular version
Issue-ID: SO-2398
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: I7840b46f8d50b74a6e6b98270c4f3febc4d0b993
|
|
* Update docs/submodules/so.git from branch 'master'
to ebe0f0282c91821f1485b2a9557330a4710d9bc4
- Merge "VNFM Simulator Removed. Moved to CSIT."
- VNFM Simulator Removed. Moved to CSIT.
Change-Id: I6c439615d52751578200ef84aacb20b0263b3846
Issue-ID: SO-1952
Signed-off-by: AndrewLamb <andrew.a.lamb@est.tech>
|
|
* Update docs/submodules/so.git from branch 'master'
to 52ad94fa9c73e3edb96abf4dc99fa32c892ded5e
- Merge "Improved error handling"
- Improved error handling
Change-Id: Iac436f6a950bf61ac6321ef1d427a7bb14774e30
Issue-ID: SO-2395
Signed-off-by: MichaelMorris <michael.morris@est.tech>
|
|
* Update docs/submodules/cli.git from branch 'master'
to ba073102f163a24c3e840aa92054ecf8e4cb3fcf
- Merge "Correct the version string"
- Correct the version string
Issue-ID: CLI-164
Change-Id: I182d8e4322dfec633f2897f1096f59d10e011048
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
|
|
* Update docs/submodules/oom/offline-installer.git from branch 'master'
to e71a4a745f2ba906ab8a1f593c27923985d47e91
- Merge "Update INFO.yaml"
- Update INFO.yaml
Change-Id: I0fd5683089aa1c08e07ac1ab282517e915169d4c
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
Issue-ID: CIMAN-134
|
|
* Update docs/submodules/logging-analytics.git from branch 'master'
to 8cb7d2a7333d9dfefc57b39a263cc67d3b64ee0f
- Include the unresolved OJSI tickets in the release notes
Issue-ID: LOG-1148
Signed-off-by: Prudence Au <prudence.au@amdocs.com>
Change-Id: Ic364bc12ea0ae82fb931499af7d1e61ae152d8eb
|
|
* Update docs/submodules/cli.git from branch 'master'
to 7d4013cb9893bf04cb97216a1b196f135199b17a
- Bug fixes in CLI
- Fixed Bugs in vnf-create and vf-module-create commands
- Added sample files
Signed-off-by: Itohan Ukponmwan <itohan.ukponmwan@intel.com>
Issue-ID: CLI-229
Change-Id: Ib5ae987709aa2cf3a6edba1691d3ead34ea746a4
|
|
* Update docs/submodules/usecase-ui.git from branch 'master'
to bb79ef05913b5b66807d4bfcd096e0144133b13b
- Merge "Update release version for usecase-ui"
- Update release version for usecase-ui
Change-Id: I2c98e08eef04eac2cbd491bdcbe5183627165e59
Issue-ID: USECASEUI-323
Signed-off-by: shentao999 <shentao@chinamobile.com>
|
|
* Update docs/submodules/usecase-ui.git from branch 'master'
to 9a8d19f57bf2d676f6a77bbe5b2145b39113551d
- Merge "Update release version for usecase-ui"
- Update release version for usecase-ui
Change-Id: Idd70e35f1d3bfbea604a235f5f7b24c4cbac3b95
Issue-ID: USECASEUI-323
Signed-off-by: shentao999 <shentao@chinamobile.com>
|
|
* Update docs/submodules/usecase-ui.git from branch 'master'
to b9575f3c49144853f188c7b20fa167b40d873aff
- Merge "docs: add release note and changelog"
- docs: add release note and changelog
Change-Id: I68e59fc2a008a77514e97598e077a01a26371a5a
Issue-ID: USECASEUI-307
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
|
|
* Update docs/submodules/aai/aai-common.git from branch 'master'
to 0a10810750640260a3d0476afc17575d7700ed0d
- Set version 5.0.1 on release notes
Issue-ID: AAI-2616
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Change-Id: I1d65a62c44944cce36527674b4be9f9959126860
|
|
* Update docs/submodules/appc.git from branch 'master'
to 701d10c208c24c72e67ac7e555520c6127e0698f
- Set appc parent 2.7.0-SNAPSHOT
Change-Id: Ib68d389e9e39951e47b785550134729a9f678497
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: APPC-1686
|
|
* Update docs/submodules/appc.git from branch 'master'
to e8d37bfde904531793bde52e17300811ce1b75c3
- Increment version to 1.7.0-SNAPSHOT
Change-Id: I5c9c5141f39a653e6604551488e955c2f0a68004
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: APPC-1686
|
|
* Update docs/submodules/integration.git from branch 'master'
to 6754bc1b77065026d499a76d203d12257d33a113
- [INT] Adding deployments scripts for ONAP on AKS
Patch 2 - updating readme and removing dash character from BUILD parameter
Patch 3 - updating image url to amd instead of arm, fixing NFS os disk parameter
Issue-ID: INT-1270
Signed-off-by: stark, steven <steven.stark@att.com>
Change-Id: I1d8824b3c098855c9094e27fad8c820e4df42677
|
|
* Update docs/submodules/so.git from branch 'master'
to 9c55b74f92bf4d4f017504f917b0bce617a523c8
- Fix Blocking distribution of K8S Service
Restore code removed in https://gerrit.onap.org/r/c/so/+/95685
to prevent SO from failing to handle distribution of k8s service.
which contains cloud technology artifact.
Change-Id: Ic4182daf3a6cf698b2122e43c65bbb94425588f6
Issue-ID: SO-2357
Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
|
|
* Update docs/submodules/policy/engine.git from branch 'master'
to dbfa1570cd26d19b346287a6fb06f2d8a03f4a06
- Use lombok for data objects
Removing lines to see if this will bump coverage. Some sonar
for Junit tests and missing coverage.
My next task will be to re-use some of this duplicate code
for these object types and the controllers.
Trailing spaces for patch #3.
Issue-ID: POLICY-2133
Change-Id: Iaee123c6be4b63bd831172340709fe7597feaa78
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
|
|
* Update docs/submodules/sdnc/oam.git from branch 'master'
to a634edd152d2fc0c7b237cc5df8cc646da170f9b
- correct pidx in self-serve-netbox-ip-assign DG
Issue-ID: CCSDK-1817
Signed-off-by: Abdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com>
Change-Id: Iadb8ce8b7602c38a73e7aa20d3ecf7d5da95daa3
|
|
* Update docs/submodules/clamp.git from branch 'master'
to 4d9ba45b3ef8bae54b489d5bf6cfa07e9675bbd6
- Clean up files
Delete useless files in test resource folder
Issue-ID: CLAMP-487
Change-Id: I828d0cc93ff29fb0f8ae05988e28f2a0b415c194
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
|
|
* Update docs/submodules/clamp.git from branch 'master'
to 4618f208026fde152091322f239edd94eee8c3dc
- Merge "Fix policy status issue"
- Fix policy status issue
Change the initial status of policy from SENT_AND_DEPLOYED to NOT_SENT.
Issue-ID: CLAMP-533
Change-Id: I5daec8e5d02c4db48005fbf25e642ec73df5a20c
Signed-off-by: xuegao <xg353y@intl.att.com>
|