Age | Commit message (Expand) | Author | Files | Lines |
2019-04-02 | Additional Logger tests for code coverage |  Mark Leonard | 2 | -6/+56 |
2019-03-29 | Additional null checks and comments |  mark.j.leonard | 8 | -45/+68 |
2019-03-28 | Use checked Exception instead of RuntimeException |  mark.j.leonard | 2 | -17/+34 |
2019-03-28 | Depend on sdc-tosca version 1.5.0 |  mark.j.leonard | 6 | -39/+174 |
2019-03-28 | Change generic-vnf delete flag to true |  mark.j.leonard | 2 | -2/+2 |
2019-03-28 | Remove all references to artifactgenerator config |  mark.j.leonard | 15 | -126/+16 |
2019-03-26 | Allow UUID definitions in the mappings JSON |  mark.j.leonard | 8 | -530/+95 |
2019-03-25 | Refactor Widget creation methods |  mark.j.leonard | 10 | -78/+153 |
2019-03-25 | Additional JUnit tests for Model classes |  mark.j.leonard | 7 | -26/+112 |
2019-03-25 | Improve javadoc comments and formatting |  mark.j.leonard | 8 | -40/+63 |
2019-03-25 | Add hasWidgetType() helper method |  mark.j.leonard | 7 | -18/+41 |
2019-03-22 | Simplify VNF Vendor Image extraction |  mark.j.leonard | 2 | -124/+93 |
2019-03-22 | New JUnit tests for Babel auth module |  mark.j.leonard | 2 | -19/+118 |
2019-03-21 | Create new Resource objects for each new model |  mark.j.leonard | 2 | -2/+19 |
2019-03-20 | Merge "Upversion Spring-Boot to 1.5.19.RELEASE" |  James Forsyth | 1 | -1/+1 |
2019-03-19 | Upversion Spring-Boot to 1.5.19.RELEASE |  Lee, Tian (tl5884) | 1 | -1/+1 |
2019-03-14 | Add Eclipse files to .gitignore |  mark.j.leonard | 1 | -0/+3 |
2019-03-13 | Merge "AAI-2210 Add .gitignore to aai/babel" |  James Forsyth | 1 | -0/+11 |
2019-03-13 | Merge "Add missing INFO.yaml blocks" |  James Forsyth | 1 | -5/+44 |
2019-03-11 | Refactor auth classes and add tests |  mark.j.leonard | 4 | -53/+175 |
2019-03-11 | Test starting application with OBF: password |  mark.j.leonard | 2 | -8/+27 |
2019-03-11 | Reimplement Widget.Type enum class |  mark.j.leonard | 14 | -190/+273 |
2019-03-11 | Additional JUnit tests for code coverage |  mark.j.leonard | 4 | -2/+162 |
2019-03-11 | Refactor AaiModelGenerator classes |  mark.j.leonard | 4 | -279/+248 |
2019-03-07 | Re-implement model type value for Resource Mapping |  mark.j.leonard | 11 | -167/+105 |
2019-03-06 | Remove redundant methods from codebase |  mark.j.leonard | 8 | -113/+25 |
2019-03-06 | Add JUnit test for invalid TOSCA mappings JSON |  mark.j.leonard | 10 | -73/+63 |
2019-03-05 | Fix checkstyle warnings and formatting |  mark.j.leonard | 15 | -72/+107 |
2019-03-05 | Move Widget attribute data to the mappings JSON |  mark.j.leonard | 45 | -888/+506 |
2019-03-05 | AAI-2210 Add .gitignore to aai/babel |  Keong Lim | 1 | -0/+11 |
2019-03-01 | Add missing INFO.yaml blocks |  Jessica Wagantall | 1 | -5/+44 |
2019-02-19 | Fix outstanding Sonar issues |  mark.j.leonard | 7 | -61/+83 |
2019-02-11 | Rename the groupfilter.config System Property |  mark.j.leonard | 12 | -54/+115 |
2019-02-11 | Merge "Fix checkstyle issues including javadoc" |  Tian Lee | 13 | -84/+148 |
2019-02-06 | Merge "Optionally disable client authentication" |  Tian Lee | 2 | -1/+5 |
2019-02-06 | Optionally disable client authentication |  Serban Popescu | 2 | -1/+5 |
2019-02-05 | Fix checkstyle issues including javadoc |  mark.j.leonard | 13 | -84/+148 |
2019-02-05 | Replace Resource sub-classes with configuration |  mark.j.leonard | 21 | -579/+442 |
2019-01-30 | Load type mappings from a group configuration file |  mark.j.leonard | 20 | -214/+333 |
2019-01-23 | Do not try to unobfuscate clear text passwords |  Serban Popescu | 1 | -1/+4 |
2018-12-20 | Exclude tomcat from jersey starter |  jimmy | 1 | -0/+6 |
2018-12-17 | Update to springboot 1.5.18 |  jimmy | 1 | -1/+1 |
2018-12-05 | Add null check for Group member with no A&AI Model |  mark.j.leonard | 1 | -8/+18 |
2018-12-05 | Throw an Exception for XML test file mismatches |  mark.j.leonard | 2 | -198/+211 |
2018-12-05 | Compare YML files as Strings, not XML |  mark.j.leonard | 1 | -30/+21 |
2018-11-30 | Upgrade to sdc-tosca version 1.4.7 |  mark.j.leonard | 1 | -1/+1 |
2018-11-27 | Process Service-level Instance Groups |  mark.j.leonard | 8 | -410/+571 |
2018-11-27 | Refactor processProvidingService method |  mark.j.leonard | 2 | -382/+396 |
2018-11-27 | Refactor model generation algorithm |  mark.j.leonard | 4 | -481/+466 |
2018-11-22 | Refactor Instance Group processing |  mark.j.leonard | 4 | -699/+732 |