gitea/models
sillyguodong 371520d7ab
Display the version of runner in the runner list ()
Close:  

### Change
1. Add version column to action_runner table.
2. Read the runner version from the request header, and update it in DB.
3. Display version in runner list

### Screenshot

![image](https://user-images.githubusercontent.com/33891828/225220990-98bc0158-4403-4e6c-9805-31bbbc65a802.png)
2023-03-19 22:19:40 -04:00
..
actions Display the version of runner in the runner list () 2023-03-19 22:19:40 -04:00
activities Refactor `setting.Database.UseXXX` to methods () 2023-03-07 18:51:06 +08:00
admin
asymkey
auth Add user webhooks () 2023-03-10 08:28:32 -06:00
avatars
db Test renderReadmeFile () 2023-03-09 09:24:23 +08:00
dbfs
fixtures Replace `repo.namedBlob` by `git.TreeEntry`. () 2023-03-15 16:51:39 -05:00
git Use CleanPath instead of path.Clean () 2023-03-08 20:17:39 +08:00
issues add user rename endpoint to admin api () 2023-03-14 03:45:21 -04:00
migrations Display the version of runner in the runner list () 2023-03-19 22:19:40 -04:00
organization Add missing tabs to org projects page () 2023-03-10 09:18:20 -06:00
packages Add Swift package registry () 2023-03-13 15:28:39 -05:00
perm
project Use `project.IconName` instead of repeated unreadable `if-else` chains () 2023-03-19 14:44:48 +02:00
pull refactor some functions to support ctx as first parameter () 2022-12-03 10:48:26 +08:00
repo Fix tags sort by creation time (descending) on branch/tag dropdowns () 2023-03-16 12:01:10 -05:00
secret Secrets storage with SecretKey encrypted () 2022-12-20 17:07:13 +08:00
system Avoid warning for system setting when start up () 2023-02-24 18:23:13 +08:00
unit Repositories: by default disable all units except code and pulls on forks () 2023-02-04 14:48:38 +08:00
unittest Refactor `setting.Database.UseXXX` to methods () 2023-03-07 18:51:06 +08:00
user Add login name and source id for admin user searching API () 2023-03-15 19:53:01 +08:00
webhook Add user webhooks () 2023-03-10 08:28:32 -06:00
error.go
fixture_generation.go
fixture_test.go
main_test.go
migrate.go
migrate_test.go
org.go
org_team.go
org_team_test.go
org_test.go
repo.go
repo_collaboration.go
repo_collaboration_test.go
repo_test.go
repo_transfer.go
repo_transfer_test.go