This website requires JavaScript.
Explore
Gists
Help
Sign In
Gitea-John71
/
Gitea
Watch
2
Star
0
Fork
0
You've already forked Gitea
mirror of
https://github.com/go-gitea/gitea.git
synced
2026-08-12 00:08:37 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
e67b0045357ab2d627f60258d43d50bc8bfdedb9
Gitea
/
models
/
issues
T
History
Lunny Xiao
4e5aca62ee
Fix panic when comment is nil (
#34257
) (
#34277
)
...
Fix
#34254
Backport
#34257
2025-04-24 18:28:02 -07:00
..
assignees_test.go
…
assignees.go
…
comment_code.go
Performance optimization for pull request files loading comments attachments (
#33585
) (
#33592
)
2025-02-14 00:06:46 -08:00
comment_list.go
…
comment_test.go
Fix issue comment number (
#30556
) (
#33055
)
2024-12-31 07:54:40 +08:00
comment.go
Fix issue comment number (
#30556
) (
#33055
)
2024-12-31 07:54:40 +08:00
content_history_test.go
…
content_history.go
…
dependency_test.go
…
dependency.go
…
issue_index.go
…
issue_label_test.go
…
issue_label.go
…
issue_list_test.go
…
issue_list.go
…
issue_lock.go
…
issue_project.go
Fix project issues list and counting (
#33594
) (
#33619
)
2025-02-18 00:59:32 +08:00
issue_search.go
Fix project issues list and counting (
#33594
) (
#33619
)
2025-02-18 00:59:32 +08:00
issue_stats.go
…
issue_test.go
…
issue_update.go
…
issue_user_test.go
…
issue_user.go
…
issue_watch_test.go
…
issue_watch.go
…
issue_xref_test.go
…
issue_xref.go
…
issue.go
Rework suggestion backend (
#33538
) (
#33546
)
2025-02-11 01:22:39 +08:00
label_test.go
…
label.go
…
main_test.go
…
milestone_list.go
…
milestone_test.go
…
milestone.go
…
pull_list_test.go
…
pull_list.go
…
pull_test.go
…
pull.go
Filter reviews of one pull request in memory instead of database to reduce slow response because of lacking database index (
#33106
) (
#33128
)
2025-01-08 10:43:46 +08:00
reaction.go
…
review_list.go
Filter reviews of one pull request in memory instead of database to reduce slow response because of lacking database index (
#33106
) (
#33128
)
2025-01-08 10:43:46 +08:00
review_test.go
Filter reviews of one pull request in memory instead of database to reduce slow response because of lacking database index (
#33106
) (
#33128
)
2025-01-08 10:43:46 +08:00
review.go
Fix panic when comment is nil (
#34257
) (
#34277
)
2025-04-24 18:28:02 -07:00
stopwatch_test.go
…
stopwatch.go
Make tracked time representation display as hours (
#33315
) (
#33334
)
2025-01-21 06:49:58 +08:00
tracked_time_test.go
…
tracked_time.go
…