Age | Commit message (Collapse) | Author | Files | Lines |
|
* Update docs/submodules/vid.git from branch 'master'
to f2ee64754521fc6ae45975404f31f070583645f5
- Merge "Add a semicolon at the end of this statement"
- Add a semicolon at the end of this statement
In JavaScript, the semicolon (;) is optional as a statement separator, but omitting semicolons can be confusing, and lead to unexpected results because a semicolon is implicitly inserted at the end of each line.
Issue-ID: VID-595
Change-Id: I44ebdf2ef1f58c2f0ef4db5fb3d72f69034e1d06
Signed-off-by: anushadasari <danush10@in.ibm.com>
|
|
* Update docs/submodules/vid.git from branch 'master'
to b22f59a820cc485401557e7bb6e3fae451cb7c26
- Merge "Immediately return this expression instead of assigning it to the temporary variable "exceptionResponse""
- Immediately return this expression instead of assigning it to the temporary variable "exceptionResponse"
return the expression
Issue-ID: VID-561
Change-Id: Ie06a589a74438df8dac525c5d8380beb948dc48e
Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
|
|
* Update docs/submodules/vid.git from branch 'master'
to e09cf9f2ab2d6d7ecedaf4a354c0ddf572927601
- Merge "Add semicolon at the end of this statement"
- Add semicolon at the end of this statement
In JavaScript, the semicolon (;) is optional as a statement separator, but omitting semicolons can be confusing, and lead to unexpected results because a semicolon is implicitly inserted at the end of each line.
Issue-ID: VID-595
Change-Id: I7895047b2ae64e3fcca479bb26f45d1a0bd097ac
Signed-off-by: anushadasari <danush10@in.ibm.com>
|
|
* Update docs/submodules/vid.git from branch 'master'
to 4df6195434a4472f52000bff0a0f2e62c9cb2d83
- Merge "Move this variables to comply with Java Code Conventions."
- Move this variables to comply with Java Code Conventions.
Move this variables to comply with Java Code Conventions.
Issue-ID: VID-561
Change-Id: I67d79a485f60db1818d4c0c5053b87d8bd5b89d0
Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
|
|
* Update docs/submodules/ccsdk/cds.git from branch 'master'
to 955b4242da37028f0922ceac2971c574fcd712ed
- Merge "Removed unused server files"
- Removed unused server files
Change-Id: Id7a708a3ae6029a775d28710967fe9f3eec42c59
Issue-ID: CCSDK-1275
Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
|
|
* Update docs/submodules/ccsdk/cds.git from branch 'master'
to 29e15e0c9a0771d4e1734277bef58c1a2c416f1b
- Merge "Formatted and fixed errors in DOC"
- Formatted and fixed errors in DOC
Change-Id: I613716d80cd6cf1bc9a4f4bb4cb38802cfe9e34d
Issue-ID: CCSDK-1453
Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
|
|
* Update docs/submodules/vid.git from branch 'master'
to 3cafbe1726832f761f1173c2dc7da38767ad1258
- Merge "Testfix: Expect 4 additional TOSCA `Input` fields"
- Testfix: Expect 4 additional TOSCA `Input` fields
org.onap.vid.asdc.beans.tosca.Input was added with:
- templateCustomizationUUID
- templateInvariantUUID
- templateName
- templateUUID
This resolves getServiceModelWithGroupsAndCheckMinMaxInitialParams()
Change-Id: I57471f8f7e2560914aa0087101e57cad36868d6d
Issue-ID: VID-378
Signed-off-by: Ittay Stern <ittay.stern@att.com>
|
|
* Update docs/submodules/ccsdk/cds.git from branch 'master'
to c3ebcdbdf11ecd70778ee7efa63b6221579d1d51
- UAT: fix validation of request headers
Change-Id: I9725be21b421f2890cce2ef76bbe5c371ab5b46e
Issue-ID: CCSDK-1639
Signed-off-by: ebo <eliezio.oliveira@est.tech>
|
|
* Update docs/submodules/vnfrqts/requirements.git from branch 'master'
to 93bd8821cf71e2a84d90e26864d6ca5a71453204
- VNFRQTS - fixing release note links
Issue-ID: VNFRQTS-674
Signed-off-by: Hagop Bozawglanian <hagop.bozawglanian@att.com>
Change-Id: Ibd7c97548b1302efc4fa58e4628b9175fbb44346
|
|
* Update docs/submodules/vid.git from branch 'master'
to 19285ff7994acf8b6da41f1879f6c15c1aa0edc9
- Change out-of-the-box config to work on dev's environment
Add missing scheduler local configs.
Change-Id: I4d6a9d2c8deeb53b797a81ca101268740fcda6c3
Issue-ID: VID-564
Signed-off-by: Ittay Stern <ittay.stern@att.com>
|
|
* Update docs/submodules/vid.git from branch 'master'
to 5f20df6d207a9936d5140ddb7b7000fa8c3b521d
- Make Scheduler's client more Gennerics-tolerant
1. Use t.getClass, instead of new TypeReference<T>. The latter it not
behaving as expected on run-time.
2. Store the raw response in restObject.setRaw (just because we can)
Change-Id: Ic7087af18ded212447cb67334a9e373759f4da1f
Issue-ID: VID-378
Signed-off-by: Ittay Stern <ittay.stern@att.com>
|
|
* Update docs/submodules/ccsdk/cds.git from branch 'master'
to d462f728541ad1767e78a994cfd1dc1a02a2885a
- Prevent obscure NPE when mocks aren't properly configured
Change-Id: Ibccc712e9ff6b022a55b1ffaaf284d203c8b0dfb
Issue-ID: CCSDK-1638
Signed-off-by: ebo <eliezio.oliveira@est.tech>
|
|
* Update docs/submodules/so.git from branch 'master'
to 6e3d7ef904de93d7d6b8ae4f043fa200ce802453
- Merge "Fix parsing issue for ccvpn"
- Fix parsing issue for ccvpn
Fix csar parsing issue for ccvpn.
Change-Id: Ie99acbec8a52de7a08d1627c210c0e3fda986520
Issue-ID: SO-1393
Signed-off-by: sarada prasad sahoo <sarada.prasad.sahoo@huawei.com>
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to a83fa219608559e1c9a82e4cfc5a345d6c3ec636
- Added default value for when ErrorCode is null in
Added default value for when ErrorCode is null in mdc
test to see if 404 log gets enhanced by change.
Removed test id from class that was put to test via docker.
Removed setting of partner name and tested with using try/catch
Reverted change to request uri filter per comments
Removed the request filter uri class that rerouted old uri orders
Removed request filter from jersey config files
Updated junit test that were pointing to the old uri to be failure test
corrected formatting issues on ServiceInstancesTest
Issue-ID: SO-2259
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: Id8f9daef139a82ee9e934d4d37906ffb7a7aadff
|
|
* Update docs/submodules/integration.git from branch 'master'
to c43d1bf4dd915011569ef9e2877517a273cb0476
- Add SO STAGING
Issue-ID: INT-1217
Change-Id: Id19619f999dbe00e8501cdc029a0bf5788efd28f
Signed-off-by: Brian Freeman <bf1936@att.com>
|
|
* Update docs/submodules/policy/parent.git from branch 'master'
to 42b2f87993f6a65a359d91fd87c01d748e26228a
- Merge "Documentation : rst formating problem"
- Documentation : rst formating problem
Fixed formatting in distribution/Distribution-User-Manual.rst and also added missing file drools/Tut_vFW_simulated_onset.JPG
Issue-ID: POLICY-1986
Signed-off-by: Saryu Shah <ss3917@att.com>
Change-Id: I7709d83ddb23ef3b722d01802c49a449f3b0d80a
|
|
* Update docs/submodules/so.git from branch 'master'
to 392930581c3c981af482f006a11ac82ab2385ba1
- Merge "Add the check Fabric Config in"
- Add the check Fabric Config in
Add the check Fabric Config in configuration-subtype
after format file run and commit
Issue-ID: SO-2256
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: If47f81a985e6321cd84ccfc8d35c51f3ee79e1c2
|
|
* Update docs/submodules/so.git from branch 'master'
to a7010b0699a983ee3be375d5aee6e51ec48cf533
- Merge "- Updated VNF and VfModules to use the getEntity"
- - Updated VNF and VfModules to use the getEntity
- Updated VNF and VfModules to use the getEntity API.
- Added the processFlexware step back in.
Issue-ID: SO-2244
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: I1274ccb9b2c2e600f3c24f8ac86dd1ff673c66da
|
|
* Update docs/submodules/so.git from branch 'master'
to 3eb71d0e4751d4ac52ca6a5e2c37f3809529dced
- Merge "path prefix now stripped off per system"
- path prefix now stripped off per system
path prefix now stripped off per system
Issue-ID: SO-2243
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: Ie74e7c68f927a49b612c433b4a664887058a1726
|
|
* Update docs/submodules/so.git from branch 'master'
to 997fc06d9a2fce3038bd89dd050acc5e9b67be71
- Merge "added in exception handling if auditResult is null"
- added in exception handling if auditResult is null
added in exception handling if auditResult is null
maven process format the file that is not formatted
fix formsatting again because it failed last time
Issue-ID: SO-2242
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: I6a83c7fe120e02e808470dbc9e7e431e0b62f4f4
|
|
* Update docs/submodules/so.git from branch 'master'
to 713cca3e723ad3a7fa79228280290bad0689888e
- Merge "added additional mock to MsoGroovyTest"
- added additional mock to MsoGroovyTest
added additional mock to MsoGroovyTest
Issue-ID: SO-2241
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: I441d79f4951184b0ca79f2c568978fe3d2043025
|
|
* Update docs/submodules/so.git from branch 'master'
to cfa506c2404e9529ffadd7b36fe40407fe279482
- Merge "fixed dsl builder to correctly add output"
- fixed dsl builder to correctly add output
fixed dsl builder to correctly add output
look for lambda key rather than parent class null
Issue-ID: SO-2233
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: I251b9b8b4c391354b9759ee16a2462df43c188f9
|
|
* Update docs/submodules/policy/engine.git from branch 'master'
to 1c67caa3a748649504ae60cd2db7fdec79903d0b
- Portal SDK upgrade to 2.6.0 in policy engine
- Modified poms to upgrade epsdk dependency from 2.4.0 to
2.6.0-SNAPSHOT
- Work in progress, still needs to be tested in the lab
Change-Id: I5c7df08ed84ef12824d4fdc2ef6f578d6dce7488
Issue-ID: POLICY-1539
Signed-off-by: Michael Mokry <michael.mokry@att.com>
|
|
* Update docs/submodules/policy/parent.git from branch 'master'
to 565db1bdee727505b9d80fb723e8a7ca85b7c84a
- Merge "Add documentation for stability/performance tests of policy components"
- Add documentation for stability/performance tests of policy components
Add s3p documentation for policy-api
Add s3p documentation for policy-pap
Add s3p documentation for policy-xacml-pdp
Add s3p documentation for policy-apex-pdp
Issue-ID: POLICY-1993
Change-Id: Id267f2b89316b32e79db11009cb013027058e94a
Signed-off-by: Chenfei Gao <cgao@research.att.com>
|
|
* Update docs/submodules/sdc.git from branch 'master'
to e9e5777db6edcbf34d3315a034ca9be2262fd61d
- Fully HTTPS support in the catalog-fe
Fully HTTPS support:
-Updated jvm configuration to support call to
the SDC components using HTTPS.
-Checkstyle in the recipes
-Added buildRestClient method to create the CloseableHttpClient
supporting the SSL connection
-Sonar fixes in the PluginStatusBL class
Issue-ID: SDC-2516
Signed-off-by: Krystian Kedron <k.kedron@partner.samsung.com>
Change-Id: I35b9e22026898d2cc67a4b2d86d9d508a33fcb59
|
|
* Update docs/submodules/policy/parent.git from branch 'master'
to a1fba584a25c63e296c71c94cda99f32b8f0605d
- Merge "Upgrade oparent 1.2.0-SNAPSHOT to test clm"
- Upgrade oparent 1.2.0-SNAPSHOT to test clm
Testing to see if jetty upgrades will remove CLM jobs. We
will need integration team to release oparent for El Alto.
Issue-ID: POLICY-2000
Change-Id: I45888e173bf7d7c9f56c89af5b1dcc1d5027b31e
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
|
|
* Update docs/submodules/sdc.git from branch 'master'
to 003f42a1295b85ae209a8e4f58fc87e05b8c2074
- Upgrade swagger
Issue-ID: SDC-2154
Change-Id: I95f6326a088f9a29c4ccb3b7a741d57ecf27ae7a
Signed-off-by: arindamm <arind.mondal@samsung.com>
|
|
* Update docs/submodules/portal.git from branch 'master'
to a3a04c5887779e9ca8024a3e87ece109b8d9b0c1
- Onboarding Page Account Admin Change
Issue-ID: PORTAL-644
Change-Id: I95e43b1a2d12dcb5a4bc56d374cc6d30d8aae3f3
Signed-off-by: statta <statta@research.att.com>
|
|
* Update docs/submodules/sdc.git from branch 'master'
to 8c1b7d11033911ca7580a44db2a816e33533389e
- unit tests - catalog-be
Additional junit tests
Change-Id: Icc7dd508204094643c4796eaef01febd112a7869
Issue-ID: SDC-2326
Signed-off-by: Tomasz Golabek <tomasz.golabek@nokia.com>
|
|
* Update docs/submodules/vid.git from branch 'master'
to ed6c907de3578ee4dc79571753d7406da7685cee
- Merge "AaiController tests"
- AaiController tests
- improved existing testcases by including spring integration
- added new testcases
Change-Id: I64abbd91b9c9fc7cdc27ca25f90954b29f065096
Issue-ID: VID-478
Signed-off-by: Michal Kabaj <michal.kabaj@nokia.com>
|
|
* Update docs/submodules/sdc.git from branch 'master'
to 0b5efe797d39ccce1bb2feeca65197b33423d6c4
- Fixed sonar issues in ConfigurationRepository
Fixing sonar issues in onap-configuration-management-core project
Issue-ID: SDC-2390
Signed-off-by: Piotr Borelowski <p.borelowski@partner.samsung.com>
Signed-off-by: Krystian Kedron <k.kedron@partner.samsung.com>
Change-Id: I2814b189eb53f53ab94295ff6bba76d118616800
|
|
* Update docs/submodules/sdc.git from branch 'master'
to c63f73abb5519005b3366ceb9cb9b24339f6412a
- Fixed pom spring version configuration
Fixed pom configuration in the application-config-rest-service
Issue-ID: SDC-2326
Signed-off-by: Krystian Kedron <k.kedron@partner.samsung.com>
Change-Id: I1ea39c42dcb0d257ee3c47e2920550dda07010ce
|
|
* Update docs/submodules/so.git from branch 'master'
to 98d046e9ecf047f9cbeaef91e0ffb5862760e9f3
- Javadoc and logging improvement
Added Javadocs and logging for these classes.
Change-Id: I26dd974357cfb9ccaed3f9afd0510dc07e9bc33e
Issue-ID: SO-2052
Signed-off-by: Manamohan <MS00534989@Techmahindra.com>
|
|
* Update docs/submodules/sdc.git from branch 'master'
to cdd280010c3d61c34553b08e09eba5e8df6d56fc
- Add unit test for DuplicateComputeInComponentErrorBuilder and refactor ComponentDependencyModelErrorBuilder
Issue-ID: SDC-2327
Signed-off-by: Marcin Kowalski <m.kowalski3@partner.samsung.com>
Change-Id: Icb6cf51f7777a8a9d3b237ecd98579edc11f9ebb
|
|
* Update docs/submodules/dmaap/datarouter.git from branch 'master'
to 8280a5e1a6cfd155edfafe882439b8c04c6a4509
- DMAAP-1195 [DR] Remove DR code smells
Issue-ID: DMAAP-1195
Change-Id: I7c6117aa55d281fd0562c845a812107f9eb9581d
Signed-off-by: HelenaLydon <helena.lydon@est.tech>
|
|
* Update docs/submodules/modeling/genericparser.git from branch 'master'
to 05947d61cb8643ab41a394154ea8b73f12fb32fd
- add introduction for project doc
Issue-ID: MODELING-212
Signed-off-by: yxpoke <yangxu5@huawei.com>
Change-Id: I83066466c816c7198f693b8c9ee5681e15cf0017
|
|
* Update docs/submodules/sdc.git from branch 'master'
to 592363fdc17ff7d0e6783204760cfbf05e630950
- unit tests - resource business logic
Additional junit tests
Change-Id: I2a6e4f67f725343ac789361c2de45354ae817fb9
Issue-ID: SDC-2326
Signed-off-by: Tomasz Golabek <tomasz.golabek@nokia.com>
|
|
* Update docs/submodules/vid.git from branch 'master'
to 377d8387628ebcbbe28f599ae0cc6fc9c420284a
- Merge "new documentation to instantiate service, including Andreas comments Issue-ID: VID-575"
- new documentation to instantiate service, including Andreas comments
Issue-ID: VID-575
Change-Id: Ie61bb00ce2252c93d6628bd665609864122cc108
Signed-off-by: Rene ROBERT <rene.robert@orange.com>
|
|
* Update docs/submodules/sdc.git from branch 'master'
to bdfd60b4871f205746b136c43cfc4be1470db957
- unit tests - catalog-model
Additional junit tests
Change-Id: I82f88ec4cc1fb18314cfb33dd9aafa58688318e0
Issue-ID: SDC-2326
Signed-off-by: Tomasz Golabek <tomasz.golabek@nokia.com>
|
|
* Update docs/submodules/logging-analytics/pomba/pomba-audit-common.git from branch 'master'
to fffac1a005dcb07bba0c6b89dd3cc7ccd012cb6f
- Adding new committer
Issue-ID: LOG-1112
Signed-off-by: Prudence Au <prudence.au@amdocs.com>
Change-Id: Ic36a8fadd153a9313150f413bb43b6f6984f02d3
|
|
* Update docs/submodules/logging-analytics.git from branch 'master'
to ed4107f4ff0aa1ad65a96371bf69242847daedaa
- Adding new committer
Issue-ID: LOG-1112
Signed-off-by: Prudence Au <prudence.au@amdocs.com>
Change-Id: If3313beb980422f8757f837546569ec1b9961af3
|
|
* Update docs/submodules/vid.git from branch 'master'
to eaef5177f21eb3597dab07af1a9d6f1f3a395614
- Merge "Allow plugging-in any provided LoginStrategy"
- Allow plugging-in any provided LoginStrategy
Support dynamic loading of provided implementations of PORTAL SDK's
`org.onap.portalsdk.core.auth.LoginStrategy` interface.
VID will load the class defined by `login.strategy.classname`
configuration parameter. Default will keep current ONAP's dev login.
Change-Id: I956a1f3376455211398769f3193703129b779871
Issue-ID: VID-594
Signed-off-by: Ittay Stern <ittay.stern@att.com>
|
|
* Update docs/submodules/vid.git from branch 'master'
to 453a7bdf940a5006513216f4cc1fcd89ef4bbd44
- Fix to vf-module-homing-data-action controller to retrieve the cloudRegionId
Issue-ID: VID-378
Change-Id: I6042e72c9ebb8508b822df276da1b8549501042c
Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com>
Signed-off-by: Ittay Stern <ittay.stern@att.com>
|
|
* Update docs/submodules/sdc.git from branch 'master'
to 86e5ac595936cffc37030ec8cf6f5d1cc98073e2
- Fix in RestConf - Policy model id
Bug fix in policy model id of restconf collector
Change-Id: Ifd3a4298ee7d0a0ce00602f777878a202fe89eaa
Issue-ID: SDC-2101
Signed-off-by: Vidyashree Rama <vidyashree.rama@huawei.com>
|
|
* Update docs/submodules/modeling/modelspec.git from branch 'master'
to d771909059b02d5f2d9634fa687913a6ce6d5b81
- Updates to Common
Updates include updating definitions related to dynamic parameters.
Issue-ID: MODELING-104
Change-Id: Iaf040275f40fc0dffda7d919530e2e52425e7691
Signed-off-by: Kevin Scaggs <ks0567@att.com>
|
|
* Update docs/submodules/clamp.git from branch 'master'
to 3f5a8564f29f0284377688f9d3c288baf475d57a
- Fix the policy version
Change the code so that it create right queries as policy engine
expects, for the get Policy the version must be an integer for legacy
interface
Issue-ID: CLAMP-384
Change-Id: I1839ae65bdda1752de6cdc08a95590d14647aeb9
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
|
|
* Update docs/submodules/clamp.git from branch 'master'
to b65f1215e7dfab5630c0e2c1da8afec4cd08173f
- Update react
Update react compo to latest ones
Issue-ID: CLAMP-477
Change-Id: I108b31c7e25595d96bc598f394590f23436335a1
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
|
|
* Update docs/submodules/oom.git from branch 'master'
to c1dbef791bfd67844b45dccb61a4dfdf1c41b397
- Merge "Tune OpenDaylight parameters"
- Tune OpenDaylight parameters
Add files to tune akka settings in OpenDaylight.
Also, added setenv to tune Java settings.
Change-Id: I2071fceb48f990929cd9f4c885bd0c9f7db0263c
Issue-ID: SDNC-858
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
* Update docs/submodules/sdnc/oam.git from branch 'master'
to 829c1b2c472f491b108afd6348bd39d570eb0b83
- graph.versions bugfix
remove blank lines from graph.versions
Issue-ID: SDNC-869
Signed-off-by: Cheung, Pat (kc1472) <kc1472@att.com>
Change-Id: Id47753a3d4253cfe1bc9040ad35f81df26157188
|
|
* Update docs/submodules/appc/deployment.git from branch 'master'
to 98a2f39c7ee4c9dd47d59180425a753b926b2b13
- update INFO.yaml
add change section
Issue-ID: APPC-1685
Change-Id: I009e5f44b31aae344ff2d8b0f3c2aea2052ccc96
Signed-off-by: Taka Cho <takamune.cho@att.com>
|