aboutsummaryrefslogtreecommitdiffstats
path: root/aai-traversal/src/main
AgeCommit message (Expand)AuthorFilesLines
2018-05-03Update to remove loadbalancer codeKajur, Harish (vk250x)1-1/+1
2018-04-27Update keystore to use aaf keystoreKajur, Harish (vk250x)1-0/+0
2018-04-11Fix the basic auth issue which got brokenKajur, Harish (vk250x)4-0/+183
2018-03-29Update docker entrypoint to run independentKajur, Harish (vk250x)2-1/+18
2018-03-28Add to traversal custom query to get parent pathMaharajh, Robby (rx2202)1-2/+7
2018-03-28Update the titan code to janus graph codeKajur, Harish (vk250x)10-20/+29
2018-03-22Update the license for 2017-2018 licenseKajur, Harish (vk250x)52-125/+403
2018-03-20Update spring boot 1.5.1 to 1.5.10Kajur, Harish (vk250x)1-1/+1
2018-03-07Update traversal from AJSC 2 to Spring BootVenkata Harish K Kajur230-2189/+6915
2018-02-27Update the rest endpoints for v13 versionVenkata Harish K Kajur2-2/+2
2018-02-22Update DmaapConfig and AAIAppServlet to startVenkata Harish K Kajur1-16/+0
2018-02-15Sync logging context changesVenkata Harish K Kajur17-337/+1157
2018-02-01Merge "Sonar Minor:Define a constant instead of literal."James Forsyth1-2/+4
2018-01-17Merge "Sonar Major: Replace the type specification."Venkata Harish Kajur1-1/+1
2018-01-15Add ability to do optional params for custom queryLamont, William (wl2432)6-39/+455
2018-01-15Sonar Minor:Define a constant instead of literal.aishkashyap1-2/+4
2018-01-10Sonar Major: Replace the type specification.aishkashyap1-1/+1
2017-12-06
<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>
  <parent>
    <groupId>org.onap.so</groupId>
    <artifactId>so</artifactId>
    <version>1.6.0-SNAPSHOT</version>
  </parent>

  <groupId>org.onap.so</groupId>
  <artifactId>cloudify-client</artifactId>
  <packaging>jar</packaging>
  <name>Cloudify Rest Client</name>
  <description>Java client for Cloudify REST interface</description>

  <build>
    <finalName>${project.artifactId}-${project.version}</finalName>
    <plugins>
      <plugin>
        <artifactId>maven-jar-plugin</artifactId>
        <version>2.6</version>
        <configuration>
          <classesDirectory>target/classes</classesDirectory>
        </configuration>
      </plugin>
    </plugins>
  </build>

  <dependencies>
    <dependency>
      <groupId>org.onap.so</groupId>
      <artifactId>common</artifactId>
      <version>${project.version}</version>
    </dependency>
    <dependency>
      <groupId>org.apache.httpcomponents</groupId>
      <artifactId>httpcore</artifactId>
    </dependency>
    <dependency>
      <groupId>org.apache.httpcomponents</groupId>
      <artifactId>httpclient</artifactId>
    </dependency>
    <dependency>
      <groupId>commons-lang</groupId>
      <artifactId>commons-lang</artifactId>
      <version>2.6</version>
    </dependency>
  </dependencies>
</project>
Logging Updates for TraversalO'Connor, Lina (lo8949)1-0/+5 2017-09-25Merge "Add RequestId and PartnerName in log"Tian Lee1-2/+17 2017-09-22Merge "Fix Blocker/Critical sonar issues"James Forsyth1-2/+2 2017-09-22Merge "Removed redundant checks"James Forsyth1-4/+2 2017-09-21Fix major sonar issuesshashikanth1-2/+2 2017-09-21Removed redundant checksshashikanth1-4/+2 2017-09-21Fix Blocker/Critical sonar issuesshashikanth1-2/+2 2017-09-20Fix the updateQuery to be run by aaiadminVenkata Harish K Kajur1-1/+6 2017-09-19run updateQueryData.sh in docker-entrypointKrzysztof Kwiecien1-1/+19 2017-09-18Modify dockerfile to use common docker imageVenkata Harish K Kajur3-105/+107 2017-09-18Add RequestId and PartnerName in logpranavdi1-2/+17 2017-09-08Adding named-query for APPCjimmy1-22/+42 2017-08-29Merge "Built named-query for policy needs"Manisha Aggarwal1-0/+233 2017-08-29Built named-query for policy needsjimmy1-0/+233 2017-08-28Remove the att references in traversalVenkata Harish K Kajur1-1/+1 2017-08-22Fix Model based delete failing bugVenkata Harish K Kajur2-22/+17 2017-08-21Fix the invalid namespace 500 error model queryVenkata Harish K Kajur1-5/+1 2017-08-20Move extensions to aai-commonVenkata Harish K Kajur2-971/+0 2017-08-15[AAI-171 Amsterdam] Move rest.db to aai-commonVenkata Harish K Kajur7-1717/+0 2017-08-14[AAI-168 Amsterdam] add stored queriesur326r1-2/+16 2017-08-11[AAI-162 Amsterdam] Convert custom queries to notMaharajh, Robby (rx2202)3-4/+103 2017-08-11[AAI-161 Amsterdam] Fix the timestamp for dmaapVenkata Harish K Kajur1-1/+1 2017-08-08[AAI-154 Amsterdam] Check in titan refactorMuller, Andrew (am8383)5-37/+27 2017-07-14[AAI-50 Amsterdam] Add support for v11 version APIMaharajh, Robby (rx2202)3-3/+3 2017-07-05[AAI-31] Removed references to removed constantMaharajh, Robby (rx2202)4-11/+2