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/models/migrations/v1_21
wxiaoguang 580e21dd2e
Refactor LFS SSH and internal routers (#32473)
Gitea instance keeps reporting a lot of errors like "LFS SSH transfer connection denied, pure SSH protocol is disabled". When starting debugging the problem, there are more problems found. Try to address most of them:

* avoid unnecessary server side error logs (change `fail()` to not log them)
* figure out the broken tests/user2/lfs.git (added comments)
* avoid `migratePushMirrors` failure when a repository doesn't exist (ignore them)
* avoid "Authorization" (internal&lfs) header conflicts, remove the tricky "swapAuth" and use "X-Gitea-Internal-Auth"
* make internal token comparing constant time (it wasn't a serous problem because in a real world it's nearly impossible to timing-attack the token, but good to fix and backport)
* avoid duplicate routers (introduce AddOwnerRepoGitLFSRoutes)
* avoid "internal (private)" routes using session/web context (they should use private context)
* fix incorrect "path" usages (use "filepath")
* fix incorrect mocked route point handling (need to check func nil correctly)
* split some tests from "git general tests" to "git misc tests" (to keep "git_general_test.go" simple)

Still no correct result for Git LFS SSH tests. So the code is kept there
(`tests/integration/git_lfs_ssh_test.go`) and a FIXME explains the details.
3 months ago
..
main_test.go Support changing labels of Actions runner without re-registration (#24806) 2 years ago
v260.go Fix description of drop custom_labels migration (#25243) 2 years ago
v261.go Support configuration variables on Gitea Actions (#24724) 2 years ago
v262.go Support `pull_request_target` event (#25229) 2 years ago
v263.go handle repository.size column being NULL in migration v263 (#28336) 1 year ago
v264.go Drop the correct deleted branch table (#26028) 2 years ago
v265.go Actions Artifacts support uploading multiple files and directories (#24874) 2 years ago
v266.go Restore warning commit status (#27504) 1 year ago
v267.go Reduce unnecessary DB queries for Actions tasks (#25199) 2 years ago
v268.go Implement auto-cancellation of concurrent jobs if the event is push (#25716) 2 years ago
v269.go Drop the correct deleted branch table (#26028) 2 years ago
v270.go Fix typo in metadata (#26207) 2 years ago
v271.go Allow to archive labels (#26478) 1 year ago
v272.go Add optimistic lock to ActionRun table (#26563) 1 year ago
v273.go chore(actions): support cron schedule task (#26655) 1 year ago
v274.go Artifacts retention and auto clean up (#26131) 1 year ago
v275.go Add a new column schedule_id for action_run to track (#26975) 1 year ago
v276.go Refactor LFS SSH and internal routers (#32473) 3 months ago
v277.go Add index to `issue_user.issue_id` (#27154) 1 year ago
v278.go Add Index to `comment.dependent_issue_id` (#27325) 1 year ago
v279.go Upgrade xorm to v1.3.9 and improve some migrations Sync (#29899) 7 months ago