Nico Schmoigl
Nico Schmoigl
## Environment branch `master`, pre 0.8.0 state ## Summary / Problem Statement The issue at #141 must not have ever happened. ## Observed Behavior * Apparently we are missing test...
## Summary / Problem Statement Provide a new endpoint, let's say `/support`. It must be protected by some sort of password. Once triggered, the response shall be a JSON document,...
## Summary / Problem Statement There are situations in which the server where Promregator is running is behind a firewall. The firewall can only be crossed when using a SOCKS5...
## Summary / Problem Statement There are situations in which the server where Promregator is running is behind a firewall. The firewall can only be crossed when using a SOCKS5...
## Summary / Problem Statement There are situations in which the server where Promregator is running is behind a firewall. The firewall can only be crossed when using a SOCKS5...
There is an event propagation mechanism in CF, which can also notify us, in case that there are changes to apps and routes. Instead of polling, we should use this....
We have some features which cannot be covered by automatic unit testing (or it would be very cumbersome to do so). Instead, we should start with developing integration tests, which...
Hystrix could be of help for the MetricsFetcher. Check if this really makes sense and if yes, implement it. Be aware of dependency to #2: If hystrix is used, hystrix...
How can I have multiple "--net" parameters provided on startup of a container with this plugin for a single template? Background: I have a situation where the slave container must...
[Out of an analysis](https://github.com/promregator/promregator/issues/232#issuecomment-1703789711), I saw that the attribute `version` of `Process` (V3) in version 5.10.0 is missing. See also https://github.com/cloudfoundry/cf-java-client/blob/v5.10.0.RELEASE/cloudfoundry-client/src/main/java/org/cloudfoundry/client/v3/processes/Process.java#L26. As far as I can see, the attribute is...