Skip to content

Commit

Permalink
Merge pull request #1 from catenax-ng/feature/TRI-312-Refactor-curren…
Browse files Browse the repository at this point in the history
…t-job-store-mode

Feature/tri 312 refactor current job store mode
  • Loading branch information
ds-ext-ooyeneye committed Apr 26, 2022
2 parents 67dc624 + 8021dc2 commit 252240c
Show file tree
Hide file tree
Showing 73 changed files with 1,206 additions and 1,233 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ COPY .mvn .mvn
COPY settings.xml .
COPY pom.xml .

COPY connector/pom.xml connector/pom.xml
COPY connector/edc-recursive-job connector/edc-recursive-job
COPY connector/irs-connector-parent connector/irs-connector-parent
COPY integration-tests integration-tests
COPY irs-api irs-api
COPY irs-common irs-common
Expand Down
4 changes: 2 additions & 2 deletions api/irs-v1.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@ components:
type: string
format: date-time
exception:
$ref: '#/components/schemas/JobException'
$ref: '#/components/schemas/JobErrorDetails'
globalAssetId:
$ref: '#/components/schemas/GlobalAssetIdentification'
jobCompleted:
Expand Down Expand Up @@ -651,7 +651,7 @@ components:
- globalAssetId
- jobId
- jobState
JobException:
JobErrorDetails:
type: object
description: Exception state for this job.
properties:
Expand Down
4 changes: 2 additions & 2 deletions ci/checkstyle-suppressions.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE suppressions PUBLIC
"-//Checkstyle//DTD SuppressionFilter Configuration 1.2//EN"
"https://checkstyle.org/dtds/suppressions_1_2.dtd">
"-//Checkstyle//DTD SuppressionFilter Configuration 1.2//EN"
"https://checkstyle.org/dtds/suppressions_1_2.dtd">

<suppressions>
</suppressions>
76 changes: 0 additions & 76 deletions connector/README.md

This file was deleted.

5 changes: 0 additions & 5 deletions connector/edc-recursive-job/README.md

This file was deleted.

51 changes: 0 additions & 51 deletions connector/edc-recursive-job/pom.xml

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 252240c

Please sign in to comment.