Chandresh | Removing vertical logic from client

This commit is contained in:
chandresh-pancholi
2023-01-09 19:37:33 +05:30
parent a8b28b3727
commit 254e6599ab
14 changed files with 36 additions and 36 deletions

View File

@@ -1,5 +1,5 @@
FROM 193044292705.dkr.ecr.ap-south-1.amazonaws.com/common/maven:3.8.3-openjdk-17-slim as builder
ARG ARTIFACT_VERSION=2.0.7-RELEASE
ARG ARTIFACT_VERSION=2.0.8-RELEASE
RUN mkdir -p /build
WORKDIR /build
COPY . /build
@@ -7,7 +7,7 @@ RUN mvn clean install
RUN mvn clean verify -DskipTests -Dartifact.version=${ARTIFACT_VERSION}
FROM 193044292705.dkr.ecr.ap-south-1.amazonaws.com/common/openjdk:17-slim-bullseye
ARG ARTIFACT_VERSION=2.0.7-RELEASE
ARG ARTIFACT_VERSION=2.0.8-RELEASE
RUN mkdir -p /usr/local
RUN apt-get update -y && apt-get -y install fontconfig libpng-dev
WORKDIR /usr/local/

View File

@@ -1,5 +1,5 @@
FROM 193044292705.dkr.ecr.ap-south-1.amazonaws.com/common/maven:3.8.3-openjdk-17-slim as builder
ARG ARTIFACT_VERSION=2.0.7-RELEASE
ARG ARTIFACT_VERSION=2.0.8-RELEASE
RUN mkdir -p /build
WORKDIR /build
COPY . /build
@@ -7,7 +7,7 @@ RUN mvn clean install -DskipTests
RUN mvn clean verify -DskipTests -Dartifact.version=${ARTIFACT_VERSION}
FROM 193044292705.dkr.ecr.ap-south-1.amazonaws.com/common/openjdk:17-slim-bullseye
ARG ARTIFACT_VERSION=2.0.7-RELEASE
ARG ARTIFACT_VERSION=2.0.8-RELEASE
RUN mkdir -p /usr/local
RUN apt-get update -y && apt-get -y install fontconfig libpng-dev
WORKDIR /usr/local/

View File

@@ -4,11 +4,11 @@
<parent>
<artifactId>litmus</artifactId>
<groupId>com.navi.medici</groupId>
<version>2.0.7-RELEASE</version>
<version>2.0.8-RELEASE</version>
</parent>
<artifactId>litmus-cache</artifactId>
<version>2.0.7-RELEASE</version>
<version>2.0.8-RELEASE</version>
<packaging>jar</packaging>
<name>litmus-cache</name>

View File

@@ -5,11 +5,11 @@
<parent>
<artifactId>litmus</artifactId>
<groupId>com.navi.medici</groupId>
<version>2.0.7-RELEASE</version>
<version>2.0.8-RELEASE</version>
</parent>
<artifactId>litmus-client</artifactId>
<version>2.0.7-RELEASE</version>
<version>2.0.8-RELEASE</version>
<packaging>jar</packaging>
<name>litmus-client</name>
@@ -43,7 +43,7 @@
<dependency>
<groupId>com.navi.medici</groupId>
<artifactId>litmus-model</artifactId>
<version>2.0.7-RELEASE</version>
<version>2.0.8-RELEASE</version>
</dependency>
<dependency>

View File

