Mike Hummel
Mike Hummel
If I test it locally it's working fine. The error looks like a timeout, could you retry the jenkins test? 'gave up waiting for service org.apache.karaf.features.BootFinished' 2020-03-23 07:34:13,123 | INFO...
I did a fix and add a unit test for repository black and white list
Currently the behaviour of fresh karaf installation is not stable because new repositories will automatically be added and used. A configuration is needed to deny all repositories expect the wanted....
Added missing license header to test class
Hello, the change is fixed now. Maybe it's possible to merge it into the next release. Regards, Mike
Hi! I'm not sure what's going on with the test. I'm not sure it depends on the provided change. I will try to compile it locally.
Should be like this: ``` postBuildParameters = { substituteFrom = [ { kind = "ConfigMap" name = "cluster-vars" } ] } decoded_documents = [ for v in data.kubectl_file_documents.sync.documents : yamldecode(v)...
Key.of(":") is not working also. ui().addShortcutListener((event) -> panel.focusResources() , Key.of(":")).listenOn(resourcesGrid); no reaction for the key, but ui().addShortcutListener((event) -> panel.focusResources() , Key.SEMICOLON).listenOn(resourcesGrid); is fine.
ui().addShortcutListener((event) -> panel.focusResources() , Key.of(":")).withShift().listenOn(resourcesGrid); is working (!). Is it working on every keyboard layout?! Hopefully.
Have the same problem here, a simple pod create will add ``` "overhead" : { }, ``` to the spec. Code: ``` apiProvider.getCoreV1Api().createNamespacedPod("default", new V1PodBuilder() .withNewMetadata() .withName("test-pod-" + MDate.toIsoDateTime(System.currentTimeMillis())) .endMetadata()...