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
/
services
/
migrations
Age
Commit message (
Expand
)
Author
2023-03-08
Use CleanPath instead of path.Clean (#23371)
Lunny Xiao
2023-03-02
Add loading yaml label template files (#22976)
Lauris BH
2023-02-18
Scoped labels (#22585)
Brecht Van Lommel
2023-01-24
Prevent duplicate labels when importing more than 99 (#22591)
Sybren
2023-01-19
Fix assignment to `cm.AssigneeID` when importing comments (#22528)
Sybren
2023-01-18
Support importing comment types (#22510)
Sybren
2023-01-17
Fix migration from gitbucket (repost) (#22477)
Haruo Kinoshita
2023-01-12
Update golang deps (#22410)
techknowlogick
2022-12-23
Check primary keys for all tables and drop ForeignReference (#21721)
Jason Song
2022-12-03
refactor some functions to support ctx as first parameter (#21878)
Lunny Xiao
2022-11-27
Implement FSFE REUSE for golang files (#21840)
flynnnnnnnnnn
2022-11-21
Replace yaml.v2 with yaml.v3 (#21832)
Jason Song
2022-11-19
Add `context.Context` to more methods (#21546)
KN4CK3R
2022-11-15
Skip GitHub migration tests if the API token is undefined (#21824)
Gary Moon
2022-11-03
Handle branch name with prefix in GitHub migration (#20357)
Chongyi Zheng
2022-10-24
Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)
delvh
2022-10-23
Refactor git command arguments and make all arguments to be safe to be used (...
wxiaoguang
2022-10-17
Add system setting table with cache and also add cache supports for user sett...
Lunny Xiao
2022-10-02
Foreign ID conflicts if ID is 0 for each item (#21271)
techknowlogick
2022-09-05
Move go-licenses to generate and separate generate into a frontend and backen...
zeripath
2022-09-04
Add more checks in migration code (#21011)
zeripath
2022-08-30
Go 1.19 format (#20758)
John Olheiser
2022-08-25
Move some files into models' sub packages (#20262)
Lunny Xiao
2022-08-21
Double check CloneURL is acceptable (#20869)
zeripath
2022-08-16
Add proxy host into allow list (#20798)
Lunny Xiao
2022-08-16
Refactor AssertExistsAndLoadBean to use generics (#20797)
Lunny Xiao
2022-07-13
Add tests for the host checking logic, clarify the behaviors (#20328)
wxiaoguang
2022-07-12
Correctly handle draft releases without a tag (#20314)
Chongyi Zheng
2022-07-01
Fix cli command restore-repo: "units" should be splitted to string slice, to ...
wxiaoguang
2022-06-20
Add more linters to improve code readability (#19989)
Wim
2022-06-17
Write Commit-Graphs in RepositoryDumper (#20004)
zeripath
2022-06-15
Fix cli command restore-repo: "units" should be parsed as StringSlice (#19953)
wxiaoguang
2022-06-13
Move issues related files into models/issues (#19931)
Lunny Xiao
2022-06-12
Unify repo settings & show better error (#19828)
Gusted
2022-06-09
Prevent NPE whilst migrating if there is a team request review (#19855)
zeripath
2022-05-20
Move almost all functions' parameter db.Engine to context.Context (#19748)
Lunny Xiao
2022-05-10
Update go tool dependencies (#19676)
silverwind
2022-05-02
ignore DNS error when doing migration allow/block check (#19566)
wxiaoguang
2022-04-26
Fix migrate release from github (#19510)
Lunny Xiao
2022-04-25
User specific repoID or xorm builder conditions for issue search (#19475)
6543
2022-04-25
Add notags to fetch (#19487)
6543
2022-04-15
Fix datarace in gitea_uploader.go (#19409)
chavacava
2022-04-14
Use a struct as test options (#19393)
Lunny Xiao
2022-04-08
Move milestone to models/issues/ (#19278)
Lunny Xiao
2022-04-01
Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280)
wxiaoguang
2022-03-31
Move reaction to models/issues/ (#19264)
Lunny Xiao
2022-03-30
Make git.OpenRepository accept Context (#19260)
6543
2022-03-23
Update HTTP status codes to modern codes (#18063)
KN4CK3R
2022-03-22
Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/mo...
wxiaoguang
2022-03-19
Make migrations SKIP_TLS_VERIFY apply to git too (#19132)
zeripath
[next]