-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add logging-house-client (#732)
* Add logging-house-client * Add description of PR changes to CHANGELOG.md * chore(changelog): update deployment migration notes with new env * chore(logging-house-extension): adjusting surrounding comments * fix(ci): add USERNAME and TOKEN to build job for github maven repo * fix(ci): disable docker images and add_pullrequest_to_project for fork prs * chore(logging-house-client): bump version * chore: remove offline maven repo * chore(lh-extension): bump version * update lh client version and CHANGELOG --------- Co-authored-by: D.Hommen <[email protected]> Co-authored-by: dhommen <[email protected]>
- Loading branch information
1 parent
0d3e5bf
commit 73c2e78
Showing
4 changed files
with
26 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,6 +44,9 @@ jobs: | |
uses: gradle/[email protected] | ||
with: | ||
arguments: build ${{ env.GRADLE_ARGS }} | ||
env: | ||
USERNAME: ${{ github.actor }} | ||
TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
- name: "Gradle: Publish (Main & Release Only)" | ||
uses: gradle/[email protected] | ||
if: ${{ github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v') }} | ||
|
@@ -53,6 +56,7 @@ jobs: | |
USERNAME: ${{ github.actor }} | ||
TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
- name: "Docker Image: edc-dev" | ||
if: ${{ github.event.pull_request.head.repo.full_name == github.repository }} | ||
uses: ./.github/actions/build-connector-image | ||
with: | ||
registry-url: ${{ env.REGISTRY_URL }} | ||
|
@@ -64,6 +68,7 @@ jobs: | |
title: "sovity Dev EDC Connector" | ||
description: "Extended EDC Connector built by sovity. This dev version contains no dataspace auth and can be used to quickly start a locally running EDC + EDC UI." | ||
- name: "Docker Image: edc-ce" | ||
if: ${{ github.event.pull_request.head.repo.full_name == github.repository }} | ||
uses: ./.github/actions/build-connector-image | ||
with: | ||
registry-url: ${{ env.REGISTRY_URL }} | ||
|
@@ -75,6 +80,7 @@ jobs: | |
title: "sovity Community Edition EDC Connector" | ||
description: "EDC Connector built by sovity. Contains sovity's Community Edition EDC extensions and requires dataspace credentials to join an existing dataspace." | ||
- name: "Docker Image: edc-ce-mds" | ||
if: ${{ github.event.pull_request.head.repo.full_name == github.repository }} | ||
uses: ./.github/actions/build-connector-image | ||
with: | ||
registry-url: ${{ env.REGISTRY_URL }} | ||
|
@@ -86,6 +92,7 @@ jobs: | |
title: "MDS Community Edition EDC Connector" | ||
description: "EDC Connector built by sovity and configured for compatibility with the Mobility Data Space (MDS). This EDC requires dataspace credentials, and additional MDS Services such as a Clearing House." | ||
- name: "Docker Image: test-backend" | ||
if: ${{ github.event.pull_request.head.repo.full_name == github.repository }} | ||
uses: ./.github/actions/build-connector-image | ||
with: | ||
registry-url: ${{ env.REGISTRY_URL }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters