Age | Commit message (Expand) | Author | Files | Lines |
2019-08-08 | add the NBI section to the instantiate flows | seshukm | 1 | -0/+97 |
2019-08-08 | Merge "Replace duplicated String literals" | Seshu Kumar M | 3 | -20/+22 |
2019-08-08 | Merge "Shift string literal to left side of equals(avoid null pointer ex)" | Seshu Kumar M | 2 | -2/+2 |
2019-08-08 | Merge changes I00b02c80,Icf854fba,I41a7ea89,I3c9b75ba | subhash kumar singh | 4 | -2/+287 |
2019-08-08 | Merge "Set suppressRollback variable for ActivityBBs" | Seshu Kumar M | 1 | -0/+1 |
2019-08-08 | Shift string literal to left side of equals(avoid null pointer ex) | sindhu3672 | 2 | -2/+2 |
2019-08-08 | add instantiation flow | seshukm | 1 | -0/+28 |
2019-08-08 | add pre_instantiation details | seshukm | 1 | -0/+225 |
2019-08-08 | add the information of the instantiate in dev guide | seshukm | 1 | -0/+31 |
2019-08-08 | Replace duplicated String literals | sindhu3672 | 3 | -20/+22 |
2019-08-08 | correct the camunda modeler info | seshukm | 1 | -2/+3 |
2019-08-07 | Add SO Message instead of Exception when vmIds are empty | Bonkur, Venkat (vb8416) | 2 | -0/+112 |
2019-08-07 | Merge "updated delete payloads for bulk deletes" | Steve Smokowski | 9 | -42/+60 |
2019-08-06 | Set suppressRollback variable for ActivityBBs | Elena Kuleshov | 1 | -0/+1 |
2019-08-06 | - Updated cvnfc's to use the getEntity API. | Merkel, Jeff | 1 | -63/+72 |
2019-08-06 | updated delete payloads for bulk deletes | Benjamin, Max | 9 | -42/+60 |
2019-08-06 | Added close() call for InputStream instance to | Oleksandr Moliavko | 1 | -1/+5 |
2019-08-05 | Merge "Added null check for return value of getUpdateResInputObj(), to preven... | Seshu Kumar M | 1 | -1/+5 |
2019-08-05 | Merge "ModelInstanceName is required in SNIROHomingv2 to" | Seshu Kumar M | 2 | -1/+6 |
2019-08-05 | Merge "Added newToken null check to prevent crash at newToken.getValue() call" | Seshu Kumar M | 1 | -1/+3 |
2019-08-05 | Added null check for return value of | Oleksandr Moliavko | 1 | -1/+5 |
2019-08-05 | Merge "Removed addition of null value to string to prevent static analyzer wa... | Seshu Kumar M | 1 | -2/+1 |
2019-08-05 | Merge "Fix Blocker Bug" | Seshu Kumar M | 1 | -4/+5 |
2019-08-02 | Fix Blocker Bug - prevent from npe throwing | Lukasz Muszkieta | 1 | -1/+1 |
2019-08-02 | Fix Blocker Bug | Lukasz Muszkieta | 1 | -4/+5 |
2019-08-02 | ModelInstanceName is required in SNIROHomingv2 to | Gamboa, Gilbert | 2 | -1/+6 |
2019-08-02 | Added newToken null check to prevent crash at | Oleksandr Moliavko | 1 | -1/+3 |
2019-08-02 | Removed addition of null value to string to | Oleksandr Moliavko | 1 | -2/+1 |
2019-08-02 | Merge "Use correct name and id for VNFUnsetClosedLoopDisabledFlagActivity" | Seshu Kumar M | 2 | -5/+5 |
2019-08-02 | Merge "Fixed potential crashes due to null object dereference attempts in exc... | Seshu Kumar M | 1 | -8/+23 |
2019-08-02 | Merge "General sonar fixes" | Seshu Kumar M | 3 | -6/+7 |
2019-08-02 | Merge "Add oauth for calls from VNFM to VNFM adapter" | Seshu Kumar M | 8 | -13/+239 |
2019-08-02 | Merge "Add SO Increase Action_category column width" | Seshu Kumar M | 1 | -0/+3 |
2019-08-02 | Merge "Added null checks to prevent crashes at method calls" | Seshu Kumar M | 1 | -6/+12 |
2019-08-02 | Merge "Added null check for injectedVariables to prevent crash at call of inj... | Seshu Kumar M | 1 | -4/+6 |
2019-08-02 | General sonar fixes | Arindam Mondal | 3 | -6/+7 |
2019-08-02 | Merge "Updatable to false to prevent setting fk to null" | Seshu Kumar M | 1 | -1/+1 |
2019-08-01 | Add SO Increase Action_category column width | Bonkur, Venkat (vb8416) | 1 | -0/+3 |
2019-08-01 | Add oauth for calls from VNFM to VNFM adapter | MichaelMorris | 8 | -13/+239 |
2019-08-01 | Merge "Add oauth for calls from VNFM adapter to VNFM" | Byung-Woo Jun | 15 | -114/+360 |
2019-08-01 | Added null checks to prevent crashes at | Oleksandr Moliavko | 1 | -6/+12 |
2019-08-01 | Fixed potential crashes due to null object | Oleksandr Moliavko | 1 | -8/+23 |
2019-08-01 | Handle no pservers case on lock check | Elena Kuleshov | 2 | -4/+13 |
2019-08-01 | Added null check for injectedVariables to prevent | Oleksandr Moliavko | 1 | -4/+6 |
2019-08-01 | Use correct name and id for VNFUnsetClosedLoopDisabledFlagActivity | Elena Kuleshov | 2 | -5/+5 |
2019-07-31 | Merge "Changed to set source service as model info" | Steve Smokowski | 2 | -2/+2 |
2019-07-31 | Changed to set source service as model info | Boslet, Cory | 2 | -2/+2 |
2019-07-31 | added back missing method in groovy file | Benjamin, Max (mb388a) | 1 | -0/+14 |
2019-07-31 | Updatable to false to prevent setting fk to null | Plummer, Brittany | 1 | -1/+1 |
2019-07-31 | Add oauth for calls from VNFM adapter to VNFM | MichaelMorris | 15 | -114/+360 |