Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

feat!: Require dynatrace.conf.yaml and remove default configuration #612

Merged

Conversation

arthurpitman
Copy link
Collaborator

Closes #592

@arthurpitman arthurpitman changed the title Require dynatrace.conf.yaml and remove default configuration #592 Require dynatrace.conf.yaml and remove default configuration Nov 25, 2021
@sonarcloud
Copy link

sonarcloud bot commented Nov 25, 2021

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 2 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

//go:generate moq --skip-ensure -pkg adapter_mock -out ./mock/dynatrace_config_mock.go . DynatraceConfigGetterInterface
type DynatraceConfigGetterInterface interface {
GetDynatraceConfig(event adapter.EventContentAdapter) (*DynatraceConfigFile, error)
//go:generate moq --skip-ensure -pkg adapter_mock -out ./mock/dynatrace_config_mock.go . DynatraceConfigProvider
Copy link
Contributor

Choose a reason for hiding this comment

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

[golint] reported by reviewdog 🐶
comment on exported type DynatraceConfigProvider should be of the form "DynatraceConfigProvider ..." (with optional leading article)

@github-actions
Copy link
Contributor

The following Docker Images have been built:

  • Pushed keptncontrib/dynatrace-service:0.18.2-dev-PR-612.202111251328 and keptncontrib/dynatrace-service:0.18.2-dev-PR-612 (Source: ./)

Copy link
Contributor

@j-poecher j-poecher left a comment

Choose a reason for hiding this comment

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

lgtm

@arthurpitman arthurpitman marked this pull request as ready for review December 14, 2021 16:26
@arthurpitman arthurpitman changed the title Require dynatrace.conf.yaml and remove default configuration feat!: Require dynatrace.conf.yaml and remove default configuration Dec 14, 2021
@arthurpitman arthurpitman merged commit 95e8776 into master Dec 15, 2021
@arthurpitman arthurpitman deleted the patch/592/remove-fallback-to-default-configuration branch December 15, 2021 14:13
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Require dynatrace.conf.yaml and remove default configuration
2 participants