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
...
*
Use GitLab's squash_commit_sha when available (#27824)
Sebastian Brückner
2023-10-29
1
-1
/
+6
*
Final round of `db.DefaultContext` refactor (#27587)
JakobDev
2023-10-14
3
-3
/
+3
*
Penultimate round of `db.DefaultContext` refactor (#27414)
JakobDev
2023-10-11
2
-3
/
+3
*
Even more `db.DefaultContext` refactor (#27352)
JakobDev
2023-10-03
1
-1
/
+1
*
More `db.DefaultContext` refactor (#27265)
JakobDev
2023-09-29
1
-2
/
+2
*
make writing main test easier (#27270)
Lunny Xiao
2023-09-28
1
-4
/
+1
*
Another round of `db.DefaultContext` refactor (#27103)
JakobDev
2023-09-25
2
-4
/
+4
*
Next round of `db.DefaultContext` refactor (#27089)
JakobDev
2023-09-16
4
-11
/
+10
*
More refactoring of `db.DefaultContext` (#27083)
JakobDev
2023-09-15
1
-1
/
+1
*
Move some functions to service layer (#26969)
Lunny Xiao
2023-09-08
2
-7
/
+7
*
move repository deletion to service layer (#26948)
Lunny Xiao
2023-09-08
1
-1
/
+1
*
Move createrepository from module to service layer (#26927)
Lunny Xiao
2023-09-06
1
-1
/
+2
*
Use `Set[Type]` instead of `map[Type]bool/struct{}`. (#26804)
KN4CK3R
2023-08-30
1
-3
/
+3
*
Add context parameter to some database functions (#26055)
Lunny Xiao
2023-07-22
1
-2
/
+3
*
Replace `interface{}` with `any` (#25686)
silverwind
2023-07-04
4
-12
/
+12
*
Sync branches into databases (#22743)
Lunny Xiao
2023-06-29
1
-2
/
+2
*
Fix panic when migrating a repo from GitHub with issues (#25246)
Jason Song
2023-06-14
1
-1
/
+1
*
Update github.com/google/go-github to v53 (#25157)
Yevhen Pavlov
2023-06-09
2
-2
/
+2
*
GitLab migration: Sanitize response for reaction list (#25054)
6543
2023-06-02
2
-15
/
+67
*
Update github.com/google/go-github to v52 (#24004)
6543
2023-05-31
2
-14
/
+7
*
Rewrite logger system (#24726)
wxiaoguang
2023-05-22
7
-35
/
+21
*
Some refactors for issues stats (#24793)
Lunny Xiao
2023-05-19
1
-1
/
+1
*
Make repo migration cancelable and fix various bugs (#24605)
wxiaoguang
2023-05-11
1
-3
/
+2
*
Rewrite queue (#24505)
wxiaoguang
2023-05-08
1
-2
/
+1
*
Improve test logger (#24235)
wxiaoguang
2023-04-21
1
-39
/
+28
*
Update github.com/google/go-github to v51 (#23946)
harryzcy
2023-04-08
2
-20
/
+27
*
Introduce path Clean/Join helper functions (#23495)
wxiaoguang
2023-03-21
1
-2
/
+2
*
Use CleanPath instead of path.Clean (#23371)
Lunny Xiao
2023-03-08
1
-2
/
+2
*
Add loading yaml label template files (#22976)
Lauris BH
2023-03-02
1
-8
/
+11
*
Scoped labels (#22585)
Brecht Van Lommel
2023-02-18
1
-0
/
+1
*
Prevent duplicate labels when importing more than 99 (#22591)
Sybren
2023-01-24
1
-1
/
+1
*
Fix assignment to `cm.AssigneeID` when importing comments (#22528)
Sybren
2023-01-19
1
-1
/
+3
*
Support importing comment types (#22510)
Sybren
2023-01-19
1
-2
/
+21
*
Fix migration from gitbucket (repost) (#22477)
Haruo Kinoshita
2023-01-17
2
-3
/
+12
*
Update golang deps (#22410)
techknowlogick
2023-01-12
1
-2
/
+4
*
Check primary keys for all tables and drop ForeignReference (#21721)
Jason Song
2022-12-23
1
-11
/
+0
*
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
[prev]
[next]