Age | Commit message (Collapse) | Author | Files | Lines |
|
Project: appc master f7824831d63aeb5be44077de7bf51fa05a4e5010
Updating the formatting for APPC docs
Updated header formatting for docs
Issue-Id: APPC-102
Change-Id: Id26a4c85c8d370088eb0d2aef5e9aaadc075f4ab
Signed-off-by: Scott Seabolt <js9808@att.com>
|
|
Project: appc master c4842e4992d4f8dfc7ec38da6c4f6d69a1e223ab
Change for Quote Issue
Issue-ID : APPC-221
Change in appc-config-generator appc-artifact-handler
Change-Id: I9abaef2839ca60f10855a61c48fa696be012db5f
Signed-off-by: Sonali Das <sd394g@att.com>
|
|
Project: appc master 42526790eb146a842307bcfb35adb50d1673a7f6
Removing duplicate dependency
The dblib artifact is listed twice which
is causing errors in maven site generation.
Change-Id: If7b023b71700991738f049e2307c256bfeaaf856
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-id: APPC-266
|
|
Project: appc master c645cb8f522294ab1a06be3d83fbee4af1b532e2
Fix for the LCM Restart Request date issue
Issue-Id: APPC-262
Change-Id: I34455f902d55ff0c97ca1dc81e7388da388d735e
Signed-off-by: Rahul Sharma <Rahul.Sharma2@amdocs.com>
|
|
Project: appc master a132582db7f3718d51959cd093bea5198bf94530
APPC - OAM ConcurrentModificationException
Fixes:
- In the AsyncTaskHelper, the cancel future augmentation in the
scheduleBaseRunnable(...) removed itself from the myFutureSet while
it was iterating over the entries. This caused the
ConcurrentModificationException
- The Timeout operation in the ConfigurationHelper was not converting
the units to millisecond.
- The Timeout in the BaseProcessor. preProcess(...) was NOT using the
request-timeout value supplied in the request.
- When a timeout occurred in the BaseProcessor. preProcess(...) method,
the OAM state was not being switched to ERROR state
Issue-Id: APPC-263
Change-Id: I02c5e3adaca9a595d2c3541d8a997f3254bf097a
Signed-off-by: Joey Sullivan <joey.sullivan@amdocs.com>
|
|
Project: appc master b9ab501e8f5fd4750dd3dc07d054821a186a35b2
Fix appc-oam wiring issue
After uninstall appc-event-listener, appc-oam is going to be in installed state
which should not happen
Issue-Id: APPC-264
Change-Id: I314259382954057e457c7a5c927b31e4920e7336
Signed-off-by: Hao Kuang <Hao.Kuang@amdocs.com>
|
|
Project: appc master b6f14629bffb23cc89984a643cda1780414b7132
Removing org.powermock javaagent
The licensing is not approved for this artifact
and it seems to not be needed for tests to pass.
Change-Id: I67d1f643e8ed725ff87a3e3437ec6695913b17c2
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-id: APPC-258
|
|
Project: appc master e9d6dfd8eef8a1841d02247f7aefa37d79df6139
VM start/stop DG input parameters name changes
Change VM_start DG input parameters:
- from start-vm-url to vm-id
- from AICIdentity to identity-id
Change VM_stop DG input parameters:
- from stop-vm-url to vm-id
- from AICIdentity to identity-id
Issue-Id: APPC-260
Change-Id: Ifa84a0612a7926db3b176d083f1eb4fb5113dc8e
Signed-off-by: beili.zhou <beili.zhou@amdocs.com>
|
|
Project: appc master 275ccba3fcd4291182c3d73803bb320f5b08b709
Config pom and feature changes
Issue-ID: APPC-219
Change-Id: I407dd3781edcc6b06c598bc7fa1d57fc024c2648
Signed-off-by: Lina George <lg941u@att.com>
|
|
Project: appc master 6790d2d3b3b3c8f0056f0a8aa6c3892085e11ab0
Changes in pom and features.xml files
Issue-ID : APPC-240
Change-Id: I42d2277d73163041ccfebe69897f05ac0314e6a1
Signed-off-by: Dilip kumar Pampana <dp583p@att.com>
|
|
Project: appc master c985da3414e60d998e9853221bf375a663b0c8f2
Update VMURL to use a range for the version
Replaced hardcoded 'v2' in url format with a range
Issue-Id: APPC-257
Change-Id: I0411f15d0d2166fb7cf72d2df587ea17b9c8705b
Signed-off-by: RY303T <RY303T@att.com>
|
|
Project: appc master 58ac30a6f6070da54cce13192df6238645268720
Updating APPC README
Updating the README for this repo to match the updated README in the deployment repo.
Change-Id: Ic66a3abbb3034b02fe9809428bb656d3c313460a
Signed-off-by: Hector Anapan <ha076r@att.com>
Issue-Id: APPC-250
|
|
Project: appc master 8789ac428adbb5d5782bfa93a0baebc9070f3ac7
[APPC-246] Updating SDC Listener with unit test
Created new test classes for SDC-Listener.
Contains changes reverted by Patrick.
Issue-Id :APPC-246
Change-Id: I593b23bae44db0046f513f4b6a159a86bf8cc885
Signed-off-by: Abhai Singh <Abhai.Singh@amdocs.com>
|
|
Project: appc master e4894932713469508bbb68fdb4b8d8cfcb0a4076
Sonar Critical Fix
WorkflowResolver.java: L47
Sonar link:https://sonar.onap.org/component_issues/index?id=org.openecomp.appc%3Aappc#resolved=false|severities=CRITICAL|rules=squid%3AS2184
Change-Id: Id73e2153b13716706b0dce4204d8c7519885afe5
Issue-Id :APPC-238
Signed-off-by: sanchitap <sanchita@techmahindra.com>
Commenting TOSCA_CSAR as we are not listening to
As APP-C is not listening to this artifact type it should not send back NOTIFIED status back to SDC application
Issue-ID:APPC-245
Change-Id: I8b4f4b18047181aad9017264136cc5fb054305c9
Signed-off-by: mojahidi <mojahidul.islam@amdocs.com>
Fix Blocker/Critical sonar issues
Fix Blocker/Critical sonar issues in appc module
https://sonar.onap.org/component_issues?id=org.openecomp.appc%3Aappc#resolved=false|severities=BLOCKER|fileUuids=AV36PknS89V-MRZU58_g
Issue-Id: APPC-186
Change-Id: I50868e7e76f03a724d97889432f2dce53552b36f
Signed-off-by: shashikanth.vh <shashikanth.vh@huawei.com>
|
|
Project: appc master e5aad808db5203acec496eed43b5785fc0640d90
serializing OAM async task
Change-Id: I0c98636c165a2cc5b9915a3950ab64744e6328c7
Issue-Id: APPC-244
Signed-off-by: Joey Sullivan <joey.sullivan@amdocs.com>
|
|
Project: appc master 78f459993575bcab672898610ec281674ccaebc3
Add Junit test for appc-provider bundle
1. add junite test for appc-provider bundle to increase sonar test converage.
2. move test files of appc-dg-util under java folder.
Issue-Id: APPC-229
Change-Id: I37620a820eb99aecb7fe91974826b4ef2e5d428a
Signed-off-by: Hao Kuang <Hao.Kuang@amdocs.com>
Increase sonar coverage for common
Add Junit test in appc-common
- cache
- cache/impl
- configuration
- exceptions
- i18n
- logging
Issue-Id: APPC-230
Change-Id: I04c457da4dfa881c1109273b8fd3e16e76ebd68f
Signed-off-by: beili.zhou <beili.zhou@amdocs.com>
Fix Blocker/Critical sonar issues
Fix Blocker/Critical sonar issues in appc module
https://sonar.onap.org/component_issues?id=org.openecomp.appc%3Aappc#resolved=false|severities=BLOCKER|fileUuids=AV36PknS89V-MRZU58_f
Fixed issue Close "FileInputStream".
Issue-Id: APPC-186
Change-Id: I2fab5e54735992a4cbf2972628574edd17905fe3
Signed-off-by: shashikanth.vh <shashikanth.vh@huawei.com>
Increased test coverage for appc-java-client
Added Junit test cases to increase test coverage for appc-java-client
Change-Id: I31154acea348f50da5df47262611bfb108a4ed3a
Issue-ID:APPC-223
Signed-off-by: mojahidi <mojahidul.islam@amdocs.com>
|
|
Project: appc master f2e77cc8209018f6955fba400ab4d0ff609448b1
Sonar Critical Fix
ProviderStackOperation.java: L98 and L178
Sonar link:https://sonar.onap.org/component_issues/index?id=org.openecomp.appc%3Aappc#resolved=false|severities=CRITICAL|rules=squid%3AS2184
Change-Id: Id73e2153b13716706b0dce4204d8c7519855afe5
Issue-Id :APPC-237
Signed-off-by: sanchitap <sanchita@techmahindra.com>
Revert Increase coverage of SDC Event Listener
This reverts commit 8b88bb6f258cf8af9d1658a0514eba6daa31f93c.
The commit is causing test failures and blocks all jobs.
Change-Id: I1e82f74d34bc4201690beea89bebe61c9d3845e2
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-id: APPC-228
|
|
Project: appc master 61d4327f8cfc7ad42f548766a67af2b73eb0fa11
Update appc parent pom verson
Updating parent pom to latest
version in ccsdk parent.
Issue-Id: CCSDK-104
Change-Id: If7c9573f30dac43bf4d0337a349208824d49f1a2
Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
|
|
Project: appc master 9823cdb68b01c697a0ce0728eb32d7ad9fb32c66
Fix Sonar blocker issue for resource leak
Issue-ID: APPC-186
Change-Id: I6177d3976e4e91a6f29bee21558dc603aed44f1f
Signed-off-by: Summers, Gregory (gs2953) <gs2953@att.com>
|
|
Project: appc master 679dbdae2e7bf948de10031619ba65f573ba0267
Add junits for dg-util to increase test coverage
Issue-Id: APPC-228
Change-Id: I805127d7b57bc88e97151e9a4e217fe384a33ffb
Signed-off-by: Hao Kuang <Hao.Kuang@amdocs.com>
|
|
Project: appc master 6b04a5675e035277a90f8378fd6cf333066fd1c7
Sonar Blocker
Fix Sonar Blocker for resource leak Sonar Link: https://sonar.onap.org/component_issues/index?id=org.openecomp.appc%3Aappc#resolved=false|severities=BLOCKER|rules=squid%3AS2095
Change-Id: Id73e2153b13716706b0dce4204d8c7519850afe5
Issue-ID: APPC-236
Signed-off-by: amshegokar <AS00500801@techmahindra.com>
|
|
Project: appc master 8b88bb6f258cf8af9d1658a0514eba6daa31f93c
[APPC-232] Increase coverage of SDC Event Listener
Updated unit test in SdcCallbackTest
Issue-Id :APPC-232
Change-Id: Ifa6d998d97de7637e9addc3c6e90984c3accc72d
Signed-off-by: Abhai Singh <Abhai.Singh@amdocs.com>
|
|
Project: appc master 34f7372f8a1c398b6af428d87fe6dfc3b8e4ffc8
Fix Sonar Blocker for resource leak
Issue-ID: APPC-186
Change-Id: Id73e2153b13716706b0dce4204d8c7519840afe3
Signed-off-by: Summers, Gregory (gs2953) <gs2953@att.com>
|
|
Project: appc master ab6544cf74d4dbb70344177880139e6b394b1ab3
Increase sonar coverage for LifecycleManagement
Add Junit tests in state-machine-lib
Issue-Id: APPC-225
Change-Id: I54b307663f1e593d597f1c93ed800ea657959030
Signed-off-by: beili.zhou <beili.zhou@amdocs.com>
|
|
Project: appc master ffc31862ae72d4d657cd5097e5fe9b3824e7c119
Fix VM_Start(2.0.0) and VM_Stop(2.0.0) DG
VM_Start DG was submitted with Rebuild_VM DG content
VM_Stop DG needs an extra block for success path
Issue-Id: APPC-217
Change-Id: I69c43576f1e266383b98383879b936b8f4b9c9c4
Signed-off-by: beili.zhou <beili.zhou@amdocs.com>
|
|
Project: appc master 9647cc9074a6ba71cfad6e1ea4663f7fbdd947fe
Sonar Blocker
for blocker APP-C Common. Sonar Link:https://sonar.onap.org/component_issues/index?id=org.openecomp.appc%3Aappc#severities=BLOCKER|rules=squid%3AS2097
Change-Id: I65ee1745f5fd5a7f7ac3365704943b22a9341e8a
Issue-ID: APPC-224
Signed-off-by: amshegokar <AS00500801@techmahindra.com>
|
|
Project: appc master d51cafc10c705cccfed1dee2d478c872a0a87eb8
Updated APPC Documentation
Updated APPC Guides and index.rst for documentation cleanup purposes
Issue-ID: [APPC-102]
Change-Id: I22e249e4fa6be1bf621a0627edc550e983930380
Signed-off-by: Scott Seabolt <js9808@att.com>
|
|
Project: appc master 811db4c39abb769a14c9b5ab1093b764c8b42a50
Sonar Blocker
For rest healthcheck Adapter-bundle
Change-Id: Ic499d7af6c90cd692e8362ba4f7d2f5d62d48422
Issue-ID: APPC-216
Signed-off-by: Shubhada Ramkrishna Vaze <SV00449682@TechMahindra.com>
Signed-off-by: Skip Wonnell <skip@att.com>
|
|
Project: appc master b59ab6b65a4f81464a970e579107d0828f78aadc
Fix Blocker/Critical sonar issues
Fix Blocker/Critical sonar issues in appc module
https://sonar.onap.org/issues/search#issues=AV36Pm5i89V-MRZU59OH
Fixed NullPointerException might be thrown as 'data' is nullable here
Issue-Id: APPC-186
Change-Id: I65ee1745f5fd5a7f7ac3365704943b25a9341e8a
Signed-off-by: shashikanth.vh <shashikanth.vh@huawei.com>
|
|
Project: appc master b6e1a7e77f59259c0f0a200ebff22ad9fc7940b3
Sonar Blocker
Sonar Blocker for PrecheckOption.java
Change-Id: Ic499d7af6c90cd692e8362ba4f7d2f5d65d48471
Issue-ID: APPC-223
Signed-off-by: Shubhada Ramkrishna Vaze <SV00449682@TechMahindra.com>
|
|
Project: appc master 598e7357e2ef9e12e2aeed6a9e63fd1272b69c12
Changes to ProtocolReference table insert
Added Code to check if record exists previously in table. If so, make an update else insert.
Issue-ID:APPC-220
Change-Id: I3825128d8381a4f0c7e62926be6ecec9ab178194
Signed-off-by: Ramya Balaji <rb111y@att.com>
|
|
Project: appc master eac0b6f973d747299dc667c0495886094b5972a1
Add APPC VM_Start(2.0.0) and VM_Stop(2.0.0) DGs
Issue-Id: APPC-217
Change-Id: If7b087b715630fcb8d9d5cb3effdd10548ab00be
Signed-off-by: beili.zhou <beili.zhou@amdocs.com>
|
|
Project: appc master 807828291309411ab6bae1fe27bbf300fbe7b094
Fix Blocker/Critical sonar issues
Fix Blocker/Critical sonar issues in appc module
https://sonar.onap.org/component_issues?id=org.openecomp.appc%3Aappc#resolved=false|severities=BLOCKER
Fixed null pointer exceptions for localContext and removed redundant check for localContext
Issue-Id: APPC-186
Change-Id: I38223655d69b89f6828fbdc7f3f388031e22f412
Signed-off-by: shashikanth.vh <shashikanth.vh@huawei.com>
|
|
Project: appc master b692bc3615f276b58c08f3891d0543718d5398d8
Removed TOSCA_CSAR and upgrade sdc version
removed TOSCA_CSAR from ArtifactfactProcessorFactory to stop listening tosca_csar artifacts
upgrade the sdc client version compatible for 1710 release
Change-Id: Id6db5831a1f625fd8fc040bfd50c6662486730f4
Issue-ID:APPC-203
Signed-off-by: mojahidi <mojahidul.islam@amdocs.com>
|
|
Project: appc master 1a9f177416ef1dab33c54e3d08fdbaa26e88034c
Fix Blocker/Critical sonar issues
Fix Blocker/Critical sonar issues in appc module
https://sonar.onap.org/component_issues?id=org.openecomp.appc%3Aappc#resolved=false|severities=BLOCKER
Redundent if condition removed from DGGeneralDBService.java
Issue-Id: APPC-92
Change-Id: I9b963759e562dc0744b3742a70905a417c3c444a
Signed-off-by: shashikanth.vh <shashikanth.vh@huawei.com>
|
|
Project: appc master ac822a12b7963c04992684ac3307ed986073f342
Fix Blocker/Critical sonar issues
Fix Blocker/Critical sonar issues in appc module
https://sonar.onap.org/component_issues?id=org.openecomp.appc%3Aappc#resolved=false|severities=BLOCKER
Fixed null pointer exceptions for QueryStatus and db string.
Issue-Id: APPC-92
Change-Id: Ic499d7af6c90cd692e8362ba4f7d2f5d65d49471
Signed-off-by: shashikanth.vh <shashikanth.vh@huawei.com>
|
|
Project: appc master 6c34983dce34c834e42eb6e5bf9ca5a137f29cce
Sonar Blocker
Sonar Blocker for appc client-simulator
Change-Id: Ia7c4d115e2fcbd29eb132791958286b097118431
Issue-ID: APPC-210
Signed-off-by: amshegokar <AS00500801@techmahindra.com>
|
|
Project: appc master c406e1cc747c50f398e14b6aec112d83fff8b969
Sonar Blocker
Sonar Blocker for appc-sdc-listener-bundle
Change-Id: Ia7c4d115e2fcbd29eb132791958286b077118431
Issue-ID: APPC-209
Signed-off-by: amshegokar <AS00500801@techmahindra.com>
|
|
Project: appc master fbcf5e1cc1b04bd36a9ea33585eaaa83361b2ea7
Add LICENSE.txt to root directory
Change-Id: Ib0fc208632783058a4088fe41c5056f2531997d1
Issue-ID: APPC-90
Signed-off-by: Skip Wonnell <skip@att.com>
|
|
Project: appc master c2f55b2e5771f32b84bb07770d15b0d42b8e814b
Add Unit Tests for appc-chef-adapter
Issue-Id: APPC-181
Change-Id: Iee824ca929ea46944ac1673e709074687ad812f9
Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
|
|
Project: appc master 6475b40bcbb943aa52beec12fc8b54d671d9e429
Fix/Add unit tests for appc-rest-adapter
Refactored RestAdapterImpl.java and added
RequestFactory.java to enable cleaner
unit tests. Added unit tests.
Issue-Id: APPC-182
Change-Id: I129a9145ac028eda3257ef8c26f67b87f12c683f
Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
|
|
Project: appc master 3aa02022732ca26c7c586026926674e88ab0bb2e
Sonar Blocker fix
Redundent if condition removed from DGXMLLoadNActive.java L70 & L102
Change-Id: Ia7c4d115e2fcbd29eb132791958286b077118441
Issue-ID: APPC-202
Signed-off-by: sanchitap <sanchita@techmahindra.com>
|
|
Project: appc master ac62a4a52bad0f0c5d3b3a0de39893f6993a9f1b
Changing to mariadb java client
Changing from the mysql java connector to the
mariadb java client.
Change-Id: I2f9b1f5da37424d529e196f9b6b8d0bf4f1f9d2f
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-id: APPC-198
|
|
Project: appc master 4f2ed4e9515f416cab0e75af33b8d799c02974f1
Updated DG and dg loader textfile
Updated dg_activate.txt to point to correct rpc.
Also made updates to Restart DG for invalid action
level.
Issue-ID : APPC-197
Change-Id: Ia7c4d115e2fcbd29eb132791958286b077115441
Signed-off-by: Ramya Balaji <rb111y@att.com>
|
|
Project: appc master 89c46eb87ff89a0c0ef9975fc8f5dd0c5d0cc95d
Update TTL calculation to use milliseconds
Code used mix of seconds and milliseconds
calculate TTL. Updated to use consistent
units. Also added a new test file to
increase code coverage.
Issue-ID: APPC-207
Issue-ID: APPC-181
Change-Id: I07687ac30fa2e75cedb027ec2bb71f6914d42075
Signed-off-by: Skip Wonnell <skip@att.com>
|
|
Project: appc master 2406a9706f41c06b6a67bc8908461a17e9ce2904
Updated APPC Documentation
Updated APPC Guides and index.rst to reflect docs properly and removed conf.py as it is not needed
Issue-ID: [APPC-102]
Change-Id: I89bf3bc9fa289d9b15205f8cd5da890ae8b29776
Signed-off-by: Scott Seabolt <js9808@att.com>
|
|
Project: appc master 881d21c2a04c195ad57e7fb14f1fe5cd1b1be413
Correcting incorrect package import
Change-Id: I1e8738d321769ca713f32ece2b650487d3fdcfdf
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-id: APPC-91
Issue-id: APPC-158
|
|
Project: appc master 17a1e0e30e3a35ed4ad2ef91960bb58799b208b3
validate mandatry vnfc vm info is absent in invent
when the vnfc SMP is mandatory in the
dependency-info block but its corresponding vm details/info is not present in the inventory info validation error should be thrown
Issue-ID:APPC-204
Change-Id: I606da8ce086423cf3f23c87ab0166bfb9935875b
Signed-off-by: mojahidi <mojahidul.islam@amdocs.com>
|
|
Project: appc master f0852a8174e38cc0c203a21a59af98e6c3889d5f
Correcting maven staging plugin
Change-Id: I5dd7e431568520fa7d6e65cba435aeadc3444482
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-id: APPC-91
Issue-id: APPC-158
|
|
Project: appc master c0eaebba5cd79c295b3e112e2f3632bc5559b237
Junit Cases for Artifact Handler.
Issue-ID : APPC-168
Change-Id: Id2b211d5656ffa8d5f326c30d745bc497e76f4d0
Signed-off-by: Ramya Balaji <rb111y@att.com>
|