summaryrefslogtreecommitdiffstats
path: root/common-app-api
AgeCommit message (Expand)AuthorFilesLines
2019-07-11Added oparent to sdc mainTomasz Golabek84-40/+1720
2019-06-12Upgrade SDC from Titan to Janus Graphshrikantawachar10-97/+98
2019-06-11Add unit tests for MutableHttpServletRequestm.kowalski31-0/+75
2019-06-02Improve unit tests for ESTimeBasedEventm.kowalski31-108/+96
2019-06-02Improve unit tests for EcompErrorConfigurationm.kowalski31-49/+94
2019-05-30Add unit tests for ConfigurationManagerm.kowalski34-0/+186
2019-05-27Add unit test for ErrorConfigurationm.kowalski31-40/+79
2019-05-07Update SDC version 1.5.0Sonsino, Ofir (os0695)1-1/+1
2019-04-30Refactor hardcoded column configPiotr Darosz1-0/+61
2019-04-16Adds a new artifact for controller blueprintagileone1-0/+1
2019-04-14Declare properties as policiestalio1-0/+1
2019-04-04Make Cassandra port configurable.Tal Gitelman1-0/+6
2019-04-03Add artifact typeskooper1-6/+5
2019-03-25fix a typoLiang Ding1-1/+1
2019-03-13Add Deployment Artifacts to PNFdermot1231-1/+2
2019-03-06add cloud specific typeLiang Ding1-1/+1
2018-11-29Fix critical sonar issuesParshad Patel1-1/+5
2018-11-26SDC can not handle complex strin }
<!--
  ============LICENSE_START=======================================================
  ONAP
  ================================================================================
  Copyright (C) 2019-2021 AT&T Intellectual Property. All rights reserved.
  ================================================================================
  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.
  You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  See the License for the specific language governing permissions and
  limitations under the License.
  ============LICENSE_END=========================================================
  -->

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <packaging>pom</packaging>

  <parent>
    <groupId>org.onap.policy.xacml-pdp</groupId>
    <artifactId>policy-xacml-pdp</artifactId>
    <version>2.6.2-SNAPSHOT</version>
  </parent>

  <groupId>org.onap.policy.xacml-pdp.applications</groupId>
  <artifactId>applications</artifactId>

  <properties>
    <jacoco.dataFile>${project.basedir}/../../target/code-coverage/jacoco-ut.exec</jacoco.dataFile>
  </properties>

  <modules>
    <module>common</module>
    <module>guard</module>
    <module>match</module>
    <module>monitoring</module>
    <module>naming</module>
    <module>native</module>
    <module>optimization</module>
  </modules>


</project>
706b7fe49c5f44b9?s=13&d=retro' />Michael Lando
1-1/+1
2018-11-01update sdc to version 1.3.2Michael Lando1-1/+1
2018-11-01Add test case for RestUtil.javaisaac.manuelraj1-0/+21
2018-10-24update sdc version to 1.3.1Michael Lando1-1/+1
2018-10-12update sdc portal integrationTal Gitelman1-5/+0
2018-10-10Plugin load by the UIIdan Amit1-8/+0
2018-10-02exception is thrown on import normativeTal Gitelman1-30/+15
2018-09-12fix security vilation SONATYPE-2015-0002Tal Gitelman1-0/+12
2018-09-05add ability to disable tenant isolation.Tal Gitelman3-550/+38
2018-09-05Fix sonar issuesParshad Patel2-55/+14
2018-08-26json/yaml validation for modelsdekstroza1-0/+29
2018-08-15maven improvements and clean upMichael Lando8-17/+21
2018-08-05add removed unit testsMichael Lando25-0/+4571
2018-07-29re base codeMichael Lando140-7834/+4516
2018-07-15Upgraded servlet-api version to 3.0.1vempo1-1/+1
2018-07-02first attempt to fix vulnerabilitiesYuli Shlosberg6-12/+20
2018-06-13Raised JUnit coverage for tosca packageIdan Amit2-1/+4
2018-06-02update sdc versionMichael Lando1-1/+1
2018-05-27Revert "update sdc version"Michael Lando1-1/+1
2018-05-26update sdc versionMichael Lando1-1/+1
2018-05-24fix swagger issueMichael Lando2-2/+23
2018-05-10Add common-app-api unit testsLior Nachmias14-12/+1788
2018-05-01Remove dead code common-app-apiTal Gitelman1-1/+0
2018-04-30Remove dead code common-app-apiTal Gitelman1-34/+0
2018-04-24Create on boarding dockerAvi Ziv2-56/+46
2018-03-18Add timeout and connection statusIdan Amit1-0/+18
2018-03-13analyze and fix IQ server violations SDCGitelman, Tal (tg851x)1-1/+1