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 34dfc25b83
Make git clone URL could use current signed-in user (#33091)
close #33086

* Add a special value for "SSH_USER" setting: `(DOER_USERNAME)`
* Improve parseRepositoryURL and add tests (now it doesn't have hard
dependency on some setting values)

Many changes are just adding "ctx" and "doer" argument to functions.

By the way, improve app.example.ini, remove all `%(key)s` syntax, it
only makes messy and no user really cares about it.

Document: https://gitea.com/gitea/docs/pulls/138
1 month ago
..
main_test.go
v260.go
v261.go
v262.go
v263.go handle repository.size column being NULL in migration v263 (#28336) 1 year ago
v264.go
v265.go
v266.go Restore warning commit status (#27504) 1 year ago
v267.go
v268.go
v269.go
v270.go Fix typo in metadata (#26207) 2 years ago
v271.go Allow to archive labels (#26478) 2 years ago
v272.go Add optimistic lock to ActionRun table (#26563) 2 years ago
v273.go chore(actions): support cron schedule task (#26655) 2 years 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 Make git clone URL could use current signed-in user (#33091) 1 month 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