You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/modules
Brecht Van Lommel 8bdc0acf97
Fix pull request update showing too many commits with multiple branches (#22856)
When the base repository contains multiple branches with the same
commits as the base branch, pull requests can show a long list of
commits already in the base branch as having been added.

What this is supposed to do is exclude commits already in the base
branch. But the mechansim to do so assumed a commit only exists in a
single branch. Now use `git rev-list A B --not branchName` instead of
filtering commits afterwards.

The logic to detect if there was a force push also was wrong for
multiple branches. If the old commit existed in any branch in the base
repository it would assume there was no force push. Instead check if the
old commit is an ancestor of the new commit.
1 year ago
..
actions Fix actions workflow branches match bug (#22724) 1 year ago
activitypub Add Chef package registry (#22554) 1 year ago
analyze Implement FSFE REUSE for golang files (#21840) 2 years ago
auth Fix various bugs for "install" page (#23194) 1 year ago
avatar Use minio/sha256-simd for accelerated SHA256 (#23052) 1 year ago
base Use minio/sha256-simd for accelerated SHA256 (#23052) 1 year ago
cache Improve cache context (#23330) 1 year ago
charset Fix isAllowed of escapeStreamer (#22814) 1 year ago
container Implement FSFE REUSE for golang files (#21840) 2 years ago
context Set `X-Gitea-Debug` header once (#23361) 1 year ago
csv Add context when rendering labels or emojis (#23281) 1 year ago
doctor Refactor `setting.Database.UseXXX` to methods (#23354) 1 year ago
emoji Fix unstable emoji sort (#22346) 2 years ago
eventsource Move `convert` package to services (#22264) 2 years ago
generate Implement FSFE REUSE for golang files (#21840) 2 years ago
git Fix pull request update showing too many commits with multiple branches (#22856) 1 year ago
gitgraph Add context cache as a request level cache (#22294) 1 year ago
graceful Implement FSFE REUSE for golang files (#21840) 2 years ago
hcaptcha Consume hcaptcha and pwn deps (#22610) 1 year ago
highlight Refactor the setting to make unit test easier (#22405) 1 year ago
hostmatcher Implement FSFE REUSE for golang files (#21840) 2 years ago
html Implement FSFE REUSE for golang files (#21840) 2 years ago
httpcache Set `X-Gitea-Debug` header once (#23361) 1 year ago
httplib Implement FSFE REUSE for golang files (#21840) 2 years ago
indexer Refactor the setting to make unit test easier (#22405) 1 year ago
issue/template Allow issue templates to not render title (#22589) 1 year ago
json Update gitea-vet to check FSFE REUSE (#22004) 2 years ago
label Reduce duplicate and useless code in options (#23369) 1 year ago
lfs Use minio/sha256-simd for accelerated SHA256 (#23052) 1 year ago
log Improve trace logging for pulls and processes (#22633) 1 year ago
markup Add context when rendering labels or emojis (#23281) 1 year ago
mcaptcha Implement FSFE REUSE for golang files (#21840) 2 years ago
metrics include build info in Prometheus metrics (#22819) 1 year ago
migration Scoped labels (#22585) 1 year ago
mirror Implement FSFE REUSE for golang files (#21840) 2 years ago
nosql Implement FSFE REUSE for golang files (#21840) 2 years ago
notification Implement actions (#21937) 1 year ago
options Use CleanPath instead of path.Clean (#23371) 1 year ago
packages Use import of OCI structs (#22765) 1 year ago
paginator Update gitea-vet to check FSFE REUSE (#22004) 2 years ago
pprof Implement FSFE REUSE for golang files (#21840) 2 years ago
private Implement actions (#21937) 1 year ago
process Improve trace logging for pulls and processes (#22633) 1 year ago
proxy Use proxy for pull mirror (#22771) 1 year ago
proxyprotocol Implement FSFE REUSE for golang files (#21840) 2 years ago
public Use CleanPath instead of path.Clean (#23371) 1 year ago
queue Properly flush unique queues on startup (#23154) 1 year ago
recaptcha Implement FSFE REUSE for golang files (#21840) 2 years ago
references Use correct captured group range when parsing cross-reference (#22672) 1 year ago
regexplru Implement FSFE REUSE for golang files (#21840) 2 years ago
repository Fix pull request update showing too many commits with multiple branches (#22856) 1 year ago
secret Use minio/sha256-simd for accelerated SHA256 (#23052) 1 year ago
session Update gitea-vet to check FSFE REUSE (#22004) 2 years ago
setting Refactor `setting.Database.UseXXX` to methods (#23354) 1 year ago
sitemap Fix sitemap (#22272) 2 years ago
ssh Implement FSFE REUSE for golang files (#21840) 2 years ago
storage Use CleanPath instead of path.Clean (#23371) 1 year ago
structs Add scopes to API to create token and display them (#22989) 1 year ago
svg Implement FSFE REUSE for golang files (#21840) 2 years ago
sync Implement FSFE REUSE for golang files (#21840) 2 years ago
system Implement FSFE REUSE for golang files (#21840) 2 years ago
templates Add context when rendering labels or emojis (#23281) 1 year ago
test Rename `repo.GetOwner` to `repo.LoadOwner` (#22967) 1 year ago
timeutil Check for zero time instant in `TimeStamp.IsZero()` (#22171) 2 years ago
translation Implement FSFE REUSE for golang files (#21840) 2 years ago
turnstile Add new captcha: cloudflare turnstile (#22369) 1 year ago
typesniffer Do not recognize text files as audio (#23355) 1 year ago
updatechecker Implement FSFE REUSE for golang files (#21840) 2 years ago
upload Implement FSFE REUSE for golang files (#21840) 2 years ago
uri Implement FSFE REUSE for golang files (#21840) 2 years ago
user Implement FSFE REUSE for golang files (#21840) 2 years ago
util Use CleanPath instead of path.Clean (#23371) 1 year ago
validation Map OIDC groups to Orgs/Teams (#21441) 1 year ago
watcher Implement FSFE REUSE for golang files (#21840) 2 years ago
web Map OIDC groups to Orgs/Teams (#21441) 1 year ago
webhook Restructure `webhook` module (#22256) 2 years ago