Skip to content

Commit 8caeb3f

Browse files
committed
conflict solve
2 parents 1e87793 + 5c9ca0c commit 8caeb3f

94 files changed

Lines changed: 233 additions & 225 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ They are based on numerical and string-based functions previously used in the li
7676
We just re-implemented in different languages, and put them behind a web service.
7777

7878
For the RESTful APIs, each API has an endpoint where the OpenAPI/Swagger schemas can be downloaded from.
79-
For simplicity, all schemas are also available as JSON/YML files under the folder [openapi-swagger](./openapi-swagger).
79+
For simplicity, all schemas are also available as JSON/YML files under the folder [openapi](openapi).
8080

8181
> **IMPORTANT**: More details (e.g., #LOCs and used databases) on these APIs can be found [in this table](statistics/table_emb.md).
8282

build.dockerfile

Lines changed: 0 additions & 55 deletions
This file was deleted.

dockerfiles/bibliothek.dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,9 @@ COPY ./dist/jacocoagent.jar .
55

66

77

8-
#ENV TOOL="undefined"
9-
#ENV RUN="0"
108

119
ENTRYPOINT \
1210
java \
13-
# unfortunately dumponexit is completely unreliable in Docker :(
14-
# -javaagent:jacocoagent.jar=destfile=./jacoco/bibliothek__${TOOL}__${RUN}__jacoco.exec,append=false,dumponexit=true \
1511
-javaagent:jacocoagent.jar=output=tcpserver,address=*,port=6300,append=false,dumponexit=false \
1612
-jar bibliothek-sut.jar \
1713
--server.port=8080 --databaseUrl=mongodb://db:27017/mongo_db --spring.data.mongodb.uri=mongodb://db:27017/mongo_db --app.storagePath=./tmp/bibliothek/

dockerfiles/blogapi.dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,9 @@ COPY ./dist/jacocoagent.jar .
55

66

77

8-
#ENV TOOL="undefined"
9-
#ENV RUN="0"
108

119
ENTRYPOINT \
1210
java \
13-
# unfortunately dumponexit is completely unreliable in Docker :(
14-
# -javaagent:jacocoagent.jar=destfile=./jacoco/blogapi__${TOOL}__${RUN}__jacoco.exec,append=false,dumponexit=true \
1511
-javaagent:jacocoagent.jar=output=tcpserver,address=*,port=6300,append=false,dumponexit=false \
1612
-jar blogapi-sut.jar \
1713
--server.port=8080 --spring.datasource.url="jdbc:mysql://db:3306/blogapi?useSSL=false&serverTimezone=UTC&allowPublicKeyRetrieval=true"

dockerfiles/catwatch.dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,9 @@ COPY ./dist/jacocoagent.jar .
55

66

77

8-
#ENV TOOL="undefined"
9-
#ENV RUN="0"
108

119
ENTRYPOINT \
1210
java \
13-
# unfortunately dumponexit is completely unreliable in Docker :(
14-
# -javaagent:jacocoagent.jar=destfile=./jacoco/catwatch__${TOOL}__${RUN}__jacoco.exec,append=false,dumponexit=true \
1511
-javaagent:jacocoagent.jar=output=tcpserver,address=*,port=6300,append=false,dumponexit=false \
1612
-Dserver.port=8080 -Dspring.datasource.url=jdbc:h2:mem:testdb -Dspring.jpa.database-platform=org.hibernate.dialect.H2Dialect -Dspring.datasource.username=sa -Dspring.datasource.password -jar catwatch-sut.jar \
1713

dockerfiles/commafeed.dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,9 @@ COPY ./dist/jacocoagent.jar .
55

66

77

8-
#ENV TOOL="undefined"
9-
#ENV RUN="0"
108

119
ENTRYPOINT \
1210
java \
13-
# unfortunately dumponexit is completely unreliable in Docker :(
14-
# -javaagent:jacocoagent.jar=destfile=./jacoco/commafeed__${TOOL}__${RUN}__jacoco.exec,append=false,dumponexit=true \
1511
-javaagent:jacocoagent.jar=output=tcpserver,address=*,port=6300,append=false,dumponexit=false \
1612
-Dquarkus.http.port=8080 -Dquarkus.datasource.db-kind=h2 -Dquarkus.datasource.jdbc.url="jdbc:h2:mem:commafeed;DB_CLOSE_DELAY=-1" -Dquarkus.datasource.username=sa -Dquarkus.datasource.password=sa -jar commafeed-sut.jar \
1713

dockerfiles/cwa-verification.dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,9 @@ COPY ./dist/jacocoagent.jar .
55

66

77

8-
#ENV TOOL="undefined"
9-
#ENV RUN="0"
108

119
ENTRYPOINT \
1210
java \
13-
# unfortunately dumponexit is completely unreliable in Docker :(
14-
# -javaagent:jacocoagent.jar=destfile=./jacoco/cwa-verification__${TOOL}__${RUN}__jacoco.exec,append=false,dumponexit=true \
1511
-javaagent:jacocoagent.jar=output=tcpserver,address=*,port=6300,append=false,dumponexit=false \
1612
-Dspring.datasource.url=jdbc:h2:mem:testdb -Dspring.datasource.driver-class-name=org.h2.Driver -Dspring.datasource.username=sa -Dspring.datasource.password -jar cwa-verification-sut.jar \
1713
--server.port=8080 --spring.profiles.active=local,external,internal --management.server.port=-1 --server.ssl.enabled=false --cwa-testresult-server.url=http://cwa-testresult-server:8088

dockerfiles/erc20-rest-service.dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,9 @@ COPY ./dist/jacocoagent.jar .
55

66

77

8-
#ENV TOOL="undefined"
9-
#ENV RUN="0"
108

119
ENTRYPOINT \
1210
java \
13-
# unfortunately dumponexit is completely unreliable in Docker :(
14-
# -javaagent:jacocoagent.jar=destfile=./jacoco/erc20-rest-service__${TOOL}__${RUN}__jacoco.exec,append=false,dumponexit=true \
1511
-javaagent:jacocoagent.jar=output=tcpserver,address=*,port=6300,append=false,dumponexit=false \
1612
-jar erc20-rest-service-sut.jar \
1713
--server.port=8080

dockerfiles/familie-ba-sak.dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,9 @@ COPY ./dist/jacocoagent.jar .
55

66

77

8-
#ENV TOOL="undefined"
9-
#ENV RUN="0"
108

119
ENTRYPOINT \
1210
java \
13-
# unfortunately dumponexit is completely unreliable in Docker :(
14-
# -javaagent:jacocoagent.jar=destfile=./jacoco/familie-ba-sak__${TOOL}__${RUN}__jacoco.exec,append=false,dumponexit=true \
1511
-javaagent:jacocoagent.jar=output=tcpserver,address=*,port=6300,append=false,dumponexit=false \
1612
-DAZUREAD_TOKEN_ENDPOINT_URL=http://fake-azure-token-endpoint.no:8080 -DAZURE_OPENID_CONFIG_TOKEN_ENDPOINT=bar -DAZURE_APP_CLIENT_ID=bar -DNAIS_APP_NAME=bar -DUNLEASH_SERVER_API_URL=http://fake-unleash-server-api.no:8080 -DUNLEASH_SERVER_API_TOKEN=bar -DBA_SAK_CLIENT_ID=some-audience -jar familie-ba-sak-sut.jar \
1713
--server.port=8080 --spring.profiles.active=dev --management.server.port=-1 --server.ssl.enabled=false --spring.datasource.url=jdbc:postgresql://db:5432/familiebasak --spring.datasource.username=postgres --spring.datasource.password=password --sentry.logging.enabled=false --sentry.environment=local --funksjonsbrytere.kafka.producer.enabled=false --funksjonsbrytere.enabled=false --logging.level.root=OFF --logging.config=classpath:logback-spring.xml --logging.level.org.springframework=INFO --no.nav.security.jwt.issuer.azuread.discoveryurl=http://mock-oauth2-server:${AUTH_PORT:-8081}/azuread/.well-known/openid-configuration --prosessering.rolle=928636f4-fd0d-4149-978e-a6fb68bb19de --FAMILIE_EF_SAK_API_URL=http://fake-familie-ef-sak/api --FAMILIE_KLAGE_URL=http://fake-familie-klage --FAMILIE_BREV_API_URL=http://fake-familie-brev --FAMILIE_BA_INFOTRYGD_FEED_API_URL=http://fake-familie-ba-infotrygd-feed/api --FAMILIE_BA_INFOTRYGD_API_URL=http://fake-familie-ba-infotrygd --FAMILIE_TILBAKE_API_URL=http://fake-familie-tilbake/api --PDL_URL=http://fake-pdl-api.default --FAMILIE_INTEGRASJONER_API_URL=http://fake-familie-integrasjoner/api --FAMILIE_OPPDRAG_API_URL=http://fake-familie-oppdrag/api --SANITY_FAMILIE_API_URL=http://fake-xsrv1mh6.apicdn.sanity.io/v2021-06-07/data/query/ba-brev --ECB_API_URL=http://fake-data-api.ecb.europa.eu/service/data/EXR/ --rolle.veileder=93a26831-9866-4410-927b-74ff51a9107c --rolle.saksbehandler=d21e00a4-969d-4b28-8782-dc818abfae65 --rolle.beslutter=9449c153-5a1e-44a7-84c6-7cc7a8867233 --rolle.forvalter=c62e908a-cf20-4ad0-b7b3-3ff6ca4bf38b --rolle.kode6=5ef775f2-61f8-4283-bf3d-8d03f428aa14 --rolle.kode7=ea930b6b-9397-44d9-b9e6-f4cf527a632a

dockerfiles/features-service.dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,9 @@ COPY ./dist/jacocoagent.jar .
55

66

77

8-
#ENV TOOL="undefined"
9-
#ENV RUN="0"
108

119
ENTRYPOINT \
1210
java \
13-
# unfortunately dumponexit is completely unreliable in Docker :(
14-
# -javaagent:jacocoagent.jar=destfile=./jacoco/features-service__${TOOL}__${RUN}__jacoco.exec,append=false,dumponexit=true \
1511
-javaagent:jacocoagent.jar=output=tcpserver,address=*,port=6300,append=false,dumponexit=false \
1612
-Dspring.datasource.url=jdbc:h2:mem:testdb -Dspring.jpa.database-platform=org.hibernate.dialect.H2Dialect -Dspring.datasource.username=sa -Dspring.datasource.password -jar features-service-sut.jar \
1713
--server.port=8080

0 commit comments

Comments
 (0)