Sylvain Desbureaux

Results 50 comments of Sylvain Desbureaux

Any chances for this MR to be merged + new v3.3.1 version? v3.3.0 is buggy and can't be installed :(

Do you know when it'll be released?

Hello, I guess we're not enough to need this? For our use case, it's quite important as we have a centralised oidc solution but we want to add groups for...

Any news on this? What can I do for help?

Hello, is there any news on this topic? I've the exact same issue and I'd like to see how we can make it work! thanks!

I think we need to patch https://github.com/zalando/spilo/blob/master/postgres-appliance/major_upgrade/inplace_upgrade.py I was thinking checking if an env var is set (`USE_APPLICATION_NAME_IN_UPGRADE`) and use `pg_stat_replication.application_name` instead of `pg_stat_replication.client_addr`. @CyberDem0n, would it be OK? I...

I've just made a simple change in spilo so let's see what's maintainers thinks about it

Hello, sorry I didn't saw the new comments. I'm not using zalando operator anynore so please @seekermarcel take over sorry for that

Hello, I've got a similar issue with piccolo orm and litestar I've got this fixture for creating a fresh db at start: ```python @pytest.fixture(scope='session', autouse=True) async def _setup_db() -> None:...

well I found a way to do it, but I don't know what I'm doing ^_^ I've replaced the fixture for test client: ```python @pytest.fixture() async def test_httpx(logging_config: LoggingConfig) ->...