Bennet Schulz
Bennet Schulz
Releasing in GitHub packages is pretty straightforward. Same for the release notes. These can be generated with one click only. I think this should stay as it is so we...
Somehow I don't like it that users have to add the TestFeatureManager featureManager as parameter to the test method to enable and disable features.
closed as we decided to drop cassandra support.
see #1002
Hey @ICFMike, can you maybe add an example so I can take a look at it?
Right now there is no way to do it. I have an issue for rewriting the console as I do not like it anymore. If I (or someone else) would...
Hey @rocastaneda When I add an IP via console and use curl then: curl -d '{"name":"REVERSE_GREETING", "enabled":"true", "strategy": "server-ip"}' -H "Content-Type: application/json" -POST http://localhost:8082/actuator/togglz/REVERSE_GREETING {"name":"REVERSE_GREETING","enabled":true,"strategy":"server-ip","params":{"ips":"192.168.178.1"},"metadata":{"label":"another description","groups":["eins"],"enabledByDefault":false,"attributes":{}}}% then I am getting...
I just created a custom actuator endpoint and am testing it with some curl requests: curl -d '{ version: "1.0" }' -H "Content-Type: application/json" -X POST http://localhost:8080/actuator/custom This one leads...
You actually don't have to mock it. Togglz ships with a special module for unit testing feature toggles: https://www.togglz.org/documentation/testing.html
Thanks for the hint. I will update it soon :)