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

Config cleanup #668

Merged
merged 2 commits into from
May 21, 2024
Merged

Config cleanup #668

merged 2 commits into from
May 21, 2024

Conversation

nscuro
Copy link
Member

@nscuro nscuro commented Apr 29, 2024

Description

Removes the application.id configuration, and renames run.migrations to database.run.migrations.

Addressed Issue

N/A

Additional Details

N/A

Checklist

  • I have read and understand the contributing guidelines
  • This PR fixes a defect, and I have provided tests to verify that the fix is effective
  • This PR implements an enhancement, and I have provided tests to verify that it works as intended
  • This PR introduces changes to the database model, and I have updated the migration changelog accordingly
  • This PR introduces new or alters existing behavior, and I have updated the documentation accordingly

It is a config for Kafka Streams, which was previously removed from the code base.

Additionally, ensure `ConfigKey` entries are properly prefixed with `KAFKA_` when they're related to Kafka.

Signed-off-by: nscuro <nscuro@protonmail.com>
Signed-off-by: nscuro <nscuro@protonmail.com>
@nscuro nscuro added this to the 5.5.0 milestone Apr 29, 2024
Copy link

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
-0.04% (target: -1.00%) 52.63% (target: 70.00%)
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (9a3709f) 18050 14454 80.08%
Head commit (e5e6c7e) 18049 (-1) 14446 (-8) 80.04% (-0.04%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#668) 19 10 52.63%

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

Codacy will stop sending the deprecated coverage status from June 5th, 2024. Learn more

@nscuro nscuro merged commit 98cb78a into main May 21, 2024
8 of 10 checks passed
@nscuro nscuro deleted the config-cleanup branch May 21, 2024 13:51
nscuro added a commit to DependencyTrack/hyades that referenced this pull request May 27, 2024
The property was renamed in DependencyTrack/hyades-apiserver#668

Signed-off-by: nscuro <nscuro@protonmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants