Nils Philippsen
Nils Philippsen
Use getaddrinfo() instead, which can do IPv6 and multiple addresses.
This PR fixes some issues with quickstarted projects: * `model.init_model()` could be called multiple times through loading the app (functional tests) or `tests.models.setup_db()` but wouldn't dispose of the previous session...
Version 7 of cashews removed a couple functions related to cache key patterns which we used for targeted invalidation. Now, cached methods use tags by which we invalidate, but this...
# Story As an operator of FMN, I want to be able to check if the consumer is still alive, so I can restart it otherwise. # Acceptance Criteria -...
# Story As an operator of FMN, I want to be able to check if the senders are still alive, so I can restart them otherwise. # Acceptance Criteria -...
Blocked by #779 # Story As a backend developer, I want to know the required API endpoints and their intended functions, so I can implement them. # Acceptance Criteria -...
When submitting an update in Bodhi for the latest release of `fedmod`, I noticed that typing it into the packages field wouldn't offer it for selection. I was told on...
Currently, MirrorManager2 uses OpenID to authenticate users via Ipsilon(⇒FAS), implement OpenID Connect authentication because that's what works with ipsilon ⇒ IPA.