Skip to content

Commit

Permalink
chore(v1.8.0-RC3): merge release to main #434
Browse files Browse the repository at this point in the history
Reviewed-By: Evelyn Gurschler <[email protected]>
  • Loading branch information
Phil91 authored Jan 23, 2024
2 parents eb6e7d6 + 5ace3c6 commit 6188547
Show file tree
Hide file tree
Showing 81 changed files with 11,348 additions and 348 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ jobs:
tags: |
type=raw,value=latest
type=raw,value=${{ github.ref_name }}
type=semver,pattern=v{{version}}
type=semver,pattern=v{{major}}
type=semver,pattern=v{{major}}.{{minor}}
Expand Down Expand Up @@ -128,6 +129,7 @@ jobs:
tags: |
type=raw,value=latest
type=raw,value=${{ github.ref_name }}
type=semver,pattern=v{{version}}
type=semver,pattern=v{{major}}
type=semver,pattern=v{{major}}.{{minor}}
Expand Down Expand Up @@ -184,6 +186,7 @@ jobs:
tags: |
type=raw,value=latest
type=raw,value=${{ github.ref_name }}
type=semver,pattern=v{{version}}
type=semver,pattern=v{{major}}
type=semver,pattern=v{{major}}.{{minor}}
Expand Down Expand Up @@ -240,6 +243,7 @@ jobs:
tags: |
type=raw,value=latest
type=raw,value=${{ github.ref_name }}
type=semver,pattern=v{{version}}
type=semver,pattern=v{{major}}
type=semver,pattern=v{{major}}.{{minor}}
Expand Down Expand Up @@ -296,6 +300,7 @@ jobs:
tags: |
type=raw,value=latest
type=raw,value=${{ github.ref_name }}
type=semver,pattern=v{{version}}
type=semver,pattern=v{{major}}
type=semver,pattern=v{{major}}.{{minor}}
Expand Down Expand Up @@ -352,6 +357,7 @@ jobs:
tags: |
type=raw,value=latest
type=raw,value=${{ github.ref_name }}
type=semver,pattern=v{{version}}
type=semver,pattern=v{{major}}
type=semver,pattern=v{{major}}.{{minor}}
Expand Down Expand Up @@ -408,6 +414,7 @@ jobs:
tags: |
type=raw,value=latest
type=raw,value=${{ github.ref_name }}
type=semver,pattern=v{{version}}
type=semver,pattern=v{{major}}
type=semver,pattern=v{{major}}.{{minor}}
Expand Down Expand Up @@ -464,6 +471,7 @@ jobs:
tags: |
type=raw,value=latest
type=raw,value=${{ github.ref_name }}
type=semver,pattern=v{{version}}
type=semver,pattern=v{{major}}
type=semver,pattern=v{{major}}.{{minor}}
Expand Down Expand Up @@ -520,6 +528,7 @@ jobs:
tags: |
type=raw,value=latest
type=raw,value=${{ github.ref_name }}
type=semver,pattern=v{{version}}
type=semver,pattern=v{{major}}
type=semver,pattern=v{{major}}.{{minor}}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release_iam-seeding.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
tags: |
type=raw,value=latest
type=raw,value=${{ github.ref_name }}
type=semver,pattern=v{{version}}
type=semver,pattern=v{{major}}
type=semver,pattern=v{{major}}.{{minor}}
Expand Down
9 changes: 9 additions & 0 deletions .github/workflows/release_release_candidate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ jobs:
tags: |
type=raw,value=latest
type=raw,value=${{ github.ref_name }}
type=semver,pattern=v{{version}}
type=semver,pattern=v{{major}}
type=semver,pattern=v{{major}}.{{minor}}
Expand Down Expand Up @@ -127,6 +128,7 @@ jobs:
tags: |
type=raw,value=latest
type=raw,value=${{ github.ref_name }}
type=semver,pattern=v{{version}}
type=semver,pattern=v{{major}}
type=semver,pattern=v{{major}}.{{minor}}
Expand Down Expand Up @@ -183,6 +185,7 @@ jobs:
tags: |
type=raw,value=latest
type=raw,value=${{ github.ref_name }}
type=semver,pattern=v{{version}}
type=semver,pattern=v{{major}}
type=semver,pattern=v{{major}}.{{minor}}
Expand Down Expand Up @@ -239,6 +242,7 @@ jobs:
tags: |
type=raw,value=latest
type=raw,value=${{ github.ref_name }}
type=semver,pattern=v{{version}}
type=semver,pattern=v{{major}}
type=semver,pattern=v{{major}}.{{minor}}
Expand Down Expand Up @@ -295,6 +299,7 @@ jobs:
tags: |
type=raw,value=latest
type=raw,value=${{ github.ref_name }}
type=semver,pattern=v{{version}}
type=semver,pattern=v{{major}}
type=semver,pattern=v{{major}}.{{minor}}
Expand Down Expand Up @@ -351,6 +356,7 @@ jobs:
tags: |
type=raw,value=latest
type=raw,value=${{ github.ref_name }}
type=semver,pattern=v{{version}}
type=semver,pattern=v{{major}}
type=semver,pattern=v{{major}}.{{minor}}
Expand Down Expand Up @@ -407,6 +413,7 @@ jobs:
tags: |
type=raw,value=latest
type=raw,value=${{ github.ref_name }}
type=semver,pattern=v{{version}}
type=semver,pattern=v{{major}}
type=semver,pattern=v{{major}}.{{minor}}
Expand Down Expand Up @@ -463,6 +470,7 @@ jobs:
tags: |
type=raw,value=latest
type=raw,value=${{ github.ref_name }}
type=semver,pattern=v{{version}}
type=semver,pattern=v{{major}}
type=semver,pattern=v{{major}}.{{minor}}
Expand Down Expand Up @@ -519,6 +527,7 @@ jobs:
tags: |
type=raw,value=latest
type=raw,value=${{ github.ref_name }}
type=semver,pattern=v{{version}}
type=semver,pattern=v{{major}}
type=semver,pattern=v{{major}}.{{minor}}
Expand Down
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,30 @@

