Age | Commit message (Expand) | Author | Files | Lines |
2018-03-12 | Merge "add main updateInstance flow groovy" |  Chuanyu Chen | 1 | -0/+260 |
2018-03-12 | Merge "delete useless method in main updateInstance flow" |  Chuanyu Chen | 1 | -66/+15 |
2018-03-12 | Rename the default recipe for VFC NS |  c00149107 | 1 | -1/+1 |
2018-03-12 | Merge changes I5a320c60,I3fbd868e |  Seshu Kumar M | 5 | -11/+11 |
2018-03-12 | Merge "Swap Optional.isPresent with functional expression" |  Seshu Kumar M | 1 | -8/+3 |
2018-03-12 | Merge "Combine the design and runtime parameter" |  Chuanyu Chen | 3 | -0/+171 |
2018-03-12 | add main updateInstance flow groovy |  Yulian Han | 1 | -0/+260 |
2018-03-12 | delete useless method in main updateInstance flow |  Yulian Han | 1 | -66/+15 |
2018-03-12 | Combine the design and runtime parameter |  subhash kumar singh | 3 | -0/+171 |
2018-03-12 | Merge "Update the VFC NS resource recipe" |  Chuanyu Chen | 1 | -2/+2 |
2018-03-12 | Update the VFC NS resource recipe |  c00149107 | 1 | -2/+2 |
2018-03-12 | Adding Junit |  AS00465059 | 1 | -0/+67 |
2018-03-12 | Adding Junit |  AS00465059 | 2 | -0/+111 |
2018-03-12 | add main updateInstance bpmn flow |  Yulian Han | 1 | -0/+388 |
2018-03-10 | Merge "Remove redundant intValue" |  Seshu Kumar M | 1 | -1/+1 |
2018-03-10 | Remove redundant type cast |  Munir Ahmad | 7 | -20/+19 |
2018-03-09 | Remove unnecessary simicolon from all java classes |  Munir Ahmad | 3 | -7/+7 |
2018-03-09 | private is redundant for enum constructors |  Munir Ahmad | 3 | -4/+4 |
2018-03-09 | Swap Optional.isPresent with functional expression |  Munir Ahmad | 1 | -8/+3 |
2018-03-09 | Remove trailing spaces from property files |  Munir Ahmad | 5 | -134/+134 |
2018-03-09 | Fix a potentional bug String comparison using != |  Munir Ahmad | 1 | -1/+1 |
2018-03-09 | Simplify boolean expressions in groovy |  Munir Ahmad | 14 | -38/+38 |
2018-03-09 | Replace String concatination with chained append |  Munir Ahmad | 1 | -1/+1 |
2018-03-09 | Remove redundant intValue |  Munir Ahmad | 1 | -1/+1 |
2018-03-09 | Merge "Pom parents fixed in aria build." |  Rob Daugherty | 3 | -2/+12 |
2018-03-09 | Merge "Update resource recipe parameter prepare logic" |  Rob Daugherty | 2 | -57/+134 |
2018-03-09 | Merge "Fix some Sonar Blockers in workflow/serviceTask" |  Rob Daugherty | 4 | -128/+70 |
2018-03-09 | Merge "Collapse catch clauses where applicable" |  Rob Daugherty | 2 | -13/+5 |
2018-03-09 | Pom parents fixed in aria build. |  dfilppi | 3 | -2/+12 |
2018-03-09 | Revert Reduce log noise/warnings |  Rob Daugherty | 211 | -28672/+28398 |
2018-03-09 | Collapse catch clauses where applicable |  Munir Ahmad | 2 | -13/+5 |
2018-03-09 | Remove redundant groupId inherited from parent |  Munir Ahmad | 14 | -15/+0 |
2018-03-09 | Merge "Reduce log noise/warnings format to conventions" |  Seshu Kumar M | 211 | -28398/+28672 |
2018-03-09 | Update resource recipe parameter prepare logic |  c00149107 | 2 | -57/+134 |
2018-03-09 | Merge "Support resource generic workflow Inputs" |  Chuanyu Chen | 1 | -0/+290 |
2018-03-09 | Support resource generic workflow Inputs |  c00149107 | 1 | -0/+290 |
2018-03-09 | Merge "Sonar:Critical" |  Seshu Kumar M | 1 | -1/+1 |
2018-03-08 | Fix some Sonar Blockers in workflow/serviceTask |  Shashank Kumar Shankar | 4 | -128/+70 |
2018-03-08 | Reduce log noise/warnings format to conventions |  Marcus G K Williams | 211 | -28398/+28672 |
2018-03-08 | Merge "Replace explicit type with diamond notation" |  Seshu Kumar M | 1 | -2/+2 |
2018-03-08 | Merge "Make use of contains instead of indexOf" |  Seshu Kumar M | 1 | -2/+2 |
2018-03-08 | Merge "Remove redundant String constructor calls" |  Seshu Kumar M | 1 | -1/+1 |
2018-03-08 | Merge "Swap StringBuilder with string where makes sense" |  Seshu Kumar M | 5 | -125/+37 |
2018-03-08 | Merge "Remove redundant declaration of extending object" |  Seshu Kumar M | 3 | -8/+8 |
2018-03-08 | Merge "Remove unused code" |  Seshu Kumar M | 2 | -23/+0 |
2018-03-08 | Merge "Make use of try with resource" |  Seshu Kumar M | 1 | -39/+38 |
2018-03-08 | Merge "Make use of lambda" |  Seshu Kumar M | 3 | -51/+36 |
2018-03-08 | Merge "Swap Collection.sort with list.sort" |  Seshu Kumar M | 3 | -11/+11 |
2018-03-08 | Merge "Swap if statement with switch" |  Seshu Kumar M | 9 | -270/+291 |
2018-03-08 | Replace explicit type with diamond notation |  Munir Ahmad | 1 | -2/+2 |