Age | Commit message (Expand) | Author | Files | Lines |
2019-09-10 | Integrate Logging Library | Plummer, Brittany | 1 | -5/+5 |
2019-08-22 | General sonar fixes | Arindam Mondal | 1 | -1/+0 |
2019-08-09 | All extendable enums should be serializable | Benjamin, Max (mb388a) | 1 | -1/+1 |
2019-08-08 | remove not used BaseTask class | Lukasz Muszkieta | 1 | -422/+0 |
2019-08-08 | Fix sonar issues in MSOCoreBPMN | Parshad Patel | 3 | -21/+14 |
2019-08-01 | Fixed potential crashes due to null object | Oleksandr Moliavko | 1 | -8/+23 |
2019-07-12 | Major Sonar fixes | r.bogacki | 1 | -1/+1 |
2019-07-05 | update bpmn to save extsystemerrorsource | Plummer, Brittany | 1 | -1/+26 |
2019-06-17 | Sonar fixes and improvements | r.bogacki | 3 | -11/+8 |
2019-06-06 | Improvements in ServiceDecomposition | r.bogacki | 1 | -13/+12 |
2019-05-07 | Update the format of resourceInput | zm330 | 2 | -2/+2 |
2019-05-02 | Modify instance resource list creation | subhash kumar singh | 2 | -0/+16 |
2019-04-27 | Enhance resource sequence to add group | subhash kumar singh | 2 | -1/+12 |
2019-04-27 | Enhanced Service decomposition to handle gruop | subhash kumar singh | 4 | -1/+88 |
2019-04-27 | Merge "Removed imports and defined a constant. Removed imports and defined co... | Seshu Kumar M | 2 | -15/+9 |
2019-04-26 | Removed JsonIgnore for resourceInput | subhash kumar singh | 1 | -1/+2 |
2019-04-26 | Removed imports and defined a constant. | NITIN KAWA | 2 | -15/+9 |
2019-04-26 | Removed unused imports and rearranged variables | NITIN KAWA | 2 | -13/+13 |
2019-04-10 | Re-commit some changes which were lost | Benjamin, Max (mb388a) | 1 | -9/+0 |
2019-04-08 | Replaced all tabs with spaces in java and pom.xml | Benjamin, Max (mb388a) | 37 | -3615/+3761 |
2019-03-20 | Removed BPMNLogger class | Witold Ficio Kopel | 2 | -70/+28 |
2019-02-28 | Removed MsoLogger from 'MSOCoreBPMN' II | r.bogacki | 1 | -7/+8 |
2019-02-26 | Removed MsoLogger from 'MSOCoreBPMN' | r.bogacki | 5 | -124/+117 |
2019-01-28 | Merge 'origin/casablanca' into master | Benjamin, Max (mb388a) | 6 | -15/+59 |
2019-01-08 | Fix json parsing of resource input | subhash kumar singh | 4 | -1/+44 |
2019-01-06 | Merge "Remove Swagger UI" | Seshu Kumar M | 1 | -1/+2 |
2019-01-02 | Sonar:Critical | Manamohan Satapathy | 1 | -3/+3 |
2018-12-11 | Skip cloud regions and fix macro | Kalkere Ramesh, Sharan (sk720x) | 1 | -0/+14 |
2018-11-29 | Remove Swagger UI | Benjamin, Max (mb388a) | 1 | -1/+2 |
2018-11-21 | Fixing JsonMappingException issue | Shinu John | 1 | -12/+13 |
2018-11-12 | Fix OOF Directives processing | Marcus G K Williams | 1 | -2/+2 |
2018-11-01 | Fix msb url in homing cloudsite | Marcus G K Williams | 1 | -0/+4 |
2018-09-20 | Update OofHoming w/ directives | Marcus G K Williams | 2 | -62/+5 |
2018-08-23 | update field in service decomp object | Benjamin, Max (mb388a) | 1 | -1/+1 |
2018-08-21 | updated ServiceInstance POJO | Benjamin, Max (mb388a) | 1 | -3/+16 |
2018-07-31 | Containerization feature of SO | Benjamin, Max (mb388a) | 51 | -5532/+3627 |
2018-07-27 | Sonar major issues | Sumapriya Sarvepalli | 1 | -12/+12 |
2018-05-24 | Fix problem with singleton and parallel unit tests | Bogumil Zebek | 1 | -0/+4 |
2018-04-09 | Bug Fix - OOF api updates processing flavor-label | Marcus G K Williams | 3 | -1/+68 |
2018-03-27 | Refactor homing flows for OOF/HPA | Marcus G K Williams | 2 | -142/+149 |
2018-03-23 | add ResourceModelInfo CompareModelsResult java | Yulian Han | 2 | -0/+111 |
2018-03-14 | AT&T 1712 and 1802 release code | Rob Daugherty | 22 | -152/+1087 |
2018-03-13 | Merge "Remove redundant type cast" | Seshu Kumar M | 2 | -11/+11 |
2018-03-13 | Merge "Fix a potentional bug String comparison using !=" | Seshu Kumar M | 1 | -1/+1 |
2018-03-12 | Merge changes I5a320c60,I3fbd868e | Seshu Kumar M | 1 | -1/+1 |
2018-03-10 | Remove redundant type cast | Munir Ahmad | 2 | -11/+11 |
2018-03-09 | private is redundant for enum constructors | Munir Ahmad | 1 | -1/+1 |
2018-03-09 | Fix a potentional bug String comparison using != | Munir Ahmad | 1 | -1/+1 |
2018-03-09 | Replace String concatination with chained append | Munir Ahmad | 1 | -1/+1 |
2018-03-09 | Collapse catch clauses where applicable | Munir Ahmad | 2 | -13/+5 |