You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sillyguodong 8228751c55
Support changing labels of Actions runner without re-registration (#24806)
close #24540

related:
- Protocol: https://gitea.com/gitea/actions-proto-def/pulls/9
- Runner side: https://gitea.com/gitea/act_runner/pulls/201

changes:
- Add column of `labels` to table `action_runner`, and combine the value
of `agent_labels` and `custom_labels` column to `labels` column.
- Store `labels` when registering `act_runner`.
- Update `labels` when `act_runner` starting and calling `Declare`.
- Users cannot modify the `custom labels` in edit page any more.

other changes:
- Store `version` when registering `act_runner`.
- If runner is latest version, parse version from `Declare`. But older
version runner still parse version from request header.
1 year ago
..
admin.go Decouple the different contexts from each other (#24786) 1 year ago
auth_form.go Decouple the different contexts from each other (#24786) 1 year ago
org.go Decouple the different contexts from each other (#24786) 1 year ago
package_form.go Add CRAN package registry (#22331) 1 year ago
repo_branch_form.go Decouple the different contexts from each other (#24786) 1 year ago
repo_form.go New webhook trigger for receiving Pull Request review requests (#24481) 1 year ago
repo_form_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
repo_tag_form.go Decouple the different contexts from each other (#24786) 1 year ago
runner.go Support changing labels of Actions runner without re-registration (#24806) 1 year ago
user_form.go Add ability to set multiple redirect URIs in OAuth application UI (#25072) 1 year ago
user_form_auth_openid.go Decouple the different contexts from each other (#24786) 1 year ago
user_form_hidden_comments.go Implement FSFE REUSE for golang files (#21840) 2 years ago
user_form_test.go Redesign Scoped Access Tokens (#24767) 1 year ago