@@ -28,7 +28,7 @@ public class HttpExperimentFetcher implements ExperimentFetcher {
URL experimentUrl = litmusConfig.getLitmusURLs()
.getLitmusExperimentsURL(litmusConfig.getProjectName(), litmusConfig.getNamePrefix());
Request request = new Request.Builder()
.url(String.format("%s/vertical?vertical=%s&polling_time=%s", experimentUrl, vertical, pollingTime))
.url(String.format("%s?vertical=%s&polling_time=%s", experimentUrl, vertical, pollingTime))
.build();
try (Response response = OkHttpClientContainer.getInstance().newCall(request).execute()) {

View File

@@ -1 +1 @@
litmus.client.version=2.0.7-RELEASE
litmus.client.version=2.0.8-RELEASE

View File

@@ -5,11 +5,11 @@
<parent>
<artifactId>litmus</artifactId>
<groupId>com.navi.medici</groupId>
<version>2.0.7-RELEASE</version>
<version>2.0.8-RELEASE</version>
</parent>
<artifactId>litmus-core</artifactId>
<version>2.0.7-RELEASE</version>
<version>2.0.8-RELEASE</version>
<packaging>jar</packaging>
<name>litmus-core</name>
@@ -31,25 +31,25 @@
<dependency>
<groupId>com.navi.medici</groupId>
<artifactId>litmus-model</artifactId>
<version>2.0.7-RELEASE</version>
<version>2.0.8-RELEASE</version>
</dependency>
<dependency>
<groupId>com.navi.medici</groupId>
<artifactId>litmus-db</artifactId>
<version>2.0.7-RELEASE</version>
<version>2.0.8-RELEASE</version>
</dependency>
<dependency>
<groupId>com.navi.medici</groupId>
<artifactId>litmus-cache</artifactId>
<version>2.0.7-RELEASE</version>
<version>2.0.8-RELEASE</version>
</dependency>
<dependency>
<groupId>com.navi.medici</groupId>
<artifactId>litmus-util</artifactId>
<version>2.0.7-RELEASE</version>
<version>2.0.8-RELEASE</version>
</dependency>
<dependency>

View File

@@ -4,11 +4,11 @@
<parent>
<artifactId>litmus</artifactId>
<groupId>com.navi.medici</groupId>
<version>2.0.7-RELEASE</version>
<version>2.0.8-RELEASE</version>
</parent>
<artifactId>litmus-db</artifactId>
<version>2.0.7-RELEASE</version>
<version>2.0.8-RELEASE</version>
<packaging>jar</packaging>
<name>litmus-db</name>
@@ -31,7 +31,7 @@
<dependency>
<groupId>com.navi.medici</groupId>
<artifactId>litmus-model</artifactId>
<version>2.0.7-RELEASE</version>
<version>2.0.8-RELEASE</version>
</dependency>
</dependencies>

View File

@@ -4,11 +4,11 @@
<parent>
<artifactId>litmus</artifactId>
<groupId>com.navi.medici</groupId>
<version>2.0.7-RELEASE</version>
<version>2.0.8-RELEASE</version>
</parent>
<artifactId>litmus-liquibase</artifactId>
<version>2.0.7-RELEASE</version>
<version>2.0.8-RELEASE</version>
<packaging>jar</packaging>
<name>litmus-liquibase</name>

View File

@@ -4,11 +4,11 @@
<parent>
<artifactId>litmus</artifactId>
<groupId>com.navi.medici</groupId>
<version>2.0.7-RELEASE</version>
<version>2.0.8-RELEASE</version>
</parent>
<artifactId>litmus-mock</artifactId>
<version>2.0.7-RELEASE</version>
<version>2.0.8-RELEASE</version>
<packaging>jar</packaging>
<name>litmus-mock</name>
@@ -16,13 +16,13 @@
<dependency>
<groupId>com.navi.medici</groupId>
<artifactId>litmus-model</artifactId>
<version>2.0.7-RELEASE</version>
<version>2.0.8-RELEASE</version>
</dependency>
<dependency>
<groupId>com.navi.medici</groupId>
<artifactId>litmus-client</artifactId>
<version>2.0.7-RELEASE</version>
<version>2.0.8-RELEASE</version>
</dependency>
<dependency>

View File

@@ -5,11 +5,11 @@
<parent>
<artifactId>litmus</artifactId>
<groupId>com.navi.medici</groupId>
<version>2.0.7-RELEASE</version>
<version>2.0.8-RELEASE</version>
</parent>
<artifactId>litmus-model</artifactId>
<version>2.0.7-RELEASE</version>
<version>2.0.8-RELEASE</version>
<packaging>jar</packaging>
<name>litmus-model</name>

View File

@@ -4,11 +4,11 @@
<parent>
<artifactId>litmus</artifactId>
<groupId>com.navi.medici</groupId>
<version>2.0.7-RELEASE</version>
<version>2.0.8-RELEASE</version>
</parent>
<artifactId>litmus-proxy</artifactId>
<version>2.0.7-RELEASE</version>
<version>2.0.8-RELEASE</version>
<packaging>jar</packaging>
<name>litmus-proxy</name>
@@ -17,19 +17,19 @@
<dependency>
<groupId>com.navi.medici</groupId>
<artifactId>litmus-model</artifactId>
<version>2.0.7-RELEASE</version>
<version>2.0.8-RELEASE</version>
</dependency>
<dependency>
<groupId>com.navi.medici</groupId>
<artifactId>litmus-client</artifactId>
<version>2.0.7-RELEASE</version>
<version>2.0.8-RELEASE</version>
</dependency>
<dependency>
<groupId>com.navi.medici</groupId>
<artifactId>litmus-util</artifactId>
<version>2.0.7-RELEASE</version>
<version>2.0.8-RELEASE</version>
</dependency>
<dependency>

View File

@@ -4,11 +4,11 @@
<parent>
<artifactId>litmus</artifactId>
<groupId>com.navi.medici</groupId>
<version>2.0.7-RELEASE</version>
<version>2.0.8-RELEASE</version>
</parent>
<artifactId>litmus-util</artifactId>
<version>2.0.7-RELEASE</version>
<version>2.0.8-RELEASE</version>
<name>litmus-util</name>

View File

@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.navi.medici</groupId>
<artifactId>litmus</artifactId>
<version>2.0.7-RELEASE</version>
<version>2.0.8-RELEASE</version>
<packaging>pom</packaging>
<name>litmus</name>