0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2025-02-16 16:51:50 +01:00
gitea/models
Jason Song 310e2517e5
Fix ambiguous id when fetch Actions tasks (#30382)
Fix regression of #30331.

```txt
time="2024-04-10T02:23:49Z" level=error msg="failed to fetch task" func="[fetchTask]" file="[poller.go:91]" error="unknown: rpc error: code = Internal desc = pick task: CreateTaskForRunner: Error 1052 (23000): Column 'id' in field list is ambiguous"
```
2024-04-10 02:57:43 +00:00
..
actions Fix ambiguous id when fetch Actions tasks (#30382) 2024-04-10 02:57:43 +00:00
activities Add container.FilterSlice function (#30339) 2024-04-09 20:27:30 +08:00
admin
asymkey Clean up log messages (#30313) 2024-04-07 19:17:06 +08:00
auth
avatars Replace 10 more gt- classes with tw- (#29945) 2024-03-22 13:45:10 +00:00
db Fix oauth2 builtin application logic (#30304) 2024-04-08 04:13:34 +00:00
dbfs
fixtures Add default board to new projects, remove uncategorized pseudo-board (#29874) 2024-03-27 20:54:32 +00:00
git Add container.FilterSlice function (#30339) 2024-04-09 20:27:30 +08:00
issues Add container.FilterSlice function (#30339) 2024-04-09 20:27:30 +08:00
migrations Add unique index for project_issue to prevent duplicate data (#30190) 2024-04-02 16:02:05 +08:00
organization Respect DEFAULT_ORG_MEMBER_VISIBLE setting when adding creator to org (#30013) 2024-03-23 21:59:58 +00:00
packages
perm Add user blocking (#29028) 2024-03-04 08:16:03 +00:00
project Fix migration v292 (#30153) 2024-03-28 16:14:30 +00:00
pull
repo Add container.FilterSlice function (#30339) 2024-04-09 20:27:30 +08:00
secret Make runs-on support variable expression (#29468) 2024-03-08 06:14:35 +00:00
shared/types
system
unit
unittest
user Refactor DeleteInactiveUsers, fix bug and add tests (#30206) 2024-04-01 02:06:35 +00:00
webhook Store webhook event in database (#29145) 2024-03-07 23:18:38 +01:00
error.go
fixture_generation.go
fixture_test.go
main_test.go
org.go Add user blocking (#29028) 2024-03-04 08:16:03 +00:00
org_team.go Add user blocking (#29028) 2024-03-04 08:16:03 +00:00
org_team_test.go Add user blocking (#29028) 2024-03-04 08:16:03 +00:00
org_test.go Add user blocking (#29028) 2024-03-04 08:16:03 +00:00
repo.go
repo_test.go
repo_transfer.go Add user blocking (#29028) 2024-03-04 08:16:03 +00:00