summaryrefslogtreecommitdiffstats
path: root/ms
AgeCommit message (Expand)AuthorFilesLines
2019-11-06Fixed typo...Oleg Mitsura1-1/+1
2019-11-06Update on Health-apiShaaban Ebrahim51-320/+1434
2019-11-05Rolling upgrade support for in-flight requestsSebastien Premont-Tendland6-16/+52
2019-11-05netconf retry disconnect()Oleg Mitsura1-2/+10
2019-11-05add get blueprints API with pagination and sortingAhmed Abbas3-0/+32
2019-11-04Extension support for db configuration.Brinda Santh9-10/+15
2019-11-04Removing dead code... DME2 does nothing...Oleg Mitsura5-57/+4
2019-11-04Fixed CDS liveness probe failure during high load.prathamesh1-3/+5
2019-11-01Refractor rest log tracing filter for reuse.Brinda Santh2-18/+40
2019-11-01Add missing property metadata DSL fun.Brinda Santh1-0/+7
2019-10-31netconf lib bugfixes: invoke_rpc + timeouts.Oleg Mitsura5-21/+64
2019-10-31Merge "Changing groupId for message-lib"Brinda Santh Muthuramalingam1-7/+6
2019-10-31Merge "Provide ongoing occurrence value for scripting"Dan Timoney2-0/+7
2019-10-31Merge "Add remote service function execution."Dan Timoney3-10/+227
2019-10-31Merge "Add message consumer dynamic functions."Dan Timoney5-15/+134
2019-10-31Merge "Add Message tracing logger service."Dan Timoney8-7/+208
2019-10-31Merge "Add Message Header support for tracing."Dan Timoney6-59/+86
2019-10-31Merge "Py executor grpc TLS server authentication."Dan Timoney15-97/+292
2019-10-31Merge "Add grpc TLS property lib services."Dan Timoney14-12/+577
2019-10-31Merge "Add GRPC log tracing service."Dan Timoney17-84/+356
2019-10-30Changing groupId for message-libSingal, Kapil (ks220y)1-7/+6
2019-10-30Removed all http_proxy reference from build.Sebastien Premont-Tendland5-16/+3
2019-10-29Add remote service function execution.Brinda Santh3-10/+227
2019-10-29Add message consumer dynamic functions.Brinda Santh5-15/+134
2019-10-29Provide ongoing occurrence value for scriptingAlexis de Talhouƫt2-0/+7
2019-10-28Add Message tracing logger service.Brinda Santh8-7/+208
2019-10-28Add Message Header support for tracing.Brinda Santh6-59/+86
2019-10-27Merge "Improve Remote Python Executor error handling and allow for structured...Brinda Santh Muthuramalingam10-59/+157
2019-10-24Increase num workers to 15Oleg Mitsura1-1/+1
2019-10-24Merge "Implemented UAT runtime services"Brinda Santh Muthuramalingam24-301/+1256
2019-10-24Improve Remote Python Executor error handling and allow for structured responseSerge Simard10-59/+157
2019-10-22Py executor grpc TLS server aut }
<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/maven-v4_0_0.xsd">


    <modelVersion>4.0.0</modelVersion>
    <artifactId>webseal-simulator</artifactId>
    <packaging>war</packaging>

    <parent>
        <groupId>org.openecomp.sdc</groupId>
        <artifactId>sdc-main</artifactId>
        <version>1.11.4-SNAPSHOT</version>
        <relativePath>../../</relativePath>
    </parent>

    <properties>
        <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format>
        <nexus.proxy>https://nexus.onap.org</nexus.proxy>
        
