aboutsummaryrefslogtreecommitdiffstats
path: root/models-base/src/main
AgeCommit message (Expand)AuthorFilesLines
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
2019-04-14Add prefix matching for policy versionJim Hahn1-4/+67
2019-04-10Finish unit test on policy-modelsliamfallon1-2/+0
2019-04-09Add unit tests for policy type and policy filtersliamfallon1-1/+2
2019-04-09Complete unit test for models-pdpliamfallon1-2/+2
2019-04-08Add bug fixes and tests for filtersliamfallon3-12/+12
2019-04-07Clean up a couple of array listsJim Hahn2-1/+2
2019-04-06Guaranteed linear-time latestVersion()Jim Hahn1-13/+18
2019-04-05Add unit tests for models-baseliamfallon2-1/+4
2019-04-05Complete filters for Database Fetchesliamfallon3-40/+126
2019-04-04Add filters on policy objectsliamfallon1-0/+40
2019-04-01Refactor to authorative TOSCA serializtionliamfallon3-45/+146
2019-03-29Restructure for authorative modelsliamfallon1-0/+43
2019-03-27Add PfConceptKey.isVersionNull()Jim Hahn1-1/+11
2019-03-26Add Legacy Op Policy Persistenceliamfallon5-2/+145
2019-03-26Add ErrorResponse to policy framework exceptionsliamfallon3-129/+20