-
Notifications
You must be signed in to change notification settings - Fork 22
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
Megre from catena-x #276
Conversation
…-detail feat(impl):[TRI-1657] adjustments after review
…dd-code-Formatting-to-contribution Add codeFormatter to CONTRIBUTION
Update DEPENDENCIES
…dpoints feat(impl):[210] added cache mechanism to ConnectorEndpointsService
…ions-for-ESS-UseCase Chore/#204 runtime view adaptions for ess use case
Sync with upstream
…heck-changelog feat(impl):[TRI-224] changelog check workflow action
…ndencies-healthchecks feat(impl):[TRI-205] external dependencies healtchecks impl
|
||
- 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
|
||
- 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
|
||
- 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
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
Description
Merge changes from catena-x.
management.health.dependencies.enabled
config entry to determine if external dependencies health checks should be checked (false by default).management.health.dependencies.urls
property, eg.service_name: http://service_name_host/health
Pre-review checks
Please ensure to do as many of the following checks as possible, before asking for committer review: