aboutsummaryrefslogtreecommitdiffstats
path: root/models-tosca/src
AgeCommit message (Expand)AuthorFilesLines
2019-12-05Add new Operational Policy TypePamela Dragosh1-5/+9
2019-10-21Update optimization policies to have versionPamela Dragosh3-8/+38
2019-09-11Fix derivedFrom fieldliamfallon1-1/+1
2019-09-09Add metadata to propertiesPamela Dragosh4-0/+260
2019-09-05Repair policy types in TOSCA service templateliamfallon6-56/+115
2019-08-27Replace copyTo methods with copy constructorsJim Hahn24-348/+91
2019-08-07replace hashCode function with compareToHenry.Sun13-13/+13
2019-06-27Use ToStringTester from utils-testramverma3-3/+5
2019-06-19Merge "Change getCanonicalName to getName in models"Pamela Dragosh6-6/+6
2019-06-18Change getCanonicalName to getName in modelsJim Hahn6-6/+6
2019-06-18Removed unused imports from modelsJim Hahn1-3/+0
2019-06-18Merge "Fix the bug of cannot return multiple versions of particular tosca pol...Pamela Dragosh2-5/+7
2019-06-17Fix the bug of cannot return multiple versions of particular tosca policy and...Chenfei Gao2-5/+7
2019-06-17Fix simple sonar issues in models-toscaJim Hahn33-1088/+787
2019-06-17Merge "Allow multiple versions of entities to be returned"Jorge Hernandez8-9/+146
2019-06-14Allow multiple versions of entities to be returnedliamfallon8-9/+146
2019-06-13Remove isNullVersion from identifier classJim Hahn2-15/+0
2019-06-07Fix version field to represent policy version instead of type versionChenfei Gao2-11/+16
2019-05-23Add logging to model providersliamfallon3-27/+166
2019-05-22Fix name/version regexp in model keysliamfallon2-4/+4
2019-05-21Add version on legacy get/deleteliamfallon4-147/+190
2019-05-16Allow policy type prefix on policy guard policy idliamfallon2-5/+49
2019-05-14Remove sonar issue in simple providerliamfallon1-6/+7
2019-05-09Store legacy op policy properties as plain stringsliamfallon1-18/+2
2019-05-09Store policy type version in policy before DB writeliamfallon1-1/+2
2019-05-08Add JSON encoding to legacy policy propertiesliamfallon4-21/+61
2019-05-07Set default and check existance of Policy Typeliamfallon12-19/+187
2019-05-05Serializaiton of properties to DB as JSONliamfallon5-9/+28
2019-05-02Fix bug in guard policy metadata creationliamfallon2-3/+32
2019-04-19Fix a bug in adding one-digit policy-version in metadataChenfei Gao2-6/+6
2019-04-16Don't include "nullVersion" in swagger APIJim Hahn1-0/+2
2019-04-15Add serialized name for typeVersionChenfei Gao1-0/+4
2019-04-15Merge "Use keys to speed DB queries"Pamela Dragosh1-2/+7
2019-04-15Use keys to speed DB queriesJim Hahn1-2/+7
2019-04-15Add conversion from plain Ident to IdentOptVersionJim Hahn2-2/+28
2019-04-14Add prefix matching for policy versionJim Hahn2-9/+30
2019-04-12Add validation methods for PAP REST APIJim Hahn7-18/+206
2019-04-12UNit test and minor fixes for DB parsliamfallon5-47/+31
2019-04-11Merge "Fix database properties"Pamela Dragosh6-76/+77
2019-04-11Fix database propertiesliamfallon6-76/+77
2019-04-11Use policy-id instead of nameJim Hahn1-0/+3
2019-04-10Add policy ID and version to metadataliamfallon1-0/+13
2019-04-10Finish unit test on policy-modelsliamfallon29-408/+748
2019-04-09Add unit tests for policy type and policy filtersliamfallon8-6/+800
2019-04-09Complete unit test for models-pdpliamfallon10-13/+501
2019-04-08Add lists and tests for PDP filtersliamfallon2-6/+4
2019-04-08Add bug fixes and tests for filtersliamfallon3-8/+14
2019-04-06Fix bugs on filtersliamfallon5-58/+46
2019-04-05Complete filters for Database Fetchesliamfallon11-31/+49
2019-04-04Updates to models from scrum on 4/4Jim Hahn10-1/+505
n937' href='#n937'>937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102