Age | Commit message (Collapse) | Author | Files | Lines |
|
* Update docs/submodules/so.git from branch 'master'
to 267c00c92281e147d1dc14f4630204c3927f9f59
- Merge "Javadoc and logging improvement"
- Javadoc and logging improvement
Added Javadocs for VnfAdapterVfModuleResources and
VnfTopologyOperationRequestMapper classes
Issue-ID: SO-2052
Signed-off-by: sunilb <sb00577584@techmahindra.com>
Change-Id: Iec6addb415720f63c32b5ab99e63aefe0ef3235a
|
|
* Update docs/submodules/so.git from branch 'master'
to 4a61b96b7824ee97de904498fcfac6df34dded27
- Merge "fix image urls in docs"
- fix image urls in docs
Corrected image URL for SO Install Docker documentation page
Corrected images URLs for SO Configure git & gerrit documentation page
Issue-ID: SO-2150, SO-2151
Signed-off-by: Katsiaryna Kazak <k.kazak@samsung.com>
Change-Id: Ib163c3159ae284f6c731795b0cbb53ed176ade11
|
|
* Update docs/submodules/so.git from branch 'master'
to 7e9581d1cab9604abdf0c3397877a100567bc33c
- Merge "update readme.md"
- update readme.md
Updated developer documentation in readme.md:
components, how to compile, format, build docker images,
images list, how to start them
Issue-ID: SO-2148
Signed-off-by: Katsiaryna Kazak <k.kazak@samsung.com>
Change-Id: Ib0e8e78af3e4497d8d9a6789c3af49f7025ba428
|
|
* Update docs/submodules/so.git from branch 'master'
to 5128f152409017604d97b1e2f711a77a4c3acdf3
- Merge "Fix delete of generic neutron network"
- Fix delete of generic neutron network
Delete of Generic Neutron network was not working.
Logic checking for association with vf-module appears to
have been reversed.
Change-Id: If541c1133322f75c70f86cd77d8bccd88b94f356
Issue-ID: SO-2082
Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 8813ba72c340e45f586b71c9ee12382cdecec91f
- set multi-stage flag in listener to log success
set multi-stage flag in listener to log success msg
added post listener for requests db object
Issue-ID: SO-2153
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: I4b27cbb69b983bd2f7c0d72c8ebb4d9c43201120
|
|
* Update docs/submodules/so.git from branch 'master'
to cd0748e0dc1b509062b7c69a4ef11f2d354f81a7
- Merge "Major Sonar fixes in InstanceManagement"
- Major Sonar fixes in InstanceManagement
-Removed unnecessary code.
-Removed unused variables.
Issue-ID: SO-2102
Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
Change-Id: Ie85cb51da959dacc80b61aa9d5bb608b4198a5fb
|
|
* Update docs/submodules/so.git from branch 'master'
to 243889b8a1f7cfe1b2f15f946d8b42eef396aaa5
- Merge "Removed not used loggers"
- Removed not used loggers
-Removed unnecessary loggers according to Sonar.
Issue-ID: SO-2102
Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
Change-Id: I05a0cc3187692fa17a6734d1c2a6be33d4b5ee34
|
|
* Update docs/submodules/so.git from branch 'master'
to 4f8e8687225ec663551786533e93ec67b607ac9e
- Merge "Major Sonar fixes in E2EServiceInstances"
- Major Sonar fixes in E2EServiceInstances
-Removed unnecessary code.
-Removed unused variables.
-Introduced constants for repeating Strings.
Issue-ID: SO-2102
Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
Change-Id: I4ac692849508178390796d149b2c3f2fddcd093b
|
|
* Update docs/submodules/so.git from branch 'master'
to b6ffa5d514cda289b1052b405067a04b2819c43e
- Merge "Major Sonar fixes"
- Major Sonar fixes
Major Sonar fixes in different classes:
-Removed unnecessary code.
-Removed unused variables.
-Removed unnecessary imports.
-Simplified diamond operators.
-Improved String comparisons in equals.
Issue-ID: SO-2102
Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
Change-Id: I279c63f8e7161d6e33d5d6a28b938c0c64e90f1f
|
|
* Update docs/submodules/so.git from branch 'master'
to d8e90311006bcb53592c48c246aa2479f807b5ae
- Merge "enhance get orchestration request"
- enhance get orchestration request
Enhance get orchestration request to include workflow step
Began working on adding call for activity name
Added call to return activity information
Updated to return last task executed
Added last task executed info to returned string
Updated mocks to fix failing unit tests
Added responses for mocks to Camunda for process and activity history
Added tests to cover taskName changes
Began adding tests to cover changes to RequestHandlerUtils
Added more unit tests for activity lookup
Updated error messages for taskName
Moved properties to application.yaml file
Added unit tests to add more coverage to task retrieval
Moved Camunda calls to CamundaRequestHandler class
Removed unused imports from RequestHandlerUtils
Fixed formatting of tests and removed handler where not used
Removed CamundaRequestHandler from JerseyConfiguration
Added retryTemplate for camunda calls
Issue-ID: SO-2142
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: I09a82e3458e8f611e4bbaf3ce9ab5de36b1b060a
|
|
* Update docs/submodules/so.git from branch 'master'
to a8bfc8e0d15e5c7b96d36566314017ecbf836e43
- Merge "Update SO to handle Async VNF operations to SDNC"
- Update SO to handle Async VNF operations to SDNC
Update SO to handle Async VNF operations to SDNC
Issue-ID: SO-2141
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: I20037306e9ce5b8df434511a46c0a3399e335c3d
|
|
* Update docs/submodules/so.git from branch 'master'
to 09867d8f6cfe922fc75d0b31f6376838e9f8f093
- - Converted NetworkResource to use the parser
- Converted NetworkResource to use the parser getEntity method.
- run the formatting command so that it aligns correctly.
Issue-ID: SO-2147
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: Id6aa6c2967ec4014d6512851fa7dfff088946081
|
|
* Update docs/submodules/so.git from branch 'master'
to 5184b28f6ec1170ae035ddd749d8bdf5b2064904
- Merge "Enhanced List Level flow with backward support"
- Enhanced List Level flow with backward support
Modified the e2e service instance flow to
support both new list types groups along with
backward compatibility to support old types
alloted resources, network etc.
Change-Id: Ie8fc8a4550a90b44736b6b9de058e2a2e187570c
Issue-ID: SO-1393
Signed-off-by: sarada prasad sahoo <sarada.prasad.sahoo@huawei.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to bbdb1c45a93194db2712d8c146e263a03737f25c
- Merge "Added servicename to MDC so that it gets logged"
- Added servicename to MDC so that it gets logged
Added servicename to MDC so that it gets logged and added enter and
exit markers.
Issue-ID: SO-2122
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: I63ff5e5de21d851c989ffa5db2051755751d9ead
|
|
* Update docs/submodules/so.git from branch 'master'
to 3042cd9564c0d40d6e9296287d6779fa01b9d98b
- Vulnerability fixes in ServicePluginFactory
Sonar vulnerability fixes in ServicePluginFactory:
-Added logger.
Issue-ID: SO-2139
Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
Change-Id: Id1752ea35db970b20d02e730dac9900c411958ca
|
|
* Update docs/submodules/so.git from branch 'master'
to 62c38de2cff81eea39a20fcb0826be9113d75b00
- Merge "basic auth for so-monitoring"
- basic auth for so-monitoring
Add basic auth for so-monitoring app
Issue submitted in pentest report
Change-Id: I8e826da9b9f66e893826fd9b40b3b26623b2ab8d
Issue-ID: OJSI-169
Signed-off-by: k.kazak <k.kazak@samsung.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 7c4e79510d80e2fd3963cdbe5ab0e7c47a50271e
- Merge "Set networkName value to the name from L3network"
- Set networkName value to the name from L3network
Set networkName value to the name from L3network object.
Add JUnit argument captures for naming creates
Fix formatting errors in the JUnit file.
Issue-ID: SO-2123
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: Ie4d2bd86f1a47bd5742aa7786dc9cba47fa11392
|
|
* Update docs/submodules/so.git from branch 'master'
to f765cc2ab30384f05af70c4011102389c9462e70
- Merge "Added null check for yaml to prevent crash at getParameterListFromEnvt()"
- Added null check for yaml to prevent crash at
getParameterListFromEnvt()
Issue-ID: SO-1841
Signed-off-by: Oleksandr Moliavko <o.moliavko@samsung.com>
Change-Id: I8fabba8d99e311f01a5fd5dad166e0bb643044e3
|
|
* Update docs/submodules/so.git from branch 'master'
to 0ebd61225c80044f1601e0d2c4bea1820f0dee08
- Merge "Commented out updatedAttribute declaration to prevent static analyzer warning about unused variable"
- Commented out updatedAttribute declaration to prevent
static analyzer warning about unused variable
Issue-ID: SO-1841
Signed-off-by: Oleksandr Moliavko <o.moliavko@samsung.com>
Change-Id: I0d46bcc817d08a6fbad3501c56336dc532bb5907
|
|
* Update docs/submodules/so.git from branch 'master'
to 2be5b56ac756f30e543d9272d31f8d56b2a07328
- Merge changes I5e72e1c6,I5e1cb624
* changes:
Added null check for function param pFqdns to prevent crash at for loop.
Added check for null ptr before dereferencing at gBBInput.getCustomer().getServiceSubscription() - to prevent static analyzer warning
- Added null check for function param pFqdns to
prevent crash at for loop.
Issue-ID: SO-1841
Signed-off-by: Oleksandr Moliavko <o.moliavko@samsung.com>
Change-Id: I5e72e1c6d74c5f197479062348090ab2b87fafae
- Added check for null ptr before dereferencing at
gBBInput.getCustomer().getServiceSubscription() -
to prevent static analyzer warning
Issue-ID: SO-1841
Signed-off-by: Oleksandr Moliavko <o.moliavko@samsung.com>
Change-Id: I5e1cb6248412ae9e3036011bd96d708f36170d70
|
|
* Update docs/submodules/so.git from branch 'master'
to 86a85de638889f587e6eed1b6888998c4d8dc6ad
- Merge "Fix error updating request_processing_data"
- Fix error updating request_processing_data
Fix error when updating existing record in request_processing_data
table.
Use correct field name in the toString method in RequestProcessingData
bean class.
RequestDbClient.updateRequestProcessingData should include entity id in
the URI on the PUT request.
Add new Config class ExposeEntityIdResourceConfiguration to make
Spring data Rest return id in the response for RequestProcessingData.
Make spring-boot-starter-data-rest not optional dependency in
mso-requests-db-repositories
Added unit test for RequestDbClient.updateRequestProcessingData()
method.
Issue-ID: SO-2120
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: I733be06185e5c19a0b7112918ce0a0f2abf861d7
|
|
* Update docs/submodules/so.git from branch 'master'
to d31674ea37659ad01b411f561e4ff550d62a4c26
- Merge "Remove duplicate name check in createAAITasks."
- Remove duplicate name check in createAAITasks.
Remove duplicate name check in createAAITasks. This hould be done prior
to status check in WorkflowAction or BBInputSetup.
Issue-ID: SO-2119
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
Change-Id: I0d6d34476b1ab2b351314c9a23926f2fff0e4f89
|
|
* Update docs/submodules/so.git from branch 'master'
to 98bbc90b0dc066627c8653ccf8982319a7103c1a
- Removing application-local.yaml files
Removing the application-local.yaml files because they're no longer
maintained or working.
Issue-ID: SO-2121
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: I191c8775de931671a4657be8940e6aec64023359
|
|
* Update docs/submodules/so.git from branch 'master'
to 97ad3ad656f2cdefb9606654b5ceacc12694fddb
- Merge "Implement TLS for calls from VNFM adapter to VNFM"
- Implement TLS for calls from VNFM adapter to VNFM
Issue-ID: SO-2116
Change-Id: I1e5bdfcf3164545c89fb370014d49ef3ae6a9cf1
Signed-off-by: MichaelMorris <michael.morris@est.tech>
|
|
* Update docs/submodules/so.git from branch 'master'
to 582c5624b4947c14116477297bb4535043281bed
- Merge "Commented out initialization of workflowResponse to prevent static analyzer warning about workflowResponse never being set to anything but null."
- Commented out initialization of workflowResponse to prevent
static analyzer warning about workflowResponse never being
set to anything but null.
Issue-ID: SO-1841
Signed-off-by: Oleksandr Moliavko <o.moliavko@samsung.com>
Change-Id: Ib150e3836fda9b7d9785a574f904b2c61bfa39f4
|
|
* Update docs/submodules/so.git from branch 'master'
to 6b0628ea06c0b9ce442527a06f4fe381522d0a76
- Merge "Fixes in WorkflowAction"
- Fixes in WorkflowAction
Fixes in WorkflowAction according to the Sonar analysis:
-Fixed String comparison.
-Removed unnecessary method parameters.
-Updated junit test.
Issue-ID: SO-2107
Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
Change-Id: I7522269e237f736521a627bcd1c8f77b0c776a70
|
|
* Update docs/submodules/so.git from branch 'master'
to 6c9e17ce89ec50468371247bb34881bdfcfc9fbd
- Merge "Major Sonar fixes"
- Major Sonar fixes
Major Sonar fixes in different classes:
-Removed unused variables.
-Simplified diamond operators.
-Removed unnecessary imports.
-Removed unnecessary code.
Issue-ID: SO-2102
Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
Change-Id: Ib54fbe048700a4e31042481f0a9b13838552aee7
|
|
* Update docs/submodules/so.git from branch 'master'
to 597aba038c90ef34a8058794c73a2213d778673e
- Merge "Vulnerability fixes in ServicePluginFactory"
- Vulnerability fixes in ServicePluginFactory
Sonar vulnerability fixes in ServicePluginFactory.
-Moved hardcoded IP addresses to the property file.
-Added junit test.
Issue-ID: SO-2106
Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
Change-Id: Id33e17f7845c106212bbf4d4a8ca78641cea1396
|
|
* Update docs/submodules/so.git from branch 'master'
to 7ef379bd727b99c04dd31ec957cb68f1f612905b
- Merge "Add requestContext to unassignVfModule tasks and"
- Add requestContext to unassignVfModule tasks and
Add requestContext to unassignVfModule tasks and tests
Issue-ID: SO-2115
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
Change-Id: Ifddfe32fab9406afb69ad9192351500cfbed3610
|
|
* Update docs/submodules/so.git from branch 'master'
to 95ea95fe5dbf340ad8ffeb69b4825712027d8d13
- Merge "Add SO BPMN name for NAME in tbl workflow"
- Add SO BPMN name for NAME in tbl workflow
Added SO update the R__WorkflowDesignerData.sql script to insert name of BPMN process
instead of description in the NAME field of workflow table for VnfInPlaceUpdate and
VnfConfigUpdate
Issue-ID: SO-2112
Signed-off-by: Bonkur, Venkat (vb8416) <vb8416@att.com>
Change-Id: I288a1159e95c3798c37ff41a599662e5df8317ba
|
|
* Update docs/submodules/so.git from branch 'master'
to e3ae6ce74674c5beb3d8bafe097c75fd51ea2d70
- Merge "We need to expand column request_status"
- We need to expand column request_status
New script to expand column request_status on table
archived_infra_requests as well.
Issue-ID: SO-2114
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
Change-Id: Ife1168e658bbb9e7fa69541de42173947564cac8
|
|
* Update docs/submodules/so.git from branch 'master'
to eaef24e96c1ce95195845258ce0a304ab9c0c21a
- add query stack data and populate table step
Need to check if audit is enabled first in the delete record task
Updates to audit delete redeisgn and data to table
Various updates to logging, audit object, added tag to query, updated
tag value.
Updated write method to make sure an entry for this heat stack doesnt
already exist to avoid duplicate entrys
Updated unit test to account for get query
Added so that id is not hidden from query results
Updated the was delete is done plus minor updates.
Updated delete method to use resttemplate instead of bowman client
Combined the write and get stack data task into the external tasks.
Removed the task to delete the stack data from db
Updates to junit request id so its not a random id for test
Updated service tasks in att BB to call external task
Update to be a real uuid format due to failing unit test
Updated fields to protected and updated unit test
Issue-ID: SO-2111
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
Change-Id: I8f479a046cf837403f60c330ed6ad8bc08a9c82f
|
|
* Update docs/submodules/so.git from branch 'master'
to 785c77ae295b287678d4842269222c31b3e4c330
- Fixing ASDCRestInterface for CSIT to simulate SDC req
Change-Id: I6331d08441b9bf1f621f56ec1b7d911851010e62
Issue-ID: SO-1948
Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
|
|
* Update docs/submodules/so.git from branch 'master'
to 4f7af8bab030fc3d331816a706dd0a9e2974c455
- Merge "Sonar Fix: SDNCAdapterApplication.java"
- Sonar Fix: SDNCAdapterApplication.java
Removed unused imports from the file
Issue-ID: SO-2103
Change-Id: Id126f5203789d866b340d86b55bbc616991afc99
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 781ae827294edc8e9a25d1ac83d7399be8186e8b
- Merge "Major Sonar fixes in E2EServiceInstances"
- Major Sonar fixes in E2EServiceInstances
Major code fixes in E2EServiceInstances according to the Sonar analysis.
-Removed unnecessary code.
-Removed unnecessary method parameters.
-Removed unused variables.
Issue-ID: SO-2099
Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
Change-Id: I0e217174455a6748c663b3d5cc92fdc22b67ce2d
|
|
* Update docs/submodules/so.git from branch 'master'
to 44caab6e00aabad304b8e3b35d88af402be918dd
- Merge "Sonar fix in CreateInventoryTask.java"
- Sonar fix in CreateInventoryTask.java
Fixed multiple sonar issues in this file
Issue-ID: SO-2098
Change-Id: I7da9ffae8ee11d8475445b5263bc7cfb78834a9c
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to b521f501783fbe05bf8c5e08e7d42e8b3605d950
- Merge "Sonar fixes in ManualTasks"
- Sonar fixes in ManualTasks
Code fixes in ManualTasks according to the Sonar analysis.
-Removed unnecessary code.
-Removed unused imports.
-Removed unused variables.
Issue-ID: SO-2100
Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
Change-Id: I79848456cc88b7f2cb812f7054bb6cec12b584c0
|
|
* Update docs/submodules/so.git from branch 'master'
to de03c49e2ee70d978789e08d7b7332403ad0f374
- Merge "Sonar fixes in OrchestrationRequests"
- Sonar fixes in OrchestrationRequests
Sonar fixes in OrchestrationRequests according to the Sonar analysis.
-Removed unnecessary code.
-Removed unused variables.
Issue-ID: SO-2101
Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
Change-Id: I564f35519c5063028e1cf540eb81ab81cf923fd5
|
|
* Update docs/submodules/so.git from branch 'master'
to 1ad102dc465b2d2e344500cb9666b307eae0d3ef
- Major Sonar fixes
Major Sonar fixes in different classes:
-Removed unnecessary code.
-Removed unused variables.
-Removed unnecessary imports.
-Simplified diamond operators.
Issue-ID: SO-2102
Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
Change-Id: I098e3dcd93b804e58220bb41ea15325e820e3a59
|
|
* Update docs/submodules/so.git from branch 'master'
to ab9522a55b6cf8dd2137f635b1accef60de34d20
- Merge "remove unneeded code"
- remove unneeded code
Change-Id: Ib7c692b2a7fd8bc5f40d6a4acba504948cc7fc1b
Issue-ID: SO-729
Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 82e8c3800e2ef4d27353b9085b45b963c51b5a9b
- Merge "Added null check to prevent call of getVnfResources() method for null vf object"
- Added null check to prevent call of getVnfResources() method
for null vf object
Issue-ID: SO-1841
Signed-off-by: Oleksandr Moliavko <o.moliavko@samsung.com>
Change-Id: I0c2ea5de5ed9ab55ad78f58f3a68241e7cb2d064
|
|
* Update docs/submodules/so.git from branch 'master'
to f83362f93e7a88c34b85048aaf2e1f14c611800f
- Merge "Added null check for heatStack to prevent crash at getCanonicalName() call"
- Added null check for heatStack to prevent crash at
getCanonicalName() call
Issue-ID: SO-1841
Signed-off-by: Oleksandr Moliavko <o.moliavko@samsung.com>
Change-Id: Icf49b7db336002ad56769b221ec61101fac04fd5
|
|
* Update docs/submodules/so.git from branch 'master'
to 79b5b02dc56510838deb94c1f54e4f8b88c130b5
- Merge "add junit coverage for VnfmHelper"
- add junit coverage for VnfmHelper
Change-Id: I0db84333f1c5ffa09ec78f504a101b75343157a3
Issue-ID: SO-1576
Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to c3279392770dc1967a98d8a86bed874e45c203c2
- Merge "Fixed sonar issue in QueryGroups.java"
- Fixed sonar issue in QueryGroups.java
Fixed sonar issues across this file
Issue-ID: SO-2096
Change-Id: Ib2b9fb5d12da2eb1f99562466c5a5d9039b0e50f
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to cc805b184620525115c88c1a52ddfde55c73e15b
- mso will support new requeststate values
Support new request status - ROLLED_BACK, ROLLED_BACK_TO_ASSIGNED,
ROLLED_BACK_TO_CREATED, and ABORTED.
Support new request status - ROLLED_BACK, ROLLED_BACK_TO_ASSIGNED,
ROLLED_BACK_TO_CREATED, and ABORTED. Added default FAILED request
status in case rollback is not needed.
Variable rollbackTargetState needs to be returned to WorkflowAction flow
Variable rollbackTargetState needs to in to ExecuteBuildingBlock as
well. Add new RequestDb migration file to expand infra_active_requests
column request_status to 25 bytes to fit new request states.
Change-Id: I0da2f8013001a28dcc20f64eb9455e4cfd3dd197
Issue-ID: SO-2093
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 0e2cda138f35ee6a7a8a54c29a6c4edf07d51745
- update bpmn to save extsystemerrorsource
Added ext error source to workflow exception
Updated all lines that create this exception with source
Added unit tests and updated existing ones
Change-Id: Id9b3b1e6e24368224214a6370ea2d450ae667bfb
Issue-ID: SO-2092
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 294a68f814de3820ae3d5fdcf976615ad233c11a
- fix global-jjb migration issue
fix global-jjb migration issue
- VNFSDK, SO
Issue-ID: SO-1992
Signed-off-by: sarada prasad sahoo <sarada.prasad.sahoo@huawei.com>
Change-Id: I2e11f0c151c54151e526efdebf92f49621dc0f7f
|
|
* Update docs/submodules/so.git from branch 'master'
to 7fe31a577a1f3d50a0681be8b4d691aef67eb3ec
- fix global-jjb migration issue
fix global-jjb migration issue
- VNFSDK, SO
Issue-ID: SO-1992
Signed-off-by: sarada prasad sahoo <sarada.prasad.sahoo@huawei.com>
Change-Id: Idaee5994614a9264e0b0edc57be6e529a343b807
|
|
* Update docs/submodules/so.git from branch 'master'
to 15ecb55f2f045e2e185a94b4d4985d2563af8b40
- Merge "do not overwrite status message with rollback"
- do not overwrite status message with rollback
update rollback error for rollback and not original msg
run code formatting on updated files
add unit test for false value of isRollback flag
Change-Id: I25d8fb9771766461b1192e3758237dfc199787f8
Issue-ID: SO-2081
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 0d562688867a1b2e7a34ee6416cd54f7a9f6b89e
- support new query param format
- added format query parameter (optional), implemented logic to
populate requestStatus field based on whether or not format is present
moved request status constants to its own class visible globally.
- changed @requestParam to @QueryParam in GET endpoint
(OrchestrationRequests class. updated unit tests to call method being
tested directly rather than from another private function
- moved setting requestStatus to a separate method, also updated unit
tests to separate out each scenarion into its own method
- added unit test for when format=detail, corrected existing unit tests
to test result to be FAILED
- updated Status.java to include extra request status values; moved
Status class to common org.onap.so.constants package
Change-Id: Ic593de5fdfdcbc3121f481c86d1e261406082260
Issue-ID: SO-2080
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
|