-
Notifications
You must be signed in to change notification settings - Fork 23
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
Feature/trx xxx upstream contribution #1385
Feature/trx xxx upstream contribution #1385
Conversation
Co-authored-by: Pooja Patel <[email protected]> (cherry picked from commit ba3ddd9968cb5f6315df6052969b9bb5f019d9b5)
(cherry picked from commit 32191755c2b6cedfcb0fb036dd0f1944de9f2652)
(cherry picked from commit b543c7c5bd4ba8fd30e2d42d11e8841cfd0db351)
(cherry picked from commit ed0d8c3c49218e015c0e273e8cacb8c47bc8c321)
…clipse-tractusx#19) (cherry picked from commit 5632b68e94c5a43b73aeeea856ed74ad819e6688)
(cherry picked from commit 7c2c2c2d71ad23085239137688139563e607895d)
(cherry picked from commit 0085e72e0599e16b14d3e7e29e69161743e9e666)
…sx#43) Co-authored-by: ds-awahl <[email protected]> Co-authored-by: Pooja Patel <[email protected]>
…eclipse-tractusx#44) Co-authored-by: Maximilian Wesener <[email protected]>
Co-authored-by: ds-jhartmann <[email protected]>
Co-authored-by: ds-jhartmann <[email protected]>
Co-authored-by: Jaro Hartmann <[email protected]>
…-tractusx#62) Co-authored-by: Jaro Hartmann <[email protected]>
) Co-authored-by: Alexander Wahl <[email protected]>
) Co-authored-by: Maximilian Wesener <[email protected]>
Co-authored-by: Lucas Capellino <[email protected]>
eclipse-tractusx#218) Co-authored-by: Maximilian Wesener <[email protected]>
# Conflicts: # .github/workflows/pull-request_backend.yml # CHANGELOG.md # docs/api/traceability-foss-backend.json
networks: | ||
- tracex-net | ||
|
||
keycloak: |
Check warning
Code scanning / KICS
Container Capabilities Unrestricted Warning
networks: | ||
- tracex-net | ||
|
||
keycloak: |
Check warning
Code scanning / KICS
Healthcheck Not Set Warning
networks: | ||
- tracex-net | ||
|
||
keycloak: |
Check warning
Code scanning / KICS
Security Opt Not Set Warning
volumes: | ||
# Mount path can be customized according to the project folder structure | ||
- ./cx_keycloak_realm/cx-realm.json:/opt/keycloak/data/import/realm.json | ||
ports: |
Check warning
Code scanning / KICS
Container Traffic Not Bound To Host Interface Warning
networks: | ||
- tracex-net | ||
|
||
wiremock: |
Check warning
Code scanning / KICS
Container Capabilities Unrestricted Warning
networks: | ||
- tracex-net | ||
|
||
wiremock: |
Check warning
Code scanning / KICS
Healthcheck Not Set Warning
networks: | ||
- tracex-net | ||
|
||
wiremock: |
Check warning
Code scanning / KICS
Security Opt Not Set Warning
image: wiremock/wiremock:3.4.2 | ||
volumes: | ||
- ./wiremock:/home/wiremock | ||
ports: |
Check warning
Code scanning / KICS
Container Traffic Not Bound To Host Interface Warning
cfx-frontend/src/app/mocks/services/otherParts-mock/otherParts.handler.ts
Fixed
Show fixed
Hide fixed
...d/src/app/modules/page/other-parts/presentation/supplier-parts/supplier-parts.component.html
Fixed
Show fixed
Hide fixed
...d/src/app/modules/page/other-parts/presentation/supplier-parts/supplier-parts.component.html
Fixed
Show fixed
Hide fixed
...d/src/app/modules/page/other-parts/presentation/supplier-parts/supplier-parts.component.html
Fixed
Show fixed
Hide fixed
…ution' into feature/TRX-XXX-upstream-contribution
d64061b
to
22376e7
Compare
Co-authored-by: Jaro Hartmann <[email protected]>
Co-authored-by: Maximilian Wesener <[email protected]>
# Conflicts: # .github/workflows/_cfx-docker-image.yml # CFX-CHANGELOG.md # cfx-frontend/Dockerfile # cfx-frontend/build/nginx.conf # cfx-frontend/scripts/add-license-header.js # cfx-frontend/scripts/custom-injector.sh # cfx-frontend/scripts/eclipse_dash.sh # cfx-frontend/scripts/inject-dynamic-env.js # cfx-frontend/scripts/replace-base-href.js # cfx-frontend/scripts/xray-download-feature-files.sh # cfx-frontend/scripts/xray-push-test-results.sh
.../org/eclipse/tractusx/traceability/assets/infrastructure/base/irs/IrsCallbackController.java
Dismissed
Show dismissed
Hide dismissed
.../org/eclipse/tractusx/traceability/assets/infrastructure/base/irs/IrsCallbackController.java
Dismissed
Show dismissed
Hide dismissed
.../org/eclipse/tractusx/traceability/assets/infrastructure/base/irs/IrsCallbackController.java
Dismissed
Show dismissed
Hide dismissed
.../org/eclipse/tractusx/traceability/assets/infrastructure/base/irs/IrsCallbackController.java
Dismissed
Show dismissed
Hide dismissed
...va/org/eclipse/tractusx/traceability/assets/infrastructure/base/irs/OrderRepositoryImpl.java
Dismissed
Show dismissed
Hide dismissed
...va/org/eclipse/tractusx/traceability/assets/infrastructure/base/irs/OrderRepositoryImpl.java
Dismissed
Show dismissed
Hide dismissed
} | ||
return manufacturerName; | ||
|
||
String manufacturerName = bpnRepository.findManufacturerName(bpn); |
Check notice
Code scanning / CodeQL
Unread local variable Note
.build(); | ||
} | ||
|
||
log.info("Saving BpnEntity: {}", entity); |
Check notice
Code scanning / CodeQL
Use of default toString() Note
@@ -58,4 +59,5 @@ | |||
|
|||
void deleteByIdIn(List<String> messageIds); | |||
|
|||
long countPartsByStatusAndOwnershipAndTypeAndNotificationType(List<NotificationStatus> received, Owner owner, NotificationType notificationType); |
Check notice
Code scanning / CodeQL
Useless parameter Note
String jobState = "COMPLETED"; | ||
irsApiSupport.irsApiReturnsOrderAndBatchDetailsAsPlanned(); | ||
String orderId = "ebb79c45-7bba-4169-bf17-3e719989ab57"; | ||
String batchId = "ebb79c45-7bba-4169-bf17-3e719989ab58"; |
Check notice
Code scanning / CodeQL
Unread local variable Note test
Eclipse IP Issue: https://gitlab.eclipse.org/eclipsefdn/emo-team/iplab/-/issues/19308 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, IP Check approved: https://gitlab.eclipse.org/eclipsefdn/emo-team/iplab/-/issues/19308#note_2967100
Description
This PR introduces several contributions from Cofinity-X. A full List of contributions will follow.
Pre-review checks
Please ensure to do as many of the following checks as possible, before asking for committer review: