You can not 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/repo
delvh 0ebb45cfe7
Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)
2 years ago
..
archiver.go fix hard-coded timeout and error panic in API archive download endpoint (#20925) 2 years ago
attachment.go Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551) 2 years ago
attachment_test.go
avatar.go Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551) 2 years ago
collaboration.go Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551) 2 years ago
collaboration_test.go
fork.go
fork_test.go
git.go
issue.go
language_stats.go
main_test.go
mirror.go
pushmirror.go
pushmirror_test.go
redirect.go Make every not exist error unwrappable to a fs.ErrNotExist (#20891) 2 years ago
redirect_test.go
release.go Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551) 2 years ago
repo.go Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551) 2 years ago
repo_indexer.go Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551) 2 years ago
repo_list.go Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551) 2 years ago
repo_list_test.go
repo_test.go
repo_unit.go Make every not exist error unwrappable to a fs.ErrNotExist (#20891) 2 years ago
star.go
star_test.go
topic.go Make every not exist error unwrappable to a fs.ErrNotExist (#20891) 2 years ago
topic_test.go
update.go Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551) 2 years ago
upload.go Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551) 2 years ago
user_repo.go Add generic set type (#21408) 2 years ago
user_repo_test.go
watch.go
watch_test.go
wiki.go Make every not exist error unwrappable to a fs.ErrNotExist (#20891) 2 years ago
wiki_test.go