0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2025-02-16 15:21:59 +01:00
gitea/models
sillyguodong a1f5dd7677
Make runs-on support variable expression (#29468)
As title.
Close issue: https://gitea.com/gitea/act_runner/issues/445
Follow: https://gitea.com/gitea/act/pulls/91

Move `getSecretsOfTask` and `getVariablesOfTask` under `models` because
of circular dependency issues.
2024-03-08 06:14:35 +00:00
..
actions Make runs-on support variable expression (#29468) 2024-03-08 06:14:35 +00:00
activities Avoid issue info panic (#29625) 2024-03-06 13:12:44 +00:00
admin
asymkey
auth
avatars
db Partially enable MSSQL case-sensitive collation support (#29238) 2024-03-08 03:19:35 +00:00
dbfs
fixtures Store webhook event in database (#29145) 2024-03-07 23:18:38 +01:00
git Sync branches to DB immediately when handle git hook calling (#29493) 2024-03-06 16:47:52 +08:00
issues
migrations Store webhook event in database (#29145) 2024-03-07 23:18:38 +01:00
organization
packages
perm
project Partially enable MSSQL case-sensitive collation support (#29238) 2024-03-08 03:19:35 +00:00
pull
repo
secret Make runs-on support variable expression (#29468) 2024-03-08 06:14:35 +00:00
shared/types
system
unit
unittest
user
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
org_team.go
org_team_test.go
org_test.go
repo.go
repo_test.go
repo_transfer.go