Skip to content

Commit

Permalink
Fix linting problems
Browse files Browse the repository at this point in the history
Signed-off-by: Brendan Cronin <brendan.cronin@mercedes-benz.com>
  • Loading branch information
bcronin90 committed Sep 7, 2023
1 parent b03ec6f commit 9d7705d
Show file tree
Hide file tree
Showing 9 changed files with 51 additions and 50 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/publish-docusaurus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: "Gather documentation files"
run: |
mkdir -p ${{ runner.temp }}/tractusx-edc/Connector\ Kit
rsync -a --prune-empty-dirs --include '*' ./docs/kit/* ${{ runner.temp }}/tractusx-edc/Connector\ Kit/
rsync -a --prune-empty-dirs --exclude 'build' --include '*' ./docs/kit/* ${{ runner.temp }}/tractusx-edc/Connector\ Kit/
mkdir -p ${{ runner.temp }}/tractusx-edc/Connector\ Kit/Operation\ View/03_deployment_via_helm
cp ./docs/samples/example-dataspace/README.md ${{ runner.temp }}/tractusx-edc/Connector\ Kit/Operation\ View/03_deployment_via_helm/00_example_dataspace.md
Expand All @@ -84,18 +84,20 @@ jobs:
cp ./docs/development/Release.md ${{ runner.temp }}/tractusx-edc/Connector\ Kit/Development\ View/07_release.md
mkdir -p ${{ runner.temp }}/tractusx-edc/Connector\ Kit/Development\ View/03_EDC\ Controlplane
rsync -a --prune-empty-dirs --include '*/' --include '*.md' --include '*.png' --include '*.puml' --exclude '*' ./edc-controlplane/* ${{ runner.temp }}/tractusx-edc/Connector\ Kit/Development\ View/03_EDC\ Controlplane
rsync -a --prune-empty-dirs --include '*/' --exclude 'build' --include '*.md' --include '*.png' --include '*.puml' --exclude '*' ./edc-controlplane/* ${{ runner.temp }}/tractusx-edc/Connector\ Kit/Development\ View/03_EDC\ Controlplane
mkdir -p ${{ runner.temp }}/tractusx-edc/Connector\ Kit/Development\ View/04_EDC\ Dataplane
rsync -a --prune-empty-dirs --include '*/' --include '*.md' --include '*.png' --include '*.puml' --exclude '*' ./edc-dataplane/* ${{ runner.temp }}/tractusx-edc/Connector\ Kit/Development\ View/04_EDC\ Dataplane
rsync -a --prune-empty-dirs --include '*/' --exclude 'build' --include '*.md' --include '*.png' --include '*.puml' --exclude '*' ./edc-dataplane/* ${{ runner.temp }}/tractusx-edc/Connector\ Kit/Development\ View/04_EDC\ Dataplane
mkdir -p ${{ runner.temp }}/tractusx-edc/Connector\ Kit/Development\ View/05_EDC\ Extensions
rsync -a --prune-empty-dirs --include '*/' --include '*.md' --include '*.png' --include '*.puml' --exclude '*' ./edc-extensions/* ${{ runner.temp }}/tractusx-edc/Connector\ Kit/Development\ View/05_EDC\ Extensions
rsync -a --prune-empty-dirs --include '*/' --exclude 'build' --include '*.md' --include '*.png' --include '*.puml' --exclude '*' ./edc-extensions/* ${{ runner.temp }}/tractusx-edc/Connector\ Kit/Development\ View/05_EDC\ Extensions
mkdir -p ${{ runner.temp }}/tractusx-edc/Connector\ Kit/Documentation
cp ./docs/development/coding-principles.md ${{ runner.temp }}/tractusx-edc/Connector\ Kit/Documentation/02_coding_principles.md
cp ./pr_etiquette.md ${{ runner.temp }}/tractusx-edc/Connector\ Kit/Documentation/03_pr_etiquette.md
cp ./styleguide.md ${{ runner.temp }}/tractusx-edc/Connector\ Kit/Documentation/04_styleguide.md
mkdir -p ${{ runner.temp }}/tractusx-edc/Connector\ Kit/Documentation/resources
cp ./resources/tx-checkstyle-config.xml ${{ runner.temp }}/tractusx-edc/Connector\ Kit/Documentation/resources
cp ./SECURITY.md ${{ runner.temp }}/tractusx-edc/Connector\ Kit/Documentation/05_security.md
mkdir -p ${{ runner.temp }}/tractusx-edc/Connector\ Kit/Documentation/resources
cp ./resources/save_actions_scr.png ${{ runner.temp }}/tractusx-edc/Connector\ Kit/Documentation/resources/
Expand Down
2 changes: 1 addition & 1 deletion docs/kit/Development View/02_OpenAPI/00_open_api.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# OpenAPI

The following is an automatically generated OpenAPI spec for the TractusX EDC.
The following is an automatically generated OpenAPI spec for the TractusX EDC.
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,24 @@

An EDC Control Plane using memory-based storage, and HashiCorp Vault as secret store.

DockerHub: https://hub.docker.com/r/tractusx/edc-controlplane-memory-hashicorp-vault
DockerHub: <https://hub.docker.com/r/tractusx/edc-controlplane-memory-hashicorp-vault>

Eclipse Tractus-X product(s) installed within the image:

## Tractus-X-EDC Control Plane

- GitHub: https://github.com/eclipse-tractusx/tractusx-edc
- Project home: https://projects.eclipse.org/projects/automotive.tractusx
- Dockerfile: https://github.com/eclipse-tractusx/tractusx-edc/blob/main/edc-controlplane/edc-controlplane-memory-hashicorp-vault/src/main/docker/Dockerfile
- GitHub: <https://github.com/eclipse-tractusx/tractusx-edc>
- Project home: <https://projects.eclipse.org/projects/automotive.tractusx>
- Dockerfile: <https://github.com/eclipse-tractusx/tractusx-edc/blob/main/edc-controlplane/edc-controlplane-memory-hashicorp-vault/src/main/docker/Dockerfile>
- Project license: [Apache License, Version 2.0](https://github.com/eclipse-tractusx/tractusx-edc/blob/main/LICENSE)

## Used base image

- [eclipse-temurin:17.0.8_7-jre-alpine](https://github.com/adoptium/containers)
- Official Eclipse Temurin DockerHub page: https://hub.docker.com/_/eclipse-temurin
- Eclipse Temurin Project: https://projects.eclipse.org/projects/adoptium.temurin
- Official Eclipse Temurin DockerHub page: <https://hub.docker.com/_/eclipse-temurin>
- Eclipse Temurin Project: <https://projects.eclipse.org/projects/adoptium.temurin>
- Additional information about the Eclipse Temurin
images: https://github.com/docker-library/repo-info/tree/master/repos/eclipse-temurin
images: <https://github.com/docker-library/repo-info/tree/master/repos/eclipse-temurin>

As with all Docker images, these likely also contain other software which may be under other licenses (such as Bash, etc
from the base distribution, along with any direct or indirect dependencies of the primary software being contained).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,24 @@

An EDC Control Plane using PostgreSQL as persistence backend, and Azure KeyVault as secret store.

DockerHub: https://hub.docker.com/r/tractusx/edc-controlplane-postgresql-azure-vault
DockerHub: <https://hub.docker.com/r/tractusx/edc-controlplane-postgresql-azure-vault>

Eclipse Tractus-X product(s) installed within the image:

## Tractus-X EDC Control Plane

- GitHub: https://github.com/eclipse-tractusx/tractusx-edc
- Project home: https://projects.eclipse.org/projects/automotive.tractusx
- Dockerfile: https://github.com/eclipse-tractusx/tractusx-edc/blob/main/edc-controlplane/edc-controlplane-postgresql-azure-vault/src/main/docker/Dockerfile
- GitHub: <https://github.com/eclipse-tractusx/tractusx-edc>
- Project home: <https://projects.eclipse.org/projects/automotive.tractusx>
- Dockerfile: <https://github.com/eclipse-tractusx/tractusx-edc/blob/main/edc-controlplane/edc-controlplane-postgresql-azure-vault/src/main/docker/Dockerfile>
- Project license: [Apache License, Version 2.0](https://github.com/eclipse-tractusx/tractusx-edc/blob/main/LICENSE)

## Used base image

- [eclipse-temurin:17.0.8_7-jre-alpine](https://github.com/adoptium/containers)
- Official Eclipse Temurin DockerHub page: https://hub.docker.com/_/eclipse-temurin
- Eclipse Temurin Project: https://projects.eclipse.org/projects/adoptium.temurin
- Official Eclipse Temurin DockerHub page: <https://hub.docker.com/_/eclipse-temurin>
- Eclipse Temurin Project: <https://projects.eclipse.org/projects/adoptium.temurin>
- Additional information about the Eclipse Temurin
images: https://github.com/docker-library/repo-info/tree/master/repos/eclipse-temurin
images: <https://github.com/docker-library/repo-info/tree/master/repos/eclipse-temurin>

As with all Docker images, these likely also contain other software which may be under other licenses (such as Bash, etc
from the base distribution, along with any direct or indirect dependencies of the primary software being contained).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,24 @@

An EDC Control Plane using PostgreSQL as persistence backend, and HashiCorp Vault as secret store.

DockerHub: https://hub.docker.com/r/tractusx/edc-controlplane-postgresql-hashicorp-vault
DockerHub: <https://hub.docker.com/r/tractusx/edc-controlplane-postgresql-hashicorp-vault>

Eclipse Tractus-X product(s) installed within the image:

## Tractus-X EDC Control Plane

- GitHub: https://github.com/eclipse-tractusx/tractusx-edc
- Project home: https://projects.eclipse.org/projects/automotive.tractusx
- Dockerfile: https://github.com/eclipse-tractusx/tractusx-edc/blob/main/edc-controlplane/edc-controlplane-postgresql-hashicorp-vault/src/main/docker/Dockerfile
- GitHub: <https://github.com/eclipse-tractusx/tractusx-edc>
- Project home: <https://projects.eclipse.org/projects/automotive.tractusx>
- Dockerfile: <https://github.com/eclipse-tractusx/tractusx-edc/blob/main/edc-controlplane/edc-controlplane-postgresql-hashicorp-vault/src/main/docker/Dockerfile>
- Project license: [Apache License, Version 2.0](https://github.com/eclipse-tractusx/tractusx-edc/blob/main/LICENSE)

## Used base image

- [eclipse-temurin:17.0.8_7-jre-alpine](https://github.com/adoptium/containers)
- Official Eclipse Temurin DockerHub page: https://hub.docker.com/_/eclipse-temurin
- Eclipse Temurin Project: https://projects.eclipse.org/projects/adoptium.temurin
- Official Eclipse Temurin DockerHub page: <https://hub.docker.com/_/eclipse-temurin>
- Eclipse Temurin Project: <https://projects.eclipse.org/projects/adoptium.temurin>
- Additional information about the Eclipse Temurin
images: https://github.com/docker-library/repo-info/tree/master/repos/eclipse-temurin
images: <https://github.com/docker-library/repo-info/tree/master/repos/eclipse-temurin>

As with all Docker images, these likely also contain other software which may be under other licenses (such as Bash, etc
from the base distribution, along with any direct or indirect dependencies of the primary software being contained).
Expand Down
14 changes: 7 additions & 7 deletions edc-controlplane/edc-runtime-memory/notice.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,24 @@

An EDC Control Plane using memory-based storage, and Azure KeyVault as secret store.

DockerHub: https://hub.docker.com/r/tractusx/edc-runtime-memory
DockerHub: <https://hub.docker.com/r/tractusx/edc-runtime-memory>

Eclipse Tractus-X product(s) installed within the image:

## Tractus-X EDC Control Plane

- GitHub: https://github.com/eclipse-tractusx/tractusx-edc
- Project home: https://projects.eclipse.org/projects/automotive.tractusx
- Dockerfile: https://github.com/eclipse-tractusx/tractusx-edc/blob/main/edc-controlplane/edc-runtime-memory/src/main/docker/Dockerfile
- GitHub: <https://github.com/eclipse-tractusx/tractusx-edc>
- Project home: <https://projects.eclipse.org/projects/automotive.tractusx>
- Dockerfile: <https://github.com/eclipse-tractusx/tractusx-edc/blob/main/edc-controlplane/edc-runtime-memory/src/main/docker/Dockerfile>
- Project license: [Apache License, Version 2.0](https://github.com/eclipse-tractusx/tractusx-edc/blob/main/LICENSE)

## Used base image

- [eclipse-temurin:17.0.8_7-jre-alpine](https://github.com/adoptium/containers)
- Official Eclipse Temurin DockerHub page: https://hub.docker.com/_/eclipse-temurin
- Eclipse Temurin Project: https://projects.eclipse.org/projects/adoptium.temurin
- Official Eclipse Temurin DockerHub page: <https://hub.docker.com/_/eclipse-temurin>
- Eclipse Temurin Project: <https://projects.eclipse.org/projects/adoptium.temurin>
- Additional information about the Eclipse Temurin
images: https://github.com/docker-library/repo-info/tree/master/repos/eclipse-temurin
images: <https://github.com/docker-library/repo-info/tree/master/repos/eclipse-temurin>

As with all Docker images, these likely also contain other software which may be under other licenses (such as Bash, etc
from the base distribution, along with any direct or indirect dependencies of the primary software being contained).
Expand Down
14 changes: 7 additions & 7 deletions edc-dataplane/edc-dataplane-azure-vault/notice.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,24 @@

An EDC Data Plane using the Azure KeyVault.

DockerHub: https://hub.docker.com/r/tractusx/edc-dataplane-azure-vault
DockerHub: <https://hub.docker.com/r/tractusx/edc-dataplane-azure-vault>

Eclipse Tractus-X product(s) installed within the image:

## Tractus-X EDC Data Plane

- GitHub: https://github.com/eclipse-tractusx/tractusx-edc
- Project home: https://projects.eclipse.org/projects/automotive.tractusx
- Dockerfile: https://github.com/eclipse-tractusx/tractusx-edc/blob/main/edc-dataplane/edc-dataplane-azure-vault/src/main/docker/Dockerfile
- GitHub: <https://github.com/eclipse-tractusx/tractusx-edc>
- Project home: <https://projects.eclipse.org/projects/automotive.tractusx>
- Dockerfile: <https://github.com/eclipse-tractusx/tractusx-edc/blob/main/edc-dataplane/edc-dataplane-azure-vault/src/main/docker/Dockerfile>
- Project license: [Apache License, Version 2.0](https://github.com/eclipse-tractusx/tractusx-edc/blob/main/LICENSE)

## Used base image

- [eclipse-temurin:17.0.8_7-jre-alpine](https://github.com/adoptium/containers)
- Official Eclipse Temurin DockerHub page: https://hub.docker.com/_/eclipse-temurin
- Eclipse Temurin Project: https://projects.eclipse.org/projects/adoptium.temurin
- Official Eclipse Temurin DockerHub page: <https://hub.docker.com/_/eclipse-temurin>
- Eclipse Temurin Project: <https://projects.eclipse.org/projects/adoptium.temurin>
- Additional information about the Eclipse Temurin
images: https://github.com/docker-library/repo-info/tree/master/repos/eclipse-temurin
images: <https://github.com/docker-library/repo-info/tree/master/repos/eclipse-temurin>

As with all Docker images, these likely also contain other software which may be under other licenses (such as Bash, etc
from the base distribution, along with any direct or indirect dependencies of the primary software being contained).
Expand Down
14 changes: 7 additions & 7 deletions edc-dataplane/edc-dataplane-hashicorp-vault/notice.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,24 @@

An EDC Data Plane using the HashiCorp Vault

DockerHub: https://hub.docker.com/r/tractusx/edc-dataplane-hashicorp-vault
DockerHub: <https://hub.docker.com/r/tractusx/edc-dataplane-hashicorp-vault>

Eclipse Tractus-X product(s) installed within the image:

## Tractus-X-EDC Data Plane

- GitHub: https://github.com/eclipse-tractusx/tractusx-edc
- Project home: https://projects.eclipse.org/projects/automotive.tractusx
- Dockerfile: https://github.com/eclipse-tractusx/tractusx-edc/blob/main/edc-dataplane/edc-dataplane-hashicorp-vault/src/main/docker/Dockerfile
- GitHub: <https://github.com/eclipse-tractusx/tractusx-edc>
- Project home: <https://projects.eclipse.org/projects/automotive.tractusx>
- Dockerfile: <https://github.com/eclipse-tractusx/tractusx-edc/blob/main/edc-dataplane/edc-dataplane-hashicorp-vault/src/main/docker/Dockerfile>
- Project license: [Apache License, Version 2.0](https://github.com/eclipse-tractusx/tractusx-edc/blob/main/LICENSE)

## Used base image

- [eclipse-temurin:17.0.8_7-jre-alpine](https://github.com/adoptium/containers)
- Official Eclipse Temurin DockerHub page: https://hub.docker.com/_/eclipse-temurin
- Eclipse Temurin Project: https://projects.eclipse.org/projects/adoptium.temurin
- Official Eclipse Temurin DockerHub page: <https://hub.docker.com/_/eclipse-temurin>
- Eclipse Temurin Project: <https://projects.eclipse.org/projects/adoptium.temurin>
- Additional information about the Eclipse Temurin
images: https://github.com/docker-library/repo-info/tree/master/repos/eclipse-temurin
images: <https://github.com/docker-library/repo-info/tree/master/repos/eclipse-temurin>

As with all Docker images, these likely also contain other software which may be under other licenses (such as Bash, etc
from the base distribution, along with any direct or indirect dependencies of the primary software being contained).
Expand Down
5 changes: 2 additions & 3 deletions edc-extensions/ssi/jws2020-crypto-suite/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,5 @@ a [hard-coded context](https://github.com/filip26/iron-verifiable-credentials/bl
added to the compacted JSON-LD, which is incorrect. It doesn't negatively impact the resulting JSON-LD, other than
possibly affecting processing times, but unfortunately it also makes it impossible to add more contexts, such
as https://w3id.org/security/suites/jws-2020/v1. We mitigated this with
the [`IssuerCompat.java`](./src/main/java/org/eclipse/edc/security/signature/jws2020/IssuerCompat.java), which should be
used
for compaction.
the [`IssuerCompat.java`](https://github.com/eclipse-tractusx/tractusx-edc/blob/main/edc-extensions/ssi/jws2020-crypto-suite/src/main/java/org/eclipse/edc/security/signature/jws2020/IssuerCompat.java),
which should be used for compaction.

0 comments on commit 9d7705d

Please sign in to comment.