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/services/context
Lunny Xiao 6410c34b7f
Refactor ref type (#33242)
Major changes:

1. do not sync ".keep" file during tests
2. fix incorrect route handler and empty repo handling (backported as #33253 with tests)
3. do not use `RepoRef`: most of the calls are abuses.
4. Use `git.RefType` instead of a new type definition `RepoRefType` on `context`.

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2 months ago
..
upload Clarify path param naming (#32969) 2 months ago
access_log.go Move context from modules to services (#29440) 1 year ago
api.go Fix raw file API ref handling (#33172) 2 months ago
api_org.go Move context from modules to services (#29440) 1 year ago
api_test.go Move context from modules to services (#29440) 1 year ago
base.go Clarify path param naming (#32969) 2 months ago
base_form.go [Feature] Private README.md for organization (#32872) 2 months ago
base_path.go Clarify path param naming (#32969) 2 months ago
base_test.go Refactor request context (#32956) 2 months ago
captcha.go Refactor template & test related code (#32938) 2 months ago
context.go Refactor request context (#32956) 2 months ago
context_cookie.go Move context from modules to services (#29440) 1 year ago
context_model.go Refactor context repository (#33202) 2 months ago
context_request.go Move context from modules to services (#29440) 1 year ago
context_response.go Add sub issue list support (#32940) 2 months ago
context_template.go Move context from modules to services (#29440) 1 year ago
context_test.go Refactor request context (#32956) 2 months ago
csrf.go Refactor CSRF token (#32216) 5 months ago
org.go Clarify path param naming (#32969) 2 months ago
package.go Refactor request context (#32956) 2 months ago
pagination.go Refactor pagination (#33037) 2 months ago
permission.go Refactor ref type (#33242) 2 months ago
private.go Refactor request context (#32956) 2 months ago
repo.go Refactor ref type (#33242) 2 months ago
response.go Move context from modules to services (#29440) 1 year ago
user.go Clarify path param naming (#32969) 2 months ago
utils.go Move context from modules to services (#29440) 1 year ago
xsrf.go Move context from modules to services (#29440) 1 year ago
xsrf_test.go Move context from modules to services (#29440) 1 year ago