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.
gitea/modules
Gusted 09adc26eb6
Set correct PR status on 3way on conflict checking (#19457) (#19458)
- Backport #19457
  - When 3-way merge is enabled for conflict checking, it has a new interesting behavior that it doesn't return any error when it found a conflict, so we change the condition to not check for the error, but instead check if conflictedfiles is populated, this fixes a issue whereby PR status wasn't correctly on conflicted PR's.
  - Refactor the mergeable property(which was incorrectly set and lead me this bug) to be more maintainable.
  - Add a dedicated test for conflicting checking, so it should prevent future issues with this.
  - Ref: Fix the latest error for https://gitea.com/gitea/go-sdk/pulls/579

Co-authored-by: zeripath <art27@cantab.net>
3 years ago
..
activitypub Create pub/priv keypair for federation (#17071) 4 years ago
analyze Use git attributes to determine generated and vendored status for language stats and diffs (#16773) 4 years ago
appstate Decouple unit test code from business code (#17623) 3 years ago
auth fix pam authorization (#19040) (#19047) 3 years ago
avatar Fix various typos (#18219) 3 years ago
base Simplify parameter types (#18006) 3 years ago
cache Test cache during init (#17852) 3 years ago
charset Don't treat BOM escape sequence as hidden character. (#18909) (#18910) 3 years ago
context RepoAssignment ensure to close before overwrite (#19449) (#19460) 3 years ago
convert Set correct PR status on 3way on conflict checking (#19457) (#19458) 3 years ago
csv Fix various typos (#18219) 3 years ago
doctor Fix various typos (#18219) 3 years ago
emoji Run processors on whole of text (#16155) 4 years ago
eventsource Simplify parameter types (#18006) 3 years ago
generate Support webauthn (#17957) 3 years ago
git Add uploadpack.allowAnySHA1InWant to allow --filter=blob:none with older git clients (#19430) (#19438) 3 years ago
gitgraph Collaborator trust model should trust collaborators (#18539) (#18557) 3 years ago
graceful Immediately Hammer if second kill is sent (#18823) (#18826) 3 years ago
hcaptcha hCaptcha Support (#12594) 5 years ago
highlight Bump to build with go1.18 (#19120 et al) (#19127) 3 years ago
hostmatcher Revert the minimal golang version requirement from 1.17 to 1.16 and add a warning in Makefile (#19319) 3 years ago
httpcache Use a variable but a function for IsProd because of a slight performance increment (#17368) 3 years ago
httplib refactor: move from io/ioutil to io and os package (#17109) 4 years ago
indexer Prevent intermittent failures in RepoIndexerTest (#19225 #19229) (#19228) 3 years ago
json Move repository model into models/repo (#17933) 3 years ago
lfs Improve SyncMirrors logging (#19045) (#19050) 3 years ago
log Simplify parameter types (#18006) 3 years ago
markup Bump goldmark to v1.4.11 (#19201) (#19203) 3 years ago
metrics Refactor auth package (#17962) 3 years ago
migration Fix various typos (#18219) 3 years ago
nosql Adjust error for already locked db and prevent level db lock on malformed connstr (#18923) (#18938) 3 years ago
notification Fix problem when self-assign notification (#18797) (#18976) 3 years ago
options Remove golang vendored directory (#18277) 3 years ago
password Fixed assert statements. (#16089) 4 years ago
pprof refactor: move from io/ioutil to io and os package (#17109) 4 years ago
private Fix the bug: deploy key with write access can not push (#19010) (#19182) 3 years ago
process Fix various typos (#18219) 3 years ago
proxy Return nil proxy function if proxy not enabled (#16742) 4 years ago
public Fix mime-type detection for HTTP server (#18371) 3 years ago
queue In disk_channel queues synchronously push to disk on shutdown (#18415) (#18788) 3 years ago
recaptcha refactor: move from io/ioutil to io and os package (#17109) 4 years ago
references Add API to get issue/pull comments and events (timeline) (#17403) 3 years ago
repository Use full output of git show-ref --tags to get tags for PushUpdateAddTag (#19235) (#19236) 3 years ago
secret Simplify parameter types (#18006) 3 years ago
session Refactor auth package (#17962) 3 years ago
setting Only request write when necessary (#18657) (#19422) 3 years ago
ssh Update golang.org/x/crypto (#19097) (#19098) 3 years ago
storage Clean paths when looking in Storage (#19124) (#19179) 3 years ago
structs When updating mirror repo intervals by API reschedule next update too (#19429) (#19433) 3 years ago
svg refactor: move from io/ioutil to io and os package (#17109) 4 years ago
sync
templates Prevent start panic due to missing DotEscape function 3 years ago
test Unify and simplify TrN for i18n (#18141) 3 years ago
timeutil Don't store assets modified time into generated files (#18193) 3 years ago
translation Sort locales according to their names (#18211) 3 years ago
typesniffer Read expected buffer size (#17409) 3 years ago
updatechecker Fix various typos (#18219) 3 years ago
upload Simplify parameter types (#18006) 3 years ago
uri Prevent NPE if gitea uploader fails to open url (#18080) 3 years ago
user Add gitea-vet (#10948) 5 years ago
util Revert the minimal golang version requirement from 1.17 to 1.16 and add a warning in Makefile (#19319) 3 years ago
validation Upgrade chi to v5 (#17298) 3 years ago
web Simplify parameter types (#18006) 3 years ago