Age | Commit message (Expand) | Author | Files | Lines |
2021-05-06 | Fix sonars in policy-common |  Jim Hahn | 15 | -98/+101 |
2021-04-13 | Merge "Revert "Modify StandardCoder to handle empty source"" |  Pamela Dragosh | 2 | -55/+7 |
2021-04-13 | Revert "Modify StandardCoder to handle empty source" |  Jim Hahn | 2 | -55/+7 |
2021-04-13 | Add command line handler |  adheli.tavares | 7 | -2/+518 |
2021-04-07 | Modify StandardCoder to handle empty source |  Jim Hahn | 2 | -7/+55 |
2021-01-16 | Add policy-clamp to policy Message constants |  liamfallon | 1 | -0/+1 |
2020-12-14 | Convert YAML Double to Integer/Long |  Jim Hahn | 3 | -3/+34 |
2020-11-06 | Fix upcoming checkstyle issues |  Pamela Dragosh | 1 | -8/+8 |
2020-10-29 | Fix sonar security issue in CryptoUtils |  Jim Hahn | 3 | -9/+25 |
2020-09-30 | Fix more sonars in policy/common |  Jim Hahn | 1 | -33/+23 |
2020-09-28 | New sonars in policy-common |  Jim Hahn | 1 | -17/+8 |
2020-08-14 | Adding common success/failure messages for policy components |  a.sreekumar | 1 | -0/+41 |
2020-06-30 | Fix sonar about always-trust-manager |  Jim Hahn | 1 | -25/+2 |
2020-06-29 | Fix issues in common for new sonar rules |  Jim Hahn | 1 | -1/+4 |
2020-06-18 | Changes for checkstyle 8.32 |  liamfallon | 7 | -15/+13 |
2020-06-17 | Cleanup various sonar issues in policy-common |  Jim Hahn | 10 | -41/+33 |
2020-04-07 | Update licenses on sonar fixes in common |  Jim Hahn | 1 | -1/+1 |
2020-04-06 | More sonar issues in common |  Jim Hahn | 1 | -2/+10 |
2020-04-06 | Address sonar issues in common |  Jim Hahn | 16 | -173/+141 |
2020-03-24 | Sonar and eclipse warnings common |  Pamela Dragosh | 1 | -8/+6 |
2020-03-12 | Move code from drools-apps to common |  Jim Hahn | 3 | -10/+463 |
2020-03-03 | Add gson adapters for special field types |  Jim Hahn | 3 | -1/+286 |
2020-02-24 | Fixes to support dependency upgrade |  Pamela Dragosh | 1 | -3/+3 |
2020-02-17 | Add convert() to Coder |  Jim Hahn | 4 | -2/+227 |
2020-02-08 | Add enhancements to standard coder |  Jim Hahn | 2 | -16/+101 |
2020-02-03 | Merge "Fix ResourceUtilsTest junit" |  Pamela Dragosh | 1 | -6/+16 |
2020-01-31 | Add pretty() method to Coder |  Jim Hahn | 7 | -9/+138 |
2020-01-31 | Fix ResourceUtilsTest junit |  Jim Hahn | 1 | -6/+16 |
2020-01-29 | Convert double to int when decoding JSON |  Jim Hahn | 2 | -2/+18 |
2020-01-27 | Schema validation extension to StandardCoder |  jhh | 7 | -6/+352 |
2020-01-22 | Create path to text file being created |  liamfallon | 2 | -1/+25 |
2020-01-14 | Sonar cleanup overrides and fixes |  Pamela Dragosh | 1 | -9/+9 |
2020-01-13 | Add method to return resource directory contents |  liamfallon | 2 | -10/+144 |
2020-01-10 | Address items deprecated by move to java 11 |  Jim Hahn | 1 | -2/+3 |
2019-10-29 | Fix new sonar issues in common |  Jim Hahn | 2 | -5/+5 |
2019-10-29 | Merge "Cleanup eclipse warnings in common" |  Jorge Hernandez | 1 | -4/+0 |
2019-10-29 | Cleanup eclipse warnings in common |  Jim Hahn | 1 | -4/+0 |
2019-10-29 | Disable HTML escaping in gson coders |  Jim Hahn | 1 | -4/+4 |
2019-10-24 | Integrate CryptoUtils into ONAP common |  Chou, Joseph (jc2555) | 2 | -0/+244 |
2019-10-21 | Add CryptoCoder interface |  jhh | 3 | -9/+45 |
2019-10-16 | Removed unthrown checked exceptions from CryptoUtils. |  jhh | 1 | -10/+3 |
2019-09-13 | Extract YamlJsonTranslator from StandardYamlCoder |  Jim Hahn | 7 | -295/+540 |
2019-09-12 | Remove YamlException class |  Jim Hahn | 2 | -124/+0 |
2019-09-11 | Create StandardYamlCoder |  Jim Hahn | 6 | -0/+581 |
2019-08-14 | Add ApiUtils to facilitate looping over features |  Jim Hahn | 2 | -0/+143 |
2019-07-17 | Convert double to int when decoding via gson |  Jim Hahn | 2 | -2/+29 |
2019-07-05 | Fix sonar issue in common/utils |  Jim Hahn | 2 | -2/+2 |
2019-07-03 | Remove ToStringTester from utils |  ramverma | 1 | -66/+0 |
2019-06-26 | Speed up CryptoUtilsTest |  Jim Hahn | 2 | -5/+14 |
2019-06-14 | Change getCanonicalName() to getName() in common |  Jim Hahn | 1 | -4/+5 |