This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
gitea
Watch
0
Star
0
Fork
0
mirror of
https://github.com/go-gitea/gitea.git
synced
2026-07-14 18:26:09 +02:00
Code
Issues
Activity
Files
596a8868d741da01ee0520d1196459b444dc4699
gitea
/
services
/
issue
T
History
Lunny Xiao
and
GitHub
aedf4e84f5
Move review request functions to a standalone file (
#37358
)
...
Assignee functions should be different from review request functions.
2026-04-23 23:01:04 +00:00
..
assignee_test.go
Remove incorrect "db.DefaultContext" usages (
#35366
)
2025-08-28 03:52:43 +00:00
assignee.go
Move review request functions to a standalone file (
#37358
)
2026-04-23 23:01:04 +00:00
comments.go
Creating push comments before invoke pull request checking (
#35647
)
2025-10-14 19:19:27 +00:00
commit_test.go
Don't create self-references in merged PRs (
#36490
)
2026-01-30 20:12:24 +00:00
commit.go
Fix issue label deletion with Actions tokens (
#37013
)
2026-03-29 09:21:14 +00:00
content.go
…
issue_test.go
Remove incorrect "db.DefaultContext" usages (
#35366
)
2025-08-28 03:52:43 +00:00
issue.go
Move review request functions to a standalone file (
#37358
)
2026-04-23 23:01:04 +00:00
label_test.go
Remove incorrect "db.DefaultContext" usages (
#35366
)
2025-08-28 03:52:43 +00:00
label.go
Fix issue label deletion with Actions tokens (
#37013
)
2026-03-29 09:21:14 +00:00
main_test.go
…
milestone_test.go
Remove incorrect "db.DefaultContext" usages (
#35366
)
2025-08-28 03:52:43 +00:00
milestone.go
Use db.WithTx/WithTx2 instead of TxContext when possible (
#35130
)
2025-07-22 10:02:01 -07:00
pull.go
Move review request functions to a standalone file (
#37358
)
2026-04-23 23:01:04 +00:00
reaction_test.go
Remove incorrect "db.DefaultContext" usages (
#35366
)
2025-08-28 03:52:43 +00:00
reaction.go
…
review_request.go
Move review request functions to a standalone file (
#37358
)
2026-04-23 23:01:04 +00:00
status.go
Use db.WithTx/WithTx2 instead of TxContext when possible (
#35130
)
2025-07-22 10:02:01 -07:00
suggestion_test.go
Remove incorrect "db.DefaultContext" usages (
#35366
)
2025-08-28 03:52:43 +00:00
suggestion.go
…
template.go
Limit reading bytes instead of ReadAll (
#35928
)
2025-11-12 19:44:49 +08:00