Raphaël Droz

Results 384 comments of Raphaël Droz

What I'm currently doing is to pass per-test kernel configuration as a test metadata. Eg: ```php /** * @testWith [{"replace":{"foo":{"bar":"allowed_group"}}}] */ public function testGroupsValidation() {} ``` And my in my...

> Not entirely what you're after, but maybe it will give you some ideas. Some time ago I was playing with the idea of initialising bundle configs per test case:...

This (much needed) component [why isn't it included upstream?] needs this (much needed) update. (I can't review the PR, but depend on it to switch to messenger on 4.3)

Getting the same error on a WP (Bedrock) installation : No flex involved.

I don't think it's should be make extensible because many users won't accept pulling many levels of dependencies with all the gotchas there is wrt of `composer install/update` sequence (see,...

Use-case: Some of the servers expect incoming SQL connexions from OVH, other do a file_get_contents(), ... Non-dedicated OVH machines may very well be used by spammers and get blacklisted. Still...

Right, CIDR make things complex but: 1) whitelisting for simple case could already work and be useful right now 2) For IP ranges software exists (eg: https://github.com/firehol/iprange), Python modules too....

Since iprange has been merge, I think whitelisting can now be reconsidered.

The issue of expanding/collapsing CIDR is a pandora box. There are some ways to deal with it, but I think none seem compatible with `ipset-blacklist` characteristics (simple, small footprint, one-file,...

The ability to whitelist is interesting just found today that greensnow.co/ blacklisted two OVH (webhosting compagny) cluster's IP. Nevertheless the current implementation of this PR seems suboptimal. `grep -vf` may...