aboutsummaryrefslogtreecommitdiffstats
path: root/models-tosca/src/main
AgeCommit message (Expand)AuthorFilesLines
2023-09-22Java 17 Upgradeadheli.tavares40-361/+363
2023-02-13Remove annotations in modelslapentafd9-32/+0
2023-02-07Replace Eclipselink with Hibernateliamfallon7-37/+73
2022-03-14Fix metadataSet serialization for db persistence and retrieval.rameshiyer272-2/+38
2022-02-16Fix return type of get node templates providerrameshiyer271-3/+3
2022-02-10Add policy metadataSet handling as node templatesrameshiyer276-9/+416
2022-01-11Fix issues in existing entity classesa.sreekumar6-21/+23
2021-10-06Support in_range TOSCA Constraintliamfallon3-2/+109
2021-09-02Add check for null for policies and policy typessaul.gill1-3/+10
2021-06-21Fix new checkstyle issues in modelsJim Hahn1-1/+0
2021-06-17Use lombok annotations for tosca, rest, sdncJim Hahn2-14/+7
2021-05-12Fix sonars in policy modelsJim Hahn1-17/+9
2021-05-10Fix sonars in policy modelsJim Hahn21-48/+48
2021-04-29Remove GroupValidationResultJim Hahn1-5/+4
2021-03-03Refactor models for common type handlingliamfallon11-148/+189
2021-02-19Refactor timestamp property in policy models to use Instantrameshiyer271-9/+10
2021-02-18Merge "Remove more duplicate code from models"Ram Krishna Verma3-85/+111
2021-02-17Remove more duplicate code from modelsJim Hahn3-85/+111
2021-02-17Fix sonars from removal of duplicate codeJim Hahn2-8/+8
2021-02-16Fix duplicate code in Jpa classesJim Hahn22-764/+606
2021-02-10More sonars in modelsJim Hahn9-109/+55
2021-02-07Make filters on TOSCA entities genericliamfallon9-166/+55
2021-01-28Add copy constructors to conceptsliamfallon2-2/+59
2021-01-19Merge "Add PfKey translation to ToscaConceptIdentifier"Pamela Dragosh1-0/+16
2021-01-18Create ToscaConceptIdentifier from ToscaEntityKeyliamfallon1-1/+5
2021-01-16Add PfKey translation to ToscaConceptIdentifierliamfallon1-0/+16
2021-01-15Merge "Add copy constructor to ToscaNodeTemplate"Jim Hahn1-1/+19
2021-01-14Add copy constructor to ToscaNodeTemplateliamfallon1-1/+19
2021-01-14Rename keywords used as column names in API and PAP JPAgregory.hayes2-5/+5
2021-01-06Use annotations on parameterized typesJim Hahn13-85/+38
2021-01-06Changed identifiers to concept identifiersliamfallon5-125/+25
2020-12-23Add Service Template TOSCA handlingliamfallon5-56/+256
2020-12-21Use annotations to do validationJim Hahn19-207/+160
2020-12-17Use ValidationResult for models v2.0Jim Hahn31-873/+262
2020-12-14JPA concepts for TOSCAliamfallon26-232/+2911
2020-12-03Add generic methods to TOSCA providers and utilsliamfallon3-29/+117
2020-12-02Remove unused importsliamfallon3-4/+4
2020-12-01Add extra authorative TOSCA conceptsliamfallon23-53/+389
2020-11-06Fix upcoming checkstyle issuesPamela Dragosh1-1/+2
2020-10-15Default should be an object on TOSCA propertiesliamfallon3-13/+26
2020-08-25Address more sonar issues in policy-modelsJim Hahn6-12/+14
2020-08-14Remove legacy operational policy from modelsRam Krishna Verma4-390/+2
2020-06-18Changes for Checkstyle 8.32liamfallon26-83/+6
2020-06-09Changing toString on ToscaPolicyXXXIdentifiersRossC3-0/+18
2020-05-10Policy DB contents removed on DB deadlockliamfallon3-112/+101
2020-05-07Fix simultaneous get access to policy providerliamfallon1-71/+86
2020-05-06Make type and type_version mandatory on policiesliamfallon1-9/+13
2020-05-05Policy delete should only return deleted policyliamfallon1-45/+57
2020-05-04Fix simultaneous write access to policy providerliamfallon1-32/+47
2020-04-07Address sonar issues in modelsJim Hahn3-19/+9