-
Notifications
You must be signed in to change notification settings - Fork 3
chore(core): improve build for use as gitsubmodule #1073
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
Draft
universal-itengineer
wants to merge
73
commits into
release-0.20
Choose a base branch
from
chore/core/improve-build-can-add-as-gitsubmodule
base: release-0.20
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
chore(core): improve build for use as gitsubmodule #1073
universal-itengineer
wants to merge
73
commits into
release-0.20
from
chore/core/improve-build-can-add-as-gitsubmodule
Conversation
This file contains hidden or 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
4d38ff2 to
197df01
Compare
5bd83ca to
03b7a04
Compare
d7da907 to
57585a9
Compare
Signed-off-by: Aleksey Gavrilov <[email protected]>
Signed-off-by: Nikita Korolev <[email protected]>
chore(core): fix TLS in audit controller Signed-off-by: Daniil Antoshin <[email protected]>
Description After some time, ClientHello from vector receives a record from cluster.local, even though the domain is specified without it. It is necessary to have a cluster.local DNS record in the certificate. Updated the creation of a hook for correct DNS records in the certificate. Signed-off-by: Daniil Antoshin <[email protected]>
Description Added nil check for audit controller. This error occurs when one of the moduleconfigs with a missing enabled field is updated. Why do we need it, and what problem does it solve? Fixes nil pointer error. Signed-off-by: Daniil Antoshin <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
improve build can add as gitsubmodule
Why do we need it, and what problem does it solve?
What is the expected result?
Checklist
Changelog entries