index
:
gitea
base-activitypub
feature-activitypub
feature-activitypub-old
feature-go-ap-inbox-outbox
feature-go-fed
feature-inbox-outbox
feature-manual-inbox-outbox
feature-manual-inbox-outbox-old
gitea
libreplanet-federation-demo
main
old
release/v1.10
release/v1.11
release/v1.12
release/v1.13
release/v1.14
release/v1.15
release/v1.16
release/v1.8
release/v1.9
Development moved to Codeberg
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
models
/
unittest
Age
Commit message (
Expand
)
Author
2023-03-07
Refactor `setting.Database.UseXXX` to methods (#23354)
Jason Song
2023-02-24
Avoid warning for system setting when start up (#23054)
Lunny Xiao
2023-02-20
Make CI use a dummy password hasher for all tests (#22983)
zeripath
2023-01-31
Implement actions (#21937)
Jason Song
2023-01-14
Add support for incoming emails (#22056)
KN4CK3R
2022-12-31
Use ErrInvalidArgument in packages (#22268)
KN4CK3R
2022-11-27
Implement FSFE REUSE for golang files (#21840)
flynnnnnnnnnn
2022-10-17
Add system setting table with cache and also add cache supports for user sett...
Lunny Xiao
2022-09-02
Kd/ci playwright go test (#20123)
Kyle D
2022-08-16
Refactor AssertExistsAndLoadBean to use generics (#20797)
Lunny Xiao
2022-08-09
Refactor legacy git init (#20376)
wxiaoguang
2022-07-08
Use git.HOME_PATH for Git HOME directory (#20114)
wxiaoguang
2022-06-16
Remove legacy git code (ver < 2.0), fine tune markup tests (#19930)
wxiaoguang
2022-06-11
Fix data-race problems in git module (quick patch) (#19934)
wxiaoguang
2022-06-10
Refactor git module, make Gitea use internal git config (#19732)
wxiaoguang
2022-05-10
Use better message for consistency check (#19672)
Gusted
2022-05-05
GetFeeds must always discard actions with dangling repo_id (#19598)
singuliere
2022-04-14
Use a struct as test options (#19393)
Lunny Xiao
2022-04-08
Use "main" as default branch name (#19354)
wxiaoguang
2022-04-02
Remove legacy `unknwon/com` package (#19298)
wxiaoguang
2022-03-30
Add Package Registry (#16510)
KN4CK3R
2022-02-07
Add separate SSH_USER config option (#17584)
Clar Fon
2022-01-20
format with gofumpt (#18184)
6543
2022-01-01
tests: s/GITEA_UNIT_TESTS_VERBOSE/GITEA_UNIT_TESTS_LOG_SQL/ (#18142)
singuliere
2021-12-16
Prevent hang in git cat-file if repository is not a valid repository and othe...
zeripath
2021-12-10
Prevent services/mailer/mailer_test.go tests from deleteing data directory (#...
zeripath
2021-12-01
Improve install code to avoid low-level mistakes. (#17779)
wxiaoguang
2021-11-17
A better go code formatter, and now `make fmt` can run in Windows (#17684)
wxiaoguang
2021-11-16
Decouple unit test, remove intermediate `unittestbridge` package (#17662)
wxiaoguang
2021-11-12
Decouple unit test code from business code (#17623)
wxiaoguang