From 9754fa374ff011bf733e272e4b3c46ef2d08f7de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Kone=C4=8Dn=C3=BD?= Date: Thu, 12 May 2022 13:33:06 +0200 Subject: [PATCH] Styling fixes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Konečný --- docs/fmn/april2022/index.rst | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/fmn/april2022/index.rst b/docs/fmn/april2022/index.rst index 2e1c3ec..d6fadf2 100644 --- a/docs/fmn/april2022/index.rst +++ b/docs/fmn/april2022/index.rst @@ -12,9 +12,9 @@ Issues to solve --------------- -message delivery lag +Message Delivery Lag ~~~~~~~~~~~~~~~~~~~~ -in times of peak congestion on the message queue (e.g. during a mass rebuild) it can take **days** for messages to be delivered to users. +In times of peak congestion on the message queue (e.g. during a mass rebuild) it can take **days** for messages to be delivered to users. fedmsg ~~~~~~ @@ -23,8 +23,9 @@ The current version of FMN was implemented uses the deprecated fedmsg bus, not t Additionally, the FMN code is deeply integrated with the fedmsg ecosystem (e.g. the configuration setup for FMN is kept in the fedmsg.d/ directory) UI -~~ -after adhoc discussions with the development community one of the major issues is the FMN web UI: +--- + +After adhoc discussions with the development community one of the major issues is the FMN web UI: * The interface for creating new filters is complicated and confusing. * Users have to define filters seperately for different destentations (i.e. email and IRC) This is due to how the database is designed. @@ -49,7 +50,7 @@ This work requires all applications to use Fedora Messaging Message Schemas, because the triage component will rely on schemas to extract information from the messages. -Later on, whe we refer to artifacts, we mean artifacts produced by the +Later on, when we refer to artifacts, we mean artifacts produced by the Fedora infrastructure: packages, containers, modules, flatpaks. Stakeholders