aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-04-29Address sonar issue in policy-models/pdpJim Hahn1-3/+5
2019-04-25Add copy constructor for PdpStatus3.0.2-ONAPJim Hahn6-0/+227
2019-04-25Populate policies, even if emptyJim Hahn2-1/+3
2019-04-23Exclude commons-beanutilsPamela Dragosh1-0/+6
2019-04-20Merge "Fix a bug in adding one-digit policy-version in metadata"Jorge Hernandez2-6/+6
2019-04-19Fix a bug in adding one-digit policy-version in metadataChenfei Gao2-6/+6
2019-04-19Exclude jackson-databindPamela Dragosh1-2/+6
2019-04-17Add DMaaP simulator for CSIT testingliamfallon26-0/+1657
2019-04-16Don't include "nullVersion" in swagger APIJim Hahn2-0/+5
2019-04-16Fix null not accepted on PDP messageliamfallon2-1/+3
2019-04-15Merge "Add serialized name for typeVersion"Jorge Hernandez1-0/+4
2019-04-15Add serialized name for typeVersionChenfei Gao1-0/+4
2019-04-15Fix sonar issue in PdpGroupsJim Hahn1-3/+5
2019-04-15Merge "Use keys to speed DB queries"Pamela Dragosh2-5/+10
2019-04-15Use keys to speed DB queriesJim Hahn2-5/+10
2019-04-15Add conversion from plain Ident to IdentOptVersionJim Hahn2-2/+28
2019-04-15Merge "Add prefix matching for policy version"Pamela Dragosh4-14/+147
2019-04-14Add prefix matching for policy versionJim Hahn4-14/+147
2019-04-13Disallow empty subgroup list in group requestJim Hahn3-8/+26
2019-04-12Check for duplicates in listsJim Hahn4-18/+36
2019-04-12Remove version from PdpGroupliamfallon16-652/+235
2019-04-12Add validation methods for PAP REST APIJim Hahn17-40/+616
2019-04-12UNit test and minor fixes for DB parsliamfallon9-72/+56
2019-04-11Merge "Fix database properties"Pamela Dragosh20-231/+156
2019-04-11Merge "Use policy-id instead of name"Jorge Hernandez1-0/+3
2019-04-11Merge "Add constant PdpGroup.VERSION"Pamela Dragosh1-0/+6
2019-04-11Merge "Aai Simulator for CQ"Pamela Dragosh4-29/+744
2019-04-11Fix database propertiesliamfallon20-231/+156
2019-04-11Aai Simulator for CQpramod.jamkhedkar4-29/+744
2019-04-11Add constant PdpGroup.VERSIONJim Hahn1-0/+6
2019-04-11Use policy-id instead of nameJim Hahn1-0/+3
2019-04-10Merge "Custom Query Code"Pamela Dragosh17-121/+3615
2019-04-10Custom Query Codepramod.jamkhedkar17-121/+3615
2019-04-10Add policy ID and version to metadataliamfallon1-0/+13
2019-04-10Merge "Parse new model ids from operation policy"Pamela Dragosh1-1/+1
2019-04-10Finish unit test on policy-modelsliamfallon46-548/+1175
2019-04-10Parse new model ids from operation policyvamshi.nemalikonda1-1/+1
2019-04-09Add unit tests for policy type and policy filtersliamfallon12-10/+834
2019-04-09Merge "Parse new model ids from operational policy"Jorge Hernandez4-55/+122
2019-04-09Parse new model ids from operational policyPamela Dragosh4-55/+122
2019-04-09Complete unit test for models-pdpliamfallon18-194/+1173
2019-04-09Merge "Code changes for OOF SON Use Case"Jorge Hernandez4-2/+274
2019-04-08Code changes for OOF SON Use CasePamela Dragosh4-2/+274
2019-04-08Add lists and tests for PDP filtersliamfallon13-86/+559
2019-04-08Merge "Add bug fixes and tests for filters"Jorge Hernandez18-140/+570
2019-04-08Merge "Remove drools PDP dependency"Jorge Hernandez33-808/+235
2019-04-08Merge "Add PdpMessage.appliesTo()"Pamela Dragosh3-16/+168
2019-04-08Remove drools PDP dependencyPamela Dragosh33-808/+235
2019-04-08Add bug fixes and tests for filtersliamfallon18-140/+570
2019-04-08Merge "Add unit test for PDP groups"Jorge Hernandez10-70/+909
'n850' href='#n850'>850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 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