Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: version bumps and alignment of dash ip check #311

Merged
merged 55 commits into from
Oct 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
55 commits
Select commit Hold shift + click to select a range
45a6bfc
chore: Completed TODO task
Oct 5, 2023
ed495d2
chore: Completed TODO task
Oct 5, 2023
04cbdeb
Merge branch 'catenax-ng:main' into main
ds-ashanmugavel Oct 6, 2023
c9ab1ef
Merge branch 'catenax-ng:main' into main
ds-ashanmugavel Oct 6, 2023
e8fe3fe
chore: Completed TODO task "move to tx-models"
Oct 6, 2023
691d656
chore: Completed TODO task "move to tx-models"
Oct 6, 2023
61f0d69
chore: Completed TODO task "move to tx-models" and removed StartQuali…
Oct 9, 2023
df2d1cc
fixed: Missing Override annotation
Oct 9, 2023
401f832
Merge branch 'main' into feature_TODO_move
Oct 9, 2023
6880889
chore: Completed TODO task "move to tx-models" and removed StartQuali…
Oct 9, 2023
fba876b
Merge pull request #5 from ds-ashanmugavel/feature_TODO_move
ds-ashanmugavel Oct 9, 2023
280088c
Revert "fixed: Missing Override annotation"
Oct 9, 2023
551b2f7
fixed: Missing Override annotation
Oct 9, 2023
d6c22ba
Merge pull request #6 from ds-ashanmugavel/feature_SI_fixing
ds-ashanmugavel Oct 9, 2023
a15022e
fixed: security issues
Oct 9, 2023
0c8082d
fixed: security issues
Oct 9, 2023
c4bc601
fixed: security issues
Oct 9, 2023
98a4816
Merge branch 'main' into feature_SI_fixing
Oct 9, 2023
9bbf111
chore: updated dependencies and plugins
Oct 10, 2023
6bce028
feature: TRACEFOSS-1439 add test scope to dash IP license check
ds-lcapellino Oct 10, 2023
1969ff1
chore: Completed TODO task
Oct 5, 2023
20bcec8
chore: Completed TODO task
Oct 5, 2023
b71e33d
chore: Completed TODO task "move to tx-models"
Oct 6, 2023
b27769e
chore: Completed TODO task "move to tx-models"
Oct 6, 2023
df72708
chore: Completed TODO task "move to tx-models" and removed StartQuali…
Oct 9, 2023
4278b50
chore: Completed TODO task "move to tx-models" and removed StartQuali…
Oct 9, 2023
3b76bba
fixed: Missing Override annotation
Oct 9, 2023
bd4bf30
Revert "fixed: Missing Override annotation"
Oct 9, 2023
d9539ec
fixed: Missing Override annotation
Oct 9, 2023
7c73c69
Merge branch 'feature_SI_fixing'
Oct 10, 2023
6e4690e
chore: updated dependencies and plugins
Oct 10, 2023
554ef90
chore: TRACEFOSS-2512 fixed old filter value issue.
ds-mwesener Oct 10, 2023
335274e
chore: updated dependencies and plugins
Oct 10, 2023
68365df
chore: TRACEFOSS-2512 fixed old filter value issue.
ds-mwesener Oct 10, 2023
a0360d6
feature: TRACEFOSS-1439 update CHANGELOG.md
ds-lcapellino Oct 10, 2023
e61f873
feature: TRACEFOSS-2512 fix test coverage
ds-mwesener Oct 10, 2023
8cbf174
feature: TRACEFOSS-2512 fix styling
ds-mwesener Oct 10, 2023
5be4bd2
feature: TRACEFOSS-2512 refactored to avoid duplicates
ds-mwesener Oct 11, 2023
f3342a1
feature: TRACEFOSS-2512 fixed styling of filter menu
ds-mwesener Oct 11, 2023
249268f
Merge pull request #664 from catenax-ng/chore/TRACEFOSS-2512-adapt-fi…
ds-mwesener Oct 11, 2023
0e39ea9
Update Dependencies Backend Action
ds-mwesener Oct 11, 2023
ececc33
Merge pull request #666 from catenax-ng/action/dependencies
ds-mwesener Oct 11, 2023
680644a
Merge pull request #662 from ds-ashanmugavel/main
ds-lcapellino Oct 11, 2023
25e2b49
Update Dependencies Backend Action
ds-lcapellino Oct 11, 2023
294f6c8
Merge branch 'main' into feature/TRACEFOSS-1439-alignment-eclipse-ip-…
ds-lcapellino Oct 11, 2023
f5164c4
Merge pull request #667 from catenax-ng/action/dependencies
ds-mwesener Oct 11, 2023
a268a29
Merge pull request #661 from catenax-ng/feature/TRACEFOSS-1439-alignm…
ds-mwesener Oct 11, 2023
a96fc98
Update Dependencies Backend Action
ds-mwesener Oct 11, 2023
106ab49
Merge pull request #668 from catenax-ng/action/dependencies
ds-mwesener Oct 11, 2023
ab6fc10
Update Dependencies Backend Action
ds-mwesener Oct 11, 2023
63c3ccb
Merge pull request #669 from catenax-ng/action/dependencies
ds-mwesener Oct 11, 2023
c9b25a0
chore: TRACEFOSS-XXX removed feature flag for investigation / alerts …
ds-mwesener Oct 11, 2023
20ee1ca
chore: TRACEFOSS-XXX removed feature flag for investigation / alerts …
ds-mwesener Oct 11, 2023
026e8fa
chore: TRACEFOSS-XXX removed feature flag for investigation / alerts …
ds-mwesener Oct 11, 2023
faec1d8
Merge pull request #670 from catenax-ng/chore/TRACEFOSS-XXX-update-pr…
ds-mwesener Oct 11, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/docker-image-branch_frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
env:
DOCKER_HUB_USER: ${{ secrets.DOCKER_HUB_USER }}
if: env.DOCKER_HUB_USER == ''
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: frontend
push: true
Expand All @@ -74,7 +74,7 @@ jobs:
env:
DOCKER_HUB_USER: ${{ secrets.DOCKER_HUB_USER }}
if: env.DOCKER_HUB_USER != ''
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: frontend
push: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker-image-main_backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
env:
DOCKER_HUB_USER: ${{ secrets.DOCKER_HUB_USER }}
if: env.DOCKER_HUB_USER == ''
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
push: true
Expand All @@ -80,7 +80,7 @@ jobs:
env:
DOCKER_HUB_USER: ${{ secrets.DOCKER_HUB_USER }}
if: env.DOCKER_HUB_USER != ''
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
push: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker-image-main_frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
env:
DOCKER_HUB_USER: ${{ secrets.DOCKER_HUB_USER }}
if: env.DOCKER_HUB_USER == ''
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: frontend
push: true
Expand All @@ -75,7 +75,7 @@ jobs:
env:
DOCKER_HUB_USER: ${{ secrets.DOCKER_HUB_USER }}
if: env.DOCKER_HUB_USER != ''
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: frontend
push: true
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/docker-image-tag-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
env:
DOCKER_HUB_USER: ${{ secrets.DOCKER_HUB_USER }}
if: env.DOCKER_HUB_USER == ''
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: frontend
push: true
Expand All @@ -78,7 +78,7 @@ jobs:
env:
DOCKER_HUB_USER: ${{ secrets.DOCKER_HUB_USER }}
if: env.DOCKER_HUB_USER != ''
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: frontend
push: true
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
env:
DOCKER_HUB_USER: ${{ secrets.DOCKER_HUB_USER }}
if: env.DOCKER_HUB_USER == ''
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
push: true
Expand All @@ -152,7 +152,7 @@ jobs:
env:
DOCKER_HUB_USER: ${{ secrets.DOCKER_HUB_USER }}
if: env.DOCKER_HUB_USER != ''
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
push: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/helm-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,14 @@ jobs:
version: v0.20.0

