index
:
forgejo
forgejo
forgejo
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
services
/
migrations
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
refactor some functions to support ctx as first parameter (#21878)
Lunny Xiao
2022-12-03
1
-1
/
+1
*
Implement FSFE REUSE for golang files (#21840)
flynnnnnnnnnn
2022-11-27
25
-50
/
+25
*
Replace yaml.v2 with yaml.v3 (#21832)
Jason Song
2022-11-21
2
-2
/
+2
*
Add `context.Context` to more methods (#21546)
KN4CK3R
2022-11-19
1
-6
/
+6
*
Skip GitHub migration tests if the API token is undefined (#21824)
Gary Moon
2022-11-15
1
-1
/
+5
*
Handle branch name with prefix in GitHub migration (#20357)
Chongyi Zheng
2022-11-03
1
-1
/
+6
*
Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)
delvh
2022-10-24
6
-22
/
+22
*
Refactor git command arguments and make all arguments to be safe to be used (...
wxiaoguang
2022-10-23
3
-12
/
+12
*
Add system setting table with cache and also add cache supports for user sett...
Lunny Xiao
2022-10-17
2
-4
/
+4
*
Foreign ID conflicts if ID is 0 for each item (#21271)
techknowlogick
2022-10-02
1
-0
/
+4
*
Move go-licenses to generate and separate generate into a frontend and backen...
zeripath
2022-09-05
1
-1
/
+0
*
Add more checks in migration code (#21011)
zeripath
2022-09-04
13
-230
/
+638
*
Go 1.19 format (#20758)
John Olheiser
2022-08-31
2
-5
/
+8
*
Move some files into models' sub packages (#20262)
Lunny Xiao
2022-08-25
2
-12
/
+11
*
Double check CloneURL is acceptable (#20869)
zeripath
2022-08-21
3
-5
/
+24
*
Add proxy host into allow list (#20798)
Lunny Xiao
2022-08-17
1
-0
/
+5
*
Refactor AssertExistsAndLoadBean to use generics (#20797)
Lunny Xiao
2022-08-16
2
-11
/
+11
*
Add tests for the host checking logic, clarify the behaviors (#20328)
wxiaoguang
2022-07-13
2
-3
/
+48
*
Correctly handle draft releases without a tag (#20314)
Chongyi Zheng
2022-07-12
1
-2
/
+1
*
Fix cli command restore-repo: "units" should be splitted to string slice, to ...
wxiaoguang
2022-07-01
1
-1
/
+1
*
Add more linters to improve code readability (#19989)
Wim
2022-06-20
1
-1
/
+1
*
Write Commit-Graphs in RepositoryDumper (#20004)
zeripath
2022-06-17
1
-0
/
+5
*
Fix cli command restore-repo: "units" should be parsed as StringSlice (#19953)
wxiaoguang
2022-06-15
1
-2
/
+10
*
Move issues related files into models/issues (#19931)
Lunny Xiao
2022-06-13
2
-44
/
+44
*
Unify repo settings & show better error (#19828)
Gusted
2022-06-12
1
-1
/
+1
*
Prevent NPE whilst migrating if there is a team request review (#19855)
zeripath
2022-06-09
4
-4
/
+37
*
Move almost all functions' parameter db.Engine to context.Context (#19748)
Lunny Xiao
2022-05-20
2
-4
/
+5
*
Update go tool dependencies (#19676)
silverwind
2022-05-10
3
-5
/
+3
*
ignore DNS error when doing migration allow/block check (#19566)
wxiaoguang
2022-05-02
1
-4
/
+3
*
Fix migrate release from github (#19510)
Lunny Xiao
2022-04-27
1
-9
/
+12
*
User specific repoID or xorm builder conditions for issue search (#19475)
6543
2022-04-25
1
-1
/
+1
*
Add notags to fetch (#19487)
6543
2022-04-25
1
-1
/
+1
*
Fix datarace in gitea_uploader.go (#19409)
chavacava
2022-04-15
1
-2
/
+2
*
Use a struct as test options (#19393)
Lunny Xiao
2022-04-14
1
-1
/
+3
*
Move milestone to models/issues/ (#19278)
Lunny Xiao
2022-04-08
2
-5
/
+6
*
Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280)
wxiaoguang
2022-04-01
3
-6
/
+6
*
Move reaction to models/issues/ (#19264)
Lunny Xiao
2022-03-31
1
-3
/
+4
*
Make git.OpenRepository accept Context (#19260)
6543
2022-03-29
3
-4
/
+4
*
Update HTTP status codes to modern codes (#18063)
KN4CK3R
2022-03-23
4
-5
/
+5
*
Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/mo...
wxiaoguang
2022-03-22
1
-1
/
+1
*
Make migrations SKIP_TLS_VERIFY apply to git too (#19132)
zeripath
2022-03-19
1
-7
/
+10
*
Store the foreign ID of issues during migration (#18446)
Aravinth Manivannan
2022-03-17
16
-274
/
+181
*
Add Index to comment for migrations and mirroring (#18806)
singuliere
2022-03-06
6
-1
/
+15
*
migrations: add test for importing pull requests in gitea uploader (#18752)
singuliere
2022-02-25
2
-20
/
+335
*
migrations: remove dead code in gitea uploader (#18725)
singuliere
2022-02-21
1
-13
/
+3
*
Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552)
6543
2022-02-06
2
-3
/
+3
*
preserve users if restoring a repository on the same Gitea instance (#18604)
singuliere
2022-02-06
2
-26
/
+111
*
Replace `sync.Map` with normal maps (#18584)
Gusted
2022-02-03
1
-35
/
+20
*
add test coverage for original author conversion during migrations (#18506)
singuliere
2022-02-01
2
-173
/
+89
*
GitLab reviews may not have the updated_at field set (#18450)
Aravinth Manivannan
2022-01-29
3
-10
/
+159
[next]