woodpecker/server/grpc
Anbraten 2337f1854a
Add queue details UI for admins (#1632)
# Changes
- Adds an admin view to see the whole work-queue of the server. 
- The admin can also pause / resume the queue. 
- The view is reloading data every 5 seconds automatically.
- The task model from queue got removed in favor of the one from models.
2023-03-20 04:50:56 +01:00
..
auth_server.go Agent check gRPC version against server (#1653) 2023-03-19 22:42:21 +01:00
authorizer.go Store an agents list and add agent heartbeats (#1189) 2023-01-28 14:13:04 +01:00
filter.go Add queue details UI for admins (#1632) 2023-03-20 04:50:56 +01:00
filter_test.go Add queue details UI for admins (#1632) 2023-03-20 04:50:56 +01:00
jwt_manager.go Store an agents list and add agent heartbeats (#1189) 2023-01-28 14:13:04 +01:00
rpc.go Fix linter (#1647) 2023-03-18 20:35:27 +01:00
server.go Agent check gRPC version against server (#1653) 2023-03-19 22:42:21 +01:00