aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
AgeCommit message (Expand)AuthorFilesLines
2019-09-09Use released versions in models pomJim Hahn1-2/+2
2019-08-08Review maven dependency for snakeyamlBruno Sakoto1-2/+1
2019-08-06Bump version in policy/modelsJim Hahn1-2/+2
2019-08-05Bump versions to 2.1.2jhh1-1/+1
2019-08-03Point to policy/common 1.5.1 released versionjhh1-1/+1
2019-06-27Use ToStringTester from utils-testramverma1-4/+12
2019-06-21Bump models to 2.1.1 SNAPSHOTPamela Dragosh1-1/+1
2019-06-21Upgrade to release common 1.5.02.1.0Pamela Dragosh1-1/+1
2019-06-20Upgrade to release 3.0.0 parentPamela Dragosh1-1/+1
2019-05-29Change version to 2.1.0Pamela Dragosh1-3/+4
2019-05-23Bump to 2.0.2-SNAPSHOTPamela Dragosh1-1/+1
2019-05-15Step snapshot version of policy modelsliamfallon1-1/+1
2019-05-01Upgrade to release parent and commonPamela Dragosh1-2/+2
2019-04-17Add DMaaP simulator for CSIT testingliamfallon1-0/+1
2019-04-10Finish unit test on policy-modelsliamfallon1-0/+5
2019-04-08Remove drools PDP dependencyPamela Dragosh1-3/+1
2019-04-01move actors code in drools-applications to policy/modelsning.xi1-0/+1
2019-03-25migrate model-impl from drools-applicationsHengye1-8/+7
2019-03-22Add models-pdp to models repoJim Hahn1-0/+1
2019-03-21Add module for error responsesPamela Dragosh1-0/+7
2019-03-19Move examples into separate moduleliamfallon1-0/+10
2019-03-18Add decision modelsPamela Dragosh1-0/+1
2019-03-15Adjust snakeyaml versionJim Hahn1-1/+1
2019-03-15Fill in legacy JSON modelsPamela Dragosh1-0/+1
2019-03-15Add serialization for Tosca Modelliamfallon1-0/+6
2019-03-14Add DAO Enabled Tosca Modelliamfallon1-1/+8
2019-03-12Adding models-pap module to policy/modelsramverma1-0/+1
2019-03-05Add DAO module for Modelsliamfallon1-11/+40
2019-02-28Add basic model object conceptsliamfallon1-2/+12
2019-02-26Change the version of policy parentChenfei Gao1-0/+3
2019-02-26Add POJOs to support policy design APIChenfei Gao1-0/+12
2019-02-05Activate models component for Dublinliamfallon1-3/+3
2018-10-25Upgrade policy/parent 2.0.0Pamela Dragosh1-1/+2
2018-09-25Setup checkstyle and coveragePamela Dragosh1-2/+145
2018-05-25Rename Policy Modesl to policy-modelsPamela Dragosh1-2/+2
2018-05-24Adding policy/models moduleeikrwaq1-0/+43
>SoftwareProductComponentEditorReducer)), componentProcesses: combineReducers({ processesList: SoftwareProductComponentProcessesListReducer, processesEditor: createPlainDataReducer(SoftwareProductComponentProcessesEditorReducer), processToDelete: (state = false, action) => action.type === componentProcessesActionTypes.SOFTWARE_PRODUCT_PROCESS_DELETE_COMPONENTS_CONFIRM ? action.processToDelete : state, }), network: combineReducers({ nicList: SoftwareProductComponentsNICListReducer, nicEditor: createPlainDataReducer(createComposedJSONSchemaReducer(NIC_QUESTIONNAIRE, SoftwareProductComponentsNICEditorReducer)), nicCreation: createPlainDataReducer(SoftwareProductComponentsNICCreationReducer) }), images: combineReducers({ imagesList: SoftwareProductComponentsImageListReducer, imageEditor: createPlainDataReducer(createComposedJSONSchemaReducer(IMAGE_QUESTIONNAIRE, SoftwareProductComponentsImageEditorReducer)) }), computeFlavor: combineReducers({ computesList: SoftwareProductComponentsComputeFlavorListReducer, computeEditor: createPlainDataReducer(createComposedJSONSchemaReducer(COMPONENTS_COMPUTE_QUESTIONNAIRE, SoftwareProductComponentsComputeFlavorReducer)), }), monitoring: SoftwareProductComponentsMonitoringReducer }), softwareProductCategories: (state = [], action) => { if (action.type === actionTypes.SOFTWARE_PRODUCT_CATEGORIES_LOADED) { return action.softwareProductCategories; } return state; }, softwareProductQuestionnaire: createJSONSchemaReducer(PRODUCT_QUESTIONNAIRE) });