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

Megre from catena-x #276

Conversation

ds-psosnowski
Copy link
Contributor

@ds-psosnowski ds-psosnowski commented Nov 13, 2023

Description

Merge changes from catena-x.

  • IRS can now check the readiness of external services. Use the new management.health.dependencies.enabled config entry to determine if external dependencies health checks should be checked (false by default).
    • The map of external services healthcheck endpoints can be configured with management.health.dependencies.urls property, eg. service_name: http://service_name_host/health
  • Added cache mechanism for ConnectorEndpointService for fetchConnectorEndpoints method cache
  • Updated commit message format check to match github pattern

Pre-review checks

Please ensure to do as many of the following checks as possible, before asking for committer review:

ds-ext-kmassalski and others added 30 commits October 30, 2023 15:35
…-detail

feat(impl):[TRI-1657] adjustments after review
…dd-code-Formatting-to-contribution

Add codeFormatter to CONTRIBUTION
…dpoints

feat(impl):[210] added cache mechanism to ConnectorEndpointsService

- name: Create or update comment in PR
if: steps.changelog-changed.outputs.any_changed == 'false'
uses: peter-evans/create-or-update-comment@v3

Check warning

Code scanning / KICS

Unpinned Actions Full Length Commit SHA Warning

Action is not pinned to a full length commit SHA.

- name: Find previous comment in PR
if: steps.changelog-changed.outputs.any_changed == 'false'
uses: peter-evans/find-comment@v2

Check warning

Code scanning / KICS

Unpinned Actions Full Length Commit SHA Warning

Action is not pinned to a full length commit SHA.

- name: Check if CHANGELOG file was changed
id: changelog-changed
uses: tj-actions/changed-files@v40

Check warning

Code scanning / KICS

Unpinned Actions Full Length Commit SHA Warning

Action is not pinned to a full length commit SHA.
Copy link
Contributor

@ds-jhartmann ds-jhartmann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ds-jhartmann ds-jhartmann merged commit d9ae84e into eclipse-tractusx:main Nov 14, 2023
18 of 19 checks passed
@ds-jhartmann ds-jhartmann deleted the feature/update-commit-message-pattern branch November 14, 2023 15:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants