From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Gitlab Migration Date: Sat, 28 Aug 2021 11:00:08 +0300 Message-ID: <83r1eengmv.fsf@gnu.org> References: <87h7fcnmq0.fsf@posteo.net> <83tujbqg4j.fsf@gnu.org> <874kbbosht.fsf@gnus.org> <8335qur9h7.fsf@gnu.org> <831r6er6rz.fsf@gnu.org> <87pmty1u7a.fsf@posteo.net> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="23111"; mail-complaints-to="usenet@ciao.gmane.io" Cc: danflscr@gmail.com, theo@thornhill.no, emacs-devel@gnu.org, monnier@iro.umontreal.ca, larsi@gnus.org, sir@cmpwn.com To: Philip Kaludercic Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Aug 28 10:01:55 2021 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mJtHl-0005oJ-AU for ged-emacs-devel@m.gmane-mx.org; Sat, 28 Aug 2021 10:01:53 +0200 Original-Received: from localhost ([::1]:58058 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mJtHj-0006iy-Sx for ged-emacs-devel@m.gmane-mx.org; Sat, 28 Aug 2021 04:01:51 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:34048) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mJtGL-0005wR-1t for emacs-devel@gnu.org; Sat, 28 Aug 2021 04:00:25 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:56324) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mJtGK-0002b9-5y; Sat, 28 Aug 2021 04:00:24 -0400 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:3449 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mJtGJ-0000Md-PL; Sat, 28 Aug 2021 04:00:24 -0400 In-Reply-To: <87pmty1u7a.fsf@posteo.net> (message from Philip Kaludercic on Fri, 27 Aug 2021 20:58:01 +0000) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:273246 Archived-At: > From: Philip Kaludercic > Cc: Theodor Thornhill , emacs-devel@gnu.org, > larsi@gnus.org, monnier@iro.umontreal.ca, danflscr@gmail.com, > sir@cmpwn.com > Date: Fri, 27 Aug 2021 20:58:01 +0000 > > + Reduce email noise > > The mailing lists are just mailing lists, from > what I know the only "spam" might be CI responding with the results of > a test What about automated notifications regarding a PR being merged or issues being closed or merged or changed status? These are a source of constant useless noise when you subscribe to Github-based project. Can they be filtered out, or limited to the submitter if he/she is not an Emacs maintainer? Or some other useful and flexible enough filtering? > > I tried to find answers to those questions myself, but there doesn't > > seem to be any detailed documentation that describes the setup and > > usage from the routine user POV (or maybe I missed it?). I did find a > > heads-up that "from the beta onwards, unpaid accounts will be limited > > to read-only access to their own projects", so I wonder what that > > means for us. It also says that "web-based workflow for submitting > > and reviewing patches" is still under development. > > It shouldn't mean anything, if GNU decides to host their own > instance. Otherwise, every project member would have to play to have an > account, but I assume mailing list contributors could continue accessing > the mailing list without any issue. This answers the first part, but not the second. It looks like the Web-based workflows are still not supported well enough. Thanks.