Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

feat: remove webhook migration command from CLI #9463

Merged
merged 1 commit into from
Jan 23, 2023

Conversation

bacherfl
Copy link
Member

@bacherfl bacherfl commented Jan 23, 2023

Closes #9462

This PR removes the migrate-webhooks command from the CLI since the previous webhook config format has not been supported anymore since 0.19.x. This will remove the dependency to the webhook-service from the CLI's go.mod file.

Signed-off-by: Florian Bacher <florian.bacher@dynatrace.com>
@sonarcloud
Copy link

sonarcloud bot commented Jan 23, 2023

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 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@codecov
Copy link

codecov bot commented Jan 23, 2023

Codecov Report

Merging #9463 (1a80240) into master (fe99da2) will increase coverage by 0.27%.
The diff coverage is n/a.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #9463      +/-   ##
==========================================
+ Coverage   70.67%   70.94%   +0.27%     
==========================================
  Files         619      618       -1     
  Lines       33020    32692     -328     
  Branches     1643     1643              
==========================================
- Hits        23337    23194     -143     
+ Misses       8436     8255     -181     
+ Partials     1247     1243       -4     
Flag Coverage Δ
cli 44.66% <ø> (+0.07%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

@bacherfl bacherfl marked this pull request as ready for review January 23, 2023 10:10
@bacherfl bacherfl requested a review from a team as a code owner January 23, 2023 10:10
@bacherfl bacherfl merged commit 9c925d9 into master Jan 23, 2023
@bacherfl bacherfl deleted the feat/remove-webhook-dep-from-cli branch January 23, 2023 10:20
@github-actions github-actions bot mentioned this pull request Jan 23, 2023
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.

Remove dependency on webhook-service from CLI
3 participants