85 Commits

Author SHA1 Message Date
Junio C Hamano
abe2305a84 Meta/cook: make it slightly easier to debug
When the blurb pattern finds no match, the program only said that it
does not match and died.  It would be very hard to make it report
that this and that token in the blurb text is misspelt and it would
match the pattern when that typo gets fixed, but at least it should
be able to dump the haystack it was looking for needles in to let
the human user do the guessing.
2026-07-26 21:08:42 -07:00
Junio C Hamano
d7de0c6c90 Meta/cook: support --newer to list 'new iteration exists' 2026-07-10 12:13:54 -07:00
Junio C Hamano
7b8ea1f802 Meta/cook: mark topics that graduated as such 2026-07-06 22:22:13 -07:00
Junio C Hamano
fb3ee0a9e2 Meta/cook: copyediting the whats-cooking boilerplate 2026-07-01 14:30:07 -07:00
Junio C Hamano
388856aaf1 cook: 'Retracted' is a valid state 2026-06-17 14:47:18 -07:00
Junio C Hamano
9784b6cfb6 Meta/cook: use b4 mbox to attempt to grab all messages in the thread 2026-05-21 16:19:08 +09:00
Junio C Hamano
7157113734 Meta/cook: attempt to improve the source discovery 2026-04-10 09:59:29 -07:00
Junio C Hamano
cee488dff5 Meta/cook: grab the initial topic description from merges to seen 2026-03-20 15:02:49 -07:00
Junio C Hamano
a621affcfa cook: typofix in boilerplate 2026-03-16 14:20:51 -07:00
Junio C Hamano
4cedaee865 cook: lore no longer allows simple curl access 2026-01-15 15:05:16 -08:00
Junio C Hamano
544d7295e3 cook: allow semicolon as a punctuation after Will _do_ 2026-01-15 15:04:27 -08:00
Junio C Hamano
ea7d60c0b5 Meta/cook: shorten title of what's cooking reports
Also force US/Pacific timezone, so that "1 calendar week" can
consistently be computed (of course 'cal' needs to be run with the
same timezone).
2025-12-11 18:28:56 +09:00
Junio C Hamano
ce576f99c3 Meta/cook: carry section descriptions forward 2025-09-05 15:43:17 -07:00
Junio C Hamano
af94769838 Meta/cook: show author date in localtime 2025-06-05 16:05:01 -07:00
Junio C Hamano
99deada7c6 Meta/cook: add missing full-stop after "Under discussion" 2024-11-22 17:06:31 +09:00
Junio C Hamano
bffa1f1ba8 Meta/cook: make 'Comments?' a valid keyword 2024-10-11 13:57:04 -07:00
Junio C Hamano
648e17ba94 Meta/cook: fix the reference links
Also support "Inviting" as a will-do phrase.
2024-07-29 19:08:30 -07:00
Junio C Hamano
e5448756a9 Meta/cook: fix recent breakage of the listing
Recent addition of "source:" support broke listing of topics in
other sections.  Those that have wildo keywords were flushing too
soon, before the sources were read.
2024-07-12 15:48:34 -07:00
Junio C Hamano
a46c71d747 Meta/cook: Sync What's cooking keywords between cook and Reintegrate scripts 2024-07-12 15:47:25 -07:00
Junio C Hamano
712aff67e5 Meta/cook: show source URLs for undecided topics 2024-07-11 14:26:33 -07:00
Junio C Hamano
1fbab3dc4d gitlab URLs update
Switch from an unmaintained https://gitlab.com/git-vcs/git to
https://gitlab.com/git-scm/git.  The info came from Patrick
Steinhardt <ps@pks.im>
2024-03-29 11:13:50 -07:00
Junio C Hamano
11f2323bdc Meta/cook: notice an unused extra command line arg and fail 2024-03-20 09:47:05 -07:00
Junio C Hamano
0d3d61ca04 Meta/cook: update boilerplate 2023-03-07 13:40:53 -08:00
Junio C Hamano
aab563340c Meta/cook: support 'will merge back to next' 2022-12-18 13:32:08 +09:00
Junio C Hamano
91bad23b42 Meta/cook: add lwn@lwn.net back to the distrib list 2022-10-24 16:54:46 -07:00
Junio C Hamano
276d31029f Meta/cook: order the source URLs stably 2022-09-09 15:12:29 -07:00
Junio C Hamano
77ce05638f What's cooking (2022/07 #03) 2022-07-11 18:23:24 -07:00
Junio C Hamano
2bee5b8174 Meta/cook: teach 'source' heuristics for GGG topics 2022-01-24 10:34:02 -08:00
Junio C Hamano
bb35080538 Meta/cook: (experimental) record source material 2021-12-05 15:40:38 -08:00
Junio C Hamano
771ea3b2e8 Meta/cook: 'Under review' is a thing 2021-10-12 17:57:06 -07:00
Junio C Hamano
e2d17bdce0 Meta/cook: update explanation of next and seen 2021-07-08 14:10:36 -07:00
Junio C Hamano
9439019044 What's cooking (2021/06 #04) 2021-06-10 13:31:42 +09:00
Junio C Hamano
d5b41051d7 Meta/cook: disable 'tangled with' for now 2021-03-19 23:55:06 -07:00
Ævar Arnfjörð Bjarmason
2f839f597c cook: add https://gitlab.com/git-vcs/git as another mirror
I maintain this mirror, and hopefully we can make it semi-official. It
has the same refs as the GitHub one except for the GitHub "pull" refs:

    $ diff -u \
        <(git ls-remote https://gitlab.com/git-vcs/git.git/) \
        <(git ls-remote https://github.com/git/git/|grep -v refs/pull)
    $

Although I had to delete the stale "pu" manually just now.

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2020-12-01 13:22:41 -08:00
Junio C Hamano
b2369410d6 Meta/cook: update boilerplate text in the W-C report 2020-10-19 10:17:22 -07:00
Junio C Hamano
bd45e1c302 Meta: prepare to use alternate name for the primary branch 2020-07-22 21:38:21 -07:00
Junio C Hamano
c483b4cf74 Meta: rename 'pu' to 'seen' 2020-06-22 17:20:27 -07:00
Junio C Hamano
4bfe594872 Meta/cook: make ":" to mean what is cached 2020-03-09 20:16:07 -07:00
Junio C Hamano
5410cdfd20 cook: teach 'on hold' and other status 2019-03-01 07:30:47 +09:00
Junio C Hamano
0e2d29bc9c Meta/cook: leave a NEEDSWORK comment
A new topic that is still not ready for 'pu' which uses a topic in
flight appear in the description of the latter as "used by", even
though it does not appear in the report anywhere else.  Leave a note
to the place where this bug happens, as I do not have time to fix it
right now.
2017-10-30 15:07:38 +09:00
Junio C Hamano
2c210db464 Meta/cook: hold topics in 'next' by default during -rc period 2017-10-18 11:57:13 +09:00
Junio C Hamano
0862e13a57 Meta/cook: catch 'will wait...', too
... and ignore ??/wip-* while at it.
2017-07-07 12:24:37 -07:00
Junio C Hamano
7f71885f30 Meta/cook: more auto-transition of states
Just like "Will merge to 'next'" is automatically promoted to "Will
merge to 'master'" once the topic is merged to 'next', transition
two more states automatically when a topic is merged to 'next'.
"Will merge to and cook in 'next'" will become "Will cook in 'next'"
"Will merge to 'next' and then to 'master'" will become "Will merge
to 'master'".
2017-02-10 14:18:20 -08:00
Junio C Hamano
60a23bcd31 Meta/cook: stop hardcoding 7-hex abbreviation 2016-10-03 15:26:05 -07:00
Junio C Hamano
17abc906c5 Meta/cook, Meta/Reintegrate: add a few more $willdo verbs
"Will hold" and "Will eject (from ...)" are common things to say.
2016-06-23 15:30:20 -07:00
Junio C Hamano
61a617dc09 Meta/cook: tweak "Will merge" marker automatically 2016-02-10 15:40:35 -08:00
Junio C Hamano
783534b26f Meta/cook: 'Still doing something' is another keyphrase 2016-01-26 16:21:34 -08:00
Junio C Hamano
5914a770c2 Meta/Announce: adjust to possible change to the top-level RelNotes 2015-02-11 15:27:58 -08:00
Junio C Hamano
5d95246e8a Meta/cook: automate will merge to s/next/master/ 2014-10-24 15:27:30 -07:00
Junio C Hamano
0a61ccedfc Meta/cook: loosen the regexp to catch What's cooking intro blurb 2014-10-24 15:26:53 -07:00