Age | Commit message (Expand) | Author | Files | Lines |
2019-08-09 | Moved null check for outputs so that get() method |  Oleksandr Moliavko | 1 | -4/+4 |
2019-08-08 | add rainy day handling with SERVICE_ROLE and type |  Mnushkin, Dmitry | 4 | -4/+9 |
2019-08-08 | Add SO re-name the migration sql for version conflict |  Bonkur, Venkat (vb8416) | 1 | -0/+0 |
2019-08-08 | fix sonar issue |  sarada prasad sahoo | 1 | -15/+16 |
2019-08-08 | Merge "VNFM adapter support two way TLS" |  Seshu Kumar M | 5 | -22/+163 |
2019-08-08 | Avoid local variables shadow class fields |  sindhu3672 | 1 | -15/+15 |
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 | VNFM adapter support two way TLS |  MichaelMorris | 5 | -22/+163 |
2019-08-02 | Fix Blocker Bug |  Lukasz Muszkieta | 1 | -4/+5 |
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 | 7 | -11/+180 |
2019-08-02 | General sonar fixes |  Arindam Mondal | 3 | -6/+7 |
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 | 7 | -11/+180 |
2019-07-31 | Add oauth for calls from VNFM adapter to VNFM |  MichaelMorris | 10 | -114/+211 |
2019-07-31 | Merge "Replaced constructor call with Boolean.valueOf() call to prevent stati... |  Seshu Kumar M | 1 | -1/+1 |
2019-07-30 | Replaced constructor call with Boolean.valueOf() call |  Oleksandr Moliavko | 1 | -1/+1 |
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 | commented out bad tests, will revisit |  DeWayne Filppi | 1 | -34/+31 |
2019-07-30 | Merge "Sonar fix: CreateVfModuleRequest.java" |  Seshu Kumar M | 1 | -1/+2 |
2019-07-30 | Merge "Sonar fix: HealthStackAudit.java" |  Seshu Kumar M | 1 | -1/+2 |
2019-07-30 | Merge "Sonar Fix: VduArtifact.java" |  Seshu Kumar M | 1 | -10/+10 |
2019-07-30 | Replaced constructor call with valueOf() call to |  Oleksandr Moliavko | 1 | -1/+1 |
2019-07-29 | Merge "Implement TLS for calls into VNFM adapter" |  Steve Smokowski | 4 | -4/+25 |
2019-07-29 | Merge "Upgrade springboot.version from 2.0.5 to 2.1.5." |  Steve Smokowski | 4 | -0/+10 |
2019-07-29 | Merge "Add SpringClientFilter in ValetClient to autolog" |  Steve Smokowski | 1 | -6/+6 |
2019-07-29 | Merge "store heat env file sent to heat" |  Steve Smokowski | 3 | -2/+56 |
2019-07-26 | Upgrade springboot.version from 2.0.5 to 2.1.5. |  Sangalang, Felix | 4 | -0/+10 |
2019-07-26 | Merge "Fixed sonar issue in QueryServiceVnfs.java" |  Seshu Kumar M | 1 | -3/+2 |
2019-07-25 | Add SpringClientFilter in ValetClient to autolog |  Mcblain, Thomas | 1 | -6/+6 |
2019-07-25 | store heat env file sent to heat |  Gamboa, Gilbert | 3 | -2/+56 |
2019-07-23 | Major Sonar fixes |  r.bogacki | 3 | -38/+17 |
2019-07-22 | Implement TLS for calls into VNFM adapter |  MichaelMorris | 4 | -4/+25 |
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-19 | Sonar fix: CreateVfModuleRequest.java |  Arundathi Patil | 1 | -1/+2 |
2019-07-18 | Merge "Added null check for yaml to prevent crash at getParameterListFromEnvt()" |  Steve Smokowski | 1 | -3/+6 |
2019-07-18 | Merge changes I5e72e1c6,I5e1cb624 |  Steve Smokowski | 1 | -8/+16 |
2019-07-18 | Removing application-local.yaml files |  Roy, Amresh | 6 | -422/+0 |
2019-07-18 | Merge "Implement TLS for calls from VNFM adapter to VNFM" |  Steve Smokowski | 8 | -6/+86 |
2019-07-18 | Merge "Add SO BPMN name for NAME in tbl workflow" |  Steve Smokowski | 1 | -2/+2 |
2019-07-18 | Merge "We need to expand column request_status" |  Steve Smokowski | 1 | -0/+3 |
2019-07-18 | Implement TLS for calls from VNFM adapter to VNFM |  MichaelMorris | 8 | -6/+86 |
2019-07-18 | Add SO BPMN name for NAME in tbl workflow |  Bonkur, Venkat (vb8416) | 1 | -2/+2 |
2019-07-17 | We need to expand column request_status |  Gamboa, Gilbert | 1 | -0/+3 |