aboutsummaryrefslogtreecommitdiff
path: root/http_handle_repo_contrib_one.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* templates shall no longer be a global variableRunxi Yu2025-04-051-10/+10
* web: Separate HTTP error pages into its own packageRunxi Yu2025-04-051-9/+10
* Unexport fields in Serverv0.1.24Runxi Yu2025-04-051-1/+1
* Use cmd/forge for the entry pointRunxi Yu2025-04-051-3/+3
* database shall no longer be a global variableRunxi Yu2025-04-051-2/+2
* Add descriptive comments to most Go functionsRunxi Yu2025-03-311-0/+2
* Per-repo merge request sequencesRunxi Yu2025-03-311-2/+2
* Replace FileContributor with FileCopyrightTextRunxi Yu2025-03-311-1/+1
* Properly format files...v0.1.4Runxi Yu2025-03-291-1/+1
* Fix out of bounds read on finding merge basesv0.1.3Runxi Yu2025-03-291-0/+7
* Add 403 and 501 pagesRunxi Yu2025-03-251-1/+1
* Use a custom errPage500Runxi Yu2025-03-221-7/+7
* Variable name lengthsRunxi Yu2025-03-221-11/+11
* Remove underscores from Go code, pt 4Runxi Yu2025-03-191-29/+29
* Remove underscores from Go code, pt 3Runxi Yu2025-03-191-3/+3
* repo/contrib/one: var/etc code quality modificationsRunxi Yu2025-03-051-6/+5
* repo/contrib/one: Diff against merge baseRunxi Yu2025-03-051-1/+9
* *: Typing fixesRunxi Yu2025-03-051-4/+5
* repo/*: Use var instead of :=Runxi Yu2025-03-051-10/+19
* Add SPDX license headers to all Go filesRunxi Yu2025-03-031-0/+3
* repo/contrib/one: Handle when destination branch is nullRunxi Yu2025-02-191-5/+13
* all: Use COALESCE to handle some nullable database fieldsRunxi Yu2025-02-191-1/+1
* repo/contrib/one: Add missing error checkRunxi Yu2025-02-191-0/+4
* repo/contrib: Fix destination_commit paramRunxi Yu2025-02-191-1/+1
* repo/contrib: Display merge request diffsRunxi Yu2025-02-191-0/+56