all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* updates to issues.guix.gnu.org
@ 2020-03-12 12:12 Ricardo Wurmus
  2020-03-12 13:41 ` Pierre Neidhardt
  2020-03-15 21:30 ` Ludovic Courtès
  0 siblings, 2 replies; 4+ messages in thread
From: Ricardo Wurmus @ 2020-03-12 12:12 UTC (permalink / raw)
  To: guix-devel

Hi Guix,

I’ve just updated mumi on issues.guix.gnu.org.  The new version is quite
a bit faster and features a more accurate search.

This is accomplished by storing essential bug information (such as
submitter, owner, status, and tags) locally in a sqlite database in
addition to indexing all original emails that are downloaded from
Debbugs.  The search no longer issues a complicated request to Debbugs.
Instead it is performed on the local message index, and any filtering
based on information not contained in the email messages (like
submitter, owner, status, and tags) is perfomed using the sqlite
database.

This is not perfect and a few slow Debbugs operations still remain, but
in general issues.guix.gnu.org should be much more usable now.

The code is here and I appreciate patches to improve it:

    https://git.elephly.net/software/mumi.git

--
Ricardo

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-03-15 21:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-12 12:12 updates to issues.guix.gnu.org Ricardo Wurmus
2020-03-12 13:41 ` Pierre Neidhardt
2020-03-15 21:30 ` Ludovic Courtès
2020-03-15 21:49   ` Ricardo Wurmus

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.