Age | Commit message (Expand) | Author | Files | Lines |
2019-10-15 | Cleanup - removed unused variables and methods, | Oleksandr Moliavko | 2 | -10/+1 |
2019-10-01 | Improve fall out case handling | Smokowski, Steven | 3 | -183/+44 |
2019-09-30 | Merge "Added null check to server.getImage() to prevent crash at getId() call." | Lukasz Muszkieta | 1 | -5/+7 |
2019-09-26 | Added null check to server.getImage() to prevent | Oleksandr Moliavko | 1 | -5/+7 |
2019-09-10 | Integrate Logging Library | Plummer, Brittany | 6 | -55/+95 |
2019-09-10 | Merge "Created external task utils in a common location" | Steve Smokowski | 5 | -105/+24 |
2019-09-10 | General sonar fixes | Arindam Mondal | 2 | -18/+17 |
2019-09-08 | Created external task utils in a common location | Boslet, Cory | 5 | -105/+24 |
2019-08-29 | sonar fix-remove unused import | Thugutla sailakshmi | 1 | -1/+0 |
2019-08-22 | Merge "Moved setNeutronNetworkId() call inside null check to prevent crash at... | Lukasz Muszkieta | 1 | -1/+1 |
2019-08-22 | Merge "Moved null check for outputs so that get() method call won't result in... | Lukasz Muszkieta | 1 | -4/+4 |
2019-08-21 | Added null check for rootNode to prevent crash at | Oleksandr Moliavko | 1 | -13/+18 |
2019-08-19 | Added null check for heat to remove static | Oleksandr Moliavko | 1 | -1/+5 |
2019-08-16 | Removed unused CSAR class. | Oleksandr Moliavko | 1 | -189/+0 |
2019-08-16 | Replaced string concatenations in a loop with | Oleksandr Moliavko | 1 | -4/+9 |
2019-08-13 | Merge "Removed duplicate use of networkType field in String.format() call to ... | Lukasz Muszkieta | 1 | -2/+2 |
2019-08-13 | Removed duplicate use of networkType field in | Oleksandr Moliavko | 1 | -2/+2 |
2019-08-09 | Moved setNeutronNetworkId() call inside null check | Oleksandr Moliavko | 1 | -1/+1 |
2019-08-09 | Moved null check for outputs so that get() method | Oleksandr Moliavko | 1 | -4/+4 |
2019-08-08 | fix sonar issue | sarada prasad sahoo | 1 | -15/+16 |
2019-08-08 | Merge "Replace duplicated String literals" | Seshu Kumar M | 3 | -20/+22 |
2019-08-08 | Shift string literal to left side of equals(avoid null pointer ex) | sindhu3672 | 2 | -2/+2 |
2019-08-08 | Replace duplicated String literals | sindhu3672 | 3 | -20/+22 |
2019-08-02 | General sonar fixes | Arindam Mondal | 2 | -2/+3 |
2019-07-30 | Merge "Added null check to heatStack.getOutputs() to prevent crash at get() c... | Seshu Kumar M | 1 | -10/+13 |
2019-07-30 | Added null check to heatStack.getOutputs() | Oleksandr Moliavko | 1 | -10/+13 |
2019-07-30 | Merge "Replaced constructor call with valueOf() call to remove static analyze... | Seshu Kumar M | 1 | -1/+1 |
2019-07-30 | Merge "Sonar fix: HealthStackAudit.java" | Seshu Kumar M | 1 | -1/+2 |
2019-07-30 | Replaced constructor call with valueOf() call to | Oleksandr Moliavko | 1 | -1/+1 |
2019-07-25 | Add SpringClientFilter in ValetClient to autolog | Mcblain, Thomas | 1 | -6/+6 |
2019-07-23 | Major Sonar fixes | r.bogacki | 1 | -31/+16 |
2019-07-22 | Merge "Added servicename to MDC so that it gets logged" | Steve Smokowski | 5 | -4/+20 |
2019-07-19 | Added servicename to MDC so that it gets logged | Boslet, Cory | 5 | -4/+20 |
2019-07-19 | Sonar fix: HealthStackAudit.java | Arundathi Patil | 1 | -1/+2 |
2019-07-18 | Merge changes I5e72e1c6,I5e1cb624 | Steve Smokowski | 1 | -8/+16 |
2019-07-17 | add query stack data and populate table step | Boslet, Cory | 7 | -15/+271 |
2019-07-12 | Added null check for function param pFqdns to | Oleksandr Moliavko | 1 | -8/+16 |
2019-07-09 | Sonar fix in CreateInventoryTask.java | Arundathi Patil | 1 | -4/+8 |
2019-07-02 | Added null check to prevent call of getVnfResources() method | Oleksandr Moliavko | 1 | -2/+4 |
2019-07-02 | Added null check for heatStack to prevent crash at | Oleksandr Moliavko | 1 | -1/+1 |
2019-06-24 | Sonar fixes in MsoVnfAdapterAsyncImpl | r.bogacki | 1 | -5/+3 |
2019-06-18 | Merge "Changes related to eviction of connections" | Steve Smokowski | 1 | -0/+77 |
2019-06-18 | Fixed critical Sonar bugs | r.bogacki | 1 | -4/+7 |
2019-06-17 | Changes related to eviction of connections | Benjamin, Max (mb388a) | 1 | -0/+77 |
2019-06-17 | Merge "Fix sonar issues in mso-openstack-adapters" | Steve Smokowski | 1 | -79/+62 |
2019-06-17 | Improvements in MsoVnfAdapterImpl | r.bogacki | 1 | -67/+62 |
2019-06-14 | update multi stage code to accurately skip bbs | Benjamin, Max | 17 | -0/+340 |
2019-06-10 | replaced String.repeat with static final strings | Benjamin, Max | 9 | -165/+155 |
2019-06-03 | Cleaned up duplicated literals | rob.bog | 7 | -128/+143 |
2019-05-31 | enhanced vnf adapter errog log. | Sangalang, Felix | 3 | -6/+15 |