index
:
forgejo
forgejo
forgejo
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
models
/
activities
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Port] gitea#29930: Move notifications to a standalone file
Lunny Xiao
2024-03-28
2
-466
/
+480
*
Performance improvements for pull request list page (#29900)
Lunny Xiao
2024-03-26
1
-0
/
+29
*
Add more stats tables (#29730)
Lunny Xiao
2024-03-20
1
-1
/
+6
*
Some performance optimization on dashboard and issues page (#29010)
Lunny Xiao
2024-03-20
2
-74
/
+166
*
Avoid issue info panic (#29625)
wxiaoguang
2024-03-11
1
-3
/
+7
*
Rename Action.GetDisplayName to GetActDisplayName (#29540)
wxiaoguang
2024-03-06
1
-4
/
+4
*
[MODERATION] Refactor excluding watchers mechanism (squash)
Gusted
2024-02-05
1
-1
/
+18
*
[MODERATION] User blocking
Gusted
2024-02-05
2
-1
/
+10
*
Revert "Speed up loading the dashboard on mysql/mariadb (#28546)" (#29006)
Lunny Xiao
2024-02-01
1
-6
/
+3
*
Simplify how git repositories are opened (#28937)
Lunny Xiao
2024-01-27
1
-2
/
+3
*
Speed up loading the dashboard on mysql/mariadb (#28546)
Lunny Xiao
2024-01-14
1
-3
/
+6
*
Refactor timeutil package (#28623)
wxiaoguang
2023-12-28
1
-2
/
+2
*
Use db.Find instead of writing methods for every object (#28084)
Lunny Xiao
2023-11-24
3
-104
/
+130
*
Refactor Find Sources and fix bug when view a user who belongs to an unactive...
Lunny Xiao
2023-11-03
1
-1
/
+1
*
Upgrade to golangci-lint@v1.55.0 (#27756)
silverwind
2023-10-24
1
-2
/
+1
*
Penultimate round of `db.DefaultContext` refactor (#27414)
JakobDev
2023-10-11
1
-1
/
+1
*
Add Index to `action.user_id` (#27403)
JakobDev
2023-10-04
1
-1
/
+1
*
Even more `db.DefaultContext` refactor (#27352)
JakobDev
2023-10-03
2
-2
/
+2
*
More `db.DefaultContext` refactor (#27265)
JakobDev
2023-09-29
5
-67
/
+66
*
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
-7
/
+9
*
Quote table `release` in sql queries (#27205)
KN4CK3R
2023-09-23
1
-5
/
+5
*
Reduce usage of `db.DefaultContext` (#27073)
JakobDev
2023-09-14
1
-4
/
+6
*
move repository deletion to service layer (#26948)
Lunny Xiao
2023-09-08
1
-0
/
+1
*
Refactor dashboard/feed.tmpl (#26956)
CaiCandong
2023-09-07
1
-0
/
+9
*
Bypass MariaDB performance bug of the "IN" sub-query, fix incorrect IssueInde...
wxiaoguang
2023-08-07
2
-8
/
+58
*
Fix bug with sqlite load read (#26305)
Lunny Xiao
2023-08-05
2
-5
/
+20
*
Add context parameter to some database functions (#26055)
Lunny Xiao
2023-07-22
2
-31
/
+31
*
Update tool dependencies, lock govulncheck and actionlint (#25655)
silverwind
2023-07-09
1
-5
/
+5
*
Use a separate admin page to show global stats, remove `actions` stat (#25062)
wxiaoguang
2023-06-03
1
-3
/
+2
*
Use the type RefName for all the needed places and fix pull mirror sync bugs ...
Lunny Xiao
2023-05-26
1
-12
/
+1
*
Fix commits pushed with deploy keys not shown in dashboard (#24521)
Zettat123
2023-05-10
1
-6
/
+21
*
Localize activity heatmap (except tooltip) (#24131)
Yarden Shoham
2023-04-17
1
-0
/
+9
*
Add activity feeds API (#23494)
Zettat123
2023-04-04
1
-0
/
+61
*
Improve indices for `action` table (#23532)
Zettat123
2023-03-24
1
-6
/
+4
*
Refactor `setting.Database.UseXXX` to methods (#23354)
Jason Song
2023-03-07
3
-6
/
+6
*
Add pagination for dashboard and user activity feeds (#22937)
Brecht Van Lommel
2023-02-24
3
-18
/
+28
*
Rename `repo.GetOwner` to `repo.LoadOwner` (#22967)
yp05327
2023-02-18
1
-1
/
+1
*
Add context cache as a request level cache (#22294)
Lunny Xiao
2023-02-15
1
-3
/
+3
*
Use link in UI which returned a relative url but not html_url which contains ...
Lunny Xiao
2023-02-06
3
-6
/
+63
*
Don't return duplicated users who can create org repo (#22560)
Gusted
2023-01-30
1
-1
/
+1
*
Always reuse transaction (#22362)
Jason Song
2023-01-08
1
-1
/
+1
*
Use complete SHA to create and query commit status (#22244)
Jason Song
2022-12-27
1
-1
/
+1
*
refactor some functions to support ctx as first parameter (#21878)
Lunny Xiao
2022-12-03
3
-15
/
+15
*
Implement FSFE REUSE for golang files (#21840)
flynnnnnnnnnn
2022-11-27
10
-20
/
+10
*
Add `context.Context` to more methods (#21546)
KN4CK3R
2022-11-19
4
-76
/
+56
*
Allow detect whether it's in a database transaction for a context.Context (#2...
Lunny Xiao
2022-11-12
2
-3
/
+3
*
feat: notify doers of a merge when automerging (#21553)
kolaente
2022-11-03
1
-1
/
+2
*
Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)
delvh
2022-10-24
4
-21
/
+21
*
Make every not exist error unwrappable to a fs.ErrNotExist (#20891)
zeripath
2022-10-18
1
-1
/
+1
[next]