aboutsummaryrefslogtreecommitdiff
path: root/http_handle_repo_contrib_one.go (unfollow)
Commit message (Expand)AuthorFilesLines
2025-03-31Add descriptive comments to most Go functionsRunxi Yu1-0/+2
2025-03-31Per-repo merge request sequencesRunxi Yu1-2/+2
2025-03-31Replace FileContributor with FileCopyrightTextRunxi Yu1-1/+1
2025-03-29Properly format files...v0.1.4Runxi Yu1-1/+1
2025-03-29Fix out of bounds read on finding merge basesv0.1.3Runxi Yu1-0/+7
2025-03-25Add 403 and 501 pagesRunxi Yu1-1/+1
2025-03-22Use a custom errPage500Runxi Yu1-7/+7
2025-03-22Variable name lengthsRunxi Yu1-11/+11
2025-03-19Remove underscores from Go code, pt 4Runxi Yu1-29/+29
2025-03-19Remove underscores from Go code, pt 3Runxi Yu1-3/+3
2025-03-05repo/contrib/one: var/etc code quality modificationsRunxi Yu1-6/+5
2025-03-05repo/contrib/one: Diff against merge baseRunxi Yu1-1/+9
2025-03-05*: Typing fixesRunxi Yu1-4/+5
2025-03-05repo/*: Use var instead of :=Runxi Yu1-10/+19
2025-03-03Add SPDX license headers to all Go filesRunxi Yu1-0/+3
2025-02-19repo/contrib/one: Handle when destination branch is nullRunxi Yu1-5/+13
2025-02-19all: Use COALESCE to handle some nullable database fieldsRunxi Yu1-1/+1
2025-02-19repo/contrib/one: Add missing error checkRunxi Yu1-0/+4
2025-02-19repo/contrib: Fix destination_commit paramRunxi Yu1-1/+1
2025-02-19repo/contrib: Display merge request diffsRunxi Yu1-0/+56