Support for Reconfiguring Act_Runners #12002

Open
opened 2025-11-02 09:54:08 -06:00 by GiteaMirror · 2 comments
Owner

Originally created by @ddddavid-he on GitHub (Nov 14, 2023).

Feature Description

It would be more convinient if it is possible to alter the following attributes of a runner in Runner Management panel:

  • ID
  • Type
  • Labels

image

Screenshots

No response

Originally created by @ddddavid-he on GitHub (Nov 14, 2023). ### Feature Description It would be more convinient if it is possible to alter the following attributes of a runner in Runner Management panel: - ID - Type - Labels ![image](https://github.com/go-gitea/gitea/assets/58453183/2fb6d3a0-b870-4f74-9ca7-2d4e440f985a) ### Screenshots _No response_
GiteaMirror added the type/proposal label 2025-11-02 09:54:08 -06:00
Author
Owner

@yp05327 commented on GitHub (Nov 14, 2023):

Reconfigure Labels can be easily supported.
Type needs some permission checks, so we need to do some works.
IMO, ID is hard or impossible to be reconfigured, as IIRC it is an auto increase index id in DB.
Instead of ID, maybe reconfiguring Name is what you need.

@yp05327 commented on GitHub (Nov 14, 2023): Reconfigure `Labels` can be easily supported. `Type` needs some permission checks, so we need to do some works. IMO, `ID` is hard or impossible to be reconfigured, as IIRC it is an auto increase index id in DB. Instead of `ID`, maybe reconfiguring `Name` is what you need.
Author
Owner

@ddddavid-he commented on GitHub (Nov 14, 2023):

Thanks for your attention.
The ID some how seems meaningless to users in the UI, if the it is just an index in DB and is not editable.

May be it will be more friendly to those who suffer from OCD if there is no such number not started from 1. (just a joke)

And, looking forward to future support for changing Type then.

@ddddavid-he commented on GitHub (Nov 14, 2023): Thanks for your attention. The `ID` some how seems meaningless to users in the UI, if the it is just an index in DB and is not editable. May be it will be more friendly to those who suffer from OCD if there is no such number not started from 1. (just a joke) And, looking forward to future support for changing `Type` then.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#12002