Skip to content

Commit 991784b

Browse files
committed
Merge branch 'main' of github.com:catenax-ng/tx-traceability-foss-frontend into TRACEFOSS-565-docker
2 parents 59fbe8a + 13589b4 commit 991784b

26 files changed

+97
-68
lines changed

.chglog/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ style: github
22
template: CHANGELOG.tpl.md
33
info:
44
title: CHANGELOG
5-
repository_url: https://github.com/catenax-ng/product-traceability-foss-frontend
5+
repository_url: https://github.com/catenax-ng/tx-traceability-foss-frontend
66
options:
77
commits:
88
filters:

.github/workflows/chart-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Get helm charts current version
3333
id: step2
3434
run: |
35-
chartVersion=helm-charts-$(cat ./charts/product-traceability-foss-frontend/Chart.yaml | grep "version:" | head -1 | cut -d ":" -d " " -f2)
35+
chartVersion=helm-charts-$(cat ./charts/tx-traceability-foss-frontend/Chart.yaml | grep "version:" | head -1 | cut -d ":" -d " " -f2)
3636
echo "::set-output name=current_version::$chartVersion"
3737
echo "Exported $chartVersion helm charts version"
3838

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,17 @@ jobs:
2626
run: CHROMIUM_BIN=$(which chrome) npm run test:ci # will run `test:ci` command
2727
- name: Run SonarCloud with organzation and project key from environment
2828
uses: SonarSource/sonarcloud-github-action@master
29-
if: ${{ env.SONAR_ORGANIZATION != '' && env.SONAR_PROJECT_KEY != '' }}
29+
if: ${{ vars.SONAR_ORGANIZATION != '' && vars.SONAR_PROJECT_KEY != '' }}
3030
env:
3131
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
3232
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
3333
with:
3434
args: >
35-
-Dsonar.organization=${{ env.SONAR_ORGANIZATION }}
36-
-Dsonar.projectKey=${{ env.SONAR_PROJECT_KEY }}
35+
-Dsonar.organization=${{ vars.SONAR_ORGANIZATION }}
36+
-Dsonar.projectKey=${{ vars.SONAR_PROJECT_KEY }}
3737
- name: Run SonarCloud with hardcoded organization and project key
3838
uses: SonarSource/sonarcloud-github-action@master # Fallback for the catenax-ng/product-traceability-foss-frontend
39-
if: ${{ env.SONAR_ORGANIZATION == '' || env.SONAR_PROJECT_KEY == '' }}
39+
if: ${{ vars.SONAR_ORGANIZATION == '' || vars.SONAR_PROJECT_KEY == '' }}
4040
env:
4141
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
4242
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

