aboutsummaryrefslogtreecommitdiffstats
path: root/policy-management
AgeCommit message (Expand)AuthorFilesLines
2019-07-16Fix checkstyle issues in policy-utilsJim Hahn2-7/+7
2019-07-11Fix checkstyle issues in policy-managementJim Hahn27-3346/+3510
2019-07-08Fix drools-pdp due to sonar changes in commonJim Hahn8-66/+68
2019-06-28Bump drools-pdp to 1.5.1-SNAPSHOTPamela Dragosh1-1/+1
2019-06-1
{
  "description": "This is Jython Execution Component.",
  "version": "1.0.0",
  "capabilities": {
    "component-node": {
      "type": "tosca.capabilities.Node"
    }
  },
  "interfaces": {
    "ComponentJythonExecutor": {
      "operations": {
        "process": {
          "inputs": {
            "instance-dependencies": {
              "required": true,
              "description": "Instance Names to Inject to Jython Script.",
              "type": "list",
              "entry_schema": {
                "type": "string"
              }
            },
            "dynamic-properties": {
              "description": "Dynamic Json Content or DSL Json reference.",
              "required": false,
              "type": "json"
            }
          },
          "outputs": {
            "response-data": {
              "description": "Execution Response Data in JSON format.",
              "required": false,
              "type": "string"
            },
            "status": {
              "description": "Status of the Component Execution ( success or failure )",
              "required": true,
              "type": "string"
            }
          }
        }
      }
    }
  },
  "derived_from": "tosca.nodes.Component"
}
1
-2/+2
2019-03-07Tweaking scripts to install for pdpd-cl imageJorge Hernandez2-6/+5
2019-03-04Merge "Add Controller Logging Feature"Jorge Hernandez5-98/+195
2019-03-01Add Controller Logging FeatureDaniel Cruz5-98/+195
2019-03-01move all hard install config to environment varsJorge Hernandez15-285/+372
2019-02-27Base POLICY-PDP-PAP channel configurationJorge Hernandez1-3/+19
2019-02-22Merge "Add Nested JSON Filtering"Jorge Hernandez7-829/+349
2019-02-21Add Nested JSON FilteringDaniel Cruz7-829/+349
2019-02-21Moving hard install config to environment varsJorge Hernandez2-39/+20
2019-02-18Removed jackson from top-level pomJim Hahn1-1/+4
2019-02-15Change properties to use gsonJim Hahn1-1/+2
2019-02-15Test gson in policy-managementJim Hahn29-56/+555
2019-02-15Merge "Decouple nexus reconfiguration from installation"Pamela Dragosh1-1/+6
2019-02-14Remove jackson from policy codersJim Hahn10-428/+77
2019-02-14Decouple nexus reconfiguration from installationJorge Hernandez1-1/+6
2019-02-11Replace PolicyAssert with assertjJim Hahn4-109/+125
2019-02-04Report KieBase names in rules artifacts.Jorge Hernandez6-17/+42
2019-01-15Change Junit to check for error code 406Jorge Hernandez1-1/+1
2019-01-04Add tooling for drools policy developersJorge Hernandez7-28/+489
2018-12-04Fix sonar issue in droolspdfKrishnakumar Jinka4-57/+47
2018-11-29Merge "Remove Factory from various drools-pdp classes"Jorge Hernandez2-88/+85
2018-11-29Fix sonar issue in event protocol coderkrishnajinka1-297/+310
2018-11-29Remove Factory from various drools-pdp classesJim Hahn2-88/+85
2018-11-16Modify decoder to use param objkris.jinka2-35/+32
2018-11-15Modify event (en)coder to use param objskris.jinka5-39/+194
2018-11-07Fix for Test failure issue in drools-pdpParshad Patel1-1/+1
2018-10-31Set new master version for Dublinliamfallon2-6/+3
2018-10-26Enable Authorization AAF Filter programmatically3.0.0-ONAPJorge Hernandez2-2/+11
2018-10-24Fix refering to snapshot in policy/drools-pdp1.3.1ramverma1-3/+3
2018-10-05Add junit coverage to PolicyEngine classJim Hahn2-91/+1898
2018-10-03Add coverage for policy-managementJim Hahn6-42/+1452
2018-10-01Set drools-pdp checkstyle configPamela Dragosh22-1521/+2172