Rohan Kumar
Rohan Kumar
## Description Fixes #1033 Add summary for jkube build actions in order to improve ux. Summary is printed for `build`, `push`, `resource`, `helm`, `helm-push`, `apply`, and `undeploy` actions. Added a...
### Component JKube Kit ### Task description ### Description Child of https://github.com/eclipse/jkube/issues/857 Migrate the following tests to use [Mockito](https://site.mockito.org/) instead of [JMockit](https://jmockit.github.io/): - AbstractHealthCheckEnricherTest - DockerHealthCheckEnricherTest - PrometheusEnricherTest - ServiceDiscoveryEnricherTest...
Right now we do `kubernetes-maven-plugin` and `openshift-maven-plugin`. But we also need to provide equivalents for gradle since gradle is also very popular these days. We would first need to get...
## Description Fix #1006 + Fix outdated dmp plugin descriptor for build-plugins functionality. Introduce an interface `org.eclipse.jkube.kit.api.JKubeBuildPlugin` which would implemented by build plugins + Add Kit Quickstart for implementing custom...
### Component JKube Kit ### Task description ### Description HelmRepoTypeTest seems to be failing intermittently on CI (for example [here](https://app.circleci.com/pipelines/github/eclipse/jkube/3241/workflows/cc124a3a-576d-4059-9d94-feb0b8065684/jobs/16386)): ``` [ERROR] Failures: [ERROR] HelmRepoTypeTest.createConnection_withArtifactoryAndNoAuth_shouldReturnConnection:88 Expecting to have a property...
### Component JKube Kit ### Task description ### Description Child of https://github.com/eclipse/jkube/issues/857 Migrate the following tests to use [Mockito](https://site.mockito.org/) instead of [JMockit](https://jmockit.github.io/): - ImageConfigurationTest - BuildConfigurationTest ### Expected Behavior All...
### Component JKube Kit ### Task description ### Description Child of https://github.com/eclipse/jkube/issues/857 Migrate the following tests to use [Mockito](https://site.mockito.org/) instead of [JMockit](https://jmockit.github.io/): - ApplyServiceTest - DebugServiceTest - PortForwardServicePortOrderTest - PortForwardServiceTest...
### Component JKube Kit ### Task description ### Description Child of https://github.com/eclipse/jkube/issues/857 Migrate the following tests to use [Mockito](https://site.mockito.org/) instead of [JMockit](https://jmockit.github.io/): - ImageConfigurationTest - WatchServiceTest - ApacheHttpClientDelegateTest - HcChunkedResponseHandlerWrapperTest...
### Component JKube Kit ### Task description ### Description Child of https://github.com/eclipse/jkube/issues/857 Migrate the following tests to use [Mockito](https://site.mockito.org/) instead of [JMockit](https://jmockit.github.io/): - AssemblyConfigurationUtilsTest - AssemblyManagerCreateDockerTarArchiveTest - AssemblyManagerTest - FromConfigRegistryAuthHandlerTest...
### Description Blocked on #957 #857 #31 I was writing some tests related to System properties in #957 where SystemMock could be used for mocking System properties. Unfortunately, it's based...