fix: pull requests need sort=recentupdate not just in debug output #91

Merged
earl-warren merged 5 commits from earl-warren/release-notes-assistant:wip-clone into main 2025-07-19 20:18:30 +00:00
Contributor
No description provided.
The optimizations designed to reduce the size of the clone
are difficult to figure out. They work will for a single release but
when the clone is re-used to loop over multiple releases, the logic
must be adapted to only get the information relevant to the newer
release.

Instead of implementing and testing tis new logic, simplify and make a
full clone. It uses more space but can be conveniently cached and
re-used to minimize network transfer.
To figure out of a commit belongs to the target release, do not use
git describe --contains because it is expensive.
earl-warren scheduled this pull request to auto merge when all checks succeed 2025-07-19 19:28:48 +00:00
earl-warren force-pushed wip-clone from ec258854df
Some checks failed
/ test (pull_request) Failing after 49s
to 2dfbb0f4f0
Some checks failed
/ test (pull_request) Failing after 48s
2025-07-19 19:40:53 +00:00
Compare
earl-warren force-pushed wip-clone from 2dfbb0f4f0
Some checks failed
/ test (pull_request) Failing after 48s
to 85ae1b620a
Some checks failed
/ test (pull_request) Failing after 2m55s
2025-07-19 19:45:22 +00:00
Compare
earl-warren force-pushed wip-clone from 85ae1b620a
Some checks failed
/ test (pull_request) Failing after 2m55s
to 32d4eec250
Some checks failed
/ test (pull_request) Failing after 2m52s
2025-07-19 19:51:10 +00:00
Compare
earl-warren force-pushed wip-clone from 32d4eec250
Some checks failed
/ test (pull_request) Failing after 2m52s
to b16b520d24
All checks were successful
/ test (pull_request) Successful in 2m24s
2025-07-19 19:59:53 +00:00
Compare
earl-warren deleted branch wip-clone 2025-07-19 20:18:30 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Reference
forgejo/release-notes-assistant!91
No description provided.