0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-01-05 06:00:26 -05:00
forgejo/models/activities
Gusted 0055fdbdc4
fix: correct SQL query for active issues
- The `OR` should be inside the `AND` condition to not 'bypass' the other
conditions.
- Added minimal unit test.
- Regression from 2675a24649
2024-10-21 00:48:04 +02:00
..
action.go
action_list.go
action_test.go Add testifylint to lint checks (#4535) 2024-07-30 19:41:10 +00:00
main_test.go
notification.go
notification_list.go
notification_test.go Add testifylint to lint checks (#4535) 2024-07-30 19:41:10 +00:00
repo_activity.go fix: correct SQL query for active issues 2024-10-21 00:48:04 +02:00
repo_activity_test.go fix: correct SQL query for active issues 2024-10-21 00:48:04 +02:00
statistic.go
user_heatmap.go
user_heatmap_test.go Fix linting issues 2024-08-18 16:25:13 +02:00