Age | Commit message (Expand) | Author | Files | Lines |
2020-07-24 | Fix replaceAll SONAR issues in apex-pdp |  JvD_Ericsson | 5 | -19/+22 |
2020-07-23 | Merge "Fix assertTrue in apex-pdp/model" |  Jim Hahn | 1 | -19/+18 |
2020-07-23 | Fix assertTrue in apex-pdp/model |  JvD_Ericsson | 1 | -19/+18 |
2020-07-23 | Merge "Remove try/catch blocks with assertj - apex-pdp" |  Jim Hahn | 20 | -690/+356 |
2020-07-23 | Remove try/catch blocks with assertj - apex-pdp |  waynedunican | 20 | -690/+356 |
2020-07-21 | Fix assertTrue in apex-pdp/model apex-pdp/plugins, apex-pdp/services and apex... |  JvD_Ericsson | 6 | -35/+34 |
2020-07-17 | Fix assertTrue SONAR issues in apex-pdp/model |  JvD_Ericsson | 22 | -1042/+1021 |
2020-07-15 | Replaced try/catch blocks with assertj - apex-pdp |  waynedunican | 7 | -349/+197 |
2020-07-14 | Merge "Fix assertTrue SONAR issues in apex-pdp/examples and apex-pdp/model" |  Ram Krishna Verma | 13 | -190/+190 |
2020-07-13 | Remove old documentation from build |  liamfallon | 32 | -1158/+0 |
2020-07-13 | Fix assertTrue SONAR issues in apex-pdp/examples and apex-pdp/model |  JvD_Ericsson | 13 | -190/+190 |
2020-07-10 | Bump apex-pdp to 2.4.1-SNAPSHOT |  Ram Krishna Verma | 8 | -8/+8 |
2020-06-29 | Fix SonarQube vulnerabilities |  ToineSiebelink | 3 | -8/+25 |
2020-06-23 | remove build warning with json dependency |  Henry.Sun | 1 | -5/+0 |
2020-06-22 | Updating all Apex dependencies |  RossC | 1 | -1/+1 |
2020-06-19 | Changes for checkstyle 8.32 |  liamfallon | 119 | -298/+69 |
2020-05-21 | Bump apex master to 2.4.0 |  RossC | 8 | -8/+8 |
2020-05-20 | Bump Apex to 2.3.3 |  RossC | 8 | -8/+8 |
2020-05-08 | Unit tests for various classes |  RossC | 1 | -2/+8 |
2020-04-17 | Merge "Fix sonar issues" |  Pamela Dragosh | 1 | -4/+5 |
2020-04-15 | Bump policy-apex-pdp to 2.3.2-SNAPSHOT |  a.sreekumar | 8 | -8/+8 |
2020-04-15 | Fix sonar issues |  huaxing | 1 | -4/+5 |
2020-03-25 | Bump policy-apex-pdp to 2.3.1-SNAPSHOT |  a.sreekumar | 8 | -18/+18 |
2020-03-11 | Fix minor checkstyle/eclipse warnings |  liamfallon | 1 | -1/+3 |
2020-03-11 | Sonar Security vulnerabilities fix |  aditya.puthuparambil | 1 | -17/+14 |
2020-03-09 | Use Rhino javascript executor in apex-pdp |  liamfallon | 8 | -443/+18 |
2020-02-26 | Fix Java 11/Checkstyle/Sonar warnings |  liamfallon | 7 | -102/+86 |
2020-01-23 | Remove apex-pdp TextFileUtils class |  liamfallon | 9 | -193/+82 |
2020-01-23 | Run apex-pdp in Java 11: base changes |  liamfallon | 4 | -30/+68 |
2020-01-08 | Populate the PdpStatistics data in heartbeat |  shaoqiu | 1 | -2/+4 |
2019-12-04 | Minor changes for new Eclipse checkstyle checks |  liamfallon | 5 | -45/+51 |
2019-11-28 | Replace getCaononicalName() with getName() in code base |  liamfallon | 3 | -32/+51 |
2019-11-26 | Reduce verbosity of logging during unit test |  liamfallon | 6 | -9/+9 |
2019-11-04 | Fixing multiple policies with optional event fields fails execution in APEX |  a.sreekumar | 2 | -4/+2 |
2019-11-01 | Resolve mapping between TOSCA policies and APEX policy models |  a.sreekumar | 4 | -140/+144 |
2019-09-12 | Bump version in apex-pdp master |  jrh3 | 8 | -8/+8 |
2019-08-13 | Merge "Fix copy&paste typo in KeyedMapDifference" |  Pamela Dragosh | 1 | -1/+1 |
2019-08-13 | Fix copy&paste typo in AxEvent.compareTo |  Artem Naluzhnyy | 1 | -1/+1 |
2019-08-08 | Fix copy&paste typo in KeyedMapDifference |  Artem Naluzhnyy | 1 | -1/+1 |
2019-08-07 | Bump version of apex-pdp |  jrh3 | 8 | -8/+8 |
2019-07-01 | Merge "ApexPDP: Adding support to omit the (context) albums entry in an apex ... |  Pamela Dragosh | 6 | -48/+298 |
2019-07-01 | ApexPDP: Adding support to omit the (context) albums entry in an apex |  JohnKeeney | 6 | -48/+298 |
2019-06-28 | Bump apex-pdp to 2.2.1-SNAPSHOT |  Pamela Dragosh | 8 | -8/+8 |
2019-06-28 | Replace non-Javadoc comments with inheritDocs |  liamfallon | 46 | -1953/+862 |
2019-06-27 | Fix Sonar/Checkstyle issues in apex-pdp |  liamfallon | 18 | -30/+48 |
2019-06-21 | Replace uses of getCanonicalName() with getName() in APEX |  a.sreekumar | 2 | -2/+2 |
2019-06-20 | Enable maven-checkstyle-plugin in apex-pdp |  a.sreekumar | 3 | -13/+10 |
2019-05-30 | Bump apex-pdp to version 2.2.0 |  Jim Hahn | 8 | -8/+8 |
2019-05-16 | Step snapshot version of apex-pdp |  liamfallon | 8 | -8/+8 |
2019-04-16 | Fix Security and Unit Test DB issues |  liamfallon | 14 | -145/+39 |