This repository has been archived by the owner on Jun 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 202
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(enricher): Cleanup up fabric8 specific enrichers (#1376)
Enrichers which are specific to the fabric8 platform (CD + UI) has been moved into a "deprecated" enricher module. This can be kept as reference or later easily removed. No enricher in this module is include in any default profile and hence is disabled. The enrichers that were disabled that way are: * CdEnricher * DocLinkEnricher * GrafanaLinkEnricher * IconEnricher Some other refactoring consolidates on the naming of enrichers, so that everything with a `f8-` prefix currently is about auto detection of specific tech stacks (like specialized healthchecks or the prometheus enricher) All other are in the "standard" module and have a "fmp" prefix. The MavenScmEnricher has been simplified a bit to remove duplicated SCM information ("connection" and "developerConnection") All integration tests have been adapted accordingly.
- Loading branch information
Showing
47 changed files
with
226 additions
and
220 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.