- name: Build & push Image App to KinD
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
push: true
tags: ${{ env.REGISTRY }}/${{ env.APP_NAME}}:${{ env.TAG }}

- name: Build & push Image Frontend to KinD
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: ./frontend
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request_backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build & Push docker image for GHCR ${{ env.GHCR_REGISTRY }}/${{ github.repository }}:${{ github.event.pull_request.head.sha }}
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
push: true
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,42 +17,42 @@ jobs:
run: echo HELM_VERSION=$(cat charts/traceability-foss/CHANGELOG.md | sed -n 's/.*\[\([0-9]\+\.[0-9]\+\.[0-9]\+\)\].*/\1/p' | head -n 1) >> $GITHUB_ENV

- name: Update Chart.yaml appVersion
uses: mikefarah/[email protected].1
uses: mikefarah/[email protected].2
with:
cmd: yq -i eval '.appVersion = "${{ github.ref_name }}"' charts/traceability-foss/Chart.yaml

- name: Update Chart.yaml version
uses: mikefarah/[email protected].1
uses: mikefarah/[email protected].2
with:
cmd: yq -i eval '.version = "${{ env.HELM_VERSION }}"' charts/traceability-foss/Chart.yaml

- name: Update frontend dependency version in Chart.yaml
uses: mikefarah/[email protected].1
uses: mikefarah/[email protected].2
with:
cmd: yq -i eval '.dependencies[0].version = "${{ env.HELM_VERSION }}"' charts/traceability-foss/Chart.yaml

