woodpecker/server/grpc
runephilosof-karnovgroup a28e2e1920
Register Agent with hostname (#2936)
Transfer the agent hostname to the server's model.agent.Name field.

Previously the autoscaler had to create the agent with the server and
get a unique token to pass to the agent at boot up. This allows to get
the right name for the agent while using the shared master agent token
at agent boot up.
Both ways are still supported.
2023-12-19 14:17:36 +01:00
..
auth_server.go Update go module path for major version 2 (#2905) 2023-12-08 08:15:08 +01:00
authorizer.go Replace interface{} with any (#2807) 2023-11-12 18:23:48 +01:00
filter.go Update go module path for major version 2 (#2905) 2023-12-08 08:15:08 +01:00
filter_test.go Update go module path for major version 2 (#2905) 2023-12-08 08:15:08 +01:00
jwt_manager.go Replace interface{} with any (#2807) 2023-11-12 18:23:48 +01:00
rpc.go Register Agent with hostname (#2936) 2023-12-19 14:17:36 +01:00
rpc_test.go Register Agent with hostname (#2936) 2023-12-19 14:17:36 +01:00
server.go Update go module path for major version 2 (#2905) 2023-12-08 08:15:08 +01:00