2019-10-14Merge "Component Script Executor Fix"Brinda Santh Muthuramalingam3-3/+4
2019-10-14Component Script Executor FixSingal, Kapil (ks220y)3-3/+4
2019-10-14Merge "Add reactive log tracing service."Dan Timoney9-24/+335
2019-10-14Merge "Bi-directional GRPC non interactive implementation"Dan Timoney3-35/+91
2019-10-14Merge "Kafka Back pressure configuration"Dan Timoney3-2/+9
2019-10-10Remove python ciscoconfparser requirementBrinda Santh1-2/+1
2019-10-07Implemented UAT runtime servicesebo24-301/+1256
2019-10-04Bi-directional GRPC non interactive implementationBrinda Santh3-35/+91
2019-10-04Kafka Back pressure configurationBrinda Santh3-2/+9
2019-10-03Add bi-directional python executor testsBrinda Santh11-7/+446
2019-10-02Add reactive log tracing service.Brinda Santh9-24/+335
2019-09-30Health Check API RevertSingal, Kapil (ks220y)4-3/+7
2019-09-30Merge "Add bi-directional GRPC python executor."Dan Timoney22-0/+1458
2019-09-27ResourceAssignmentUtils Junit FixesSingal, Kapil (ks220y)1-2/+2
2019-09-26Resource Resolution RefactoringSingal, Kapil (ks220y)5-172/+196
2019-09-26Fixing distribution and propertiesSingal, Kapil (ks220y)15-43/+37
n>${skipYamlJsonValidator}</skip> </configuration> </execution> </executions> </plugin> </plugins> </build> <repositories> <!-- LF repositories --> <repository> <id>ecomp-releases</id> <name>Release Repository</name> <url>${nexus.proxy}/content/repositories/releases/</url> </repository> <repository> <id>ecomp-snapshots</id> <name>Snapshots Repository</name> <url>${nexus.proxy}/content/repositories/snapshots/</url> </repository> <repository> <id>ecomp-public</id> <name>Public Repository</name> <url>${nexus.proxy}/content/repositories/public/</url> </repository> <!-- LF repositories END--> </repositories> <profiles> <profile> <id>docker</id> <activation> <activeByDefault>false</activeByDefault> </activation> <build> <plugins> <plugin> <artifactId>maven-clean-plugin</artifactId> <version>3.0.0</version> <executions> <execution> <id>clean-static-files</id> <phase>clean</phase> <goals> <goal>clean</goal> </goals> <configuration> <filesets> <fileset> <directory>${project.basedir}/sdc-simulator</directory> <includes> <include>*.war</include> </includes> <followSymlinks>false</followSymlinks> </fileset> </filesets> </configuration> </execution> </executions> </plugin> <plugin> <artifactId>maven-resources-plugin</artifactId> <executions> <execution> <id>copy-resources-simulator</id> <phase>verify</phase> <goals> <goal>copy-resources</goal> </goals> <configuration> <outputDirectory>${project.basedir}/sdc-simulator </outputDirectory> <resources> <resource> <directory>${project.basedir}/target</directory> <includes> <include>WSSimulator*.war</include> </includes> </resource> </resources> </configuration> </execution> </executions> </plugin> <plugin> <groupId>io.fabric8</groupId> <artifactId>docker-maven-plugin</artifactId> <configuration> <verbose>${verbose}</verbose> <apiVersion>${docker.api.version}</apiVersion> <registry>${docker.registry}</registry> <authConfig> <pull> <username>${docker.username}</username> <password>${docker.password}</password> </pull> </authConfig> <images> <!-- Build simulator image --> <image> <name>${docker.namespace}/sdc-simulator</name> <alias>sdc-simulator</alias> <build> <cleanup>try</cleanup> <dockerFileDir>${basedir}${file.separator}sdc-simulator </dockerFileDir> <tags> <tag>latest</tag> <tag> ${parsedVersion.majorVersion}.${parsedVersion.minorVersion}-STAGING-latest </tag> <tag> ${parsedVersion.majorVersion}.${parsedVersion.minorVersion}-${maven.build.timestamp} </tag> </tags> </build> </image> </images> </configuration> <executions> <execution> <id>clean-images</id> <phase>pre-clean</phase> <goals> <goal>remove</goal> </goals> </execution> <execution> <id>generate-images</id> <phase>install</phase> <goals> <goal>build</goal> </goals> </execution> <execution> <id>push-images</id> <phase>deploy</phase> <goals> <goal>push</goal> </goals> </execution> </executions> </plugin> </plugins> </build> </profile> </profiles> </project>