New features, fixed bugs, known defects and other noteworthy changes to each release of the Catena-X Portal Backend.

## 1.8.0-RC3

### Change
- External Interface Details
- BPDM interface refactored - bpdm push process was updated to support the new interface spec of the bpdm gate service
- Clearinghouse interface updated - possible generated clearinghouse service error content is getting saved inside the application comment level
- Email Template "cx_admin_invitation" enhanced by adding the section and link of the decline url (portal-frontend implementation)

### Feature
- Onboarding Service Provider Function
- enabled deactivation of managed idps (administration service) via the existing idp status update endpoint
- enabled deletion of managed idps (administration service) via the existing idp delete endpoint
- added new endpoint to enable customer to decline their own company application which was created by an osp

### Technical Support
- Release workflow updated by adding additional image tag of type semver
- Upgraded external packages with security vulnerabilities

### Bugfix
- Endpoint authorization on valid companyId added for
- POST: /api/apps/appreleaseprocess/consent/{appId}/agreementConsents
- POST: /api/services/servicerelease/consent/{serviceId}/agreementConsents
- Adjusted endpoint GET: api/administration/serviceaccount/owncompany/serviceaccounts to filter for active service accounts by default if no parameter is submitted

## 1.8.0-RC2

### Bugfix
Expand Down
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
<Project>
<PropertyGroup>
<VersionPrefix>1.8.0</VersionPrefix>
<VersionSuffix>RC2</VersionSuffix>
<VersionSuffix>RC3</VersionSuffix>
</PropertyGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
<ProjectReference Include="..\..\framework\Framework.BaseDependencies\Framework.BaseDependencies.csproj" />
<ProjectReference Include="..\..\framework\Framework.Web\Framework.Web.csproj" />
<ProjectReference Include="..\..\mailing\Mailing.SendMail\Mailing.SendMail.csproj" />
<ProjectReference Include="..\..\mailing\Mailing.Service\Mailing.Service.csproj" />
<ProjectReference Include="..\..\notifications\Notifications.Library\Notifications.Library.csproj" />
<ProjectReference Include="..\..\provisioning\Provisioning.Library\Provisioning.Library.csproj" />
<ProjectReference Include="..\..\portalbackend\PortalBackend.DBAccess\PortalBackend.DBAccess.csproj" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ public interface IServiceAccountBusinessLogic
Task<ServiceAccountConnectorOfferData> GetOwnCompanyServiceAccountDetailsAsync(Guid serviceAccountId);
Task<ServiceAccountDetails> UpdateOwnCompanyServiceAccountDetailsAsync(Guid serviceAccountId, ServiceAccountEditableDetails serviceAccountDetails);
Task<ServiceAccountDetails> ResetOwnCompanyServiceAccountSecretAsync(Guid serviceAccountId);
Task<Pagination.Response<CompanyServiceAccountData>> GetOwnCompanyServiceAccountsDataAsync(int page, int size, string? clientId, bool? isOwner, bool isUserStatusActive);
Task<Pagination.Response<CompanyServiceAccountData>> GetOwnCompanyServiceAccountsDataAsync(int page, int size, string? clientId, bool? isOwner, bool filterForInactive);
IAsyncEnumerable<UserRoleWithDescription> GetServiceAccountRolesAsync(string? languageShortName);
}
Loading

0 comments on commit 6188547

Please sign in to comment.