CHANGELOG.generated.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,20 +29,20 @@
2929
- update documents for release
3030
- added installation file with instructions
3131
- renamed app
32-
- re enable other parts
32+
- reenable other parts
3333
- align fe with be for supplier parts
3434
- generate changelog
3535
- highlight parts if notification active
3636
- added dashboard investigation widget
3737
- added fixes for quality gates and relations
3838
- renamed veracode.yml to .yaml so it complies with checks
39-
- helm chart release ([#76](https://github.com/catenax-ng/product-traceability-foss-frontend/issues/76))
39+
- helm chart release ([1.0.0](https://github.com/eclipse-tractusx/traceability-foss-frontend/releases/tag/helm-charts-1.0.0))
4040
- improve performance throughout appication
4141
- added wip role for notification and role check to table component
4242
- added better test data for local mock
4343
- added close functionality to sidenav button
4444
- create app-scroll-with-shadow
45-
- cleanuo copyright headers
45+
- cleanup copyright headers
4646
- added pagination for parts
4747
- improved quality of life for tree component
4848
- added css to make sidenav more responsive

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
2121
- **BoM asBuilt** Fetch parts and supplier parts, display details, display part tree
2222
- **EDC and IRS integration**
2323

24-
[unreleased]: https://github.com/catenax-ng/product-traceability-foss-frontend/compare/0.1.0...HEAD
25-
[1.0.0]: https://github.com/catenax-ng/product-traceability-foss-frontend/compare/1.0.0
26-
[0.1.0]: https://github.com/catenax-ng/product-traceability-foss-frontend/compare/0.1.0
24+
[unreleased]: https://github.com/eclipse-tractusx/traceability-foss-frontend/compare/0.1.0...HEAD
25+
[1.0.0]: https://github.com/eclipse-tractusx/traceability-foss-frontend/compare/1.0.0
26+
[0.1.0]: https://github.com/eclipse-tractusx/traceability-foss-frontend/compare/0.1.0

INSTALL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,4 @@ The operator can set any environment variable in the container by using one or m
7070
#### `${dockerImage}`
7171

7272
While not strictly a means of identifying a container, you can specify a version of an image you’d like to run the container with by adding `image[:tag]` to the command. For example, `docker run 002b3c518f5852f7fd5e9e46c0ea1ab4d76b697d33d5022af1a69e1a909645ea`.
73-
Images can be pulled [here](https://github.com/catenax-ng/product-traceability-foss-frontend/pkgs/container/product-traceability-foss-frontend).
73+
Images can be pulled [here](https://github.com/eclipse-tractusx/traceability-foss-frontend/pkgs/container/traceability-foss-frontend).

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
<h1 style="margin: 10px 0 0 10px">Traceability FOSS Frontend</h1>
44
</div>
55

6-
[![Apache 2 License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://github.com/catenax-ng/product-traceability-foss-frontend/LICENSE)
7-
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=catenax-ng_product-traceability-foss-frontend&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=catenax-ng_product-traceability-foss-frontend)
8-
[![Kics](https://github.com/catenax-ng/product-traceability-foss-frontend/actions/workflows/kics.yml/badge.svg)](https://github.com/catenax-ng/product-traceability-foss-frontend/actions/workflows/kics.yml)
9-
[![Trivy](https://github.com/catenax-ng/product-traceability-foss-frontend/actions/workflows/trivy.yml/badge.svg)](https://github.com/catenax-ng/product-traceability-foss-frontend/actions/workflows/trivy.yml)
10-
[![VeraCode](https://github.com/catenax-ng/product-traceability-foss-frontend/actions/workflows/veracode.yaml/badge.svg)](https://github.com/catenax-ng/product-traceability-foss-frontend/actions/workflows/veracode.yaml)
11-
[![Eclipse DASH IP Check](https://github.com/catenax-ng/product-traceability-foss-frontend/actions/workflows/eclipse-dash.yml/badge.svg)](https://github.com/catenax-ng/product-traceability-foss-frontend/actions/workflows/eclipse-dash.yml)
6+
[![Apache 2 License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://github.com/eclipse-tractusx/traceability-foss-frontend/LICENSE)
7+
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=eclipse-tractusx_traceability-foss-frontend&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=eclipse-tractusx_traceability-foss-frontend)
8+
[![Kics](https://github.com/eclipse-tractusx/traceability-foss-frontend/actions/workflows/kics.yml/badge.svg)](https://github.com/eclipse-tractusx/traceability-foss-frontend/actions/workflows/kics.yml)
9+
[![Trivy](https://github.com/eclipse-tractusx/traceability-foss-frontend/actions/workflows/trivy.yml/badge.svg)](https://github.com/eclipse-tractusx/traceability-foss-frontend/actions/workflows/trivy.yml)
10+
[![VeraCode](https://github.com/eclipse-tractusx/traceability-foss-frontend/actions/workflows/veracode.yaml/badge.svg)](https://github.com/eclipse-tractusx/traceability-foss-frontend/actions/workflows/veracode.yaml)
11+
[![Eclipse DASH IP Check](https://github.com/eclipse-tractusx/traceability-foss-frontend/actions/workflows/eclipse-dash.yml/badge.svg)](https://github.com/eclipse-tractusx/traceability-foss-frontend/actions/workflows/eclipse-dash.yml)
1212

1313
<h2>Trace-X is a system for tracking parts along the supply chain.</h2>
1414
<h4>A high level of transparency across the supplier network enables faster intervention based on a recorded event in the supply chain.
@@ -40,7 +40,7 @@ Clone the source locally:
4040

4141
```sh
4242
$ git clone ${path}
43-
$ cd product-traceability-foss-frontend
43+
$ cd tx-traceability-foss-frontend
4444
```
4545

4646
## Configurations

angular.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
"browserTarget": "trace-x:build:dev,authMock"
153153
},
154154
"localBackend": {
155-
"browserTarget": "webapp:build:dev,localBackend"
155+
"browserTarget": "trace-x:build:dev,localBackend"
156156
},
157157
"production": {
158158
"browserTarget": "trace-x:build:production"
File renamed without changes.

charts/product-traceability-foss-frontend/Chart.yaml renamed to charts/tx-traceability-foss-frontend/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v2
2-
name: product-traceability-foss-frontend
2+
name: tx-traceability-foss-frontend
33
description: A Helm chart for Traceability frontend application
44

55
# A chart can be either an 'application' or a 'library' chart.

0 commit comments

Comments
 (0)