-
Notifications
You must be signed in to change notification settings - Fork 519
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
refactor: cleanup unused Docker Maven Plugin features #2474
Conversation
Eclipse JKube CI ReportStarted new GH workflow run for #2474 (2023-11-27T12:06:09Z) ⚙️ JKube E2E Tests (7004619596)
|
a752a41
to
631f0c1
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2474 +/- ##
============================================
+ Coverage 59.36% 68.93% +9.56%
- Complexity 4586 4825 +239
============================================
Files 500 474 -26
Lines 21211 19131 -2080
Branches 2830 2491 -339
============================================
+ Hits 12591 13187 +596
+ Misses 7370 4743 -2627
+ Partials 1250 1201 -49 ☔ View full report in Codecov by Sentry. |
1125a3c
to
05a1f25
Compare
Removes mostly configuration and services related to the run tasks. In the context of the Kubernetes/OpenShift plugins, containers are run in a remote cluster. It no longer makes sense to provide run logic to deal with containers in a local Docker daemon. Signed-off-by: Marc Nuri <marc@marcnuri.com>
05a1f25
to
d13fa25
Compare
SonarCloud Quality Gate failed. 0 Bugs 65.5% Coverage Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
Description
Removes mostly configuration and services related to the Docker container run tasks.
In the context of the Kubernetes/OpenShift plugins, containers are run in a remote cluster. It no longer makes sense to provide run logic to deal with containers in a local Docker daemon.
Most changes are removal of classes that are no longer needed + adjustments in
WatchService
which is the class that was mainly referencing them.In addition I've added multiple tests to
WatchServiceTest
to ensure the correct behavior of theWatchService
class.Type of change
test, version modification, documentation, etc.)
Checklist