aboutsummaryrefslogtreecommitdiffstats
path: root/models-base/src/main
AgeCommit message (Expand)AuthorFilesLines
2021-06-21Use lombok for events, base, daoJim Hahn6-40/+19
2021-05-12Fix sonars in policy modelsJim Hahn9-27/+29
2021-04-29Remove GroupValidationResultJim Hahn3-17/+8
2021-04-22Add a new key class which uses @GeneratedValue to base classesktimoney1-0/+166
2021-03-19Fix write failure on PDP statisticsliamfallon2-2/+4
2021-03-08Use Date instead of TimestampJim Hahn2-18/+25
2021-03-04Merge "Fix sonar issues on policy-models"Jim Hahn1-1/+1
2021-03-03Fix sonar issues on policy-modelslapentafd1-1/+1
2021-03-03Fix Reference Key columns persistence issue in dbrameshiyer271-28/+100
2021-02-25Fix Null key issue in PfReferenceTimestampKeyrameshiyer271-2/+4
2021-02-19Refactor timestamp property in policy models to use Instantrameshiyer272-51/+60
2021-02-16Add PfReference Timestamp key in policy-models-base to support timestamprameshiyer271-0/+222
2021-02-10More sonars in modelsJim Hahn5-18/+20
2021-01-19Convert Model Exception to Runtime Exceptionliamfallon2-7/+19
2021-01-06Use annotations on parameterized typesJim Hahn6-412/+28
2020-12-23Merge "Add Service Template TOSCA handling"Liam Fallon3-11/+26
2020-12-23Add Service Template TOSCA handlingliamfallon3-11/+26
2020-12-22Allow wild-card in supportedPolicyTypesJim Hahn1-1/+1
2020-12-21Use annotations to do validationJim Hahn14-44/+432
2020-12-17Use ValidationResult for models v2.0Jim Hahn9-532/+332
2020-12-14JPA concepts for TOSCAliamfallon3-44/+85
2020-12-09Add functional method for mapping maps to PfUtilsliamfallon1-23/+19
2020-12-01Add extra authorative TOSCA conceptsliamfallon4-8/+44
2020-10-02Fix eclipse/sonar warnings in modelsJim Hahn1-1/+0
2020-09-30Remove Entity annotation from PfConceptContainerliamfallon1-1/+0
2020-08-25Address more sonar issues in policy-modelsJim Hahn2-5/+4
2020-06-18Changes for Checkstyle 8.32liamfallon11-30/+5
2020-04-07Address sonar issues in modelsJim Hahn2-2/+7
2020-03-20Test cascaded multiple revision getsliamfallon1-1/+1
2020-03-20Merge "Misc simple sonar issue fixes"Liam Fallon2-5/+6
2020-03-19Misc simple sonar issue fixesChris Ramstad2-5/+6
2020-03-19Allow fetch of old policy type verisonsliamfallon1-3/+39
2020-03-18Return latest entity on null versionsliamfallon2-2/+6
2020-03-13Consistent returns on Service Template getsliamfallon2-42/+67
2020-02-12Implement validation and hierarchical getliamfallon1-2/+2
2020-02-04Add merge utility for service templatesliamfallon1-4/+1
2020-01-28Add service template persistence providerliamfallon1-18/+33
2020-01-10Remove deprecated methods from modelsJim Hahn1-2/+2
2019-12-11Merge "Fix minor checksyle issues in models"Pamela Dragosh2-17/+19
2019-12-10Fix minor checksyle issues in modelsliamfallon2-17/+19
2019-12-09Add JpaPdpStatistics entityshaoqiu1-0/+156
2019-11-15Support wild cards in "supported policy types"Jim Hahn3-218/+431
2019-08-27Replace copyTo methods with copy constructorsJim Hahn7-97/+101
2019-08-07replace hashCode function with compareToHenry.Sun5-5/+5
2019-06-18Change getCanonicalName to getName in modelsJim Hahn1-1/+2
2019-06-14Allow multiple versions of entities to be returnedliamfallon1-4/+10
2019-05-22Fix name/version regexp in model keysliamfallon1-3/+3
2019-05-21Add version on legacy get/deleteliamfallon2-3/+13
2019-05-21Fix policy version compare on versions > 9liamfallon1-3/+3
2019-05-07Set default and check existance of Policy Typeliamfallon2-0/+86