From: Konstantin Ryabitsev <konstantin@linuxfoundation.org> To: Johannes Schindelin <Johannes.Schindelin@gmx.de> Cc: git@vger.kernel.org Subject: Re: [Summit topic] Improving reviewer quality of life (patchwork, subsystem lists?, etc) Date: Thu, 21 Oct 2021 09:41:05 -0400 [thread overview] Message-ID: <20211021134105.ziqmcknnpdsg6cvc@meerkat.local> (raw) In-Reply-To: <nycvar.QRO.7.76.6.2110211150460.56@tvgsbejvaqbjf.bet> On Thu, Oct 21, 2021 at 01:57:11PM +0200, Johannes Schindelin wrote: > 2. Dscho said he’s not able to follow everything on the mailing list > > 1. if you have just one patch you send, reply-all works okay > > 2. mailing list works reasonably well if you’re someone like Junio, working > on it full time, has good mail filters, keeps up to date with everything > > 3. If you’re in-between, does not work well This is a problem that's not actually unique to mailing lists. If you have any project that is popular enough, at some point it reaches critical mass where developer/user feedback becomes too much for anyone to keep up. Github projects aren't immune to this either, but they do have a benefit of providing an easy interface for someone to apply categorization to issues/discussions. One of the efforts currently under way at public-inbox is the "lei" tool that should allow similar workflows for mailing-list based interactions. At some point we will be able to provide both topical and search-based subscriptions to subsets of the mailing list traffic that you're interested in. Search-based subscriptions will allow you to monitor the list for discussions relevant to your interest (e.g. patches touching functions/files/keywords that you are working on). Topical subscriptions are a bit more complicated and would require someone to actively categorize mailing list discussions by keywords (e.g. bugs, suggestions, security), which would allow others to monitor just those aspects of mailing list discussion. The latter requires someone's active involvement and dedication from the project side, not unlike for categorizing issues reported at github or any other issue tracker. If you're curious, you can see my presentation to Linux Plumbers last month, which is here: youtube: https://www.youtube.com/watch?v=mF10hgVIx9o&t=1490s slides: https://linuxplumbersconf.org/event/11/contributions/983/attachments/759/1421/Doing%20more%20with%20lore%20and%20b4.pdf > 4. bmc: I want some way to track patches > > 1. What have I reviewed before and what have I not reviewed since last > time? > > 2. Emily: most of this exists in patchwork. Our intern Raxel Gutierrez did > work on that this summer. Alas, that doesn’t show up on > patchwork.kernel.org because it’s using patchwork 2.x and the features > are in 3.x 3.x is a bit new still, but chances are we'll be running it in a couple of months. Unfortunately, our previous experiences with major patchwork upgrades have been a bit thorny, so I'm trying to approach this carefully in order not to impact other projects relying on it. (Not a dig at patchwork folks, just an observation.) > 7. jrnieder: there’s a bugzilla instance at bugzilla.kernel.org, which > might satisfy CB’s criterion > > 8. bmc: I want to have whatever we use send out to the list. That would > avoid conversations going on without people in the mailing list centric > workflow being aware of it. If we are all using a GitHub/GitLab based > workflow then that’s not required Bugzilla's mail integration is fairly good and list-friendly. We have several projects that largely interact with their bugzilla via mailing lists (two-way). Note, that someone still has to do things like closing and recategorizing bugs through the website. Note, that the initial bug report must come in through the bugzilla web interface. There's a way to create bugs via incoming mail, but it works very poorly. > 13. Junio: Not really. The extra tracking conversations are not as > important to me. I think it’s a feature that if someone requests a > feature and nothing happens for a while that it no longer produces > overhead for people is a useful feature. That kind of old filtering > feature is sometimes valuable. I find that if there's no mailing list integration, then bugzilla generally rots after the initial person getting the bug reports moves on. Then bugs reported via bugzilla just sit there without anyone paying attention. At least when bug reports get sent to the list, the ensuing discussions get reflected in both the list archives and in bugzilla. > 16. I’m also happy to work with kernel.org admins to get this set up for us > if that’s what we want Consider this part done. :) -K
next prev parent reply other threads:[~2021-10-21 13:41 UTC|newest] Thread overview: 58+ messages / expand[flat|nested] mbox.gz Atom feed top 2021-10-21 11:55 Notes from the Git Contributors' Summit 2021, virtual, Oct 19/20 Johannes Schindelin 2021-10-21 11:55 ` [Summit topic] Crazy (and not so crazy) ideas Johannes Schindelin 2021-10-21 12:30 ` Son Luong Ngoc 2021-10-26 20:14 ` scripting speedups [was: [Summit topic] Crazy (and not so crazy) ideas] Eric Wong 2021-10-30 19:58 ` Ævar Arnfjörð Bjarmason 2021-11-03 9:24 ` test suite speedups via some not-so-crazy ideas (was: scripting speedups[...]) Ævar Arnfjörð Bjarmason 2021-11-03 22:12 ` test suite speedups via some not-so-crazy ideas Junio C Hamano 2021-11-02 13:52 ` scripting speedups [was: [Summit topic] Crazy (and not so crazy) ideas] Johannes Schindelin 2021-10-21 11:55 ` [Summit topic] SHA-256 Updates Johannes Schindelin 2021-10-21 11:56 ` [Summit topic] Server-side merge/rebase: needs and wants? Johannes Schindelin 2021-10-22 3:06 ` Bagas Sanjaya 2021-10-22 10:01 ` Johannes Schindelin 2021-10-23 20:52 ` Ævar Arnfjörð Bjarmason 2021-11-08 18:21 ` Taylor Blau 2021-11-09 2:15 ` Ævar Arnfjörð Bjarmason 2021-11-30 10:06 ` Christian Couder 2021-10-21 11:56 ` [Summit topic] Submodules and how to make them worth using Johannes Schindelin 2021-10-21 11:56 ` [Summit topic] Sparse checkout behavior and plans Johannes Schindelin 2021-10-21 11:56 ` [Summit topic] The state of getting a reftable backend working in git.git Johannes Schindelin 2021-10-25 19:00 ` Han-Wen Nienhuys 2021-10-25 22:09 ` Ævar Arnfjörð Bjarmason 2021-10-26 8:12 ` Han-Wen Nienhuys 2021-10-28 14:17 ` Philip Oakley 2021-10-26 15:51 ` Philip Oakley 2021-10-21 11:56 ` [Summit topic] Documentation (translations, FAQ updates, new user-focused, general improvements, etc.) Johannes Schindelin 2021-10-22 14:20 ` Jean-Noël Avila 2021-10-22 14:31 ` Ævar Arnfjörð Bjarmason 2021-10-27 7:02 ` Jean-Noël Avila 2021-10-27 8:50 ` Jeff King 2021-10-21 11:56 ` [Summit topic] Increasing diversity & inclusion (transition to `main`, etc) Johannes Schindelin 2021-10-21 12:55 ` Son Luong Ngoc 2021-10-22 10:02 ` vale check, was " Johannes Schindelin 2021-10-22 10:03 ` Johannes Schindelin 2021-10-21 11:57 ` [Summit topic] Improving Git UX Johannes Schindelin 2021-10-21 16:45 ` changing the experimental 'git switch' (was: [Summit topic] Improving Git UX) Ævar Arnfjörð Bjarmason 2021-10-21 23:03 ` changing the experimental 'git switch' Junio C Hamano 2021-10-22 3:33 ` changing the experimental 'git switch' (was: [Summit topic] Improving Git UX) Bagas Sanjaya 2021-10-22 14:04 ` martin 2021-10-22 14:24 ` Ævar Arnfjörð Bjarmason 2021-10-22 15:30 ` martin 2021-10-23 8:27 ` changing the experimental 'git switch' Sergey Organov 2021-10-22 21:54 ` Sergey Organov 2021-10-24 6:54 ` changing the experimental 'git switch' (was: [Summit topic] Improving Git UX) Martin 2021-10-24 20:27 ` changing the experimental 'git switch' Junio C Hamano 2021-10-25 12:48 ` Ævar Arnfjörð Bjarmason 2021-10-25 17:06 ` Junio C Hamano 2021-10-25 16:44 ` Sergey Organov 2021-10-25 22:23 ` Ævar Arnfjörð Bjarmason 2021-10-27 18:54 ` Sergey Organov 2021-10-21 11:57 ` [Summit topic] Improving reviewer quality of life (patchwork, subsystem lists?, etc) Johannes Schindelin 2021-10-21 13:41 ` Konstantin Ryabitsev [this message] 2021-10-22 22:06 ` Ævar Arnfjörð Bjarmason 2021-10-22 8:02 ` Missing notes, was Re: Notes from the Git Contributors' Summit 2021, virtual, Oct 19/20 Johannes Schindelin 2021-10-22 8:22 ` Johannes Schindelin 2021-10-22 8:30 ` Johannes Schindelin 2021-10-22 9:07 ` Johannes Schindelin 2021-10-22 9:44 ` Let's have public Git chalk talks, " Johannes Schindelin 2021-10-25 12:58 ` Ævar Arnfjörð Bjarmason
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20211021134105.ziqmcknnpdsg6cvc@meerkat.local \ --to=konstantin@linuxfoundation.org \ --cc=Johannes.Schindelin@gmx.de \ --cc=git@vger.kernel.org \ --subject='Re: [Summit topic] Improving reviewer quality of life (patchwork, subsystem lists?, etc)' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).