Age | Commit message (Collapse) | Author | Files | Lines |
|
Project: so master 61354fab1e3c8783fd6a2ff5fcf7d1997fd999b5
Merge "Iterate over entrySet instead of keySet"
Iterate over entrySet instead of keySet
Issue-id: SO-214
Change-Id: I5db39da011ef42a02715751ed78390711888b9cd
Signed-off-by: rama-huawei <rama.subba.reddy.s@huawei.com>
|
|
Project: so master ee371e36f97d69732d121db182fe68891a8cd0b8
Merge "Fixed CloseableHttpClient close issue"
Fixed CloseableHttpClient close issue
Issue-id: SO-228
Change-Id: I731227f4728d3eee5ce84b358c6422a44efdbdc3
Signed-off-by: shashikanth.vh <shashikanth.vh@huawei.com>
|
|
Project: so master 11b23330798f27085c48e06cbc7fb82304103beb
Merge "Replace type specification with operator ("<>")"
Replace type specification with operator ("<>")
Change-Id: I1e4ef70fbce846b9f5ea3527d534fc413fbda272
Issue-id: SO-224
Signed-off-by: Ramanjaneya-Huawei <ramanjaneya.palleti@huawei.com>
|
|
Project: so master 59a489f3b20d289c76b8ad5fdf12e0060c5ee32a
Merge "Added the "@Override" annotation"
Added the "@Override" annotation
Change-Id: I0cbfeb8931a46ccd0b2f759c95adea49c5825af2
Issue-id: SO-224
Signed-off-by: Ramanjaneya-Huawei <ramanjaneya.palleti@huawei.com>
|
|
Project: so master c2df7b57a1de2cac4d73d57fbe7d232a7085b4ae
Merge "Remove unused import and Rename local Variables"
Remove unused import and Rename local Variables
Change-Id: I35267602e813852d43ef84c691a05bc49133082b
Issue-id: SO-224
Signed-off-by: Ramanjaneya-Huawei <ramanjaneya.palleti@huawei.com>
|
|
Project: so master 22a5cd2adb081152bb110e36a843d43db049690c
Merge "fix for including the operation ID in response"
fix for including the operation ID in response
IssueId: SO-226
Change-Id: Ifd515c16b876cc006703a9ae87e5daaff0b34a14
Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
|
|
Project: so master 913ca71caf1fee02247b4ddfa589d551f1dda05a
Merge "Remove the unused variables"
Remove the unused variables
Issue-id: SO-223
Change-Id: I5f4d3f9ef78b68c890a32d3f6afc2a86f2064a6b
Signed-off-by: rama-huawei <rama.subba.reddy.s@huawei.com>
|
|
Project: so master 45a51414d1e005f6832570eb80c29d7a2023c355
Removed unWanted method
IssueId: SO-222
Change-Id: I03b66e901b57ce68c0685c054c4744a2726c1c42
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
|
|
Project: so master c9f9e3c9733ad82d5537636f24d65ffdb6881876
fix method name mismatch create E2E svc
IssueId: SO-222
Change-Id: Ibcdf8c95dfa789619214745edd54393e8340d5ee
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
|
|
Project: so master e852c6718d4f8f3d475d354595a55ce20727637a
Merge "Add VFC war to war config list"
Add VFC war to war config list
Add VFC war to war config list for the docker image
Change-Id: I99cde517f6221f3c62266bdc01389413af53c57e
Issue-ID:SO-221
Signed-off-by: c00149107 <chenchuanyu@huawei.com>
|
|
Project: so master e34e4d0df23d1919fd9630ba34a8659279086908
alaCarteSet unrecognized field
The aLaCarte and aLaCarteSet fields in RequestParameters class
and their corresponsding methods are not consistently named,
and thus they are not serialized/deserialized correctly by
the Jackson JSON utilities.
We were seeing this sort of thing in the requests database:
"requestParameters": {
"subscriptionServiceType": "vFW",
"aLaCarte": true,
"autoBuildVfModules": false,
"cascadeDelete": false,
"usePreload": true,
"rebuildVolumeGroups": false,
"alaCarteSet": true,
"alaCarte": true
}
We obviously shouldn't have "alaCarte" as well as "aLaCarte".
And I don't think we want "alaCarteSet" to be persisted in the
DB at all (it should be ignored by the JSON mapper).
Issue: SO-219
Change-Id: Ia943d2970cb7db153f3af73289f426a154917f7e
Signed-off-by: Rob Daugherty <rd472p@att.com>
|
|
Project: so master 09c8a0f61868c69315115156447b34acaf907bad
overlay-vpn
change input parameters' names and action-type for overlay-vpn
Change-Id: I232410e4e6056bd4253d7e66ad4b895d2052583a
Issue-ID:SO-181
Signed-off-by: Zhuoyao Huang <10112215@zte.com.cn>
|
|
Project: so master e137c11a9e1f6f62b2f4a4354f097419d4e8ce3f
Fix wrong work flow for service delete
Fix wrong work flow for service delete bpmn logic
Change-Id: I86287cc484b85ed0a31fcf70bea9049d896ade91
Issue-ID:SO-218
Signed-off-by: c00149107 <chenchuanyu@huawei.com>
|
|
Project: so master 64d0ab5ebd9121de878d7932e2469afae74c8a99
Correct the workflow for NS Create
Correct the workflow for NS Create bpmn
Change-Id: I71283c88a3936d1b19b3403f6940823875405c90
Issue-ID:SO-217
Signed-off-by: c00149107 <chenchuanyu@huawei.com>
|
|
Project: so master 18345bdd80561efd7031086d48b2321b69d2e0e4
Merge "Update hibernate files to initialize timestamp"
Update hibernate files to initialize timestamp
Updated the hibernate hbm.xml files to correct the following issues:
1) Timestamps had generated="insert" but hibernate was not auto-populating
the timestamp value thus the DB was generating an exception. Modified
the definition of this field to cause hibernate to provide the default
value of CURRENT_TIMESTAMP. This impacted most of the hbm.xml files.
2) While running junit tests, the following message appeared in the log
underneath most of the hbm.xml files:
Recognized obsolete hibernate namespace
http://hibernate.sourceforge.net/. Use namespace
http://www.hibernate.org/dtd/ instead. Refer to
Hibernate 3.6 Migration Guide!
Updated most of the hbm.xml files, changing the namespace per the
guide. Note: a couple of the files were already correctly configured.
Change-Id: Id96775b7bd7a42da0c00e208e33aed6fa96ab996
Issue-Id: SO-215
Signed-off-by: Jim Hahn <jrh3@att.com>
|
|
Project: so master a10e358bb0d385b22cbd7b38b069401f61206359
Build support for Camunda EE Cockpit
The community edition Camunda Cockpit does not have the
capability to inspect a running or completed process.
This makes it useless for debugging purposes.
If a user has an enterprise license, it should be
possible to build SO using the enterprise version of
Camunda.
This commit modifies the SO poms so that the camunda
version may be specified on the maven command line, as
follows:
-Dcamunda.version=7.7.3-ee -Dcamunda.bpm.webapp.artifact=camunda-webapp-ee-jboss-standalone
A maven repository containing the enterprise artifacts
(in this case, 7.7.3-ee) would also need to be provided
at build time in the maven settings.xml configuration.
Issue: SO-216
Change-Id: Idff63ce70475299924333b37aa51f8d963adf568
Signed-off-by: Rob Daugherty <rd472p@att.com>
|
|
Project: so master 8a392234b5f57d2bdd528ec183741466042de4d2
Merge "Iterate over "entrySet" instead of "keySet""
Iterate over "entrySet" instead of "keySet"
Issue-id: SO-214
Change-Id: Ic402b02a82bd613b0753db1530dd76ce59c3ad08
Signed-off-by: rama-huawei <rama.subba.reddy.s@huawei.com>
|
|
Project: so master 0a5a51c189c98c8ae294465cad69ce28a4886b00
Merge "Iterate over entrySet instead of keySet"
Iterate over entrySet instead of keySet
Issue-id: SO-214
Change-Id: I7035fb50a0025f0da72eacfe9cee706799202cf7
Signed-off-by: rama-huawei <rama.subba.reddy.s@huawei.com>
|
|
Project: so master f8c86acabc5fde7fbe1d11213379febeeb8f94c9
Replace usage of System.out by a logger
Issue-Id: SO-213
Change-Id: Ia4bed73b2ef46fd195d7e3ffdfcaf140c38ab6fa
Signed-off-by: rama-huawei <rama.subba.reddy.s@huawei.com>
|
|
Project: so master 1dd7ae2e894dfa7e1fa634fdbfe5be2b4ef38287
Merge "Set context for VFC Create api"
Set context for VFC Create api
Set context for VFC Create api
Change-Id: I33363c15eaa7dc0aa17921792968814970a58df0
Issue-ID:SO-212
Signed-off-by: c00149107 <chenchuanyu@huawei.com>
|
|
Project: so master 6fda60ab1b44f70348e8f9142b8d6ad5f9dd6a1d
Merge "Add junit test coverage and fix bugs in VCPE"
Add junit test coverage and fix bugs in VCPE
Added additional junit tests for VCPE and fixed bugs that were found while
testing.
Change-Id: Icb6a0c936a16b775ff553c11cb07a4348bd9ebfc
Issue-ID: SO-210
Signed-off-by: Jim Hahn <jrh3@att.com>
|
|
Project: so master 9cebc7162dcb995f5cb47006a1d315abbc2abb73
Add global Customer Info for VFC
Add global Customer Info for VFC NS Create
Change-Id: I38fbd8c8bdc854b0f93ae2302d09f2725d83b67a
Issue-ID:SO-211
Signed-off-by: c00149107 <chenchuanyu@huawei.com>
|
|
Project: so master f86960874497f005079c9e595b5e9e2eb0a815d1
Imp Modules refactored for the readthedocs
Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
IssueId: SO-209
Change-Id: Ie1b553863f824497fbe7381f66bc1581310702af
|
|
Project: so master ad6fc43208ddfacea150d51e4ec2b28d48fe5f0d
Merge "Correct E2E svc to update RequestDb"
Correct E2E svc to update RequestDb
IssueId: SO-205
Change-Id: Ib5f634c13c09c9f5df04d3973dd6c95684520d0b
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
|
|
Project: so master 88800c6a3d5fe61ad6ed3970eb55579b988e21f2
Merge "SO readthe docs - take2"
SO readthe docs - take2
Change-Id: I28734d6a859179658bae15c760758006e48458d5
Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
IssueId: SO-201
|
|
Project: so master 5e1009b8466202a37236de9ca66392ae33de3e2b
Merge "Add progress for create workflow"
Add progress for create workflow
Add progress and operation content for create workflow operation
Change-Id: Ib48ab5be7f65a039813db1da816dbe7ac4c0e6f1
Issue-ID:SO-206
Signed-off-by: c00149107 <chenchuanyu@huawei.com>
|
|
Project: so master 613e4485d19063bd8eac0e054674ffb764913036
SO readthedocs in platform perspective
IssueId:SO-201
Change-Id: Ib440d2a93e8700c47d56b2e85c8e50d460362e50
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
|
|
Project: so master 2123de3b7bbce8903cb307e30257fcc41568a774
Merge "Sonar blocker issue - NullPointerExeption - take 2"
Sonar blocker issue - NullPointerExeption - take 2
Catch potential NullPointerException described in https://sonar.onap.org/issues/search#issues=AV7t547AlaLbmlVXT_jY
Semi-duplicate of https://gerrit.onap.org/r/#/c/17703/
Trying again from newer branch which will hopefully fix build failures.
Change-Id: I65c9af1ec1a90bed201042cffb45f3871222a889
Issue-ID: SO-165
Signed-off-by: Arthur Martella <amartell@research.att.com>
|
|
Project: so master 13298c58f5df596a54a56948fff1a319385d2169
Fix E2E flow process names
DeleteCustomE2EServiceInstance and DoCustomDeleteE2EServiceInstance
both declared their names to be "Process_1". I've changed their
process names.
Issue: SO-200
Change-Id: Ic1fd302a38c27d0d3a1a8200b4002a55fa0625f8
Signed-off-by: Rob Daugherty <rd472p@att.com>
|
|
Project: so master 64665e7275594ca2c609638f54006d1448d8d234
Merge "Updated port for SNIRO in Homing tests"
Updated port for SNIRO in Homing tests
Change-Id: Idbf4c87544c92dc6b744a859c024c773ec00e2cd
Issue-id: SO-138
Signed-off-by: Arthur Martella <amartell@research.att.com>
|
|
Project: so master 1bbdbd695930344d9d3d4af76b2fb55bf8be15c6
Add errorRef to DeleteCustomE2EServiceInstance
Every throwing event needs an errorRef element.
Issue: SO-200
Change-Id: I29fe145912e38cb8697638926c4b1766047195f2
Signed-off-by: Rob Daugherty <rd472p@att.com>
|
|
Project: so master d8b291e5d903cd938a33522eb3098d74a4465edd
Merge "Change bpmn surefire plugin to reuse forks"
Change bpmn surefire plugin to reuse forks
This is how it was prior to the SO-193 fix. Some unit tests
are now failing in the jenkins environment. Maybe this will
help.
Issue: SO-193
Change-Id: Idac2a25e2f85581aaceaae10b8eacb5f312b2a70
Signed-off-by: Rob Daugherty <rd472p@att.com>
|
|
Project: so master 2c4e510fbc40393860252cd339f642fe79a646e5
Delete unwated code
Change-Id: I05931195c51f171a59bb8f831e8fbbf7fd7ea11f
IssueId: SO-202
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
|
|
Project: so master 70e78b9a911ebe588fbe6aa87216e0279fbfae42
Initial Commit docs RC0
SO-201
Change-Id: I6c485d21ac31fda103072e99393beecb67b6eafa
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
|
|
Project: so master a1a6cb4726910b72c231e96ae54cf48bb0b5577d
Adding BPMN and Groovy for E2E Svc
IssueId: SO-200
Change-Id: Idf3f9d0f64d0942ca6d004928b788c14a1605a77
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
|
|
Project: so master 7b501309195e1ef87e86a8fcc6775ff10708987c
Merge "MSOCommonBPMN flows are not being deployed"
MSOCommonBPMN flows are not being deployed
Flows in the MSOCommonBPMN jar, which is embedded in the
MSOInfrastructureBPMN war, are not being deployed.
MSOCommonBPMN needs a processes.xml file.
I'm also fixing a problem with CustomE2EGetService.bpmn, which claims
it is the GenericGetService flow. This creates a conflict with the
real GenericGetService flow.
Issue: SO-199
Change-Id: I1ec9d4ad079abf65b5c276b625b46a86805a15e6
Signed-off-by: Rob Daugherty <rd472p@att.com>
|
|
Project: so master 4f33a7ce0304fa7a2f1b6c584035c92f1b41303e
Change if condition to not always be false
Issue: SO-197
Change-Id: I93f8ea9deaea5b2f08b34394fcf2b2362718ca43
Signed-off-by: Arthur Martella <amartell@research.att.com>
|
|
Project: so master d53a72c4f5a613c1dee59a1eab9d1c8dd800d28a
Fixes for sonar coverage in bpmn
1. Coordinated jacoco and surefire JVM arg line options
2. Changed sonar plugin version to 2.19.1
3. Removed dead code (unused classes)
Issue: SO-193
Change-Id: I21b7a77510eec71f4d4ca9afde5b7f86f0e3cbd7
Signed-off-by: Rob Daugherty <rd472p@att.com>
|
|
Project: so master f3c69d5d9a4b1358f0de7545ffee287ee589034d
For UT Coverage
SO-191
Change-Id: Iaa800bbe6bc65672c53adf3f432362c57b19e5d7
Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
|
|
Project: so master 6589c075f1cb32951fbec45fd6c4cfe40d81157a
Merge "MSO API Handler Test cases license"
MSO API Handler Test cases license
Correcting license information for two classes.
Change-Id: Ibab17104bf1d1a2bb305cdb7e35a7181e2cc0871
Issue-ID: SO-171
Signed-off-by: Arthur Martella <amartell@research.att.com>
|
|
Project: so master d4b2fd6ec31e6c0858578598d3e8ed043faa9eb5
Merge "Code coverage for SO adapters"
Code coverage for SO adapters
IssueId: SO-191
Change-Id: I720e58a0ce058f4aec0b4c04b45ac88963a2c3b2
Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
|
|
Project: so master 6de70aa89a14191d0d06e8a084d780c8fadf49b2
Merge "MSO API Handler Test cases"
MSO API Handler Test cases
Adding test cases for MSO API Handler coverage.
Change-Id: Ie4a3fc86395b9010357fb7027178933ff73150cc
Issue-ID: SO-171
Signed-off-by: Arthur Martella <amartell@research.att.com>
|
|
Project: so master 2b8e432c7207a59b8d539bd365ed3899de8565f6
UT for MSOinfra
SO-171
Change-Id: Id3af1d70eb603b1f4fd54226a0f602e9fde78b6a
Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
|
|
Project: so master cce429aeb66f99bf86cc0da596b1c051c082be5c
UT for the BPMN flow
IssueId: SO-191
Change-Id: I167a7e96f4fd3a857a6c3e679dda132fc8a7f720
Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
|
|
Project: so master dcf738464301268c8a1517f80b8b948228b29cd6
Merge "Adding UT for SO"
Adding UT for SO
IssueId: SO-191
Change-Id: Ic9fb77341842fd48efc81341c3a42c26d101b60d
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
|
|
Project: so master 9a07e9d7227e3aa684ba047900bd23f764395be6
Merge "Adding UT for MsoNetworkAdapters"
Adding UT for MsoNetworkAdapters
IssueId: SO-173
Change-Id: Ic4c48cb877e19d7cd380048451a53478f83fa373
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
|
|
Project: so master de457149ee37d5747a223bfbcad02a26c802ffbe
Merge "Adding docs for SO"
Adding docs for SO
IssueId: SO-177
Change-Id: I2ea5d5c52dca4b5258683839cfb51c6aada913cf
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
|
|
Project: so master 5586d42e98211f6d02f9a008d696e4084170df22
Merge "Adding docs for SO"
Adding docs for SO
IssueId: SO-177
Change-Id: I19b403cb73d250d8679ce062417be376419e1f83
Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
|
|
Project: so master f290e7e9799b5fc8e734dbd8c9f7ff297b98d58b
Merge "Adding UT for MSO catalogdb POJO"
Adding UT for MSO catalogdb POJO
UT-Step6
IssueId: SO-172
Change-Id: I18ba0ebfd372b06e688e5a1b6d9e8b8d34cab227
Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
|
|
Project: so master b5aefacb7b1a11eaa645381992e21e5b7e340d30
Merge "Adding UT for ApiHandlers"
Adding UT for ApiHandlers
IsuueId: SO-191
Change-Id: Iac92a61eb2692f3793a21097715735501d9954bd
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
|