forked from eclipse-tractusx/traceability-foss
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from catenax-ng/sonar
chr: use SONAR_PROJECT_KEY and SONAR_ORGANIZATION env vars in build
- Loading branch information
Showing
27 changed files
with
230 additions
and
85 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
#Authors | ||
|
||
The following people have contributed to this repository: | ||
|
||
- Blazej Kepa,doubleSlash Net-Business GmbH,https://github.com/ds-ext-bkepa | ||
- Dirk Blank,evia consulting GmbH,https://github.com/dblankevia | ||
- Fabian Bedarf,evia consulting GmbH,https://github.com/evia-fbedarf | ||
- Jedrzej Serwa,doubleSlash Net-Business GmbH,https://github.com/ds-ext-jserwa | ||
- Martin Kanal,doubleSlash Net-Business GmbH,https://github.com/mkanal | ||
- Anton Kononenko,doubleSlash Net-Business GmbH,https://github.com/ds-ext-akononenko | ||
- Sebastian Scherer,Mercedes-Benz Group AG,https://github.com/the-tatanka | ||
- Ivan Emelianov,T-Systems International GmbH,https://github.com/Anacin | ||
- Sebastian Bezold,Mercedes-Benz Group AG,https://github.com/SebastianBezold | ||
- Gregor Stelzer,msg DAVID GmbH,https://github.com/gregors101 | ||
- Darek Skrzypczak,doubleSlash Net-Business GmbH,https://github.com/ds-ext-dskrzypczak | ||
- Nobert Geczi,msg Systems Romania SRL,https://github.com/norbertgeczi | ||
- Markus Kreuz,FEV Consulting GmbH,https://github.com/CXkreuz | ||
- Thomas Braun,ZF Friedrichshafen AG,https://github.com/tbraun-zf | ||
|
||
|
28 changes: 28 additions & 0 deletions
28
charts/product-traceability-foss-frontend/values-dev-test.yaml
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 |
---|---|---|
@@ -0,0 +1,28 @@ | ||
|
||
image: | ||
tag: $ARGOCD_APP_REVISION | ||
CATENAX_PORTAL_API_URL: 'https://traceability-test.dev.demo.catena-x.net/api' | ||
CATENAX_PORTAL_KEYCLOAK_URL: 'https://centralidp.dev.demo.catena-x.net/auth' | ||
CATENAX_PORTAL_CLIENT_ID: 'Cl17-CX-Part' | ||
CATENAX_PORTAL_DEFAULT_REALM: 'CX-Central' | ||
|
||
nameOverride: "product-traceability-foss-test-frontend" | ||
fullnameOverride: "product-traceability-foss-test-frontend" | ||
|
||
autoscaling: | ||
enabled: false | ||
|
||
ingress: | ||
enabled: true | ||
className: "nginx" | ||
annotations: | ||
cert-manager.io/cluster-issuer: letsencrypt-prod | ||
hosts: | ||
- host: "traceability-portal-test.dev.demo.catena-x.net" | ||
paths: | ||
- path: / | ||
pathType: ImplementationSpecific | ||
tls: | ||
- hosts: | ||
- "traceability-portal-test.dev.demo.catena-x.net" | ||
secretName: "traceability-portal-test.dev.demo.catena-x.net-tls" |
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
27 changes: 27 additions & 0 deletions
27
charts/product-traceability-foss-frontend/values-int-test.yaml
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 |
---|---|---|
@@ -0,0 +1,27 @@ | ||
image: | ||
tag: $ARGOCD_APP_REVISION | ||
CATENAX_PORTAL_API_URL: 'https://traceability-test.int.demo.catena-x.net/api' | ||
CATENAX_PORTAL_KEYCLOAK_URL: 'https://centralidp.int.demo.catena-x.net/auth' | ||
CATENAX_PORTAL_CLIENT_ID: 'Cl17-CX-Part' | ||
CATENAX_PORTAL_DEFAULT_REALM: 'CX-Central' | ||
|
||
nameOverride: "product-traceability-foss-test-frontend" | ||
fullnameOverride: "product-traceability-foss-test-frontend" | ||
|
||
autoscaling: | ||
enabled: false | ||
|
||
ingress: | ||
enabled: true | ||
className: "nginx" | ||
annotations: | ||
cert-manager.io/cluster-issuer: letsencrypt-prod | ||
hosts: | ||
- host: "traceability-portal-test.int.demo.catena-x.net" | ||
paths: | ||
- path: / | ||
pathType: ImplementationSpecific | ||
tls: | ||
- hosts: | ||
- "traceability-portal-test.int.demo.catena-x.net" | ||
secretName: "traceability-portal-test.int.demo.catena-x.net-tls" |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,29 @@ | ||
# DISCLAIMER! | ||
# purpose of this file is to run cypress E2E tests locally, we don't use it in other env | ||
# because of statement above, we don't need to change settings to comply with some KICS requirements | ||
|
||
version: "3.9" | ||
services: | ||
cypress: | ||
build: | ||
context: ../ | ||
dockerfile: cypress/Dockerfile | ||
|
||
volumes: | ||
- ../:/ng-app/ | ||
- /ng-app/node_modules/ # we don't want to override it by host machine | ||
security_opt: | ||
- label:user:testuser | ||
- no-new-privileges:true | ||
network_mode: host # important to be able to connect to localhost url on host machine | ||
|
||
|
||
networks: | ||
TRACE_X_FE: | ||
# to comply with KICS requirement: | ||
# [MEDIUM] Memory Not Limited | ||
# Memory limits should be defined for each container. This prevents potential resource exhaustion by ensuring that containers consume not more than the designated amount of memory | ||
deploy: | ||
resources: | ||
limits: | ||
cpus: "4" | ||
memory: "1024M" | ||
reservations: | ||
cpus: "2" | ||
memory: "512M" |
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
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
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
Oops, something went wrong.