- name: Update backend dependency version in Chart.yaml
uses: mikefarah/[email protected].1
uses: mikefarah/[email protected].2
with:
cmd: yq -i eval '.dependencies[1].version = "${{ env.HELM_VERSION }}"' charts/traceability-foss/Chart.yaml

- name: Update frontend version in frontend/Chart.yaml
uses: mikefarah/[email protected].1
uses: mikefarah/[email protected].2
with:
cmd: yq -i eval '.version = "${{ env.HELM_VERSION }}"' charts/traceability-foss/charts/frontend/Chart.yaml

- name: Update frontend appVersion in frontend/Chart.yaml
uses: mikefarah/[email protected].1
uses: mikefarah/[email protected].2
with:
cmd: yq -i eval '.appVersion = "${{ github.ref_name }}"' charts/traceability-foss/charts/frontend/Chart.yaml

- name: Update backend version in backend/Chart.yaml
uses: mikefarah/[email protected].1
uses: mikefarah/[email protected].2
with:
cmd: yq -i eval '.version = "${{ env.HELM_VERSION }}"' charts/traceability-foss/charts/backend/Chart.yaml

- name: Update backend appVersion in frontend/Chart.yaml
uses: mikefarah/[email protected].1
uses: mikefarah/[email protected].2
with:
cmd: yq -i eval '.appVersion = "${{ github.ref_name }}"' charts/traceability-foss/charts/backend/Chart.yaml

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ jobs:
cache: 'maven'

- name: Locally build docker image
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
push: false
Expand Down
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,22 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Added global search field to other parts
- Added possiblity to provide multiple semanticDataModels in filter
- Added two new columns for amount of open Notifications per part in part views (asBuilt)
- Added test dependencies to dash ip check

### Changed
- updated IRS helm chart from 6.6.1 to 6.7.2
- Updated policy related logic to reflect IRS changes

- Moved response handling from the backend folder to the model folder, addressing a TODO item.
- replaced StartQualityAlertRequest with StartQualityNotification
- updated mikefarah/yq from 4.35.1 to 4.35.2
- updated maven-site-plugin from 4.0.0-M5 to 4.0.0-M9
- updated testcontainer-postgresql from 1.17.6 to 1.19.0
- updated docker/build-push-action from 4 to 5
- Updated user manual to reflect current state of the part views

### Removed
- Owner filter and replaced it with the new filter query param
- Removed profile based feature flag for investigations / alerts

## [7.1.0 - 29.09.2023]
### Added
Expand Down
Loading
Loading