NEW 243793
Need an equivalent of webkit-changes mail list for GitHub
https://bugs.webkit.org/show_bug.cgi?id=243793
Summary Need an equivalent of webkit-changes mail list for GitHub
Alexey Proskuryakov
Reported 2022-08-10 12:36:01 PDT
The webkit-changes mailing lists was very useful in a number of scenarios. The same things can be achieved in other ways with git, but less efficiently or elegantly. - look at changes as they are being landed; - search for changes by keyword using mail client; - efficiently step through changes in an identified regression or progression range. Having SVN revisions and location of changes in titles was particularly useful. E.g. "[295779] trunk/Source/WebCore/accessibility" was the last of those. With GitHub not showing identifiers prominently, email archive could be part of the solution (although we should also have a history view on commits.webkit.org).
Attachments
Radar WebKit Bug Importer
Comment 1 2022-08-10 12:47:12 PDT
mitz
Comment 3 2022-08-10 12:54:24 PDT
(In reply to Brandon from comment #2) > Github does appear to offer email notification about commits. > > https://docs.github.com/en/repositories/managing-your-repositorys-settings- > and-features/managing-repository-settings/about-email-notifications-for- > pushes-to-your-repository That is a little light on details, specifically in regard to whether notifications can include the entire content of the change (rather than just a commit message and a link to a website).
Alexey Proskuryakov
Comment 4 2022-09-07 17:14:02 PDT
We've enabled GitHub emails for now. The first few went in batches, but it should be real time now. Still need a better solution: - need identifier in the title, not a hash; - need full content (up to a certain limit); - don't need "[WebKit/WebKit]" in the title.
Note You need to log in before you can comment on or make changes to this bug.